Skip to content
TopInsight .co
Cloud-hosted agent-sphere shapes floating in dark space, accessible from multiple device-icon endpoints below, suggesting always-available remote compute.

Cloud coding agents: Warp ships Oz, the always-available agent platform

bycloud covered Warp's "Oz" cloud-hosted coding agents on Feb 27. The pattern fills a gap between local Claude Code and remote sandboxes — but Warp's pricing-and-trust baggage shadows it.

C Charles Lin ·

bycloud’s February 27, 2026 video“Need more coding agents? just spawn them on the cloud w/ Oz by Warp” — covers Warp’s Oz launch from Feb 10, 2026, which fills an interesting gap in the agent-platform landscape: cloud-hosted coding agents you can spawn from anywhere, run in parallel, and reconnect to from any device.

This isn’t quite E2B agent sandboxes (which are short-lived per-task containers). It isn’t local Claude Code (which is tied to your machine). It’s a third category: persistent cloud-hosted agents with CLI, API, and web orchestration on top. Warp’s own framing is “the orchestration platform for cloud agents” — a layer that runs Claude Code, Codex, or whatever else on remote Docker containers, with scheduling, audit trails, and shareable session links.

The technical pattern is interesting. The community read is more complicated.

What Oz actually is

From Warp’s launch post and bycloud’s walkthrough:

  • Cloud-hosted agent runtimes. Each Oz session is a containerised environment with its own terminal, file system, and Claude/Codex integration. You don’t ship your laptop’s environment to the cloud — you start a fresh one and let it work.
  • Parallel spawn. The headline pattern in bycloud’s video: kick off five or ten agents on different tasks at once, instead of waiting on one local Claude Code session.
  • CLI, API, SDK. You can fire agents from your terminal, schedule them on cron, or wire them into custom orchestration code. The web UI is the observability layer.
  • Reconnect from anywhere. Start on desktop, check progress on phone, hand off to laptop. The agent is the persistent thing.
  • Bring-your-own coding agent. Oz isn’t replacing Claude Code or Codex — it’s running them remotely. Warp’s pitch is the infrastructure, not the model.

The strategic positioning: what Claude Code would look like if it lived on a server farm instead of your laptop, with Warp as the control plane.

The second YT — Warp’s own walkthrough

Warp’s “Intro to Warp” video covers the on-ramp: terminal basics, local Claude Code setup, then the cloud handoff to Oz. It’s a product video, not an independent review, but it’s useful for the workflow detail bycloud glosses past — specifically how the local-to-cloud handoff works and what state actually persists.

The honest gap both videos leave unaddressed: what happens to your code, secrets, and shell history when an Oz container picks them up. Which is exactly the seam the HN community keeps prying at.

When this pattern matters

The use cases that genuinely benefit:

  1. Parallel investigation. Spawn five agents on five hypotheses for a bug, see which ones produce useful traces. Hard to do locally without splitting attention.
  2. Phone-first kickoff. Fire “investigate this stack trace” from your phone during a commute, return to laptop and see the work.
  3. Long-running autonomous work. Multi-hour refactors that don’t need you watching. Sandbox-tier (E2B) can do this but the persistence model is different.
  4. Cross-device continuity. Start something on desktop, pick up on tablet. The agent is the persistent thing, not the device.
  5. Heavy compute without local hardware. Agents running on real cloud machines regardless of what device you’re holding.

How it compares

vs local Claude Code: Oz is remote, latency-bound, requires connectivity. Local CC is faster for interactive work but tied to your machine and your local context. The two compose — most useful pattern is local for iteration, Oz for parallel autonomous work.

vs E2B agent sandboxes: E2B is for short-lived parallel tasks the agent itself spawns. Oz is for persistent agent sessions a human spawns. Different layer.

vs Pi Coding Agent (IndyDevDan’s offering, covered Feb 23, 2026): Pi is opinionated about engineering workflow — it ships with conventions about how to structure agent work. Oz is more infrastructure-shaped: bring your own conventions, Oz gives you the runtime.

vs Cursor Background Agents: Cursor’s offering is similar in concept but tied to the Cursor IDE. Oz is agent-platform-agnostic by design.

Creator POV vs HN community read

bycloud’s POV is the standard new-tool framing: here’s what it does, here’s the demo, here’s why it matters. He’s appropriately measured about the latency trade-offs and explicit that Oz is additive to local Claude Code, not a replacement. The video is useful as a product walkthrough.

The HN community read on Warp specifically is much darker, and it predates Oz. Three threads stack:

Warp sends a terminal session to LLM without user consent (94 points, Aug 2025) — the highest-engagement Warp thread of the past year. The dominant comment theme: terminal sessions contain secrets, credentials, and command history; sending them to a third-party LLM without explicit opt-in is a category of trust failure that’s hard to walk back. Secondary themes: AI features should be off by default, every AI agent has the same exposure surface but the terminal context makes it especially load-bearing, and recommendations to rotate any password used during a Warp session. The thread also surfaces broader product-direction frustration — that Warp drifted from “a better terminal” into “an AI-first tool with a terminal attached.”

