Cursor's Third Era: Cloud Agents
Episode
66 min
Read time
2 min
Topics
Productivity, Remote Work, Fundraising & VC
AI-Generated Summary
Key Takeaways
- ✓Cloud Agent testing pipeline: Cursor's default agent behavior runs end-to-end tests before returning any PR, including spinning up dev servers and iterating on failures. Users can override with a `/no-test` slash command, and teams can configure per-repo rules via an `agents.md` file specifying which subdirectories should never trigger test runs — reducing review burden on large diffs.
- ✓Video-first code review: Each completed cloud agent session generates a chaptered screen-recording of what was built and tested. Reviewing a 20-second video serves as an entry point before examining diffs, and running 4–5 models in parallel via best-of-N becomes practical when each returns a short video rather than 700-line diffs multiplied across model providers.
- ✓Multi-model synthesis outperforms single-provider stacks: An internal experiment ran N models from different providers, then used an agentic synthesizer layer — not just an LM judge — to write a new diff from combined outputs. Results showed synergistic quality gains over using one unified model tier, suggesting agent swarms mixing top models from competing labs outperform homogeneous stacks.
- ✓Parallelism over speed as the core throughput lever: The team frames the coming productivity shift as widening the pipe rather than accelerating flow. One developer managing 10 concurrent cloud agents — each with its own VM, running overnight or during commutes — produces throughput equivalent to a much larger team, with the human role reduced to injecting taste and unblocking agents between sessions.
- ✓Bug reproduction as a first-class workflow: The `/repro` slash command instructs the agent to first reproduce a bug on video, then fix it, then record a second video confirming resolution. This pattern collapses bug cycles that previously required manual local reproduction into under 90 seconds for merge-ready PRs, and maps directly to test-driven development's red-green loop.
What It Covers
Cursor's Cloud Agents launch gives AI a full persistent Linux VM with computer-use capabilities, enabling agents to install dependencies, run dev servers, reproduce bugs, record demo videos, and test changes end-to-end before returning a PR — shifting developer workflow from line-by-line editing toward high-level task delegation across parallel agent threads.
Key Questions Answered
- •Cloud Agent testing pipeline: Cursor's default agent behavior runs end-to-end tests before returning any PR, including spinning up dev servers and iterating on failures. Users can override with a `/no-test` slash command, and teams can configure per-repo rules via an `agents.md` file specifying which subdirectories should never trigger test runs — reducing review burden on large diffs.
- •Video-first code review: Each completed cloud agent session generates a chaptered screen-recording of what was built and tested. Reviewing a 20-second video serves as an entry point before examining diffs, and running 4–5 models in parallel via best-of-N becomes practical when each returns a short video rather than 700-line diffs multiplied across model providers.
- •Multi-model synthesis outperforms single-provider stacks: An internal experiment ran N models from different providers, then used an agentic synthesizer layer — not just an LM judge — to write a new diff from combined outputs. Results showed synergistic quality gains over using one unified model tier, suggesting agent swarms mixing top models from competing labs outperform homogeneous stacks.
- •Parallelism over speed as the core throughput lever: The team frames the coming productivity shift as widening the pipe rather than accelerating flow. One developer managing 10 concurrent cloud agents — each with its own VM, running overnight or during commutes — produces throughput equivalent to a much larger team, with the human role reduced to injecting taste and unblocking agents between sessions.
- •Bug reproduction as a first-class workflow: The `/repro` slash command instructs the agent to first reproduce a bug on video, then fix it, then record a second video confirming resolution. This pattern collapses bug cycles that previously required manual local reproduction into under 90 seconds for merge-ready PRs, and maps directly to test-driven development's red-green loop.
- •Slack as an emerging IDE surface: Cursor's internal development increasingly happens inside Slack threads where `@cursor` mentions kick off cloud agents. Team members collaboratively refine outputs in the thread, the agent can tag relevant colleagues based on git blame, and PRs with video artifacts surface directly in the conversation — shifting human discussion toward architectural decisions rather than implementation details.
Notable Moment
The team revealed they had to disable cloud agents from spawning additional cloud agents after building that capability — the recursive self-spawning worked but created governance concerns. They also broke their own CI/CD pipeline by generating so many concurrent agent PRs that GitHub Actions became overloaded, forcing a rethink of release infrastructure.
Episode Transcript
This is another experiment that we ran last year and didn't decide to ship at that time, but may come back to. LMGUD, but one that was also agentic and could write code. So it wasn't just picking, but also taking the learnings from two models or n models that it was looking at and writing a new diff. And what we found was that there were strengths to using models from different model providers as the base level of this process. Basically, you could get almost like a synergistic output that was better than having a very unified, like, bottom model tier. We think that over the coming months, the big unlock is not going to be one person with a model getting more done, like, the water flowing faster. It will be making the pipe much wider. And so paralyzing more, whether that's swarms of agents or parallel agents, both of those are things that contribute to getting much more done in the same amount of time. This week, one of the biggest launches that Cursor has ever done is cloud agents. I think you you had cloud agents before, but this was like, you give Cursor a computer. Right? Yeah. So it's just basically they bought AutoTab, and then they repackaged it. Is that still what's going on? Or That's a big part of it. Yeah. Cloud agents already ran in their own computers, but they were sort of sight reading code. Yeah. And those computers were not they were, like, blank VMs, typically, that were not set up for the DevEx for whatever repo the agent's working on. One of the things that we talk about is if you put yourself in the model shoes and you are seeing tokens stream by and all you could do was cite to read code and spit out tokens and hope that you had done the right thing chance. I'd be so bad. Like, you obviously, you need to run the code, and so that, I think, also is probably not that contrarian of a take, but no one has done that yet. And so giving the model the tools to onboard itself and then use full computer use end to end pixels in, coordinates out, and have the cloud computer with different apps in it is the big unlock that we've seen internally in terms of use usage of this going from, oh, we use it for little copy changes to, no, we're really, like, driving new features with this kind of new type of agentic workflow. Alright. Let's see it. Cool. So this is what it looks like in cursor.com/agents. So this is one I kicked off a while ago. So on the left hand side is the chat, very classic sort of agentic thing. The big new thing here is that the agent will test its changes. So you can see here it worked for half an hour. That is because it not only took time …
Get the full transcript (14,357 words) + summary by email — free
One-time email with the complete transcript and AI summary of this episode. No account needed.
One email, no spam. We’ll also show you what SignalCast does.
You just read a 3-minute summary of a 63-minute episode.
Get Latent Space summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Latent Space
🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing
Aug 26 · 83 min
20VC (20 Minute VC)
20VC: Codex vs Claude Code vs Cursor: Who Wins, Who Loses | Will All Coding Be Automated - Do We Need PMs | The Real Bottleneck to AGI | The Three Phases of Agents and What You Need to Know with Alex Embiricos, Head of Codex at OpenAI
Feb 21
More from Latent Space
Simulation: the new Scaling Law — Joon Sung Park, Simile AI
Aug 21 · 69 min
Lex Fridman Podcast
#501 – DHH: Future of Programming, AI, Agentic Engineering, Vibe Coding & Linux
Aug 26
More from Latent Space
We summarize every new episode. Want them in your inbox?
🔬“We have foundation models for language, not for physics” — Anima Anandkumar, Bren Professor of Computing
Simulation: the new Scaling Law — Joon Sung Park, Simile AI
🔬The BioAI Phase Shift - Matthew McPartlon & Neil Patil, Chai Discovery
The Inference Engineering Masterclass — Philip Kiely & Ali Taha, Baseten
Codex from 0 to 10M Users: Building ChatGPT Work — Akshay Nathan, OpenAI
Similar Episodes
Related episodes from other podcasts
20VC (20 Minute VC)
Feb 21
20VC: Codex vs Claude Code vs Cursor: Who Wins, Who Loses | Will All Coding Be Automated - Do We Need PMs | The Real Bottleneck to AGI | The Three Phases of Agents and What You Need to Know with Alex Embiricos, Head of Codex at OpenAI
Lex Fridman Podcast
Aug 26
#501 – DHH: Future of Programming, AI, Agentic Engineering, Vibe Coding & Linux
The AI Breakdown
Aug 12
Grok Bot Finally Makes AI Agents Easy
a16z Podcast
Jul 22
Travis Kalanick Is Back | Building the Future of Industrial AI
Odd Lots
Jun 29
Baidu's CFO on How It Became a Full-Stack AI Player
Explore Related Topics
This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.
You're clearly into Latent Space.
Every Monday, we deliver AI summaries of the latest episodes from Latent Space and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime