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 β†’
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
Development Journey

No-Toggle Test: Make 'Not Built Yet' an Enforced Invariant

Shipping single-tenant first is soundβ€”but 'we haven't built multi-tenancy yet' rots as a comment. A static no-toggle test makes it an enforced invariant.

Read
Development Journey

Verified Identity for AI Agents: Off, Warn, Enforce

Give AI agents an Ed25519 verified identity, then roll out an off/warn/enforce daemon gate that refuses to act on an unverified one β€” like an unsigned commit.

Read
Architecture

The Merge Is the Trust Boundary: Re-Derive as Untrusted

In a multi-writer knowledge store the merge is the trust boundary: re-derive the union as untrusted, re-govern from scratch, and anchor it with a signed DAG.

Read
Development Journey

Reject PII at the Source: A Disclosure Gate at Intake

The cheapest place to enforce a privacy rule is the front door β€” a fail-closed disclosure gate that rejects comp data and PII at candidate intake.

Read