← All posts April 2026

Where AI actually works in telecom — and where it still doesn’t (a 2026 field map)

An honest 2026 map of AI use cases across telecom BSS — strategy, HR, finance, CRM. Which work in production, which still die on contact with real data.

By 2026, every vendor pitch into a telecom operator opens with the same word: agentic. The AI doesn’t just show you data — it takes the next step. It reroutes shipments. It reconciles bills. It explains the invoice to your customer in their own voice.

I’ve now sat through enough of these decks to notice a pattern. The demos are genuinely impressive. The pilots are usually successful. And then somewhere between the sandbox and production, most of these use cases quietly disappear from the roadmap. The ones that survive don’t survive because the AI got better. They survive because the underlying data and integration plumbing was already healthy enough to support them.

So instead of writing another piece that hypes agentic AI across the telecom stack, I want to do something more useful. I want to walk through the four domains where AI is being pitched into operators right now — strategy, HR, finance, customer experience — and separate the use cases that work today from the ones that need another two years of plumbing first.

The framing matters because the gap between “demo works” and “production works” in BSS is wider than in almost any other industry. And the cost of getting it wrong is a multi-year programme that quietly stalls.

1. ERP and strategy: useful for analysis, not yet for autonomy

The pitch is that ERP becomes a simulation engine. AI agents run “what if” scenarios for 5G/6G rollouts, recalculate ROI when inflation moves, autonomously reroute hardware when ports congest.

What actually works today: the analysis layer. If your ERP data is clean and your finance team can trust the inputs, large language models on top of structured ERP data are genuinely good at scenario summarisation and sensitivity analysis. A planner can ask “which tower projects break even if capex per site rises 15%” and get a coherent answer in seconds. That’s real value.

What doesn’t work today: the autonomy. “Autonomously reroute hardware shipments” assumes your supply chain data, your ERP master data, your project plans, and your vendor contracts are all in a state where an agent can act on them without human review. In every operator I’ve worked with, at least one of those four is in poor enough shape that any autonomous action would create more problems than it solves. The pilot succeeds because it operates on cleaned demonstration data. Production has the actual data.

The honest position: AI in strategy is a decision-support tool in 2026, not an autonomous actor. Treat it that way and it pays back. Treat it as agentic and you’ll discover how much your ERP data quality has been hiding.

2. HR and field operations: the quiet success story

This is the domain where I see the biggest gap between hype and reality, but the gap goes the other way. HR and field operations is where AI is delivering measurable wins right now, with relatively boring technology.

The technician AR copilot use case is real. Field workers running repair work with AI overlay on AR glasses isn’t science fiction — operators in the GCC are deploying it today, and the 25–30% reduction in mean-time-to-repair numbers I’ve seen quoted are credible based on the pilots I’ve reviewed. The technology stack is mature: computer vision plus a domain-specific knowledge base plus a competent LLM. None of that requires agentic anything.

The internal talent marketplace use case is also real, though more boring than vendors make it sound. Scanning Jira, Git history, and project logs to surface internal experts is essentially a search problem with good embeddings. It works. It saves recruitment cycles. It doesn’t need an autonomous agent to make hiring decisions — it just needs to surface the three internal people who have actually shipped code in the relevant area.

The reason HR works while strategy doesn’t is unglamorous: HR data is bounded, the actions are advisory, and the cost of an AI mistake is low (a wrong recommendation, not a wrong shipment). That’s exactly the right shape for current AI capabilities.

3. Revenue and finance: the highest-leverage area, and the most dangerous

This is where the conversation gets serious for any CFO reading. Continuous revenue assurance — AI watching every billing event in near-real-time, catching ghost services and unbilled roaming data within seconds rather than monthly — is the single highest-ROI AI use case in BSS today, when it works.

When it doesn’t work, it’s catastrophic in a different way. Let me explain.

A monthly revenue audit catches leakage after the fact. You lose a month of revenue per error class. That’s painful but bounded. A continuous AI-driven assurance system that gets it wrong — that flags valid bills as ghost services, or worse, silently corrects bills that didn’t need correcting — produces customer-facing billing errors at machine speed. The blast radius of a bad rule deployed to a continuous reconciliation system is days of bad bills before anyone notices, often distributed across millions of accounts.

