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

Making Agents Reliable on Real-Device Clouds

Reliability on a real-device cloud isn't in the API calls β€” it's in the partial-failure seams between MCP tool calls. Three task-specific agents, four advisory hooks, and a documented-limitations list make those seams legible so an agent routes instead of guessing.

Read
DevOps

Stop Crying Wolf: A 3-Strike Gate for Uptime Monitors

Fix uptime monitor alert fatigue with a 3-strike debounce gate and real per-probe diagnostics. Stops false positives, keeps real outages visible.

Read
Technical Deep-Dive

Human-in-the-Loop Is a Delivery Guarantee, Not a UI Feature

Human-in-the-loop agent delivery is exactly-once, fail-closed. Two repos shipped the same four-move discipline the same day β€” convergence, not coincidence.

Read
DevOps

Nine Days Silent: When the Blog's Own Pipeline Stopped Publishing Itself

A 9-day publishing blackout went unnoticed because monitoring reported success while producing nothing. Git worktrees + orphan branches + timeout logs = silent failure at scale.

Read
Architecture

The Wrong Product, Built Perfectly

A new site was scaffolded, deployed, and live with valid TLS in under an hour β€” then declared the wrong product. The decoupling made the reversal cheap.

Read
AI Engineering

From one adopter to two: the discovery-affordance spec just got named

A 39.7k-star skills repo adopted my discovery-manifest pattern by name. What changed, why it matters, and the install_source_url work that comes next.

Read
Technical Deep-Dive

Vite Dev Server in Production: The 871-Byte Tell

scorecardecho.com shipped the Vite dev server to every visitor. Three signals catch it in a minute; a multi-stage Dockerfile fixes it for any SPA container.

Read