<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mike Wei</title>
    <description>The latest articles on DEV Community by Mike Wei (@michael_wei_d93a005ecc379).</description>
    <link>https://dev.to/michael_wei_d93a005ecc379</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4019900%2Fc2e2ed27-540a-4bb8-a833-9887f4a49b0c.png</url>
      <title>DEV Community: Mike Wei</title>
      <link>https://dev.to/michael_wei_d93a005ecc379</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/michael_wei_d93a005ecc379"/>
    <language>en</language>
    <item>
      <title>Your AI resolution rate went up and CSAT went down. That's not a tradeoff — it's a measurement bug.</title>
      <dc:creator>Mike Wei</dc:creator>
      <pubDate>Wed, 19 Aug 2026 18:01:50 +0000</pubDate>
      <link>https://dev.to/michael_wei_d93a005ecc379/your-ai-resolution-rate-went-up-and-csat-went-down-thats-not-a-tradeoff-its-a-measurement-bug-2d2k</link>
      <guid>https://dev.to/michael_wei_d93a005ecc379/your-ai-resolution-rate-went-up-and-csat-went-down-thats-not-a-tradeoff-its-a-measurement-bug-2d2k</guid>
      <description>&lt;p&gt;&lt;em&gt;Disclosure: I work at Aissist.io, which builds AI agents for customer support. This is adapted from a &lt;a href="https://aissist.io/industries/resolution-csat-tradeoff" rel="noopener noreferrer"&gt;longer piece on our site&lt;/a&gt;. The argument stands on its own; judge it on the logic.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Every support team that deploys an AI agent eventually hits the same wall. Resolution rate climbs from 40% to 60% to 75%, the dashboard turns green, and then CSAT starts sliding. The conclusion looks obvious: automation and satisfaction pull against each other, so pick a number you can live with and stop pushing.&lt;/p&gt;

&lt;p&gt;That conclusion is usually wrong. What most teams are looking at isn't a tradeoff curve. It's two different curves that happen to overlap on the left side of the chart, and almost everyone is standing on the worse one without knowing it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Two curves, not one
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The capability curve.&lt;/strong&gt; Resolution goes up because the AI genuinely got better at handling more intent types. CSAT rises with it — customers get correct answers instantly instead of waiting four hours for a human to say the same thing. On this curve, satisfaction tends to peak somewhere in the &lt;strong&gt;60–80% resolution&lt;/strong&gt; range and then declines gently, because the last 20% of tickets are genuinely the ones that need judgment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The deflection curve.&lt;/strong&gt; Resolution goes up because the path to a human got harder to find. The number on the dashboard rises identically. CSAT doesn't decline gently — it collapses.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs7u8fvajwyt0wsszcj1p.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fs7u8fvajwyt0wsszcj1p.png" alt=" " width="800" height="501"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The vertical gap between those two curves is the deflection penalty, and it's the thing people mistake for a law of physics.&lt;/p&gt;

&lt;p&gt;Here's the part that makes this hard to see from the inside: CSAT is a hill, not a ramp. It's low at both ends. Under-automate and people wait too long. Over-automate and people get trapped. If you only know your CSAT is falling, you can't tell which end you're on from the metric alone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the deflection penalty comes from
&lt;/h2&gt;

&lt;p&gt;Six failure modes, and most deployments have several running at once:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Suppressed escalation.&lt;/strong&gt; The handoff exists but is buried, rate-limited, or gated behind three "are you sure?" prompts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Overreach.&lt;/strong&gt; The agent attempts regulated, high-stakes, or genuinely ambiguous issues it has no business attempting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Confidently wrong answers.&lt;/strong&gt; The ticket closes. The problem doesn't.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;False resolutions.&lt;/strong&gt; A customer gives up and closes the tab. The system logs a win.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Effort and looping.&lt;/strong&gt; Three rephrasings of the same question before anything works. Customers rate effort, not accuracy.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lost empathy on edge cases.&lt;/strong&gt; The people with the worst experiences are disproportionately the ones who fill out surveys.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Deflection is not resolution
&lt;/h2&gt;