The use case is real and the leverage is real. But the operational maturity required to run it safely is significant. You need:

  • A staging environment that mirrors production billing data accurately
  • Clear separation between detection (AI flags an anomaly) and action (a human approves the correction) until you have very high confidence in the model
  • Strong observability on the AI’s decisions, so you can roll back a misbehaving rule before it touches a million bills

Operators with mature billing observability are seeing real revenue recovery from continuous assurance — easily into eight figures annually for a major operator. Operators without that maturity are creating new categories of customer complaint.

ESG reporting automation is the safer cousin. It’s lower-stakes, regulator-facing, and the data sources (energy consumption per site, fleet emissions, etc.) are well-defined. This one I’d recommend to almost any operator without significant caveats.

4. CRM and customer experience: where vendor marketing diverges most from reality

Two use cases get pitched constantly: zero-touch provisioning of complex enterprise services, and the generative interactive bill.

Zero-touch provisioning of an SD-WAN order — where AI agents coordinate inventory, CRM, contracts, and activation without human intervention — is a use case I’ve now watched fail in three operators. The failure isn’t AI failure. It’s that the underlying CRM-to-BSS handoff was already broken before AI touched it. If your order fallout rate is 12% on simple consumer orders, layering an AI orchestrator on top of an enterprise order with twenty dependencies will not produce zero-touch provisioning. It will produce orchestrated fallout.

The honest version of this use case: AI-assisted provisioning for operators who already have clean CRM-to-BSS integration. For everyone else, fix the integration first and revisit AI orchestration in 18 months. There’s no shortcut.

The generative interactive bill is a different story. This one I’m cautiously positive on. Replacing a 10-page PDF with a conversational interface that explains why this month’s bill is higher is a genuinely good customer experience improvement, and the technology is mature. The implementation challenge is mainly that the AI needs accurate, structured access to the bill data — which most operators have, because their billing engine produces structured output. The risk is hallucination on edge cases (the AI invents an explanation for a charge it doesn’t actually understand), which is mitigated by keeping the AI’s role descriptive, not prescriptive.

The 2026 ease-vs-impact map

Putting it all together, here’s how I’d actually rank these use cases for an operator deciding where to invest in 2026:

DomainUse caseImplementation realityReal benefit
FinanceESG reporting automationHigh — well-defined data sourcesCost, compliance
HRInternal talent marketplaceHigh — bounded data, advisory outputTime, retention
CXGenerative bill explainerHigh — structured billing data existsChurn reduction
HRTechnician AR copilotMedium — hardware investment requiredMTTR, productivity
FinanceContinuous revenue assuranceMedium — needs mature billing observabilityCost (high if done right)
StrategyAI scenario simulation (advisory)Medium — depends on ERP data qualityAgility
CXAI-assisted enterprise provisioningLow — requires clean CRM/BSS integration firstCX (if foundation exists)
StrategyAutonomous supply chain reroutingLow — premature for most operatorsMarginal in 2026

Notice the pattern: every “high implementation reality” use case has bounded data and a non-autonomous action profile. Every “low implementation reality” use case requires either pristine integration or autonomous decision-making. That’s not coincidence. That’s the actual capability boundary of agentic AI in telecom in 2026.

What the 2026 board conversation should sound like

When a CFO or CEO asks where to invest the AI budget this year, the answer that survives operational reality is unglamorous: start with finance reporting, HR, and bill explanation. Build operational confidence. Then tackle revenue assurance with proper guardrails. Then — only after the CRM-to-BSS integration is genuinely clean — consider AI-orchestrated provisioning.

The mistake I keep watching operators make is starting from the most exciting use case (autonomous orchestration) and working backwards. It almost never finishes. The use cases that actually ship in 2026 are the ones that started small, ran in production for a quarter, and then expanded.

The vendors won’t tell you this because they’re selling agentic platforms. The platforms are real. But they perform exactly as well as the data and integration you point them at — and that, almost always, is the actual problem.

Shoaib HB is a BSS/CRM consultant with 18 years in telecom operations across Mobilink and Zain KSA. He works with operators and system integrators in GCC, South Asia, and MENA on order fallout, CRM migrations, and integration architecture.