Opinion
Nelle: Developers do not hand-code or edit files directly anymore
“People like don't really edit files, hand code anymore. And so we want to build for where that's going and not where it's been.”
Prediction Not checkable as stated
Nelle: Coding workflows will shift from inspecting diffs to previewing video demos
“That's going to happen again, where it goes from agents handing you back gifts and you're sort of like in the weeds and giving it, you know, 32nd to three minute tasks to you're giving it, you know, three minute to 30 minute to three hour tasks and you're gett…”
Prediction Not checkable as stated
Nelle: 10-Person Startups Using Cloud Agents Will Need Enterprise-Scale Dev Pipelines
“As with cloud agents, you scale up this parallelism and how much code you generate, 10 person startups become Need the DevEx and pipelines that a 10,000 person company used to need.”
Disclosure
Cursor removed web file editing to force users to delegate to agents
“And we actually felt that, that in some ways by restricting and limiting what you could do there, people would naturally leave more to the agent. And fall into this new pattern of delegating, which we thought was really valuable. And so there's currently no wa…”
Opinion
Nelle: Optimistic AI compute buildout forecasts still underestimate agent demand
“Even with You know, the most optimistic projections for what we're going to need in terms of build out are underestimating the extent to which these swarm systems can like churn at scale to produce code that is valuable to the economy”
Prediction Held up
Nelle: Developers will spend thousands to tens of thousands monthly on agents
“I think as we think about these highly parallel kind of agents running off for a long time in their own VM system, We are already at that point where people will be spending thousands of dollars a month per, per human, and I think potentially tens of thousands…”
Assertion Contradicted
Nelle: No one had enabled AI coding agents to run code before Cursor
“Like 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.”
Disclosure
Nelle: Full computer use shifted internal agent usage to driving new features
“Giving the model the tools to onboard itself and then use Full computer use end to end pixels in coordinates out and have sort of the cloud computer with different apps in it is the big unlock that we've seen internally in terms of usage of this going from, oh…”
Insight
Nelle: Generating PRs is easy, but merge confidence is the new bottleneck
“One of the new bottlenecks is getting into production and we have a, Like, joke internally where you'll be talking about some feature and someone says, I have a PR for that. Which is like, it's so easy to get to, I have a PR for that, but it's kind of hard sti…”
Prediction Not checkable as stated
Nelle: Major coding productivity unlock will come from agent parallelization
“The, 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 parallelizing more, whether that's swarms of agents or parallel…”
Insight
Nelle: Video demos solve the code review bottleneck caused by autonomous agents
“We have found that in this new world where agents can end to end write much more code, reviewing the code is one of these new bottlenecks that, that crop up. And so reviewing a video is not a substitute for reviewing code, but it is an entry point that is much…”
Insight
Nelle: Video Artifacts Make Best-of-N Multi-Model Evaluation Practical
“One of the things that's been a consequence of having these videos is we use best event where you run head to head different models on the same prompt. We use that a lot more because one of the Complications with doing that before was you'd run four models and…”
Insight
Nelle: Browser-Only AI Agents Fail When Workflows Require Native OS File Uploaders
“This is one of the cases where if you just do, you know, browser use type stuff, you will have a bad time because it now needs to upload files. Like it just uses its native file viewer to do that.”
Insight
Nelle: Sub-agents provide an architectural boundary to compress agent context cleanly
“And then the other reason to use sub-agents is we want, ah, contexts to be sort of summarized, reduced down at a sub-agent level.
That's a really neat boundary at which to compress that rollout and testing into a final message that that agent writes that then…”
Assertion Not checkable as stated
Nelle: Cursor's agent swarms broke internal GitHub Actions CI/CD pipelines
“Like, we've broken our GitHub actions recently because we have so many agents, like, producing and pushing code that, like, CICD is just, like, overloaded because suddenly it's, like, effectively we grew, cursor's growing very quickly anyway, but you grow head…”
Disclosure
Nelle: Cursor does not require latest AI coding proficiency when hiring
“I think that we don't see sort of necessarily being great at the latest thing with AI coding as a prerequisite.”
Insight
Nelle: Unguided AI models produce sloppy abstractions, requiring experienced engineers
“Models today do still have weaknesses, where if you let them run for too long without cleaning up and refactoring, the code will get kind of sloppy, and there'll be bad abstractions, and so you still do need humans that, like, have built systems before, know g…”
Disclosure
Cursor disables Cloud Agents from spawning additional Cloud Agents
“We have disabled its cloud agents starting more cloud agents. So we currently disallow that.”
Assertion Supported
Cursor launches BugBot autofix to automatically fix flagged issues
“We actually just launched BugBot autofix, where you can click a button and or change a setting, and it will automatically fix its own things.”
Assertion Not checkable as stated
Cursor uses Linux VM file system snapshotting to initialize agent environments
“The main default way is actually snapshotting. Like a VM, right? You run a bunch of install commands, and then you snapshot more or less the file system. And so that gets you set up for everything that you would want to Bring a new VM up from that template bas…”