&lt;p&gt;This is the crux. &lt;strong&gt;Deflection counts any conversation that didn't reach a human — including the ones where the customer rage-quit.&lt;/strong&gt; Genuine resolution excludes escalations and verifies the ticket actually stayed closed.&lt;/p&gt;

&lt;p&gt;For the same deployment, those two numbers can differ by 20–30 points. So when a vendor quotes you a resolution rate, you're not looking at a performance figure until you know which definition produced it. Half the "AI CSAT problem" discourse is people comparing a deflection number to a satisfaction number and drawing a causal arrow between them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Three design choices that break the tradeoff
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Confidence-gate the automation.&lt;/strong&gt; Auto-resolve only high-confidence intents. Route ambiguity to a human by default. The instinct is to push the confidence threshold down to lift the resolution number — that's the exact move that slides you onto the deflection curve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make escalation instant and graceful.&lt;/strong&gt; Treat a handoff as a feature, not a failure. Pass full context so the customer never repeats themselves. A fast, clean escalation produces a &lt;em&gt;higher&lt;/em&gt; CSAT than a mediocre AI answer, which means the honest version of your funnel is also the better-performing one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Measure genuine resolution.&lt;/strong&gt; Exclude escalations. Verify the ticket stayed closed inside a defined window (72 hours is a reasonable default). Measure CSAT specifically on AI-handled tickets, not blended across every channel — blending is how a struggling AI hides behind a good phone team.&lt;/p&gt;

&lt;h2&gt;
  
  
  Five questions for any vendor
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Does your "resolution" metric include escalations or workflow handoffs?&lt;/li&gt;
&lt;li&gt;Are re-opens within 72 hours counted as resolution failures?&lt;/li&gt;
&lt;li&gt;Is CSAT measured on AI-handled tickets, or blended across all channels?&lt;/li&gt;
&lt;li&gt;Is resolution defined consistently across channels?&lt;/li&gt;
&lt;li&gt;Can escalation rate and resolution rate appear on the same report?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That last one is the tell. If the two numbers can't sit next to each other, someone has decided you shouldn't see them together.&lt;/p&gt;

&lt;h2&gt;
  
  
  The takeaway
&lt;/h2&gt;

&lt;p&gt;Before you accept that automation costs you satisfaction, check which curve you're on. Recompute resolution with escalations excluded and re-opens counted as failures, then look at CSAT on AI-handled tickets only. If genuine resolution comes in well below the deflection figure, you don't have a tradeoff to manage. You have a measurement problem to fix — and fixing it usually moves both numbers in the right direction at once.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cx</category>
    </item>
    <item>
      <title>I compared what 18 AI support vendors actually charge per resolved conversation. The spread is 25 .</title>
      <dc:creator>Mike Wei</dc:creator>
      <pubDate>Wed, 19 Aug 2026 17:37:01 +0000</pubDate>
      <link>https://dev.to/michael_wei_d93a005ecc379/i-compared-what-18-ai-support-vendors-actually-charge-per-resolved-conversation-the-spread-is-25--1p1h</link>
      <guid>https://dev.to/michael_wei_d93a005ecc379/i-compared-what-18-ai-support-vendors-actually-charge-per-resolved-conversation-the-spread-is-25--1p1h</guid>
      <description>&lt;h1&gt;
  
  
  I compared what 18 AI support vendors actually charge per resolved conversation. The spread is 25×.
&lt;/h1&gt;

&lt;p&gt;&lt;em&gt;Disclosure: I work at Aissist.io, which is one of the 18 vendors in this benchmark. All figures come from public pricing pages (verified July 2026) or third-party procurement data. Full methodology and the complete table are in the &lt;a href="https://aissist.io/industries/ai-agent-pricing-benchmark-2026" rel="noopener noreferrer"&gt;original writeup&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Headline prices for AI support agents cluster politely between $0.50 and $2.00. That number is close to useless. The only figure that matters is &lt;strong&gt;effective cost per resolved conversation&lt;/strong&gt; — total spend divided by conversations actually resolved, including seats and platform fees.&lt;/p&gt;

