Dev iconDevJul 4, 2026 ~1 min source read

Deploying Agents: Containers, Orchestration, and Scaling the Loop

Agents in Production — Building, Tracing, and Shipping Multi-Step AI You Can Trust Also by me: Observability for LLM Applications — the companion book in The AI Engineer's Library (2-book series) My project:

Deploying Agents: Containers, Orchestration, and Scaling the Loop

Share this story

Send the public story page.

Useful takeaways from this story.

Agents in Production — Building, Tracing, and Shipping Multi-Step AI You Can Trust Also by me:

Your manager asks when it ships and you say Monday, because the modeling is done.

Observability for LLM Applications — the companion book in The AI Engineer's Library (2-book series) My project:

Building the complete brief

The page is ready to read now. The fuller skim-friendly version will appear here automatically.

The useful part

Agents in Production — Building, Tracing, and Shipping Multi-Step AI You Can Trust Also by me: Observability for LLM Applications — the companion book in The AI Engineer's Library (2-book series) My project: Your manager asks when it ships and you say Monday, because the modeling is done.

How it works

  • Here is how to package it, where to hold state, and how to scale a workload whose bottleneck is a model call you do not control.
  • Then you try to put it behind a load balancer and it falls apart, because you deployed it like a web service.
  • An agent thinks for minutes, burns tokens across two or three providers, streams partial output to a browser, and sometimes decides to call delete_invoice on the eighth turn.
  • The shape is decided by the longest step The single rule that saves you the most pain: an agent's deployment shape is decided by its longest step, not its average step.

Details worth keeping

A web service answers in milliseconds and forgets. A code-review agent thinks for six minutes...

Keep reading in the app

Open the app view to save this story, compare related coverage, and continue from the same source.

Open in app