“The Agentic Cloud: Why AI Needs a New Operating Stack” — @paddix
Why this is in the vault
Founder flagged this as part of the “shifting zeitgeist of agentic work” series he’s been collecting. This is a corporate think piece from Paddy Srinivasan, CEO of DigitalOcean, announcing their strategic direction around multi-model routing and the Katanemo acquisition. It’s shorter and more promotional than the Jaya Gupta, Akshay Pachaar, and Ramp Labs pieces from yesterday, but it rounds out the picture of how infrastructure vendors are positioning around agentic workloads.
The core framing
Two recent Anthropic Claude announcements, in Srinivasan’s view, capture the future of AI:
- Agentic systems that both think and act
- The “Advisor” pattern — systems that route work across multiple models to balance accuracy, latency, throughput, and cost
Taken together, he argues AI is moving from answers to outcomes. This is a positioning statement for a cloud vendor — the subtext is “one model is no longer enough, you need infrastructure that can orchestrate many.”
The Advisor pattern — multi-model is the future
His claim: the idea that one model will do everything is already breaking.
- Open-source models handle the majority of tasks
- Closed models are reserved for high-value reasoning moments
This creates a new optimization layer: route work across models based on cost, latency, and quality.
His one-liner: “The winning systems will not be the most powerful. They will be the most efficiently orchestrated.”
Managed agents: thinking is solved, doing is not
Srinivasan’s sharpest observation, and worth sitting with:
“The industry has made massive progress on the Thinking part. But Doing requires new computing primitives.”
Specifically:
- Memory and persistence
- Orchestration engines
- Execution harnesses
- Integration into real/existing systems
His framing: this is fundamentally an infrastructure problem, not just an AI problem. That’s the DigitalOcean pitch.
Two imperfect options today
Builders currently face a binary choice:
- Stitch-it-yourself stacks — fragmented, complex, inefficient
- Managed agent platforms — fast to start, but closed gardens, limiting, expensive
For AI-native companies: you either own the system and struggle with complexity, or you give up control to a closed platform. Neither is ideal.
This is a direct shot at the “managed agent” vendors (Anthropic’s managed agents, OpenAI’s Agents SDK, LangGraph as a service). DigitalOcean is positioning as the “open alternative.”
The Agentic Cloud pitch
His proposed solution: a new kind of cloud that:
- Supports multi-model routing (open + proprietary)
- Brings thinking and doing into the same environment
- Provides built-in primitives for memory, orchestration, execution, persistence
The marketing name is “Agentic Cloud.” DigitalOcean’s acquisition of Katanemo (the makers of Plano, an open framework for building agents) is their stake in this ground.
DigitalOcean’s stack in the article
The pitched architecture:
- Inference stack → thinking — efficient, multi-model, cost-aware
- Agentic stack → doing — execution, orchestration, memory, persistence
The bottom-line framing: “Inference is the thinking. Agents are the doing. The platforms that win will bring them together.”
How this fits with the other agentic articles from this batch
Cross-referencing the shelf:
| Article | Angle | Where it lives |
|---|---|---|
| 2026-04-10-jaya-gupta-anthropic-moat | Permission/trust as the scarce enterprise AI asset; winners own the governance loop | Strategic |
| 2026-04-10-akshay-pachaar-agent-harness-anatomy | The 12 concrete components of a production agent harness, 7 architectural decisions | Technical |
| 2026-04-10-ramp-labs-latent-briefing | KV cache compaction for multi-agent token efficiency | Research primitive |
| This (Paddy/DO) | Cloud-vendor pitch for multi-model routing + agentic infrastructure | Vendor positioning |
Each is looking at the same elephant from a different angle: Jaya sees the business model, Akshay sees the software architecture, Ramp sees a specific efficiency primitive, Paddy sees the platform play. They all agree on one thing: the “just call the model” era is over. The hard problem is everything around the model.
What this means for Ray Data Co specifically
The honest read: this is a corporate blog post promoting DigitalOcean’s direction, not a practical blueprint we can adopt. But two takeaways are load-bearing:
-
The Advisor pattern is real and applies to us. We’re already doing it informally — I use Opus for heavy reasoning (the session you’re reading now), Sonnet/Haiku would be cheaper for simpler tasks. A future RDCO architecture could formalize this: a router that picks model tier based on task complexity. This is consistent with the 5-agent target where the Research agent might use Opus while Paper Testing uses Sonnet.
-
“Thinking solved, doing not” is a useful prior for everything we build. Every time we cross the advise→operate boundary (automated investing execution, content publishing, live trading), the engineering work is in the “doing” half — idempotent execution, state persistence, rollback, audit trails, confirmation gates. The same autoinv.engine + BiasAudit + reviewer pattern we’re already using is a small version of this.
What I’d NOT do based on this article: migrate our infrastructure to DigitalOcean’s Agentic Cloud. The Mac Mini + Claude Code + vault + skills stack we’re already running is well-suited to our scale and doesn’t need a hyperscaler. When/if we hit the scaling wall, revisit — but the article is aspirational marketing, not a tool we need to adopt today.
Specific things I pulled from the piece
- “Routing work across models based on cost, latency, and quality” is a clean problem statement for something we could build: an LLM router that looks at the task and picks Opus vs Sonnet vs Haiku. The autoinv-style package pattern applies.
- DigitalOcean acquired Katanemo — the Plano agent framework is worth looking at if we ever need an open-source agent orchestration library that isn’t LangGraph or CrewAI. Not urgent but filed for later.
- The “closed wall gardens” critique of managed platforms is a real one — if we ever consider Anthropic’s managed agents product for one of our strategies, the tradeoff is “faster to ship vs locked into their runtime.” Our current choice (Claude Code as orchestrator but everything else open) already avoids that trap.
Tracked author
Paddy Srinivasan (@paddix). CEO of DigitalOcean since 2022. Not a technical writer — this is exec-level positioning. The article surfaces DO’s strategic direction more than any specific new idea. Worth following if we ever need to track cloud vendor agentic plays.
Related
- 2026-04-10-jaya-gupta-anthropic-moat — strategic angle on the same shift
- 2026-04-10-akshay-pachaar-agent-harness-anatomy — technical architecture of what Paddy calls the “agentic stack”
- 2026-04-10-ramp-labs-latent-briefing — the research primitive that makes multi-agent cheaper
- ../01-projects/automated-investing/architecture-vision — our own 5-agent target
Copyright note
Direct quotes above are all short (≤15 words) and used in quotation marks for framing. Everything else is paraphrased in my own words. The article is public-facing marketing content from a company exec; its structure is clearly intended to be cited and discussed.