Insights

Notes from the studio

Notes on production AI — context engineering, agentic orchestration, and what it takes to ship bots that do not hallucinate their way into trouble. Written by someone who has done it at scale.

June 25, 2026

Eval as an Input, Not a Dashboard: Building Self-Healing LLM Systems

Most teams treat evaluation as a scoreboard — a number you glance at and feel good or bad about. The frontier idea is to wire the eval back into the system as an input that rewrites it: traces go to independent judges, fixes get proposed automatically, and one human approves. It's AI all the way down, with a single gate that isn't.

Read article

June 24, 2026

Intent First: How a Bot Decides What You're Actually Asking

Before a bot can answer well, it has to know what kind of question it's facing. Skip that step and chitchat gets a database query, 'last month' goes to SQL untranslated, and every request runs the same dumb path. The fix is a cheap, decisive first move: classify the intent, extract the entities, resolve the time.

Read article

June 20, 2026

Associations: Teaching a Bot to Speak Your Domain

A user asks for 'employees.' Your database calls them H_OSOBA. No model bridges that gap on its own. The fix is the highest-leverage, least glamorous artifact in the whole system: a living glossary that maps human language to your schema.

Read article