What actually breaks when you ship AI agents for real service businesses (a year in)

Reddit r/AI_Agents News

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.

I've spent the last year building and running AI automation for service businesses — HVAC, contractors, notaries, a few law firms — and I wanted to share the stuff nobody warns you about, because the demos make it look way cleaner than it is. A few things that bit me: \- The AI layer is the easy 20%. The hard 80% is the boring plumbing around it — auth, per-client data isolation, billing edge cases, retries, what happens when a webhook fires twice. An agent that books an appointment is a demo. An agent that books an appointment, doesn't double-charge, and recovers when the calendar API times out is a product. \- Owners don't want "AI." They want their Tuesday back. The wins that land are embarrassingly specific: "stop missing after-hours calls," "stop chasing people for the same form." Scope to the painful workflow, not the buzzword. \- Most custom builds for this market are a 1–2 week scope, not a quarter. If you're quoting months, you're either gold-plating or you don't understand the workflow yet. \- Multi-tenant from day one or you'll rewrite everything. Adding real per-client isolation after the fact is brutal. \- Voice is finally good enough to put in front of customers, but only if you get the transfer/escalation path right. The AI knowing when to hand off to a human matters more than how smart it sounds. Happy to get into specifics on any of these in the comments — stack, how I scope with non-technical owners, where agents quietly fail in production, whatever's useful. (For context, I build and run this stuff myself, so most of what's above is scar tissue, not theory.)
Original Article

Similar Articles

How Microsoft Ships Thousands of Production AI Agents (18 minute read)

TLDR AI

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.

The boring bits of agent engineering

Reddit r/AI_Agents

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

Reddit r/artificial

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.