Cursor 2.0 from Anysphere now supports not only external models like GPT-5, Claude Sonnet 4.5, and Gemini, but also its own Composer large language model. Composer is the first coding model built specifically for production-level agent programming, offering an early look at the future of everyday programming. Composer is fully integrated into Cursor 2.0, which is available to everyone.
What Is Composer LLM
There are two common bottlenecks in agent coding: reviewing code and testing changes. Cursor 2.0 targets both.
Its new agent-centered interface includes an option to switch back to the classic integrated development environment view.
Cursor 2.0 adds a native browser tool. Agents can open a browser, click, analyze the user interface, take snapshots, detect issues, and iterate until the output is correct. The browser is used to fix and validate user interface changes that would otherwise require manual feedback.

The developers promise that with Composer, programming tasks in Cursor now finish faster (often in under 30 seconds) and are completed more accurately in production.
The model can run unit tests, fix linter errors, and refactor code.
Cursor now allows up to eight coding agents to run at the same time, working either together or independently to plan, write, test, and review code. Each agent operates in an isolated workspace using git worktrees or remote machines. Developers can compare multiple results from concurrent agent runs and select the best output.
The base model used for Composer remains undisclosed. It may be built on Qwen3-Coder or GLM 4.6 according to some observers.
It is known that Cursor did not train Composer from scratch but focused on reinforcement learning (RL) post-training on coding examples rather than pre-training.
How to Use Composer LLM Effectively
Here are the timestamps for the practical workflows demonstrated in the video filmed by one of Cursor’s investors.
Upgrading a project from SDK v4 to v5 (4:45 - 6:58)
The presenter had an old software project. He told Cursor to update the entire project to use the new SDK and gave Composer a link to the migration guide.
The AI agent read the instructions, created a to-do list for all the steps, then edited files across the repository, making changes in different places in the project.
The Composer LLM in Cursor 2.0 understood how all the files in the repository (the project folder) were connected and made changes wherever needed.
Running three models in parallel (progress UI) (6:06 - 7:41)
When you work with Cursor, it just prints lines of text to a black screen (the "CLI" or Command Line Interface). This makes it hard to see what is actually happening.
The presenter wanted to redesign this text output. Instead of a long scroll of text, he asked the AI to build a table that updates live. The table would show which tests are running, how many are completed, how many failed, and the average time taken.
He asked three different AIs (Composer, Haiku, and GPT-5) to do the exact same task at the exact same time. This is a core new feature in Cursor 2.0.
Some were faster (like Haiku), some were better at creative UI (like GPT-5). This parallel test lets the developer see which AI gives the best answer.
The presenter pointed out that, for this task, Composer LLM was making mistakes. This is why you would want to run three models at once, in case one fails.
Building a complete, working web application from an empty folder (14:19 - 15:23)
He gave Cursor a one-sentence instruction: "Build me an app that is an image generator". It wrote all the code using a modern website framework Next.js to build the app. This included all the backend setup files needed to manage the website's content, files, layout code, and settings.
It then ran the installation commands, linted the code (ran a spell-checker for code to find any errors), and started the development server (ran the final command to turn on the website).
At the end, a fully functional image generator website was shown in the browser.
The presenter emphasizes how fast all this happens. A human developer would take significantly longer to set all of this up manually.
Iterating UI styling (Composer, Haiku, GPT-5) (16:06 - 19:18)
The image generator app that Cursor built in the previous step worked, but the presenter thought it was "so ugly".
He gave the AI a command: "Rethink it. It should be minimal, nice-looking, and in dark mode". He gave that exact same prompt at the same time to Composer (Cursor's new, fast model), Haiku (another fast model), and GPT-5 (a model known for being very good at UI design).
He got three completely different website designs. He was able to click through each one and compare them. He decided the GPT-5 version looked the best and, with one click, he applied those changes.
Using the browser tool (19:20 - 20:48)
The final result still was not perfect. The image was pushed to the side, and there was a header bar the presenter did not like.
He told the AI to fix the layout: "Make sure the image output is centered on the page. You can remove the top bar if necessary".
The presenter used the "@browser" command, which is like saying, "Do not just guess, open a web browser and look at the app yourself".
Cursor debugged its own visual work. It opened the app in a new Chrome window and took a screenshot to analyze. After it understood exactly what was wrong, it wrote new CSS and HTML code to fix the layout.
Then Cursor checked the browser again to see if the fix worked.
Cursor and Composer LLM Reviews
Some users believe Composer 1 is like GPT-5, but completes tasks much quicker. They see the parallel models and multitasking feature as a major improvement.
Long-time users say that Cursor keeps them from leaving by releasing an update right after they start thinking about canceling. Some have already canceled their subscriptions but now want to come back because of Cursor 2.0.
However, according to some unhappy developers, Composer fails to update configuration files correctly, generates duplicate or broken code objects, includes Chinese characters in outputs, and produces poor pull request code rated 2/10 or 3/10 in security checks. The update broke some extensions, especially for C and C++ coding.
They believe Composer is an early alpha: unstable and not worth upgrading yet. They think Cursor is still miles away from how their marketing describes it, because it is "just a VSCode fork with AI" that "does three things at once but none correctly".
The integrated browser is appreciated for debugging. However, it does not behave exactly like a full, standalone Google Chrome browser.
Users are frustrated about being forced to share data and telemetry by default. For a tool that reads a company's entire codebase, this seems like a privacy violation. Users are also worried that the tool could be using their private, proprietary code to train its models.
Tab completion is an example where users agree it is good, but it is also too aggressive and annoying and interferes with typing.
Users are looking at other tools (like Claude Code) and wishing Cursor had their features, such as slash commands and hooks.
Naming the core feature "Composer", when a major, widely used PHP tool already has that name, is seen as confusing branding.
Who Owns Cursor AI
The San Francisco-based company Anysphere Inc., maker of the AI coding assistant Cursor, has surpassed $500 million in annualized revenue, mostly from monthly subscription plans. Most revenue comes from subscriptions.
Pricing for individual users starts with the free plan (Hobby tier) and maxes out at the $200 per month Ultra plan. Business plans start at $40 per user per month for Teams. Enterprise clients get custom contracts with compliance, so prices vary.
The cost of using the API is the same as for GPT-5 and Gemini 2.5 Pro: $1.25 per million tokens when you send the prompt to ChatGPT, and $10 per million tokens when it generates a response.
The company’s valuation is $9.9 billion.
It is considered the fastest-growing software startup ever, reaching $100 million in annual recurring revenue in 14 months. The previous record was 18 months, held by Wiz.
More than half of Fortune 500 companies now use Cursor in some form, and over a million people use it daily, including coders at companies such as OpenAI, Spotify Technology SA, and Nvidia Corp.
Cursor AI Alternatives
The market is moving toward agentic coding. The AI plans and writes code across multiple files instead of just suggesting one line at a time. Cursor competes with GitHub Copilot, Claude Code, Windsurf, and Cline. Composer is Cursor’s feature for these agentic tasks.
Rate this article
Recommended posts
Our Clients' Feedback
We have been working for over 10 years and they have become our long-term technology partner. Any software development, programming, or design needs we have had, Belitsoft company has always been able to handle this for us.
Founder from ZensAI (Microsoft)/ formerly Elearningforce