ChanlChanl

The Chanl Blog

Insights on building, connecting, and monitoring AI agents for customer experience — from the teams shipping them.

All Articles

307 articles · Page 6 of 26

Quality control pipeline diagram showing automated scoring, SLO enforcement, and feedback loop for a production AI agent fleet
Operations·19 min read

A quality control plane for your production agent fleet

Quality drift in production AI agents is silent. Build a quality control plane that scores every conversation, enforces SLOs, gates deployments, and alerts on drift.

Read More
Architecture diagram showing five infrastructure layers supporting a customer-facing AI agent
Agent Architecture·17 min read

Five things your CX agent needs that its framework won't provide

LLM frameworks handle conversations. They don't handle memory, tool reliability, pre-production testing, or observability. Here's what every production CX agent actually needs.

Read More
Abstract visualization of a feedback loop with error signals flowing back into a system that adapts its forward path, rendered as flowing circuits on dark background
Agent Architecture·16 min read

Build agents that fix themselves when they fail

Most agents fail silently in production. Self-healing agents detect their own failures, classify what went wrong, and take a different path rather than retrying blindly.

Read More
Architectural diagram of a multi-agent delegation chain with explicit trust tokens shown between each layer, rendered on a dark technical background
Security & Compliance·15 min read

When your agents call other agents, don't assume trust

Multi-agent systems create delegation chains where each agent trusts the one that called it. That assumption is how prompt injection and privilege escalation get in. Here's how to enforce scoped trust instead.

Read More
Developer examining a conversation trace where agent response quality declines across turns
Learning AI·16 min read

Context engineering: why your agent gets dumber mid-conversation

82% of AI teams say prompt engineering alone no longer works for production. Context engineering decides what your agent sees, when, and what gets removed as conversations grow.

Read More
Terminal showing MCP task states transitioning from working through to completed
Tools & MCP·15 min read

MCP tasks: how async tool calls fix your agent's timeout problem

The November 2025 MCP spec introduced Tasks: a call-now, fetch-later primitive that lets agents kick off slow operations without blocking. Here's how it works and how to build with it.

Read More
Blueprint-style diagram of a secure agent workspace with labeled permission zones for CRM, billing, and customer data
Security & Compliance·15 min read

Agent containment: what Microsoft's MXC means for CX

Microsoft unveiled MXC at Build 2026: OS-level sandboxes for AI agents with policy-driven containment and Entra-backed identity. Here's what it means for teams building CX agents.

Read More
A clean architectural diagram showing multiple domain-labeled MCP servers connected to a central registry node with a discovery API
Tools & MCP·16 min read

The MCP registry: managing a fleet of agent tools

When you have more than 3 MCP servers, you need a registry. Here's the architecture Pinterest and Cloudflare use to manage fleets of domain-specific tool servers at scale.

Read More
Architecture diagram showing migration path from OpenAI Assistants API to stateless Responses API with developer-owned state management layer
Technical Guide·16 min read

The OpenAI Assistants API shuts down August 26

The OpenAI Assistants API sunsets on August 26, 2026. If you built a CX chatbot or support agent on it, here's what's actually changing, your migration options, and why this is the right time to build the architecture you should have had from the start.

Read More
Dashboard showing conversation-level quality metrics across multiple turns, with a scoring breakdown for task completion, knowledge retention, and resolution rate
Testing & Evaluation·17 min read

Why your eval scores don't predict real conversation quality

Your agent passes 91% of your eval suite but customers keep escalating. The problem is almost always the same: you're measuring single-turn quality, and customers experience multi-turn conversations. Here's how to build evaluation that reflects what actually happens.

Read More
Diagram showing a voice conversation on the left connecting via a context package to a chat session on the right, with a unified customer profile in the middle
Agent Architecture·14 min read

When voice becomes chat: carrying context across channels

When a customer switches from a call to chat, your AI agent loses everything it learned on the phone -- unless you package and transfer context deliberately. Here's how to build channel context handoffs that actually work.

Read More
Side-by-side comparison of a generic chatbot interface and a branded AI agent with a distinct personality and voice
Best Practices·15 min read

CX agent personas: why brand voice is an infrastructure problem

Generic AI agents erode the brand identity you spent years building. Here's the system prompt architecture that gives your CX agent a consistent, testable, on-brand voice -- across every session and channel.

Read More

Learn Agentic AI

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

500+ builders subscribed