A running list of side projects, prototypes, and experiments. Most live on GitHub. Browse by tag or subscribe to the RSS feed.

Weekly Multi-Agent Reports

Weekly manufacturing reports written by an AI and fact-checked by a second AI — running locally on a laptop, no cloud infrastructure to set up.

The problem

Customer-facing reports need to be factually right. But LLMs hallucinate — they'll confidently invent numbers, twist methodology, or call trends that aren't there. Most pipelines write the report first and (maybe) check it after — which is too late: once a wrong number is in front of a customer, the trust hit is irreversible.

📊 Raw Data weekly batch
🧮 KPI Pipeline Python · self-audit
✍️ Writer Agent Sonnet · writes
Verifier Agent Haiku · checks
📄 HTML Report charts + narrative
Impact

Weekly reports run on autopilot, with a separate AI agent sitting between the writer and the published page. It checks every numeric claim against the underlying data before any HTML is rendered — bad claims trigger an auto-fix or halt the run, so wrong numbers don't reach customers. Built end-to-end with Claude Code and runs entirely on a laptop, so there's no cloud orchestration to maintain. Each report covers loss rate per productive hour, broken down by shift and by weekday, with the per-shift trend over time. It splits losses by cause (machine wait, material, operator absent, rework, changeover) and surfaces the LLM's top three suggested actions for the coming week.

PythonMulti-agent AIClaude CodePlotlyJinja2
View on GitHub →

AI Manufacturing Digest

A daily news bot for AI in manufacturing — read everything for me, every morning.

The problem

To stay current on how AI is being used in factories, you need to read 20+ blogs and newsletters every day. Most of what's out there repeats the same story across sites, or is just company marketing dressed as news. It takes too much time, and the real signal gets lost in the noise.

📰 RSS Feeds 22+ sources
🔍 Filter dedupe + relevance
LLM OpenRouter
📋 Notion DB daily digest
Impact

Reading 20+ sites used to take a real chunk of the morning, and most of what I read was repetition or marketing. Now a quick scan of one curated Notion page surfaces only the stories that actually move the field — real deployments, real outcomes. Over time, the database becomes a searchable archive of AI-in-manufacturing trends I can mine when client conversations or product decisions need recent evidence.

PythonGitHub ActionsLLM · OpenRouterNotion APIRSS
View on GitHub →