惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

I
InfoQ
G
Google Developers Blog
Engineering at Meta
Engineering at Meta
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
A
About on SuperTechFans
Microsoft Azure Blog
Microsoft Azure Blog
Blog — PlanetScale
Blog — PlanetScale
U
Unit 42
T
Tailwind CSS Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
云风的 BLOG
云风的 BLOG
S
SegmentFault 最新的问题
F
Fortinet All Blogs
H
Help Net Security
J
Java Code Geeks
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
L
LangChain Blog
Martin Fowler
Martin Fowler
N
Netflix TechBlog - Medium

Forbes - Innovation

Why Do Humans Have Fingerprints? Hint: It’s Not What You Think Booking.com Confirms Data Breach, Reservation PIN Codes Changed Why Major News Sites Are Blocking The Internet Archive’s Wayback Machine iPhone Fold Release Date: New Report Details Frustrating Apple News Comet Tracker: How To See Pan-STARRS And Three Planets On Wednesday NYT Mini Crossword Today: Tuesday, April 14 Hints And Answers Today’s NYT Strands Hints, Spangram, Answers: Tuesday, April 14 (It’s A Little Unclear) Today’s Wordle #1760 Hints And Answer For Tuesday, April 14 Most Of The Microplastics In Urban Air Come From Tires Today’s Wordle #1759 Hints And Answer For Monday, April 13 NYT Mini Crossword Today: Monday, April 13 Hints And Answers NYT Pips Today: Hints, Answers And Walkthrough For Monday, April 13 The YC Chief Who Codes 10,000 Lines A Day Has A Simple Secret Samsung Expands One UI 8.5 Beta To More Galaxy Owners Why You Should Stop Using Your iPhone If It’s On This List Chamath Says Firms That Treat AI As A Strategy Hand Rivals Their Edge 3 Unexpected Habits Of Secure Couples, By A Psychologist The First Lamp That Folds Your Clothes Samsung’s Disappointing Price Update For Galaxy Phone Buyers 3 Subtle Signs Someone Is Falling In Love With You, By A Psychologist Do Mantis Shrimp See More Colors Than Humans? A Biologist Explains NYT Connections Answers Explained For Monday, April 13 (#1,037) NYT Connections Hints Today: Monday, April 13 Clues And Answers (#1,037) LEGO Luigi & Mach 8 (72050) Review: 2026’s Best Set Yet? Marc Andreessen Says AI Productivity Will Trigger A Hiring Boom 3D Printing Is The Ultimate Hack To Reduce Household Spending Apple iPhone Fold: Striking Design Revealed In Leaked Photos Apple Smart Glasses: New Leak Reveals A Major Design Twist To Beat Meta Tested: The AI Coming To The Rivian R2 Quordle Hints Today: Monday, April 13 Clues And Answers
The Six Layers Of A CX Engineer
Ian Kraskoff · 2026-06-24 · via Forbes - Innovation

Ian Kraskoff is CEO and founder of Cloud Humans, an AI platform that automates customer support for all written channels, including WhatsApp

getty

Last quarter, I spoke with the head of customer experience (CX) at a scaling SaaS company. Six months after deploying their AI agent, their automation rate had reached 68%, while their net promoter score (NPS) had dropped 11 points over the same window. The issue was not the model but rather that nobody owned the architecture. Intents were inherited from a legacy ticketing taxonomy, the knowledge base had never been audited and escalations landed in a generic queue without context. Each layer had a different owner, which meant no owner at all.​

This pattern is not an exception. Gartner predicts that by 2027, half of the companies that cut customer service staff because of AI will need to rehire. The MIT NANDA "State of AI in Business 2025" report found that 95% of enterprise AI pilots fail to produce measurable P&L impact. The pattern is consistent: Companies don't treat AI deployment as a system design problem.​

In my previous article, I argued that CX is becoming an engineering discipline. This piece goes deeper into what that discipline looks like, from the layers to who owns them and how they fit together.​​

Layer 1: Strategic CX Knowledge

Before any prompt, the CX engineer must understand the business's objectives. A refund request from a high-ARR account and a $5 DTC customer look identical in the queue but have completely different business implications.

