Live dispatch Β· May 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

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

FTS5 Fallback: How Zero Search Results Became Five (ICO Dogfood Day One)

First real dog-food run of Intentional Cognition OS scored 0/5 question engagement against a corpus that contained every answer. Root cause: AND-only FTS5 query construction plus a possessive normalization order-of-operations bug. Fix: strict-then-broad fallback. Result: 5/5, 28 citations, ~$0.20.

Read