&lt;p&gt;Once you normalize for that, the range runs from about $0.13 to $3.33+.&lt;/p&gt;

&lt;h2&gt;
  
  
  The pricing model matters more than the rate
&lt;/h2&gt;

&lt;p&gt;Five models are in play:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Per resolution&lt;/strong&gt; — you pay when the AI finishes the job. Everything hinges on the definition of "resolved."&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Per conversation&lt;/strong&gt; — you pay whether or not it worked. The vendor gets paid for failures.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Per session&lt;/strong&gt; — one real issue often spans 3–4 billable sessions.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Flat per ticket&lt;/strong&gt; — cheap, but it's an add-on layer; your helpdesk bill continues underneath.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Enterprise custom&lt;/strong&gt; — platform fee plus negotiated usage, typically $50K–$600K+/year.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;At a 60% resolution rate, a $2.00 per-conversation fee is $3.33 per actual resolution. The headline lied by 67%.&lt;/p&gt;

&lt;h2&gt;
  
  
  What 10,000 monthly conversations at 70% resolution actually costs
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Vendor&lt;/th&gt;
&lt;th&gt;Est. monthly&lt;/th&gt;
&lt;th&gt;Effective $/resolution&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;My AskAI&lt;/td&gt;
&lt;td&gt;~$1,000 + helpdesk&lt;/td&gt;
&lt;td&gt;~$0.14 + helpdesk&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;eesel AI&lt;/td&gt;
&lt;td&gt;~$4,000 + helpdesk&lt;/td&gt;
&lt;td&gt;~$0.57 + helpdesk&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Aissist.io&lt;/td&gt;
&lt;td&gt;~$4,200&lt;/td&gt;
&lt;td&gt;~$0.60&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;HubSpot Breeze&lt;/td&gt;
&lt;td&gt;~$4,400&lt;/td&gt;
&lt;td&gt;~$0.63&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Intercom Fin&lt;/td&gt;
&lt;td&gt;~$7,780&lt;/td&gt;
&lt;td&gt;~$1.11&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gorgias&lt;/td&gt;
&lt;td&gt;~$10,000+&lt;/td&gt;
&lt;td&gt;~$1.43&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Decagon&lt;/td&gt;
&lt;td&gt;~$14,070&lt;/td&gt;
&lt;td&gt;~$2.01&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Zendesk AI&lt;/td&gt;
&lt;td&gt;~$14,500&lt;/td&gt;
&lt;td&gt;~$2.07&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Sierra&lt;/td&gt;
&lt;td&gt;~$15,000–20,000&lt;/td&gt;
&lt;td&gt;~$2.14–2.86&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Salesforce Agentforce&lt;/td&gt;
&lt;td&gt;~$22,000+&lt;/td&gt;
&lt;td&gt;~$3.14+&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Same 7,000 resolved conversations. Over $200,000/year of difference.&lt;/p&gt;

