Onpode
Cover art for Orange says prioritize AI outcomes over agent numbers—but industry is scaling first, asking questions later

Orange says prioritize AI outcomes over agent numbers—but industry is scaling first, asking questions later

July 15, 2026 · 10 min

Cole Bryant & Jonathan Ingles

Only 23% of enterprises run multi-agent AI at scale in 2026, yet just 5% generate measurable value — a gap the industry largely ignores. Runtime model routing (ACRouter cuts costs 2.6x) has replaced pre-deployment validation, making quality a live variable rather than a design gate.

In 2026, a fundamental tension has emerged in enterprise AI between two philosophies: deploying multi-agent systems rapidly at scale versus validating quality and outcomes before expanding agent counts. Orange, the French telecommunications giant, represents the outcome-first camp.

0:0010:11
Make your own on Onpode

Describe any topic. Hear it in minutes.

More Onpode episodes on Artificial Intelligence

About this episode

Twenty-three percent of enterprises are running multi-agent AI systems at scale in 2026. Five percent are generating measurable value. This episode doesn't let that gap slide by as a talking point — it tries to figure out what's actually producing it, and who benefits from leaving it in place. The central tension is between two competing ideas about how reliability gets built. The industry has largely converged on runtime routing: instead of validating models before deployment, you route every request to whatever model is cheapest and most appropriate in the moment. A system called ACRouter demonstrated this beats fixed premium-model strategies by 2.6x on cost, and that number has become a structural incentive that's very hard to argue with. Meanwhile, Orange — the French telecom — is cited as the responsible counterexample, with an outcome-first philosophy and an €600M value target. The episode takes that claim seriously and then quietly narrows it: 80% workforce adoption of an approved internal environment is a governance story, not a value proof. The sharpest moment comes from healthcare. Oncology is the one domain with serious prospective validation data — and also the one demanding the most rigorous pre-deployment evidence review. Validation discipline exists. It's just practiced where failure has legal and ethical consequences that aren't survivable. Everywhere else, the fleet ships first. The episode ends on a genuinely open question: does a 95% failure rate ever become the number that forces a reckoning, or does it just become the expected cost of going fast?

Frequently asked

What percentage of enterprises using multi-agent AI are actually generating value?

Only 5% of the 23% of enterprises running multi-agent AI at scale in 2026 generate measurable value, according to industry data. That 18-percentage-point gap between deployment and outcomes reflects a structural problem: most organizations treat shipping agents as equivalent to producing results.

What is Orange's AI strategy and what is the €600 million target?

Orange, the French telecom, has adopted an outcome-first AI philosophy with a stated target of €600 million in value — a target, not a verified result. Its internal GenAI platform Dinootoo reached 80% of its 100,000-person global workforce by 2026, primarily by containing shadow AI rather than proving customer-facing competitive value.

How does ACRouter reduce AI agent costs and what is the 2.6x figure?

ACRouter, an open-source AI routing system released in 2026, reduces costs by 2.6x compared to fixed premium-model strategies. It uses a Context-Action-Feedback loop to dynamically assign each task to the cheapest appropriate model at runtime, building memory of which models performed best on which task types over time.

Is agentic AI being validated before deployment in high-stakes industries like healthcare?

In oncology, pre-deployment validation is being practiced. OncoAgents, a multi-agent neuro-symbolic AI platform, was prospectively evaluated across 3,804 consecutive cancer patients over 12 months for clinical trial matching — one of the largest real-world agentic AI validations to date. Researchers in the same field simultaneously published a seven-principle evidence-informed framework requiring systematic review before clinical deployment.

Why do cloud platforms like AWS, Microsoft, and Google have little incentive to fix the AI agent failure rate?

AWS Bedrock AgentCore, Microsoft Azure AI Foundry, and Google Vertex AI all compete on agent fleet orchestration volume — more agents, more routing calls, more compute revenue. A 95% failure-to-value rate among enterprise deployments is financially near-neutral for these platforms, since they earn on usage regardless of whether customer outcomes are achieved.

