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

Share This Post



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.

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.



Source link

Related Posts

Nvidia CEO says he’s confident Trump and Xi had good talks

Nvidia CEO Jensen Huang said on Thursday he...

Access Denied

Access Denied You don't have permission to access...

As WazirX resumes operations, crypto investors question locked funds and losses

After its Singapore-based restructuring exercise, cryptocurrency exchange WazirX...

Quantum’s promise for near and long-term space applications

MOUNTAIN VIEW, California – While organizations are focused...

Meta, Google, and Microsoft Triple Down on AI Spending

While Microsoft didn’t offer a specific forecast for...
- Advertisement -spot_img
panduan lengkap cuan mahjong ways 2langkah mudah membaca momentum scatter hitamtrik maxwin gates of gatot kacascatter hitam mahjong waysSBOBET88JUDI BOLA ONLINESBOBETMIX PARLAYjudi bola onlinesabung ayam onlinelive casino onlineslot mahjong waysjudi bola onlinetetap optimis cuan mahjong ways 2 pasti legit pakai pola ini scatter pecah beruntun trik main dituntuntrik wede elit mahjong wins 3 pola anti sulit scatter hitam pecah gak pelit kasih cuan auto legittampilan warna-warni cuan berseri tips ampuh sweet bonanza anti rip scatter x1000 pecah beruntun di pola iniscatter mulus wede lancar jurus pamungkas gates of olympus petir x1000 pecah terus ini triknyapahami & kuasai trik jitu mahjong ways 3 prediksi rotasi kombinasi simbol scatter wild tutor admin wahanabettips mudah cuan mahjong ways bocoran pola pro player menang rp.150.330.001 cuma modal 100 ribu scatter pecah dimenit ke-5mahjong ways di wahanabet berikan tips dan trik memanfaatkan momenttrik baca pola jam yang pas dalam bermain mahjong ways versi wahanabetlakukan trik ini sebelum bermain di mahjong ways dijamin cukup 8x spin naga hitam terpanggilbocoran trik untuk pemain baru di mahjong wins 3 9 dari 10 pemain baru maxwin besarkecewa kalah di mahjong ways sweet bonanza kasih solusi pasti lewat bocoran tips dan trik dari wahanabetanti rungkad di sweet bonanza jika kalian ikuti tips dari wahanabetSV388SBOBET88LIVE CASINO ONLINESCATTER HITAMSABUNG AYAM ONLINEMIX PARLAY SBOBETCASINO ONLINEZEUS SLOTMix ParlaySabung Ayam OnlineSabung Ayam OnlineLive Casino OnlineSabung Ayam OnlineSabung Ayam OnlineLive Casino OnlineSlot MahjongJudi Bola OnlineSabung Ayam OnlineSabung Ayam Onlineguru honorer maxwin mahjong wayskombinasi pola gates of olympusteknik spin turbo gates of olympusrahasia pola mahjong wins 3trik maxwin gates of gatot kacascatter hitam mahjong waysMonaco Rugby 7s Official Contactsabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam online
menang konsisten di wild bounty showdownrahasia wild dan scatter mahjong wins 3cara unik maxwin gates of olympusrahasia rtp mahjong ways 2 di indojawa88maxwin mahjong ways 2 di indojawa88teknik gacor wild banditobagaimana fokus dan ketenangan bisa mengantar pada kemenangan tak terdugacara kuasai rtp tanpa perlu modal besar dan tetap unggultrik mudah menang di pg soft bikin banyak pemain suksesJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINEMAHJONG WAYS 2judi bola onlinesabung ayam onlinelive casino onlineslot mahjong waysjudi bola onlinesabung ayam onlinelive casino onlinezeus slot gacorlangkah tepat spin turbo mahjong ways 2 simak strategi jitu pahami pola scatter cuan besar modal recehtrik unik spin sweet bonanza kombinasi turbo x manual kasih cuan rp.98.250.000 hanya dengan modal gocapbocoran trik rahasia gates of olympus menang rp.120.335.100 dalam sehari pakai pola iniclaim 150 juta pertama joni spin mahjong wins 3 pakai trik ini scatter hitam pecah dimenit ke-3 hanya pakai modal 100 ributrik rata kanan ala sepuh mahjong ways cuan puluhan juta hanya andalkan rtp 88.90% simak sampai tuntasrungkat terus coba trik mahjong ways ini cukup depo sekali cuan selangit member baru welcome player pro silahkantrik cerdas mengungkap pola dan taktik kemenangan mahjong ways versi wahanabetkuasai taktik dan strategi pola dari wahanabet di mahjong ways dijamin ketagihan berkat maxwinpanduan lengkap dari wahanabet dengan tips dan pola untuk pemula di mahjong ways 2cuman 5 menit di mahjong ways 2 bisa ubah nasib berkat ikuti tips dan trik dari admin wahanabetrahasia dari admin wahanabet yang bikin lebih optimis bermain sweet bonanzaberodal 20 ribu auto kaget saat dapat perkalian di sweet bonanza berkat bocoran dari wahanabetSV388SBOBET88LIVE CASINO ONLINESCATTER HITAMSABUNG AYAM ONLINEMIX PARLAY SBOBETCASINO ONLINEZEUS SLOTSBOBET88Sabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineJudi Bola OnlineJudi Bola OnlineJudi Bola OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam Onlinejudi bolasabung ayam onlinemahjong wayssabung ayam onlinesabung ayam onlineSBOBET88SLOT777LIVE CASINO ONLINESABUNG AYAM ONLINEAGEN JUDI BOLASLOT QRISSBOBET88SBOBETLIVE CASINO ONLINESABUNG AYAM ONLINEMIX PARLAYSLOT MAHJONGSABUNG AYAM ONLINESABUNG AYAM ONLINEa>SBOBET88JUDI BOLASBOBET88SLOT GACORLIVE CASINO ONLINESABUNG AYAM ONLINEAGEN JUDI BOLASBOBET88SABUNG AYAM ONLINELIVE CASINO ONLINESLOT DANAlive casinosabung ayam onlinemix parlaysabung ayam onlinelive casinojudi bolasabung ayam onlinelive casinomix parlaySV388SBOBETCASINO ONLINEMAHJONG WAYS 2SV388SBOBET88CASINO ONLINESLOT MAHJONGSLOT MAHJONGLIVE CASINOSABUNG AYAMMIX PARLAYsitus live casinoagen live casinosabung ayam onlinesabung ayam onlineasianbet77sabung ayam onlineasianbet77asianbet77asianbet77SBOBETSV388LIVE CASINO ONLINESPACEMANJUDI BOLA ONLINESABUNG AYAM ONLINESABUNG AYAM ONLINEJUDI BOLA ONLINESITUS BANDAR BOLAJUDI BOLA ONLINESABUNG AYAM ONLINEJUDI BOLA ONLINESABUNG AYAM ONLINESLOT MPOSV388sabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayssabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayssabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayssabung ayam onlinejudi bola onlinelive casino onlineslot mahjong wayslive casino onlineslot mahjong gacorJudi BolaSabung Ayam onlinesabung ayam onlineJudi BolaLive Casino OnlineSabung Ayam onlineslot gacor mahjongSabung Ayam onlineslot gacor mahjongjudi bolaindobit88casino onlinesabung ayam onlineslot gacorjudi bolaslot mahjong gacorjudi bola onlineindobit88judi bolaindobit88Judi Bola OnlineSabung Ayam OnlineJudi Bola OnlineSabung Ayam OnlineJudi Bola Onlinecasino onlinemahjong waysJudi Bola OnlineCasino OnlineMahjong WaysMahjong Wayssabung ayam onlinesbobetcasino OnlineMahjong Wayssabung ayam onlinejudi bola onlinesv388sbobetmahjong ways 2mahjong wins 3gates of olympusstarlight princesssweet bonanzasbobetsv388pragmatic playsabung ayam onlinesbobet88judi bolasabung ayam onlinejudi bola onlinesabung ayam onlinemahjong ways 2mahjong wins 3gates of olympussweet bonanzastarlight princessmix parlaysabung ayam onlineagen baccaratslot gacorsitus slot onlinesabung ayam onlinejudi bola onlinecasino onlinemahjong ways 2judi bola onlinecasino onlineslot mahjongsabung ayam onlinejudi bola onlinemahjong ways 2SAbung Ayam OnlineJudi Bola OnlineSBOBET88SV388Slot Mahjongmahjong wins 3 disebut anti kalah oleh pemain indojawa88mahjong wins 3 menawarkan sensasi warna yang penuh cuan scatter hitam bertebaran
pola maxwin mahjong ways 2maxwin gates of gatot kacacara baca rtp mahjong ways 2jackpot scatter hitam mahjong winssabung ayam onlinesabung ayam onlinesabung ayam onlinejudi bola onlinesabung ayam onlinetrik rahasia mahjong ways 2 modal spin manual 200 perak scatter turun selayar bro auto cuan puluhan jutamain santai pakai pola ini sweet bonanza pecahkan bom x1000 scater warna warni kasih cuan gede brostrategi tak terduga spin mahjong wins 3 cuma modal depo 50k scatter hitam pecah joko dapat cuan besar claim wede rp.210.220.115 langsung cair ke rekeningpanen cuan pakai trik ini bocoran pola gates of olympus ala admin wahanabet bikin geger semua serverkupas tuntas kombinasi maut pola mahjong ways 3 viral cuan puluhan jutatrik ini bikin mahjong ways jadi viral bro vina nekat spin turbo raup cuan puluhan juta dalam semalamSV388SBOBET88CASINO ONLINEZEUS SLOTSABUNG AYAM ONLINEMIX PARLAY SBOBETLIVE CASINO ONLINESCATTER HITAMsabung ayam onlinesabung ayam onlinesabung ayam onlinesabung ayam onlineMix parlaySabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSabung Ayam Onlineいきがい活動ステーション Accesscara pemain cerdas menang stabil di mahjong wayscara pemain mahjong ways 3 dapat scatter tanpa ribetpola ampuh pahami trik kuasai rtp agar menang
SV388SV388JUDI BOLA ONLINESBOBET88sabung ayam onlinejudi bola onlinelive casino onlinejudi bola onlinesabung ayam onlinelive casino onlineungkap pola misterius mahjong ways jarwo dikasih menang rp.221.330.110 cuma spin manual x10trik nekat modal 55 ribu login mahjong ways 2 stella menang rp.110.500.300 saldo langsung cair via danawahanabet ungkap trik dapat cuan besar disemua game online hingga bocoran pola & rtp tinggistrategi ampuh candy pops sweet bonanza kombinasi pola & rtp 98.21% trik ledakan bom x1000 auto cuanhokimu tiba hari ini budi main wild bandito hanya modal 100 ribu abaikan rtp cukup pakai trik ini 15x putaran langsung wedepola klasik gates of olympus trik jitu yang satu ini gak ada matinya depo 45 ribu masih worth it brosabung ayam onlinesabung ayam onlinesabung ayam onlineSBOBET88sabung ayam onlineindopromaxindopromaxindopromaxindopromaxindopromaxindopromaxindopromaxindopromaxSabung Ayam OnlineSabung Ayam OnlineSabung Ayam Onlinejudi bola onlinejudi bolajudi bolasabung ayam onlinesabung ayam onlinesabung ayam onlinelive casino online sabung ayam slot mahjong judi bola SV388jUDI BOLASBOBET88SBOBET88WS168LIVE CASINO ONLINESBOBET88SV388SEXYGAMINGINDOBALI88SABA SPORTSV388LIVE CASINOSV388Mahjong WaysSABUNG AYAM ONLINELive Casino OnlineSabung Ayam onlinemahjong ways 2sabung ayam onlinejudi bola onlinelive casino onlineslot gacor mahjongslot gacor mahjongslot gacor mahjongslot gacor mahjongLIVE CASINO ONLINESBOBETSABUNG AYAM ONLINESABUNG AYAM ONLINECASINO ONLINECASINO ONLINELIVE CASINO ONLINEJUDI BOLALIVE CASINO ONLINEMAHJONGSABUNG AYAM ONLINESITUS JUDI BOLASABUNG AYAM ONLINELIVE CASINO ONLINESLOT MAHJONGlive casinomix parlaymix parlaysabung ayam onlinelive casinomix parlaysabung ayam onlinesabung ayam onlinemix parlaysabung ayam onlinemix parlaysabung ayam onlinemix parlayparlaysitus live casinojudi bolaSabung Ayam OnlineSabung Ayam OnlineSabung Ayam OnlineSABUNG AYAMJUDI BOLALIVE CASINOSLOT MAHJONGMAHJONG WAYSJUDI BOLA ONLINESABUNG AYAM ONLINESWEET BONANZASLOT ZEUSSV388JUDI BOLA ONLINEJUDI BOLA ONLINEJUDI BOLA ONLINESABUNG AYAM ONLINELIVE CASINO ONLINESITUS SLOT ONLINEPRAGMATIC PLAYMAHJONG WAYSJudi BolaLive Casino OnlineSabung Ayam onlinemahjong ways 2Judi Bolamahjong ways 2mahjong wins 3gates of olympussweet bonanzastarlight princesssbobetsv388agen baccaratsabung ayam onlinejudi bola onlinejudi bola onlinesabung ayam onlinemahjong ways 2mahjong wins 3lucky nekosweet bonanzastarlight princessjudi bola onlinesabung ayam onlineagen casino onlinecasino onlinejudi bola onlinesabung ayam onlinecasino onlinejudi bola onlinejudi bola onlinesabung ayam onlinecasino onlineslot gacor mahjonglive casino onlinesabung ayam onlinesabung ayam onlinecasino onlineslot gacor mahjongsabung ayam onlinejudi bola onlinejudi bolasabung ayam onlineindobit88live casino onlinesv388sabung ayam onlineCasino Onlinesabung ayam onlineMix Parlaycasino onlineMahjong Wayssabung ayam onlinejudi bola onlinesabung ayam onlinemix parlay
Nusa Islands Bali Official PackagesTrinidad and Tobago Pilots’ Association Official About Pagemaxwin mahjong wins 3strategi main gates of olympuskuasai pola rtp pragmatic playlangkah mendapatkan scatter emaspola rtp pg soft indojawa88Green Gold Mountain Official SiteKomite SMKN 1 Tanjung Jabung Barat Official Sitetutorial maxwin mahjong waysstrategi rtp mahjong waysEIKON Official Policieskontak situs pecinta ayamNusa Islands Bali Official ContactCitraLand Surabaya Official NewsLenterakita About PageVinayak Group Official SiteI Think An Idea Official SitePITAC Official SitePortfolioSitez Official SiteMedical LTD Official SiteCapworks Official SiteMartino & Luth Official SiteTech With Mike First Official SiteSahabat Tiopan Official SiteE-Sekolah CBT Official SiteBDF Ventura Official SiteOcean E Soft Official SiteArab DMC Official SiteBBC Noun Official SiteCang Vu Hai Phong Official SiteThe Flat Official SiteThe Black Sheep Official SiteCEM Argentina Official SiteSlot MahjongTop Dawg Tavern Official SiteKelas Nesfatin Official SiteDuhoc Interlink Official SiteKarunia Inda Med Mandiri Official SiteJFV Pulm Official SiteRatiohead Official SiteAskona Official SiteMAN Surabaya E-Learning Official SiteShaker Group Official SiteTakaKawa Shoten Official SiteBrydan Solutions Official SiteConcursos Rodin Official SiteEHOB Official SiteConmou Official SiteCareer Wings Official SiteMontero Espinosa Official SiteBDF Ventura Official SiteDesa Sangginora Official SiteBDF Ventura Official SiteTaruna Akademia Official SiteAkura Official SiteMUI Ciamis Official SiteNamulanda Technical Institute Official Site