Improving Cursor Tab with online RL | Cursor - The AI Code Editor
At Cursor, our goal is to make developers an order of magnitude more productive. An important part of that goal is Cursor Tab, our system that predicts your next action across your codebase. Whenever you type a character or move your cursor within the editor, our Tab model tries to predict what you'll do next, and if it has sufficient confidence, we'll display its prediction as a suggestion that you can accept by pressing Tab. Our Tab model runs on every user action, handling over 400 million requests per day. As a result, we have a lot of data about which suggestions users accept and reject. This post describes how we use this data to improve Tab using online reinforcement learning. Our approach is unusual because it involves rolling out new models to users frequently throughout the day and using that data for training. Most other LLM providers train on static datasets or use paid labelers, and only roll out a new model to users as part of a named model release every few months. We tr
Blog / research At Cursor, our goal is to make developers an order of magnitude more productive. An important part of that goal is Cursor Tab, our system that predicts your next action across your codebase. Whenever you type a character or move your cursor within the editor, our Tab model tries to predict what you’ll do next, and if it has sufficient confidence, we’ll display its prediction as a suggestion that you can accept by pressing Tab. Our Tab model runs on every user action, handling over 400 million requests per day. As a result, we have a lot of data about which suggestions users acc
Explore this link on the map →related reading
- Improving Cursor Tab with online RL · Cursorcursor.com
- Cursor: AI coding agentcursor.sh
- Composer2.pdfcursor.com
- Cursor: AI coding agentcursor.com
- Improving Composer through real-time RL · Cursorcursor.com
- Transcript for Cursor Team: Future of Programming with AI | Lex Fridman Podcast #447 - Lex Fridmanlexfridman.com
- Cursor: AI coding agentcursor.com
- A Guide to Claude Code 2.0 and getting better at using coding agents – sankalp's blogsankalp.bearblog.dev
- Best practices for Claude Code - Claude Code Docsanthropic.com
- copilot-explorer | Hacky repo to see what the Copilot extension sends to the serverthakkarparth007.github.io
- Windsurf Wave 5 | Devincodeium.com
- Coding Models Are Doing Too Much | whnrehiew.github.io