Grounded in 10 sources
A Survey of Multi-Agent Deep Reinforcement Learning with Communication · arxiv.org
Transforming oncology clinical trial matching through neuro-symbolic, multi-agent AI and an oncology-specific knowledge graph: a prospective evaluation in 3804 patients · doi.org
Multi-Agent AI-Assisted Design and Validation of Complex Microservices Architectures: An Empirical Study · doi.org
FACET: Multi-Agent AI Supporting Teachers in Scaling Differentiated Learning for Diverse Students · doi.org
Context Engineering: From Prompts to Corporate Multi-Agent Architecture · doi.org
A Systematic Review of Agentic AI in Healthcare: An Evidence-Informed Seven-Principle Framework · doi.org
ACRouter picks the smartest AI model per task, beating Opus-only setups by 2.6x on cost | VentureBeat · venturebeat.com
AI Agent Frameworks 2026: Production-Tested Ranking · alicelabs.ai
AgentOps: Operationalize agentic AI at scale with Amazon Bedrock AgentCore | Artificial Intelligence · aws.amazon.com
How Microsoft Ships AI Agents at Enterprise Scale · blog.bytebytego.com
Read transcript

Jonathan Ingles: Long week — but honestly the reading I did for this made it longer. You see the gap I kept circling back to?

Cole Bryant: The 23 versus 5 thing? Yeah. Bro, I — I actually wrote it down on paper because I didn't trust myself to keep it straight in my head.

Jonathan Ingles: Twenty-three percent of enterprises running multi-agent AI at scale right now in 2026. Five percent generating actual value. That's not a maturity curve. That's a structural problem the industry has collectively decided not to name.

Cole Bryant: And multi-agent is — I mean, we should say what we actually mean — these aren't single-model queries, this is agentic AI, systems doing multi-step autonomous work, planning, coordinating fleets of specialized agents on complex tasks. And even with all that, 95% can't show the outcomes.

Jonathan Ingles: The one public response that acknowledges this directly is Orange. French telecom. €600 million value target, explicit outcome-first philosophy. The industry response to the same data is to ship more agents faster.

Cole Bryant: Wait — €600 million is the target, not the result yet, right? That's an important distinction, dude.

Jonathan Ingles: It's the stated target. Which is still more honest than the companies scaling with no target at all.

Cole Bryant: Okay, that's — yeah, fair. So what we're actually trying to figure out today is whether the industry is confusing shipping agents with deploying something that works. And why the one company saying 'measure first' is the weird one in the room.

Jonathan Ingles: The part that breaks the 'measure first' framing open — and this is the thing nobody's naming — is that the industry hasn't just skipped validation. It's structurally replaced it. The new argument is: you don't validate models upfront, you route between them at runtime. Every single request gets assigned to whatever model is cheapest and appropriate in that specific moment. That's not a bug. That's the product.

Cole Bryant: Wait — like, each task gets a different model? Not just one model doing everything?

Jonathan Ingles: Think of a hospital staffing dispatcher. Instead of hiring one reliable surgeon and verifying credentials before they ever touch a patient — you just call whoever's available and cheapest at the moment the patient arrives. No prior vetting. That is runtime routing. That's the analogy. Model quality becomes a live cost-optimization decision, not a design decision.

Cole Bryant: Okay that's — I mean, that's a little terrifying but I also see why an engineering team looks at that and goes 'yes, this is efficient.' Because ACRouter, the thing that actually implements this, beat fixed premium-model strategies by 2.6x on cost. That number is — bro. 2.6x. That's not a rounding error.

Jonathan Ingles: Released in 2026. Open-source. The mechanism is a Context-Action-Feedback loop — the router itself acts as an agent, it builds memory of which models worked on which tasks over time. No pre-deployment quality gate required. And frankly, that's why Microsoft Azure AI Foundry, AWS Bedrock AgentCore, and Google Vertex AI are now competing on fleet orchestration rather than single-model quality. The economic incentive is right there in the 2.6x number.

Cole Bryant: So InfoQ literally — wait, no, they called it a software architecture discipline. Not an AI problem anymore. The reliability gets engineered at the orchestration layer, not per model.

Jonathan Ingles: Which sounds sophisticated. It is sophisticated. But what it's also doing is giving every engineering team a rational justification for never running a pre-deployment validation pass. Why would you, when the router handles it live and it's 2.6x cheaper?

Cole Bryant: The incentive is genuinely compelling though — I can't pretend it isn't. If I'm running an engineering team and someone shows me that number, I'm shipping.

Jonathan Ingles: That's exactly why it spreads. The 2.6x is real. The problem is what you've quietly agreed to when you accept it — quality is no longer a gate. It's a variable.

Cole Bryant: But — okay, quality as a variable, that's the framing the Orange story is supposed to fix, right? Like, that's the take circulating. 'Orange proves you can do this responsibly at scale.' Dinootoo, 100,000 employees, 80% of their global workforce. People are citing that like it's the counterproof.

Jonathan Ingles: 80% adoption of an internal GenAI chat environment. That's a deployment metric.

Cole Bryant: Wait — say that distinction again because I think people are going to miss it.

