• bitcoinBitcoin(BTC)$84,491.00-2.14%
  • ethereumEthereum(ETH)$2,668.99-2.75%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$764.49-3.04%
  • rippleXRP(XRP)$1.52-3.17%
  • usd-coinUSDC(USDC)$1.00-0.01%
  • solanaSolana(SOL)$114.85-2.07%
  • tronTRON(TRX)$0.339868-0.46%
  • zcashZcash(ZEC)$1,576.112.50%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.032.41%
  • HyperliquidHyperliquid(HYPE)$93.82-1.30%
  • dogecoinDogecoin(DOGE)$0.093792-6.17%
  • moneroMonero(XMR)$552.73-3.63%
  • whitebitWhiteBIT Coin(WBT)$84.74-2.27%
  • USDSUSDS(USDS)$1.000.00%
  • chainlinkChainlink(LINK)$12.27-5.75%
  • cardanoCardano(ADA)$0.239227-5.04%
  • RainRain(RAIN)$0.012495-6.93%
  • leo-tokenLEO Token(LEO)$8.97-0.01%
  • stellarStellar(XLM)$0.204277-4.36%
  • bitcoin-cashBitcoin Cash(BCH)$342.124.69%
  • nearNEAR Protocol(NEAR)$4.502.14%
  • uniswapUniswap(UNI)$9.27-0.50%
  • Ethena USDeEthena USDe(USDE)$1.000.01%
  • litecoinLitecoin(LTC)$60.13-1.96%
  • avalanche-2Avalanche(AVAX)$10.40-6.69%
  • daiDai(DAI)$1.00-0.02%
  • USD1USD1(USD1)$1.00-0.01%
  • CantonCanton(CC)$0.108175-6.63%
  • hedera-hashgraphHedera(HBAR)$0.090683-7.57%
  • suiSui(SUI)$0.97-3.87%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.41-1.96%
  • BittensorBittensor(TAO)$294.82-6.31%
  • shiba-inuShiba Inu(SHIB)$0.000006-6.07%
  • Global DollarGlobal Dollar(USDG)$1.00-0.01%
  • crypto-com-chainCronos(CRO)$0.061555-7.31%
  • paypal-usdPayPal USD(PYUSD)$1.00-0.01%
  • MemeCoreMemeCore(M)$1.22-6.25%
  • tether-goldTether Gold(XAUT)$4,284.87-1.06%
  • BitwayBitway(BTW)$0.9611.17%
  • okbOKB(OKB)$118.32-3.14%
  • Circle USYCCircle USYC(USYC)$1.140.01%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.15-0.06%
  • aaveAave(AAVE)$140.34-2.32%
  • mantleMantle(MNT)$0.65-0.80%
  • EthenaEthena(ENA)$0.203649-1.47%
  • OndoOndo(ONDO)$0.415478-3.49%
  • Pump.funPump.fun(PUMP)$0.004087-8.07%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Vibe coding platform Cursor releases first in-house LLM, Composer, promising 4X speed boost

October 29, 2025
in AI & Technology
Reading Time: 6 mins read
A A
Vibe coding platform Cursor releases first in-house LLM, Composer, promising 4X speed boost
ShareShareShareShareShare

The vibe coding tool Cursor, from startup Anysphere, has introduced Composer, its first in-house, proprietary coding large language model (LLM) as part of its Cursor 2.0 platform update.

YOU MAY ALSO LIKE

Never Use ChatGPT For These Five Tasks

Apple Links Landmarks On Its Maps App To Hidden Histories Podcast Episodes

Composer is designed to execute coding tasks quickly and accurately in production-scale environments, representing a new step in AI-assisted programming. It's already being used by Cursor’s own engineering staff in day-to-day development — indicating maturity and stability.

According to Cursor, Composer completes most interactions in less than 30 seconds while maintaining a high level of reasoning ability across large and complex codebases.

The model is described as four times faster than similarly intelligent systems and is trained for “agentic” workflows—where autonomous coding agents plan, write, test, and review code collaboratively.

