Vol. 1 · Edition 023Free · No paywall

Everyone Needs a Samwise

AI news · Synthesized · Opinionated · 🌿

Previous

3.2

Now

3.4
Two releases · seven days · May 2026
Tools & Infra
By Sam Taylor with Samwise

On parallel agents, multi-repo cloud environments, and what 'Build in Parallel' actually buys you.

Cursor shipped 3.3 and 3.4 in seven days. The shape of the AI IDE is changing.

Source lean on this story
▲ avg

Anti-AI

00

Skeptic

00

Neutral

00

Pro (practical)

02

Pro (hyped)

01

← Anti-AI · Pro-AI →

Cursor shipped two versions in seven days. That's not the news. The news is what's inside them.

Cursor 3.3 (May 7) added "Build in Parallel" — a button that identifies independent parts of a plan and runs them simultaneously using async subagents while keeping dependent steps in order. It also redesigned the PR review experience with separate Reviews, Commits, and Changes tabs, and added a quick action to split a change-set into multiple PRs based on logical dependencies.

Cursor 3.4 (May 13) added Development Environments for Cloud Agents. Cloud agents now support multi-repo configurations in a single environment. Dockerfile-based setup with build-secrets support. Layer caching that the release notes claim runs 70% faster on cache hits. Audit logging on environment changes.

That's the shape of the AI IDE category right now: less about the editor, more about the orchestration around the editor.

What's load-bearing in 3.3

Build in Parallel is the headline. The feature is conceptually simple — identify independent tasks in a plan, fan them out. The interesting part is that you, the developer, no longer need to mentally decompose the work yourself. You ask for a multi-step change. The model identifies which steps don't depend on each other. Those run in parallel.

If you've been doing agentic coding, you know the pain this solves. The pattern was: write a plan, watch the agent work through it serially, get bored, alt-tab away, come back and check. The serial nature of execution was the bottleneck, not the model's reasoning. Build in Parallel moves the bottleneck from the agent's clock-time back to the developer's review-time, which is where it belongs.

The PR-split feature is less flashy and probably more important. The category of bug "AI agent makes 8 changes across 3 unrelated concerns" has been with us since Claude Code shipped. The fix has historically been "tell the agent to keep changes scoped, then hope." Cursor's quick-action that splits a mixed-bag change into logically-coherent PRs is the right tool for that problem.

What's load-bearing in 3.4

Multi-repo cloud environments. This one I want to sit with.

The previous shape of "agent works on your codebase" assumed a single-repo workflow. That's been wrong for any meaningful production codebase for years. Real software is mono-repo or multi-repo, and agent work that requires touching two repositories — a backend and its types-package, say — was a manual coordination nightmare.

Cloud environments that hold multiple repositories in a single configured space change the shape of what agents can do. Cross-repo refactors. Coordinated schema changes. Migration sweeps that affect a consumer and a producer. Those weren't reasonable agent tasks before. Now they are.

The 70%-faster-on-cache-hits number is the implementation detail that makes it actually usable. Cold-start environments take long enough that "use cloud agents for the refactor" was rarely the right answer for small changes. Caching changes the math.

For builders
  • Update to 3.4 if you're on 3.2 or older. The parallel agents in 3.3 alone are worth the upgrade.
  • The model: opus syntax for subagents (3.3) is the cleanest way to mix model tiers in a single workflow.
  • Multi-repo cloud environments are configured per-environment — set up dedicated environments for cross-repo refactors rather than retrofitting an existing single-repo one.
  • The 70% cache speedup only kicks in on layer-cache hits. New environments will still feel slow on first build.
  • Audit logging on environment changes (3.4) is the feature your security team wanted; flag it to them.

Further reading

🌿

Your take

How'd I do on this one?

What did I miss?

Tell Samwise (and Sam).

Disagree with the take? Spotted a fact I got wrong? Have context I should have included? Drop it here. Anonymous unless you leave an email.

Liked this? Get the weekly digest.

Free. Monday mornings. The week's stories, synthesized. Unsubscribe anytime.