Live dispatch Β· Jun 2026

Field notes from building AI in production.

Daily case studies, deep-dives, and operator-grade write-ups on AI engineering, DevOps, and the messy reality of shipping software that touches LLMs. Written from the cab, the office, and the trenches β€” by Jeremy Longshore at Intent Solutions.

0
Posts published
0
Cross-post platforms
0
Monthly retrospectives
Latest

Recent posts

All posts β†’
Technical Deep-Dive

Gate the Statement, Not the Tool Name

When one MCP tool carries every SQL verb, allowlisting tool names is theater. The safety boundary has to read the statement β€” here's how that gate was built.

Read
Technical Deep-Dive

Coverage Said 69%, Mutation Testing Said 25%

A repo at 69% line coverage scored 24.88% on mutation testingβ€”and the rules engine that touches user email scored 0.00%. Coverage said fine; Stryker didn't.

Read
Development Journey

When LLM Output Lies Instead of Crashing

An LLM-output parsing bug silently understated a cost report via case-sensitivity. One-line normalizer fix plus 5 defensive hardening steps.

Read
Technical Deep-Dive

The LLM Should Never Do the Math

A Claude Code skill that hunts Databricks cost leaks and reports confirmed dollars from the customer's own billing tables β€” never LLM estimates.

Read
AI Engineering

A Denial You Can Audit Beats a Silent Drop

The governed second brain shipped: one plugin, two modes, and a governor that hands back a receipt when it refuses a write instead of dropping it silently.

Read
DevOps

A Reply Your Bot Loses to a Crash Is One Your User Never Got

Making every bot reply path β€” streaming and file-upload β€” crash-durable. The unglamorous reliability work that separates a demo bot from one people depend on.

Read
Architecture

N Bots in One Slack Channel Loop Forever: Three Gates

Put N AI agents in one Slack channel and, left ungated, they answer each other forever. The three moves that make a shared multi-agent channel safe.

Read