Previously, Cursor supported "vibe coding" — using AI to write or complete code based on natural language instructions from a user, even someone untrained in development — atop other leading proprietary LLMs from the likes of OpenAI, Anthropic, Google, and xAI. These options are still available to users.

Benchmark Results

Composer’s capabilities are benchmarked using "Cursor Bench," an internal evaluation suite derived from real developer agent requests. The benchmark measures not just correctness, but also the model’s adherence to existing abstractions, style conventions, and engineering practices.

On this benchmark, Composer achieves frontier-level coding intelligence while generating at 250 tokens per second — about twice as fast as leading fast-inference models and four times faster than comparable frontier systems.

Cursor’s published comparison groups models into several categories: “Best Open” (e.g., Qwen Coder, GLM 4.6), “Fast Frontier” (Haiku 4.5, Gemini Flash 2.5), “Frontier 7/2025” (the strongest model available midyear), and “Best Frontier” (including GPT-5 and Claude Sonnet 4.5). Composer matches the intelligence of mid-frontier systems while delivering the highest recorded generation speed among all tested classes.

A Model Built with Reinforcement Learning and Mixture-of-Experts Architecture

Research scientist Sasha Rush of Cursor provided insight into the model’s development in posts on the social network X, describing Composer as a reinforcement-learned (RL) mixture-of-experts (MoE) model:

“We used RL to train a big MoE model to be really good at real-world coding, and also very fast.”

Rush explained that the team co-designed both Composer and the Cursor environment to allow the model to operate efficiently at production scale:

“Unlike other ML systems, you can’t abstract much from the full-scale system. We co-designed this project and Cursor together in order to allow running the agent at the necessary scale.”

Composer was trained on real software engineering tasks rather than static datasets. During training, the model operated inside full codebases using a suite of production tools—including file editing, semantic search, and terminal commands—to solve complex engineering problems. Each training iteration involved solving a concrete challenge, such as producing a code edit, drafting a plan, or generating a targeted explanation.

The reinforcement loop optimized both correctness and efficiency. Composer learned to make effective tool choices, use parallelism, and avoid unnecessary or speculative responses. Over time, the model developed emergent behaviors such as running unit tests, fixing linter errors, and performing multi-step code searches autonomously.

This design enables Composer to work within the same runtime context as the end-user, making it more aligned with real-world coding conditions—handling version control, dependency management, and iterative testing.

From Prototype to Production

Composer’s development followed an earlier internal prototype known as Cheetah, which Cursor used to explore low-latency inference for coding tasks.

“Cheetah was the v0 of this model primarily to test speed,” Rush said on X. “Our metrics say it [Composer] is the same speed, but much, much smarter.”

Cheetah’s success at reducing latency helped Cursor identify speed as a key factor in developer trust and usability.

Composer maintains that responsiveness while significantly improving reasoning and task generalization.

Developers who used Cheetah during early testing noted that its speed changed how they worked. One user commented that it was “so fast that I can stay in the loop when working with it.”

Composer retains that speed but extends capability to multi-step coding, refactoring, and testing tasks.

Integration with Cursor 2.0

Composer is fully integrated into Cursor 2.0, a major update to the company’s agentic development environment.

The platform introduces a multi-agent interface, allowing up to eight agents to run in parallel, each in an isolated workspace using git worktrees or remote machines.

Within this system, Composer can serve as one or more of those agents, performing tasks independently or collaboratively. Developers can compare multiple results from concurrent agent runs and select the best output.

Cursor 2.0 also includes supporting features that enhance Composer’s effectiveness:

  • In-Editor Browser (GA) – enables agents to run and test their code directly inside the IDE, forwarding DOM information to the model.

  • Improved Code Review – aggregates diffs across multiple files for faster inspection of model-generated changes.

  • Sandboxed Terminals (GA) – isolate agent-run shell commands for secure local execution.

  • Voice Mode – adds speech-to-text controls for initiating or managing agent sessions.

While these platform updates expand the overall Cursor experience, Composer is positioned as the technical core enabling fast, reliable agentic coding.

Infrastructure and Training Systems

To train Composer at scale, Cursor built a custom reinforcement learning infrastructure combining PyTorch and Ray for asynchronous training across thousands of NVIDIA GPUs.

