ChanlChanl
Blog/Tags/cx-agents

cx-agents

Browse 24 articles tagged with “cx-agents”.

Articles tagged “cx-agents

24 articles

Graph visualization showing customer entity nodes connected to order, issue, and conversation nodes with relationship labels and timestamps
Knowledge & Memory·16 min read

Your agent doesn't need more memory. It needs a graph.

Session memory forgets. RAG retrieves but doesn't reason. Context graphs give your CX agent a persistent, queryable model of every customer, issue, and relationship it's ever encountered -- at a fraction of the token cost.

Read More
Sequence diagram showing an MCP client re-issuing a tool call after collecting user input through InputRequiredResult
Tools & MCP·14 min read

MCP now uses round-trips, not streams, for user input

The July 28 spec deprecated elicitation and sampling. Multi Round-Trip Requests (SEP-2322) replace both with a stateless pattern: the server returns InputRequiredResult, the client collects input, the client re-submits. Here's how to migrate.

Read More
A Branching Architecture Diagram Showing Customer Requests Being Classified and Routed to Different Model Tiers
Operations·14 min read

How LLM Routing Cuts Agent Costs 40-85% in Production

Most CX agents send every request to their priciest model. Routing simple queries to a cheap model cuts costs 40-85%, at 90-95% of single-model quality.

Read More
Government Building with AI Circuit Pattern Overlay, Representing Intelligence Agencies Publishing Guidance on Agentic AI Adoption
Security & Compliance·11 min read

The Five Eyes Published an Unusually Specific AI Agent Advisory

The Five Eyes published the first joint guidance on agentic AI security. For CX builders it's specific: tool permissions, schema injection, and human oversight.

Read More
Two agent nodes connected by an arrow, representing a customer conversation flowing between a routing agent and a specialist agent
Testing & Evaluation·12 min read

Testing AI agent handoffs before they break in production

Multi-agent CX systems fail at the seam between agents. Here's how to build handoff tests that catch context loss, duplicate actions, and loop failures before your customers feel them.

Read More
A circular diagram showing production conversation traces flowing into an evaluation dataset and back into a CI testing pipeline
Testing & Evaluation·11 min read

The trace-to-dataset loop: turning live conversations into eval cases

Your best eval cases are already in your production traces. Here's how to automatically curate the interesting ones into a test suite that gets better every week without manual effort.

Read More
Warm illustration of two figures in conversation, one gesturing toward a branching path ahead
Agent Architecture·12 min read

How to rescue a stuck CX agent conversation

Conversations get stuck in four predictable patterns: clarification spirals, topic drift, assumption deadlocks, and initiative mismatches. Here's how to detect each one mid-flight and apply the repair move that actually works.

Read More
Protocol diagram showing how MCP and A2A complement each other in a multi-agent architecture
Agent Architecture·14 min read

A2A and MCP: the agent protocol stack explained

MCP connects agents to tools. A2A connects agents to other agents. Together they form the full protocol stack for multi-agent CX systems. Here's how they work and why you need both.

Read More
Knowledge graph visualization showing entities connected by relationship edges, with a CX agent querying across multiple hops
Knowledge & Memory·13 min read

When vector search fails: GraphRAG for complex CX agent queries

Flat vector search breaks on multi-hop CX queries like 'what discount applies to premium customers in California who signed up before 2024?' GraphRAG uses a knowledge graph to answer these correctly.

Read More
MCP protocol diagram showing extensions and tasks flow
Tools & MCP·12 min read

MCP's 2026 spec changes what your tools can do

The MCP spec RC is out with Extensions, Tasks, MCP Apps, and OAuth hardening. Here's what changes for CX agent builders before the July 28 final.

Read More
Edge server rack with AI agent monitoring dashboard
Agent Architecture·13 min read

On-device AI agents for CX: what edge deployment unlocks

On-device AI agents are no longer a research project. Here's what running your CX agent on local hardware actually unlocks in 2026, and what it doesn't.

Read More
A numbered security checklist overlaid on a circuit-board pattern, rendered in dark tones with warm amber accent lighting
Security & Compliance·18 min read

The OWASP Top 10 for agentic AI: a CX builder's field guide

OWASP published its first Top 10 for Agentic Applications in 2026. Here's what every team building CX agents needs to know, including the three risks that traditional AppSec was never designed to catch.

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
A horizontal dial from fully supervised on the left to fully autonomous on the right, with five labeled stops for each autonomy level
Agent Architecture·17 min read

Your CX agent needs an autonomy level before it goes live

Not all CX agents should be equally autonomous. Here's a practical L0-to-L4 framework for deciding how much independence to give your agent for each action type, and what eval thresholds to hit before promoting.

Read More
A team reviewing an AI agent dashboard with charts showing conversation types sorted by automation readiness
Agent Architecture·11 min read

The delegation gap: what you can hand off to your agent

Anthropic's 2026 report found teams use AI in 60% of work but fully delegate only 0-20%. The same gap hits CX teams. Here's a framework for closing it.

Read More
A diagram showing an AI agent execution path with policy gates at each action step
Agent Architecture·15 min read

Enforcing runtime policies on production CX agents

Guardrails filter what your agent says. Runtime policies constrain what it's allowed to do. Here's why that distinction matters and how to build an enforcement layer your LLM can't override.

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
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
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
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
An AI Agent Conversation and a Human Agent Screen-Pop With Full Context, Side by Side
Voice & Conversation·15 min read

How to Build the Context Package for AI-to-Human Handoffs

AI agents escalate every day, and most send the human in blind. Here's how to build the context package that makes handoffs invisible to customers.

Read More

Learn Agentic AI

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

500+ builders subscribed