&lt;h2&gt;
  
  
  The fine print that moves the number
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Assumed resolutions&lt;/strong&gt; — Intercom Fin bills when a customer stops replying, which includes the ones who gave up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Double billing&lt;/strong&gt; — Gorgias charges an AI-resolved conversation as both a ticket and a resolution unless it's escalated within 72 hours.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Session inflation&lt;/strong&gt; — Freddy's per-session rate looks like $0.10–$0.49, but published resolution rates of 23–30% mean 3–4 sessions per real fix.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Uncapped overages&lt;/strong&gt; — Zendesk has auto-billed everything above committed volume at full rate since January 2026, no cap, no warning.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Six questions to ask any vendor
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;What exactly triggers a charge? Get it in writing.&lt;/li&gt;
&lt;li&gt;What happens when the AI fails — do you still pay?&lt;/li&gt;
&lt;li&gt;Is there a floor (minimums, annual commitments)?&lt;/li&gt;
&lt;li&gt;Is there a ceiling on overages?&lt;/li&gt;
&lt;li&gt;What's the all-in stack: seats, platform, onboarding, helpdesk underneath?&lt;/li&gt;
&lt;li&gt;Who audits the resolution rate? If the vendor grades its own homework, ask for independent reporting.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For context: a human-handled ticket runs $6–$12. Most of these are still a bargain. But normalize every quote to cost per resolution first — then ask who's counting.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Nothing here is a quote or a contractual commitment. Verify with the vendor before signing.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
    </item>
    <item>
      <title>A benchmark tool for AI customer service — would love this community to poke holes in it</title>
      <dc:creator>Mike Wei</dc:creator>
      <pubDate>Sun, 12 Jul 2026 18:01:15 +0000</pubDate>
      <link>https://dev.to/michael_wei_d93a005ecc379/a-benchmark-tool-for-ai-customer-service-would-love-this-community-to-poke-holes-in-it-5gm6</link>
      <guid>https://dev.to/michael_wei_d93a005ecc379/a-benchmark-tool-for-ai-customer-service-would-love-this-community-to-poke-holes-in-it-5gm6</guid>
      <description>&lt;p&gt;How is your AI support actually doing?&lt;/p&gt;

&lt;p&gt;Not the number in the vendor's slide deck. Not the demo. Yours — on your real traffic, this quarter.&lt;/p&gt;

&lt;p&gt;If you run AI customer service, you've probably tried to answer some version of these four questions:&lt;/p&gt;

&lt;p&gt;→ Is it truly resolving tickets, or just deflecting them until the customer gives up or a human quietly cleans it up?&lt;br&gt;
→ What's the ROI really looking like once you net out the cost of the platform, the setup, and the escalations?&lt;br&gt;
→ Is there still room to improve — or are you already near the ceiling for the kind of traffic you handle?&lt;br&gt;
→ And how do you actually compare with everyone else running the same play in your industry?&lt;/p&gt;

&lt;p&gt;Here's the uncomfortable part: almost nobody can answer these with confidence. And it's not because support leaders aren't paying attention. It's because the ground truth doesn't exist in any shared, honest form.&lt;/p&gt;

&lt;p&gt;Start with the word "resolution." It sounds precise. It isn't. One vendor counts a ticket as resolved the moment the bot sends a reply. Another counts it only if the customer never writes back. A third quietly folds deflection — the customer bouncing off a help article — into the same bucket and calls it automation. So when you see "85% resolution" on a landing page, you have no idea whether that's a genuinely closed issue or a cleverly drawn chart. The definition bends to flatter whoever is publishing it.&lt;/p&gt;

&lt;p&gt;That makes comparison almost impossible. If you're sitting at 60%, is that world-class for your vertical, or embarrassing? You genuinely can't tell — because there's no shared denominator, no neutral reference point, and every benchmark you can find was published by someone with a reason to make their own number look good.&lt;/p&gt;

&lt;p&gt;That lack of transparency is the problem we set out to close.&lt;/p&gt;

&lt;p&gt;We built a benchmark tool, and we deliberately backed it with two different kinds of data:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Public data — independent 2026 cross-program aggregates, pulled from sources that aren't trying to sell you anything.&lt;/li&gt;
&lt;li&gt;Private data — real field deployments, where we can see what actually happens once a system is live on messy, real-world traffic.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The reason we use both matters. Public data keeps us honest and broad. Private data keeps us grounded in what really happens after launch — not the pilot, not the demo, but month six, when the easy intents are automated and the hard ones are all that's left.&lt;/p&gt;

&lt;p&gt;Here's how it works. You pick your industry — ecommerce, fintech, SaaS, travel, healthcare, telecom, and so on — and the tool shows you the realistic resolution and CSAT range for that vertical. Not a single vanity figure, but a band: the low end, the median, and the top-10% world-class mark. Then you can enter your own current resolution rate and CSAT, and it places you directly on that scale. In about ten seconds you can see whether you're lagging, sitting at the median, or genuinely at the front of your industry.&lt;/p&gt;

