We've raised $60M from Andreessen Horowitz, Jeff Dean, John Schulman, Noam Brown, and the founders of Stripe and Github. Cursor has become recognized as the best way to code with AI, powered by an ensemble of custom and frontier models, delightful editing, and petabyte-scale
@cursor_ai
-
Cursor 0.39.0 Launches Faster Autocomplete Features
By
–
Cursor 0.39.0 comes with much faster autocomplete.
— Cursor (@cursor_ai) 5 août 2024
And even more speedups in the next build! pic.twitter.com/5tB7j3L9kdCursor 0.39.0 comes with much faster autocomplete. And even more speedups in the next build!
-
Isolated AI Code Iteration via Kernel-Level Folder Proxies
By
–
New blog post. Hidden Electron windows and kernel-level folder proxies to let AIs iterate on code without affecting the user:
-
Next Action Prediction: Emerging AI Research Direction
By
–
Next action prediction is an exciting research direction we've been pursuing!
— Cursor (@cursor_ai) 27 mai 2024
And many more to solve here:https://t.co/iH7Ppsw7R7 https://t.co/yhRZQtueTxNext action prediction is an exciting research direction we've been pursuing! And many more to solve here: https://
anysphere.inc/blog/problems-
2024
… -
AI Model Extends Context Window for Code Processing
By
–
Our apply model applies the change suggested by the chat and selected code block to the current file. We're working on extending the context window to handle 2000-3000 line files. Then, further improving accuracy and speed.
-
Faster AI Code Analysis Model Outperforms GPT-4
By
–
We've deployed a much faster apply model for files under 400 lines.
— Cursor (@cursor_ai) 14 mai 2024
It beats GPT4 and GPT4-o for short files on internal evals (but lags behind Opus).
(top is newer model, bottom is old) pic.twitter.com/wGL86PdgujWe've deployed a much faster apply model for files under 400 lines. It beats GPT4 and GPT4-o for short files on internal evals (but lags behind Opus). (top is newer model, bottom is old)
-
GPT-4o Released: 4x Faster Than GPT-4 Model
By
–
To enable, reload the editor and select GPT-4o from the model dropdown. The model appears almost 4x faster than GPT-4 in our first tests. We're still evaluating its intelligence.
-
GPT-4o Now Available in Cursor IDE
By
–
GPT-4o is available now in Cursor
— Cursor (@cursor_ai) 13 mai 2024
Enjoy! pic.twitter.com/qDp2UC3hqRGPT-4o is available now in Cursor Enjoy!
-
Cursor Copilot++ Gets 40% Speed Boost and Enhanced Capabilities
By
–
We rolled out a major performance upgrade to Cursor's Copilot++ today! The same model ~40% faster now overall, and the performance is especially improved on small edits. Next up for Copilot++: more intelligence, more capabilities, and even more context.
-
Calculate New Range Position After Text Deletion
By
–
prompt: “`
I have a selected range in my original file (selectedRange) for the file string fileContents. Then, I delete a different range deletedRange and replace it with replacementText. Please write a function to determine the new location of selectedRange. Can you do this