explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsdictionaryagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportcontactprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR: what people are asking
  • The tokenomics strategy in three moves
  • What you can copy without AT&T's scale
  • How this fits the broader enterprise playbook
  • Related on explainx.ai
← Back to blog

explainx / blog

AT&T Cut AI Coding Costs 56% With Model Routers — Without Killing Quality

AT&T VP Mark Austin told The Information on August 20, 2026 that LiteLLM model routers cut coding AI costs 56% with only 2% quality loss. Here is the tokenomics playbook.

Aug 20, 2026·4 min read·Yash Thakker
Enterprise AIToken EconomicsAI CodingModel RoutingCost Management
go deep
AT&T Cut AI Coding Costs 56% With Model Routers — Without Killing Quality

AT&T is processing 45 billion AI tokens per day — up from roughly 8 billion a year ago — and its overall AI spend is relatively flat. That is not a procurement miracle; it is a routing architecture. On August 20, 2026, The Information reported that VP Mark Austin, who oversees employee-facing AI at AT&T, cut coding and advanced-task costs by up to 56% using LiteLLM-based model routers, with only about 2% quality degradation.

For engineering leaders watching Databricks' four cost levers or debating whether to give every developer unlimited Claude Code access, AT&T's numbers are the enterprise case study that turns "model routing" from a blog buzzword into a budget line item.

TL;DR: what people are asking

table · 2 cols
QuestionAnswer
What savings did AT&T report?Up to 56% on coding/advanced tasks (routing); 80–90% on targeted apps moved to open models.
Quality tradeoff?~2% degradation on routed coding tasks, per Austin.
Daily token volume?~45 billion tokens/day (Aug 2026).
Routing stack?Cache-aware AI Gateway built on LiteLLM.
Open-model target?60–70% of employee queries on open models (from ~25–40% today).
Who said this?Mark Austin, VP overseeing AT&T employee AI (also quoted in Fierce Network).
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

The tokenomics strategy in three moves

1. Cache-aware routing (the 56% lever)

AT&T's gateway evaluates each request on:

  • Task complexity — can a cheaper model handle this?
  • Model pricing across providers
  • Cache state — cached tokens cost ~one-tenth of uncached

The counterintuitive insight Austin shared with Fierce Network: on long agentic coding sessions, staying on a premium model can be cheaper because the entire conversation context is already cached. Switching models mid-session throws away that cache.

This is the same long-running-task cost dynamic Claude Code auto mode touches — but AT&T operationalized it at 45B tokens/day.

2. Open-model substitution (the 80–90% lever)

AT&T audits deployed closed-source models older than a year and asks: can an open model handle this with a tweaked prompt? Austin estimated ~25% of total token volume fits that profile — network management, classification, simpler generation.

The company released OTel 2.0, an open-source telco-specific model, and trains additional open models for accuracy on network operations tasks.

3. Flat spend on rising volume

Token volume grew 5.6× (8B → 45B/day) while spend stayed flat. That is the outcome routing plus substitution is designed to produce — and it is what optimising generative AI costs looks like when it stops being a slide deck and starts being production infrastructure.

What you can copy without AT&T's scale

table · 2 cols
AT&T patternSmaller-team implementation
LiteLLM gatewayDeploy LiteLLM as a proxy; route by task tags or model aliases
Complexity routingStart simple: cheap model for lint/fix/docs; premium for architecture and debugging
Cache awarenessAvoid mid-task model switches in long Claude Code loops
Internal eval before downgradeRun your own golden tasks — public benchmarks poorly predict real coding performance (Databricks' finding too)
Spend gates not cutoffsVisibility dashboards + downshift to cheaper model before suspending access

How this fits the broader enterprise playbook

AT&T's story validates the same architecture Databricks documented a week earlier with input from Stripe, Coinbase, Uber, and Ramp:

  • Efficiency frontier (best price for a quality bar) matters more than intelligence frontier (peak capability) for everyday coding.
  • Hard token cutoffs are a last resort — they punish your most productive developers.
  • Context window pricing and cache hit rates are first-class routing inputs, not afterthoughts.

Related on explainx.ai

  • Databricks: managing AI coding costs at scale — four levers with Stripe/Coinbase input
  • Optimising generative AI costs — explainx.ai's cost framework
  • Context window pricing decoded — why cache hits change routing math
  • Claude Code pricing guide — model tier costs
  • Loop engineering with Claude Code — long-running task patterns
  • Choosing open-weight vs closed models — when substitution works

Sources: The Information — AT&T AI cost routing (Aug 20, 2026) · Fierce Network — AT&T tokenomics · Telecom Ramblings — tokenomics equation

Figures attributed to Mark Austin and AT&T leadership are accurate as of August 20, 2026 reporting. Routing implementations vary by organization — validate savings with your own eval suite.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Aug 8, 2026

Databricks on Managing AI Coding Costs at Scale: 4 Cost Levers

Databricks published a detailed engineering post on containing runaway AI coding spend, drawing on feedback from Stripe, Coinbase, Uber, and Ramp. It names an "efficiency frontier" distinct from the intelligence frontier, and lays out four concrete cost levers — including a Smart Router that cuts average task cost 30%+ and caching tweaks that halved generated tokens.

Aug 10, 2026

Canva Cuts 2026 Growth Forecast to 20% After AI Compute Costs Blew Up

Canva cut its full-year 2026 revenue growth forecast from 30% to 20%, telling investors it deliberately slowed its AI rollout after discovering the unit economics of serving AI requests to 265 million monthly users weren't sustainable. CEO Melanie Perkins and COO Cliff Obrecht both went on record about what broke — and Figma posted a near-identical warning the same week.

Jul 28, 2026

MAI-Cyber-1-Flash: Microsoft's First Security Model — Preview Only, Not Open

Microsoft AI shipped its first cybersecurity model, MAI-Cyber-1-Flash, inside MDASH on July 27, 2026, claiming a CyberGym score 12 points above Mythos. Here's what the model actually does, why the benchmark doesn't cover remediation, and why most developers won't get access any time soon.