A New Tab Model

Announcing the next-generation Cursor Tab model.

Phillip
3 min readintermediate
--
View Original

Overview

The article announces the launch of the Fusion model, the next generation of the Cursor Tab model, which enhances code editing by predicting edits and suggesting cursor jumps. It highlights significant improvements in speed, accuracy, and user experience since the original model was released in March 2024.

What You'll Learn

1

How to utilize the Fusion model for efficient code editing

2

Why the Fusion model improves cursor jumps and edit quality

3

When to implement the Fusion model in your development workflow

Key Questions Answered

What improvements does the Fusion model bring compared to the original Tab model?
The Fusion model predicts over 25% more difficult edits per line and suggests over 10x longer stretches of changes. It also reduces server latency from 475ms to 260ms, provides instant and accurate cursor jumps, and increases context length from 5500 to 13000 tokens.
How does the Fusion model enhance user experience in code editing?
The Fusion model enhances user experience by quickly suggesting accurate edits and jumps, eliminating tedium in code editing. It generates over a billion edited characters per day and has a request rate that has grown approximately 100x since the original launch.
What are the key features of the Cursor Tab model?
The Cursor Tab model features the ability to predict edits near the cursor and suggest jumps to the next editing location. It is designed to improve the quality and speed of code editing, making it more efficient than traditional copilots.

Key Statistics & Figures

Server latency (p50)
260ms
This is a significant improvement from the original model's latency of 475ms.
Context Length (tokens)
13000
This is an increase from the original model's context length of 5500 tokens.
Cursor Jumps
Instant, accurate
The Fusion model provides nearly instant and much higher quality cursor jumps compared to the original model.
Edited characters per day
over a billion
The Fusion model generates more code than almost any LLM in the world.
Request rate growth
~100x
This growth has occurred since the original model launch.

Technologies & Tools

AI/ML
Fusion
Next generation Cursor Tab model for code editing.

Key Actionable Insights

1
Leverage the Fusion model to reduce code editing time significantly by utilizing its predictive capabilities.
By integrating the Fusion model into your workflow, you can minimize repetitive tasks and focus on more complex coding challenges, enhancing overall productivity.
2
Utilize the increased context length of 13000 tokens to improve code suggestions and edits.
This allows for a more comprehensive understanding of the codebase, leading to better suggestions and fewer errors during the coding process.
3
Monitor the performance improvements from the Fusion model, particularly the reduction in server latency.
With latency reduced from 475ms to 260ms, developers can expect a more responsive coding environment, which is crucial for real-time collaboration and efficiency.

Common Pitfalls

1
Failing to utilize the full capabilities of the Fusion model can lead to missed opportunities for efficiency.
Developers may continue to rely on traditional editing methods, which can hinder productivity. Embracing the Fusion model's predictive features is essential for maximizing its benefits.