Notes from the Messy Middle

Long essays, quick lessons, and occasional scars from building AI systems that have to work outside the demo.

Long-form thinking

Deep writeups on the systems around the model.

AI Safety 6 min read

GuardianLLM: Child-Safe AI Should Be More Than One Moderation Checkbox

GuardianLLM is my open-source experiment in age-aware AI safety middleware for child-facing LLM applications.

AI Safety 5 min read

PromptShield: Because Your API Key Does Not Need a Wellness Journey

PromptShield is my open-source, local-first privacy firewall for generative AI prompts.

Enterprise AI Architecture 9 min read

Building KnowledgeOS: Why Enterprise AI Needs More Than RAG

KnowledgeOS is my open-source lab for the architecture enterprise AI needs after the chatbot demo: meaning, evidence, policy, evaluation, and traces.

Agentic Systems 11 min read

What Computer-Use Agents Need Before We Trust Them

AgentDesk is my exploration of the policy, observability, evaluation, and cost-control layers computer-use agents need before they belong in real workflows.

Agentic Systems 7 min read

AgentOps Simulator: What Happens When Your AI Workflow Starts Burning Tokens?

A small simulator for understanding agent workflow cost, routing, reliability, guardrails, and observability tradeoffs before production teaches the lesson with a bill.

Agentic Systems 7 min read

Secure Tool Gateway: Agents Should Not Get API Access Just Because They Asked Nicely

A policy-driven gateway for secure AI agent tool execution with scopes, approvals, sandboxing, risk checks, budgets, and audit logs.

Agentic Systems 10 min read

AI Failure Atlas: A Field Guide for How Agentic Systems Break

A field guide to prompt injection, tool overreach, infinite loops, context poisoning, and hallucinated tool calls in agentic AI systems.

Beginner AI Systems 5 min read

Multi-Agent Planning Without the Group Chat Chaos

A small Python project showing how planner, executor, reviewer, and orchestrator roles make multi-agent workflows easier to understand.

Beginner AI Systems 5 min read

Your Agents Need Business Cards Before They Can Work Together

A beginner-friendly A2A project showing how specialized agents discover each other, exchange tasks, and collaborate through protocol boundaries.

Beginner AI Systems 5 min read

Your AI Assistant Should Not Get Your Whole Hard Drive

A beginner-friendly MCP project showing how AI assistants can safely read, search, and update local notes through controlled tool access.