&lt;p&gt;And because a number without context is just anxiety, the tool also breaks down the four factors that decide where any given deployment actually lands:&lt;/p&gt;

&lt;p&gt;→ Industry complexity. How ambiguous, regulated, emotional, or multi-step your intents are. This sets the ceiling. Structured, data-rich intents like order status resolve high; regulated or emotional ones resolve far lower, no matter which vendor you use.&lt;/p&gt;

&lt;p&gt;→ System capability. How strong the underlying platform is — multi-agent reasoning, backend actions, retrieval, guardrails. A more capable system reaches higher within the same industry band and holds quality as complexity rises.&lt;/p&gt;

&lt;p&gt;→ Maturity of your assets and playbooks. The state of your knowledge base, SOPs, and escalation rules. Most deployments launch around 40–50% and climb past 60% over six to twelve months as those assets mature. If you're new, low isn't failure — it's the starting line.&lt;/p&gt;

&lt;p&gt;→ Transparency of your data. How accessible the orders, accounts, and history are that the AI needs to actually resolve a ticket. When the system can see everything, it resolves. When data is siloed, even simple intents stall.&lt;/p&gt;

&lt;p&gt;The honest caveat: these ranges are directional, not audited. Definitions of "resolution" vary by source, so we treat the numbers as a realistic target band — something to steer by — rather than a certified figure. We'd rather tell you that plainly than pretend to a precision the whole industry can't actually deliver yet.&lt;/p&gt;

&lt;p&gt;This is a living benchmark. We'll keep updating it as more public data lands and more deployments mature, and we expect the ranges to sharpen over time. If your team has been looking for a bit of honest transparency in a space that badly lacks it, we hope this gives you a real reference point to plan against — whether or not you ever talk to us.&lt;/p&gt;

&lt;p&gt;Try it here: &lt;a href="https://aissist.io/tools/benchmark" rel="noopener noreferrer"&gt;https://aissist.io/tools/benchmark&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F94xi1s4uunzx3vitdf9v.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F94xi1s4uunzx3vitdf9v.png" alt=" " width="799" height="377"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And I'd genuinely value your feedback. If the range for your industry feels off compared to what you're seeing in your own numbers, tell me — that's exactly the kind of signal that makes the next version better for everyone.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The fix for bad AI isn't a bigger brain. It's better structure.</title>
      <dc:creator>Mike Wei</dc:creator>
      <pubDate>Thu, 09 Jul 2026 23:30:25 +0000</pubDate>
      <link>https://dev.to/michael_wei_d93a005ecc379/the-fix-for-bad-ai-isnt-a-bigger-brain-its-better-structure-3a0c</link>
      <guid>https://dev.to/michael_wei_d93a005ecc379/the-fix-for-bad-ai-isnt-a-bigger-brain-its-better-structure-3a0c</guid>
      <description>&lt;p&gt;Most AI support bots top out at 30-50% resolution and get stuck around 3.5/5.0 CSAT.&lt;/p&gt;

&lt;p&gt;Customers describe them with one word: robotic.&lt;/p&gt;

&lt;p&gt;We kept hitting the same wall, and the reason turned out to be structural. A single generic model tries to force every refund, every connectivity issue, every warranty claim, every shipping question through one path. But real business problems aren't linear. They're full of ambiguity, overlapping systems, and incomplete information. Rigid decision trees and one big model both break the moment real complexity shows up.&lt;/p&gt;

&lt;p&gt;So we stopped trying to build one model that knows everything.&lt;/p&gt;

&lt;p&gt;Instead: divide and conquer. A sub-agent is a specialist focused on one domain — refunds, connectivity, shipping, warranty, finance, product damage. On each execution, a super agent plans the work, activates the right specialists, gathers facts from them, and makes the final call. Multiple sub-agents can contribute to the same request and cross-check each other — which is exactly why the output is more reliable than any single-agent system.&lt;/p&gt;

