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

The Relevance Score That Broke Our Cite-or-Refuse Gate

A retrieval test asserted every relevance score sits in [0,1] β€” it failed on a live -1.83 silently corrupting a cite-or-refuse RAG safety gate.

Read
Case Study

The Moat Is the Trust Layer: Turning a Local-RAG App into a BYOK Document-Intelligence Platform

Naive local-RAG app became Intent NEXUS: BYOK document-intelligence platform. The moat is enforced trust; adversarial review caught the evals lying.

Read
AI Engineering

Shipping gpt-5.4 as One Config Line

Deploy gpt-5.4 to production as a one-line config with eval-gated rollout. Key finding: report word-ceilings came from the model, not the prompt.

Read
Development Journey

Backlog Zero: Burning Down the Estate with a Triage Machine

How a wave-based triage machine burned an estate backlog from 973 to 531 open issues using deterministic gates and verified close manifests.

Read
DevOps

Surviving CoreWeave: the GPU failures that burn your hours

A practitioner field guide to CoreWeave's real GPU failure modes: Xid triage, silent RDMA fallback, MPIJob launch, LOTA storage, and building your own cost view.

Read
Technical Deep-Dive

Run the Readiness Audit Before You Flip DNS

An adversarial readiness audit found a payment-path bug that would have charged every customer, then returned HTTP 500 β€” before the irreversible DNS flip.

Read
Technical Deep-Dive

Rent the Agent, Own the Proof

Anthropic's Claude Tag is the best agentic teammate you can rent. The question it doesn't answer: who owns the memory, and who can verify the audit log? Here's what customer-owned, verifiable agent governance looks like in code.

Read