The domain problem isn't new. A McKinsey and University of Oxford study found that the top predictors of success were not technology choice but strategy, stakeholder alignment and talent, with failure on those dimensions accounting for about half of all cost overruns.

Layer 2: Resolution Architecture

For every type of customer question, CX engineers decide which mechanism will resolve it. Rather than asking "What can we automate?" they ask "What do we not want the AI to handle?" Everything else becomes a design problem.

Some questions are resolved by content, some by a specialized micro-agent, some by access to back-office systems and some by a multi-agent setup that mimics human judgment.

Layer 3: Knowledge Structure

This is where hallucination is won or lost. Research on grounded summarization shows top-tier LLMs hallucinate as little as 0.7% to 1.5% of the time when properly grounded in source material, but rates climb sharply as documents become longer and more complex.​

The common trap is treating knowledge as a dumping ground: Articles written for humans get indexed wholesale, duplicates pile up and contradictions sit unresolved. Good knowledge architecture requires atomic facts, versioned entries, clear ownership and periodic audits.

Layer 4: Orchestration

If Layer 2 is the blueprint, Layer 4 is the plumbing. The orchestrator routes conversations to the right specialized agent, passes full context between agents, monitors confidence scores and decides whether to continue, retry or escalate. Research on LLM-based agents shows hallucinations accumulate across reasoning steps in multistep workflows, which is why disciplined handoff and confidence logic are not design preferences.

A Qualtrics study found that "nearly one in five consumers who have used AI for customer service saw no benefits." Cisco reported that its Webex AI Agent reduced escalations by 85% for one large customer by making escalation trustworthy. Good escalation is a feature, not a failure.

Layer 5: Monitoring

Automation and quality rates should always be paired. Klarna is the canonical cautionary tale. In early 2024, the company announced that its AI chatbot was handling two-thirds of support conversations and doing the work of 700 agents. By mid-2025, the CEO publicly admitted that the AI-first strategy had produced "lower quality" output, and the company began rehiring humans. Automation without quality rate is vanity.

Quality requires enough manually reviewed conversations to establish what "good" looks like. These, then, calibrate an LLM-as-judge pipeline, enabling you to scale. Well-calibrated LLM judges can reach over 80% agreement with human evaluators, comparable to inter-annotator agreement between humans themselves.

But calibration is not a one-time thing. Reviewers must continuously correct disagreements, feeding those corrections back into the evaluator. Automated eval alone drifts, and manual audit alone does not scale, so the discipline is to run both in parallel, forever.​

Layer 6: Continuous Optimization

Good continuous optimization requires two specific competencies. The first is experimentation literacy—understanding A/B tests, power, sample size and when you have enough signal to act. Without this, teams either ship changes on noise or freeze because results never look "significant" in a small weekly sample. The second is knowing where to tune. A drop in quality can come from the content layer, the micro-agent layer, the orchestrator or cross-agent characteristics.

This layer also requires an uncomfortable competency: humility about what your company can actually sustain. The MIT NANDA report found that purchasing AI tools from specialized vendors succeeds about 67% of the time, while internal builds succeed only one-third as often. Costs follow the same pattern: Custom enterprise AI runs $100,000 to $500,000 up front plus $5,000 to $20,000 per month in maintenance, with 65% of total costs materializing after deployment.

The CX engineer has to be honest about whether the company has the engineering depth, roadmap patience and long-term commitment to own this stack forever. If it isn't, partner with a specialized vendor for a fraction of the cost of building internally. That is the same discipline that led companies to stop running their own data centers and writing their own CRMs.

The Role That Connects The Layers​

None of these layers works in isolation. Strategic CX knowledge without resolution architecture produces vague systems. Resolution architecture without knowledge structure produces fluent hallucinations. Knowledge without orchestration produces AI that knows everything and can do nothing. Orchestration without monitoring produces fast roads to bad outcomes. The CX engineer is the role that holds the layers together because no one else in the organization is positioned to see all six at once.

In the next 18 to 24 months, I believe CX engineering will stop being a framework and start being an org chart convention, the same way DevOps did a decade ago. The companies that start now may avoid having to rehire in 2027.


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?