What actually breaks when you ship AI agents for real service businesses (a year in)
Summary
A year-long reflection on the hard parts of shipping AI agents for real service businesses, highlighting that infrastructure and edge cases matter more than the AI layer.
Similar Articles
How Microsoft Ships Thousands of Production AI Agents (18 minute read)
Microsoft shares insights from shipping thousands of production AI agents at enterprise scale, covering the engineering challenges of moving from prototype to production, including the agent harness, retrieval-as-a-subagent, agent identity, and rubric-based evaluation loops.
Where AI agents actually break in real workflows (not demos)
A discussion on where AI agents fail in real workflows, highlighting issues with coordination, reliability under messy inputs, and the challenge of reducing human intervention in production.
The boring bits of agent engineering
The author discusses the unglamorous but critical aspects of engineering reliable AI agents in production, including monitoring mid-flight runs, resuming failed runs, and providing UI status, and asks the community about common pain points and off-the-shelf solutions.
the boring part of AI agents nobody builds and everyone needs
A practitioner recounts how deploying AI agents in production required 80% engineering effort on workflow, ownership, and approval processes rather than the model itself, highlighting that the 'boring layer' of shared context and routing is critical for real-world impact.
@arcane_bloom: The Shift from Software Engineering to Agent Engineering: A 5-Part Breakdown 1/6 Most developers fail when building AI …
A thread explaining the 5 core mental shifts needed to transition from traditional software engineering to agent engineering, emphasizing why conventional patterns like hard-coded routes and binary tests fail with AI agents.