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
after a year of shipping with AI agents, here's what they still reliably get wrong
A developer shares consistent failure modes of AI agents after a year of shipping code with them, including confidently wrong code, inability to maintain cross-file architecture, lacking pushback on bad decisions, and security edge case issues.
Anyone else hitting a wall with the "Day 2" side of shipping AI agents?
A practitioner shares real-world challenges in deploying AI agents to production, highlighting that governance, auditing, and deployment guardrails are now the bottleneck, not agent building, and notes emerging solutions like Lyzr Control Plane and Microsoft's reference architectures.
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.