Warp.dev Terminal — Overpriced, Buggy, and AI-Sabotaged My Code (57 points, Aug 2025) — the value-judgement thread. Dominant theme: cheaper, more flexible alternatives exist (Aider with OpenRouter, Claude Code directly, Ghostty / WezTerm / iTerm for the terminal layer). Secondary themes: subscription model creates perverse incentives once you hit usage caps; simpler terminals plus your own agent setup is the recurring counter-recommendation; the “AI broke my code” complaint gets pushback from commenters pointing out that version control is the actual safety net.

Warp Terminal changes pricing model (39 points, Nov 2025) — the pricing-shock thread, three months before Oz launched. Dominant theme: the cost being charged is compute, not terminal — and AI compute is now a commodity. Secondary themes: skepticism that Warp’s AI bundle beats Ghostty plus Claude Code at the same price, frustration with feature bloat and product-mission drift, and the recurring security concern about sending terminal contents to a closed-source cloud service.

The pattern across all three: Warp’s product direction has been read as enshittification-by-VC-pressure for at least nine months. Oz lands into that pre-existing trust deficit. It doesn’t have to overcome the technical bar of “is this useful” — that one’s gettable. It has to overcome “do I trust Warp to handle my code and secrets on their cloud.”

What works and what doesn’t in two weeks

After two weeks running Oz alongside local Claude Code on real projects:

Works:

  • Kick off “investigate this bug” from phone in the morning, return to laptop and see progress. The cross-device continuity is genuinely new in this category.
  • Parallel agents on independent tasks — three Oz sessions chewing on three refactor branches while a fourth local Claude Code session handles the active design work.
  • Long jobs (3-4 hours) running while I do other work, with shareable session links to drop into a PR for review.

Doesn’t work as well:

  • Interactive iteration. Latency is real; local CC wins for tight loops.
  • Tasks where you need to see real-time output to course-correct quickly.
  • Anything requiring local filesystem context I haven’t pushed to the cloud — and pushing it raises the exact secrets-exposure questions the HN threads flagged.

The trust question is unresolved. Two weeks isn’t enough to know what Warp’s cloud actually does with the code that flows through Oz containers. The privacy posture is better-documented than it was during the August 2025 incident, but “better documented” and “verifiable” aren’t the same thing.

What this means for working engineers in early March 2026

Three practical positions:

1. Try Oz on greenfield or open-source work first. The cross-device persistence pattern is genuinely useful. Validate the workflow on code that doesn’t carry trust risk before considering it for client work or anything proprietary.

2. Don’t pay Warp to run Claude Code if you can avoid it. The HN community’s repeated point holds: if you’re already paying for Claude Code, Ghostty plus a self-hosted cloud agent runner is cheaper and gives you full control over the cloud surface. Oz’s pitch is convenience, not capability — price it accordingly.

3. Keep local Claude Code as the primary loop. Oz is for the workflows that benefit from cloud-hosted persistence: parallel investigation, phone-kickoff, long-running autonomous jobs. Interactive design and tight iteration still belong on your machine.

The honest critique

What this story doesn’t mean:

  • Oz isn’t a category winner yet. Cursor Background Agents, Pi Coding Agent, and the inevitable Anthropic and OpenAI cloud-agent products are all aimed at the same gap. The pattern matters more than the specific vendor.
  • The privacy posture is unproven. Warp had a documented consent failure in August 2025. The product team has shipped fixes since, but the burden of proof on “your code is safe on our cloud” is high after that. Oz’s first months are when that proof gets built or fails to.
  • The pricing pattern is the recurring risk. The Nov 2025 pricing-model thread and the Canadian-pricing-shock complaints earlier are the same shape: Warp shipping economics that work for the company and surprising the users who built workflows around earlier pricing. Anyone who builds a workflow around Oz should assume the bill structure will change.

But the underlying arc is durable: cloud-hosted persistent agents are a real category, and they’re going to be normal infrastructure within a year. The boundary between “the engineer’s machine” and “the engineer’s tools” is blurring — in 2024 you ran tools on your laptop, in 2026 you run the laptop as one of several access points to a persistent agent fleet. Oz is one early example. Whether Warp specifically owns this category is the open question; whether the category itself is real isn’t.

For context on the sandbox-tier of this stack, see the E2B agent sandboxes coverage. For the local end of the same spectrum, the Claude Code workflow analysis tracks how the on-laptop loop is evolving alongside the cloud one.

Sources

Every reference behind this piece. If we make a claim, it's because at least one of these said so — or we lived it ourselves.

  1. YouTube bycloud — "Need more coding agents? just spawn them on the cloud w/ Oz by Warp" — bycloud
  2. YouTube Intro to Warp — terminal basics, Claude Code setup, and cloud handoff with Oz — Warp
  3. YouTube IndyDevDan — Pi Coding Agent (competing pattern, Feb 23 2026) — IndyDevDan
  4. Docs Warp — "Introducing Oz: the orchestration platform for cloud agents" (Feb 10, 2026) — Warp
  5. Blog Hacker News — "Warp sends a terminal session to LLM without user consent" (94 points, Aug 2025) — Hacker News
  6. Blog Hacker News — "Warp.dev Terminal – Overpriced, Buggy, and AI-Sabotaged My Code" (57 points, Aug 2025) — Hacker News
  7. Blog Hacker News — "Warp Terminal changes pricing model" (39 points, Nov 2025) — Hacker News
  8. Firsthand Two weeks of running Warp Oz alongside local Claude Code on real projects