January 19, 2026
Bots built a browser. Commenters lost it
Scaling long-running autonomous coding
Robot coders built a web browser in a week; hype vs “prove it” showdown
TLDR: An AI swarm from Cursor cranked out a working, glitchy web browser in about a week, shocking doubters after fixing build issues. The community is split between awe at the speed and claims it’s just fast remixing, with side debates about tests, dependencies, and bold dreams of AI-built Windows.
Hundreds of AI “agents” at Cursor were unleashed to act like tireless interns, planning, coding, and even “judging” their own work to build a brand-new web browser. After early side-eyes over broken build steps, the team updated the guide and suddenly people were posting real screenshots. The FastRender window opens, loads Google, and—glitches and all—actually works. Cue the internet drama.
The crowd split fast. The hype squad cheered “wild idea!” and dunked on rival projects moving at a “snail’s pace,” while skeptics chanted the classic: ship now, suffer later. One camp says the magic is smart tests and clean structure—give AI a good checklist and watch it fly. Others zoomed in on the parts it used: familiar building blocks for drawing, text, and layout. Translation: impressive, but is this invention or a very fast remix? The vibe got philosophical with claims that AI is great at cruising known territory, but the edge cases—the weird web stuff—will bite back. Meanwhile, a spicy side thread dreamed bigger: if bots can crank a browser, why not a better Windows than Microsoft?
Love it or loathe it, one million lines in a week made everyone loud. And yes, the rendering glitches became their own meme: “proof it’s not cheating,” some joked, “proof it’s not ready,” others snapped.
Key Points
- •Cursor’s team coordinated hundreds of autonomous coding agents using planners, sub-planners, workers, and a judge agent.
- •Agents ran close to a week, generating over 1 million lines of code across 1,000 files and trillions of tokens.
- •The test case was building a web browser from scratch; code is available in the FastRender GitHub repo.
- •Initial CI failures and missing build instructions were addressed; updated README enabled successful macOS builds using Rust and Cargo.
- •The repo includes WhatWG and CSS-WG specifications via Git submodules, aiding reference access for agents.