ChanlChanl
Blog/Tags/production-agents

production-agents

Browse 19 articles tagged with “production-agents”.

Articles tagged “production-agents

19 articles

A small tinkering robot at a sunlit cluttered workbench fitting a bright new engine into a hand-built wooden frame of pulleys, guards and safety latches that dwarfs the engine (WALL-E film style, sage-olive watercolor palette)
Agent Architecture·11 min read

Your Agent Is Only as Good as Its Harness

Upgrading the model rarely fixes a failing agent. The harness, the code that manages tools, memory, and context, is where agent quality actually lives.

Read More
Diagram showing agent configuration flowing from a git repository through dev, staging, and production environments
Operations·14 min read

How to manage AI agent configs across environments

Your AI agent's system prompt, model settings, and tool definitions are config — and they deserve the same version control, review, and promotion workflow as your code. Here's how to build it.

Read More
Diagram showing a multi-agent system with red failure indicators at context handoff and error propagation points
Agent Architecture·16 min read

Why 40% of multi-agent systems fail in production

Nearly half of multi-agent CX pilots fail within six months of production — not because the AI is wrong, but because teams don't understand how multi-agent systems break. Here are the five failure modes and how to diagnose each.

Read More
Dashboard Comparison Showing Trace Waterfalls From Multiple Observability Platforms Side by Side With Agent Span Data
Operations·16 min read

The Six Agent Observability Platforms That Matter in 2026

Most observability platforms were built for LLM apps, not agentic CX systems. Here's how the six that matter in 2026 hold up against the criteria that count.

Read More
A traffic routing diagram showing agent requests being split across multiple model tiers, with a small fraction escalating to the most expensive model
Operations·13 min read

Most of your agent traffic doesn't need your best model

Routing 100% of agent traffic to your most capable model is costing you 6-10x what it should. Here's how to build a cascade router that handles simple tasks cheaply and escalates to stronger models only when the task demands it.

Read More
A reliability architecture diagram showing parallel LLM provider paths with automatic failover routing and circuit breakers
Operations·13 min read

When your LLM provider goes down, your agent shouldn't

LLM providers go down. Anthropic's 90-day uptime is 98.95% -- that's 44 hours of potential outage per year. Here's how to build provider failover into production AI agents so a cloud incident doesn't become a customer experience incident.

Read More
A production monitoring dashboard showing incomplete agent trace coverage with gaps in tool call visibility
Testing & Evaluation·13 min read

Why most AI agents in production are flying blind

57% of organizations have AI agents in production. Only a third are satisfied with their observability. Here's what's wrong with single-call LLM logging and how to build a monitoring stack that actually works.

Read More
A developer reviewing a context pipeline diagram for a customer experience AI agent
Learning AI·15 min read

Context engineering for reliable CX agents

Context engineering is the discipline of deciding what information your AI agent sees, when it sees it, and how it's formatted. Here's how to apply it to production CX systems.

Read More
A split timeline showing a fast lightning bolt on one side and a slow thoughtful brain circuit on the other, rendered in warm amber tones against dark background
Agent Architecture·16 min read

Extended thinking for CX agents: when slow beats fast

Reasoning models (Claude Opus 4.7, o3, Qwen 3) let your agent think through complex problems before acting. For some CX tasks that's a major improvement. For others, it's a 4-second pause before telling someone their order ships Thursday.

Read More
Dashboard showing AI agent cost monitoring with per-session budgets and circuit breaker alerts
Operations·13 min read

AI agents blew their 2026 budget by April. Here's the fix.

One company burned through its entire 2026 AI budget by April. Here's why agent costs run away and how to stop it: per-session token caps, prompt caching for CX, model routing, and circuit breakers.

Read More
Diagram showing AI agent OAuth identity flows and permission scopes in a production CX system
Security & Compliance·14 min read

Your AI agents need their own identity

Most CX agents share a single API key with every other service on your stack. Here's how to implement proper agent identity: OAuth 2.0, scope minimization, JIT provisioning, and instant kill switches.

Read More
Diagram showing an AI agent retrying a failed tool call, with idempotency key deduplication preventing a duplicate write
Agent Architecture·16 min read

Design agent tools that won't double-charge on retry

Agents retry when tools fail. Without idempotency, retries create duplicate records, double charges, and corrupted state. Here's the engineering pattern that makes every mutating tool safe to retry.

Read More
A Traffic Light Showing Amber Beside a Circuit Board Pattern, Representing a Deliberate Pause in an Automated Workflow
Agent Architecture·16 min read

How to Build Agent Interrupt and Approval Checkpoints

How to pause an AI agent before high-stakes actions, persist full state through the approval window, and resume cleanly. Covers interrupt gates, approval queues, checkpointing, and EU AI Act compliance for production CX agents.

Read More
A Control Panel With a Retry Button That Returns the Same Green Checkmark on Every Press, Showing Idempotent Operations
Best Practices·14 min read

How to Build Idempotent Tool Calls for AI Agents

Naive retry logic charges customers twice, sends duplicate emails, and fires double webhooks. Here's how to build idempotent tool calls for AI agents with idempotency keys, deduplication, and safe retries.

Read More
A CX engineer reviewing latency dashboards on a laptop in a warm, naturally lit office
Knowledge & Memory·8 min read

Your Agent's Context Window Is RAM, Not Storage

Most agent failures trace back to one mistake: treating the context window like a database. Here's the RAM model that fixes attention dilution, latency spikes, and ballooning costs.

Read More
Engineering team at a whiteboard mapping how AI agents call tools through a single governance layer
Tools & MCP·10 min read

MCP Without a Gateway Is a Production Liability

Raw MCP is great for prototyping. But production agents need audit trails, per-user identity, tool-level RBAC, and rate limiting, none of which the spec provides. Here's the gateway pattern that fills the gap.

Read More
Developer Building Scoped Credentials for an AI Agent on a Laptop
Security & Compliance·13 min read

How to Build Production-Safe Credentials for AI Agents

After PocketOS lost its production database to a nine-second AI agent error, here's the credential model that would have stopped it: vaults, scoping, RBAC, and boundary tests.

Read More
Circular diagram showing the five phases of the agent development lifecycle with arrows connecting each phase
Operations·14 min read

The Agent Development Lifecycle: Ship, Observe, Improve

Shipping an AI agent is easy. Keeping it reliable after launch is where most teams struggle. The ADLC gives you a structured approach: Intent, Build, Evaluate, Deploy, Observe -- and then do it again.

Read More
JSON code showing an MCP tool description with annotations marking quality issues in red
Tools & MCP·13 min read

How MCP Tool Descriptions Break Your Agent

New research shows 97% of MCP tool descriptions have quality issues that hurt agent accuracy. Here's what the smells look like, why they matter, and how to fix them.

Read More

Learn Agentic AI

Weekly. Patterns for shipping agents that work. MCP, scorecards, regression tests, prompts, model comparisons.

500+ builders subscribed