Jonathan Ingles: Dinootoo launched in 2023. The stated purpose was reducing shadow AI — employees using unsanctioned tools outside approved systems. By 2026, 80% of Orange's workforce is inside the approved environment. That means Orange won the governance problem. It does not mean Orange generated competitive, customer-facing value. Those are different things.

Cole Bryant: No, okay, that's — I mean, I want to push back a little because containing shadow AI is actually real? Like, if your employees are running sensitive customer data through random consumer tools, that's a live liability. Orange built a secure environment, got 80% of its workforce inside it. That's not nothing.

Jonathan Ingles: It's a risk-reduction story. I'll give you that. But the €600 million figure — that's a target. Stated. Not independently verified. So the proof point being held up as 'outcome-first works' is actually: we contained a security risk, and we have a number we're aiming for.

Cole Bryant: Which is — yeah, that's genuinely narrower than how it's being sold. Human-in-the-loop design, iterative rollout, all of that is real discipline. But discipline on the governance side isn't the same as proof on the value side.

Jonathan Ingles: The proof point is genuine. It's just smaller than the claim. And the healthcare data — that one actually cuts both ways in a way that breaks this whole framing open. We should get to that.

Cole Bryant: Wait, how does it cut both ways? Like — both directions at once?

Jonathan Ingles: OncoAgents. Multi-agent AI platform, neuro-symbolic architecture — meaning it combines neural language models with structured knowledge graphs for auditability. Prospectively evaluated across 3,804 consecutive oncology patients over twelve months for clinical trial matching. That is one of the largest real-world validations of an agentic AI system in any high-stakes domain. It works. The evidence is there.

Cole Bryant: Wait — 3,804 patients, prospective, twelve months? That's not a pilot.

Jonathan Ingles: No. And the same domain — oncology, same year, 2026 — is where healthcare researchers published a seven-principle evidence-informed framework arguing you need systematic evidence review before clinical deployment. So the field that has the best proof it works is also the field demanding the most rigorous pre-deployment validation. Both things are true simultaneously.

Cole Bryant: That's — okay, that's actually kind of wild? Because you'd expect — I mean, if the evidence is there, why are the researchers in that same domain the ones saying slow down?

Jonathan Ingles: Because the stakes are legally and ethically catastrophic if it fails. Validation-first is only being practiced where failure is not survivable. Everywhere else — enterprise workflows, internal tooling, productivity agents — the industry ships and routes. The discipline exists. It's just rationed.

Cole Bryant: So the proposed fix — and this is where context engineering comes in, right? Deloitte, KPMG, both cited it in 2026 enterprise research — the idea that you design the entire informational environment the agent operates in. Not just the prompt. The relevance of the data, the sufficiency, the provenance. Frame it like the agent's operating system.

Jonathan Ingles: Consulting firms citing it is not enterprises implementing it. And frankly, context engineering requires exactly what continuous-deployment culture discarded — clear objectives before you ship, pre-deployment testing, measurable outcome definitions baked in from the start. That's the governance framework. Most teams don't have that infrastructure.

Cole Bryant: No but — okay, imagine a clinical informatics team at a mid-size cancer center. They see the OncoAgents data, 3,804 patients, they want it. And the seven-principle framework is sitting right there. Does the governance actually keep pace with how fast agent fleets are being deployed right now?

Jonathan Ingles: That's the structural question. And the honest answer is: in oncology, maybe. Because the liability forces the discipline. In every other domain, the fleet ships before the framework catches up. That gap is what to watch.

Cole Bryant: That gap is what I keep — I mean, I can't figure out whether the 95% failure rate eventually forces a reckoning or whether Microsoft Azure AI Foundry, AWS Bedrock AgentCore, Google Vertex AI, all of them, just... price it in. Because those platforms make money on agent volume. More agents, more compute, more routing calls. The failure rate is almost — it's almost neutral to them financially?

Jonathan Ingles: That's the whole thing. Orange's outcome-first model is a direct threat to that business. Fewer agents, fewer API calls, less revenue for the orchestration layer. The incentive to let it spread simply doesn't exist for the platforms that dominate deployment. It's not a conspiracy. It's just math.

Cole Bryant: So the question I'm left with — and I genuinely don't know the answer — is whether any customer failure rate is high enough to change that math. Like, does 95% ever become the number that breaks the model? Or does it just become the expected cost of shipping fast?

Jonathan Ingles: I don't know. And I think that's the honest place to leave it.

Cole Bryant: Good talk, bro. I mean that — genuinely useful to think through.