Search
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.
Curated long reads
Agent-Native Mobile Testing
A three-chapter series on plugin authoring, agent reliability on real-device clouds, and AI triage for agent-orchestrated mobile cloud testing β worked through kobiton/automate as the running case study.
in-progressBuilding MCP Servers in Production
A three-chapter case study on shipping production-grade Model Context Protocol servers β synthesized from the daily case-study posts that documented the work.
Recent posts
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.
ReadA 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.
ReadN 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.
ReadNo-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.
ReadVerified 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.
ReadThe 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.
ReadReject 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.
ReadSeries & ecosystems
MCP for Beginners
End-to-end Model Context Protocol curriculum β solutions in Python, TypeScript, Java, Rust, C#, .NET β translated across six languages.
Agentic Design Patterns
Patterns and anti-patterns for production agent systems. Decision frameworks, prompt scaffolds, evaluation harnesses.
Tiny Recursive Models
Building small recursive systems where simple loops compose into emergent behavior. Series in progress.
IRSB Ecosystem
Intent Solutions release tooling β the open-source family of plugins, skills, and packages.
Wild Ecosystem
The shared-GCP, multi-MCP family of standalone integrations powered by a common platform spine.
Research & Curriculum
Long-form research articles, learning paths, and reading lists for the AI builder community.
Retrospectives
May 2026: The Month the Classifier Caught Itself β A Mid-Month Calibration Reckoning, 27 Posts, and 964 Commits
May 2026 retrospective: the tier classifier caught itself inflating. Calibration found the rubric structurally broken mid-month. 27 posts, 964 commits.
April 2026April 2026: Tier 3 Finds Its Footing β Eight Case Studies, the Audit Harness Ships, and the Schema Postmortem
April 2026 retrospective β 30 posts, 162 commits, eight Tier 3 case studies (the first real month of Tier 3 publishing), audit-harness v0.1.0 shipped, the rubric-on-spec postmortem set the architectural rule, and the daily classification pipeline ran clean for half the month.