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

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
Technical Deep-Dive

CI gap: shellcheck + ruff caught 4 findings

Plugin scripts had zero lint coverage. Added shellcheck + ruff to CI; caught four issues on first run. Behavior tests missed them.

Read
Technical Deep-Dive

CodeQL Caught the Race I Dismissed

Static analyzer caught a real TOCTOU race in audit-trail code I'd dismissed. How FD-based patterns beat suppression and lock-free approaches.

Read
Technical Deep-Dive

The Unicode Layer Your Validator Can't See

Schema validation can't see invisible Unicode. A stdlib-only CI gate that catches tag-char injection, Trojan Source bidi overrides, and homoglyph attacks.

Read
DevOps

Self-Expiring Report-Only CI Gates: From Advisory to Enforced

How a meta-gate enforces deadline-driven CI hardening without freezing contributors β€” one logical concern per PR, permanent blocking by design.

Read
Technical Deep-Dive

Safety Model First: 16-Tool Ops MCP, One Day

Design a 7-point safety model before writing tools. How server-ops-mcp shipped 16 tools, 40 tests, and v0.1.0 in a single day.

Read