&lt;p&gt;The results across Q1 2026 deployments:&lt;/p&gt;

&lt;p&gt;83% resolution (vs. the 30-50% ceiling)&lt;br&gt;
4.8/5.0 CSAT (vs. ~3.5)&lt;/p&gt;

&lt;p&gt;And because each sub-agent is measurable — traffic, resolution, NPS, CSAT at the specialist level — you don't just learn whether the AI works. You learn about your own products, customers, and processes.&lt;/p&gt;

&lt;p&gt;The counterintuitive part: running multiple agents per request should cost more than a single model. After continuous engine optimization, it's often more cost-effective than single-model alternatives — while doing deeper reasoning.&lt;/p&gt;

&lt;p&gt;The lesson we keep relearning: reliability in AI doesn't come from a bigger model. It comes from better structure.&lt;/p&gt;

&lt;p&gt;How the architecture works: &lt;a href="https://aissist.io/technology/multi-agent-platform" rel="noopener noreferrer"&gt;https://aissist.io/technology/multi-agent-platform&lt;/a&gt;&lt;/p&gt;

</description>
      <category>agents</category>
      <category>ai</category>
      <category>architecture</category>
      <category>systemdesign</category>
    </item>
    <item>
      <title>The "Moore's Law for AI" everyone promised you? It didn't happen.</title>
      <dc:creator>Mike Wei</dc:creator>
      <pubDate>Thu, 09 Jul 2026 23:24:39 +0000</pubDate>
      <link>https://dev.to/michael_wei_d93a005ecc379/the-moores-law-for-ai-everyone-promised-you-it-didnt-happen-25e4</link>
      <guid>https://dev.to/michael_wei_d93a005ecc379/the-moores-law-for-ai-everyone-promised-you-it-didnt-happen-25e4</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5sv9rs4tm9fib0x05f5y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5sv9rs4tm9fib0x05f5y.png" alt=" " width="800" height="569"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Everyone building AI agents is about to learn the same expensive lesson: capability and economics are two different problems.&lt;/p&gt;

&lt;p&gt;I've spent 15+ years building large-scale ML systems, and here's the uncomfortable math behind agentic AI in 2026:&lt;/p&gt;

&lt;p&gt;→ Token prices haven't fallen in a straight line. The cheapest models have flattened out, and flagship pricing turned upward again this year (GPT-5.4 launched at 2x GPT-5's input price).&lt;/p&gt;

&lt;p&gt;→ Reasoning tokens are billed as output tokens — deeper thinking raises cost even when the visible answer stays short.&lt;/p&gt;

&lt;p&gt;→ One agentic request expands into planning, retrieval, verification, and tool calls. More useful work, way more tokens.&lt;/p&gt;

&lt;p&gt;Betting your unit economics on "models will get cheaper" is not a strategy. Power constraints alone make that assumption shaky — AI demand is now colliding with the electricity grid, not just GPU supply.&lt;/p&gt;

&lt;p&gt;What actually works is treating token efficiency as an architecture problem:&lt;/p&gt;

&lt;p&gt;System design is the strongest lever. A system tightly coupled to the problem spends less because it already knows the workflow, the boundaries, and the next step. Generic agents pay a "rediscovery tax" on every single run.&lt;/p&gt;

&lt;p&gt;Task optimization comes second. Routing, classification, extraction — these don't need frontier reasoning. The first big savings usually come from stopping the model from doing work it never needed to do.&lt;/p&gt;

&lt;p&gt;Custom models come last, and only at scale. Trade a recurring inference bill for a predictable training cost — but only when the task is stable and you have real evaluation discipline.&lt;/p&gt;

&lt;p&gt;This is why we treat cost as a core design constraint at Aissist, not a cleanup task for later. AI that can't scale economically fails the business case no matter how smart it is.&lt;/p&gt;

&lt;p&gt;Full analysis: &lt;a href="https://aissist.io/technology/token-efficiency" rel="noopener noreferrer"&gt;https://aissist.io/technology/token-efficiency&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
