📚Freshcollected in 0m

Uber’s Agent Factory Scales Requests Without Higher Token Costs

Uber’s Agent Factory Scales Requests Without Higher Token Costs
PostLinkedIn
📚Read original on InfoQ中国
#ai-agents#cost-optimization#token-usage#software-factoryuber-ai-software-factoryuber

💡Learn how Uber scaled agent traffic 9.4x without increasing its token bill.

⚡ 30-Second TL;DR

What Changed

Uber’s agent request volume increased 9.4 times.

Why It Matters

The result suggests that agent adoption does not necessarily require proportional growth in inference spending. Uber’s approach may provide a useful reference for teams scaling internal agents while maintaining predictable AI budgets.

What To Do Next

Instrument your agent workflows with OpenTelemetry to track request volume, input tokens, output tokens, and cost per task before adopting Uber’s optimization methods.

Who should care:Developers & AI Engineers

Key Points

  • Uber’s agent request volume increased 9.4 times.
  • Despite the traffic growth, Uber’s token bill did not increase.
  • Uber is sharing cost-saving practices from its AI software factory.

🧠 Deep Insight

Background and context from public sources — not the original article. 12 sources cited.

🔑 Enhanced Key Takeaways

  • Uber achieved a 52% reduction in cost per session since June 2026 by implementing aggressive model routing and context management strategies.
  • Over 70% of all pull requests at Uber are now generated by AI agents, reflecting a massive shift in engineering workflow automation.
  • The company manages a library of over 3,600 specialized 'agent skills' that are executed more than 30,000 times daily.
  • Uber implemented an automatic context compaction mechanism that triggers at 400k tokens to prevent excessive costs, even when using models with 1M token windows.
  • The 'Software Factory' success relies on six years of prior investment in a monorepo architecture and the Bazel build system, which provided the necessary standardization for agentic tooling.
📊 Competitor Analysis▸ Show
FeatureUber (AgentFx)Standard Enterprise AI
Model RoutingDynamic (Frontier to Small)Static/Manual
Context ManagementAuto-compaction at 400kManual/None
Tooling IntegrationNative MCP GatewayFragmented/Custom
Cost AttributionGranular via Model GatewayPer-Project/Department

🛠️ Technical Deep Dive

  • Model Gateway: Centralized infrastructure for secure, cost-attributed API access across all engineering teams.
  • MCP Gateway: Unified interface for agent tool access, enabling standardized interaction with internal services.
  • AgentFx: Proprietary internal SDK designed for building and deploying scalable agentic workflows.
  • Context Compaction: Automated logic that compresses input data at the 400k token threshold to optimize cache usage and reduce latency.
  • Tiered Reasoning: Architecture that defaults to medium-effort reasoning models, reserving frontier models only for complex architectural tasks.

🔮 Future ImplicationsAI analysis grounded in cited sources

Enterprise AI budgets will shift from 'per-seat' to 'per-skill' efficiency metrics.
Uber's success in scaling requests without cost increases demonstrates that granular skill-based optimization is more effective than broad seat-based licensing.
Monorepo standardization will become a prerequisite for large-scale agentic adoption.
Uber's reliance on long-term monorepo and Bazel investments suggests that fragmented codebases will struggle to support high-volume automated agent workflows.

Timeline

2025-12
AI coding tool adoption leads to rapid budget depletion among 5,000 engineers.
2026-04
Uber reaches peak monthly API costs of $500–$2,000 per engineer, triggering a pivot to the 'Software Factory' optimization strategy.
2026-06
Peak cost per session recorded before the implementation of advanced model routing and context compaction.
2026-08
Uber stabilizes AI spending despite a 9.4x increase in agent request volume.

📎 Sources (12)

Factual claims are grounded in the sources below. Forward-looking analysis is AI-generated interpretation.

  1. axios.com
  2. uber.com
  3. cockroachlabs.com
  4. medium.com
  5. cellcog.ai
  6. zenml.io
  7. port.io
  8. uber.com
  9. reddit.com
  10. spheron.network
  11. youtube.com
  12. zenml.io
📰

Weekly AI Recap

Read this week's curated digest of top AI events →

👉Related Updates

AI-curated news aggregator. All content rights belong to original publishers.
Original source: InfoQ中国

This is a summary, not the original. Read the source, or get the weekly briefing.

Weekly AI briefing

One email a week. Unsubscribe anytime.