Wilson Lin on FastRender: a browser built by thousands of parallel agents
- •Cursor engineer builds FastRender browser engine using 2,000 parallel agents and 30,000 automated commits.
- •Swarm architecture utilizes Claude 4.5 and other foundation models to generate 1,000,000 lines of Rust code.
- •Project demonstrates autonomous scaling where general-purpose models outperform coding specialists in complex task orchestration.
Wilson Lin (Cursor engineer) recently unveiled FastRender, a groundbreaking experiment in autonomous software development where a swarm of parallel agents built a functional web browser from scratch. Rather than relying on a single AI assistant, the project orchestrated up to 2,000 concurrent agents that acted like a massive engineering department, producing nearly 30,000 code updates (commits) in just a few weeks. The system utilizes a hierarchical tree structure where planning agents break down complex browser components—like CSS parsing or the JavaScript engine—into small, non-overlapping tasks for worker agents to execute. This strategy effectively bypassed the merge conflict bottleneck that usually occurs when many people or bots edit the same files simultaneously. Interestingly, Lin found that general-purpose foundation models like GPT-5.2 were more effective at navigating this environment than specialized coding models, as the task required high-level reasoning and Agentic AI behaviors beyond just writing syntax. The agents even managed their own dependencies, choosing industry-standard libraries like Skia for graphics while referring to official technical specifications to ensure accuracy. Even more radical was the decision to allow intermittent errors; the system prioritized high-speed progress (throughput) over immediate perfection, trusting that subsequent agents would quickly patch minor bugs. This shift from manual oversight to high-scale agent coordination offers a glimpse into a future where a single human engineer can direct an entire virtual workforce to tackle massive technical challenges.