The team developed specialized MXFP8 MoE kernels and hybrid sharded data parallelism, enabling large-scale model updates with minimal communication overhead.

This configuration allows Cursor to train models natively at low precision without requiring post-training quantization, improving both inference speed and efficiency.

Composer’s training relied on hundreds of thousands of concurrent sandboxed environments—each a self-contained coding workspace—running in the cloud. The company adapted its Background Agents infrastructure to schedule these virtual machines dynamically, supporting the bursty nature of large RL runs.

Enterprise Use

Composer’s performance improvements are supported by infrastructure-level changes across Cursor’s code intelligence stack.

The company has optimized its Language Server Protocols (LSPs) for faster diagnostics and navigation, especially in Python and TypeScript projects. These changes reduce latency when Composer interacts with large repositories or generates multi-file updates.

Enterprise users gain administrative control over Composer and other agents through team rules, audit logs, and sandbox enforcement. Cursor’s Teams and Enterprise tiers also support pooled model usage, SAML/OIDC authentication, and analytics for monitoring agent performance across organizations.

Pricing for individual users ranges from Free (Hobby) to Ultra ($200/month) tiers, with expanded usage limits for Pro+ and Ultra subscribers.

Business pricing starts at $40 per user per month for Teams, with enterprise contracts offering custom usage and compliance options.

Composer’s Role in the Evolving AI Coding Landscape

Composer’s focus on speed, reinforcement learning, and integration with live coding workflows differentiates it from other AI development assistants such as GitHub Copilot or Replit’s Agent.

Rather than serving as a passive suggestion engine, Composer is designed for continuous, agent-driven collaboration, where multiple autonomous systems interact directly with a project’s codebase.

This model-level specialization—training AI to function within the real environment it will operate in—represents a significant step toward practical, autonomous software development. Composer is not trained only on text data or static code, but within a dynamic IDE that mirrors production conditions.

Rush described this approach as essential to achieving real-world reliability: the model learns not just how to generate code, but how to integrate, test, and improve it in context.

What It Means for Enterprise Devs and Vibe Coding

With Composer, Cursor is introducing more than a fast model—it’s deploying an AI system optimized for real-world use, built to operate inside the same tools developers already rely on.

The combination of reinforcement learning, mixture-of-experts design, and tight product integration gives Composer a practical edge in speed and responsiveness that sets it apart from general-purpose language models.

While Cursor 2.0 provides the infrastructure for multi-agent collaboration, Composer is the core innovation that makes those workflows viable.

It’s the first coding model built specifically for agentic, production-level coding—and an early glimpse of what everyday programming could look like when human developers and autonomous models share the same workspace.

Credit: Source link

ShareTweetSendSharePin

Related Posts

Never Use ChatGPT For These Five Tasks
AI & Technology

Never Use ChatGPT For These Five Tasks

September 23, 2026
Apple Links Landmarks On Its Maps App To Hidden Histories Podcast Episodes
AI & Technology

Apple Links Landmarks On Its Maps App To Hidden Histories Podcast Episodes

September 23, 2026
Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model
AI & Technology

Nokia Open-Sources AnyJev: A Training-Free Layer That Turns Any Open LLM Into a Calibrated Decision Model

September 23, 2026
Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning
AI & Technology

Kyutai Releases Voice of Reason: A Speech-Native Model that Solves Spoken Math with Reinforcement Learning

September 23, 2026
Next Post
Father of Israeli-American soldier killed in Oct. 7 attacks lauds U.S. efforts to get remains home

Father of Israeli-American soldier killed in Oct. 7 attacks lauds U.S. efforts to get remains home

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Far-right commentator Milo Yiannopoulos detained by ICE at New Orleans airport

Far-right commentator Milo Yiannopoulos detained by ICE at New Orleans airport

September 21, 2026
Good News: School celebrates end of fourth grader’s cancer journey

Good News: School celebrates end of fourth grader’s cancer journey

September 18, 2026
Fast-food chains are chasing the specialty drink boom. Inside Sonic’s strategy

Fast-food chains are chasing the specialty drink boom. Inside Sonic’s strategy

September 21, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!