Joute
IA pour coder

Cursor, Joute's review: does the best AI editor deserve its price?

Full review of Cursor in 2026. Joute score, pricing, obsolescence risk, and who it's for — or not.

J
Le Jouteur
Tests AI tools for real, from Paris
Updated
10 min read
The tool scorecard
Cursor logo
Cursor
cursor.com
Recommended
9,1/ 10
Joute score
Price
18 €/mois
Try Cursor
Obsolescence risk8/10 · Solid

The essentials in 30 seconds

  • Cursor isn't a classic editor with an AI extension bolted on. It's an editor built around AI from line one, and you feel it every day.
  • Its autocomplete — the Tab feature — is still the best on the market. That's the number one reason you open Cursor in the morning instead of anything else.
  • Agent mode edits multiple files in a row and runs commands in the terminal. It's genuinely powerful. It also needs to be reviewed.
  • The Pro subscription runs around $18–20/month. The real issue isn't the amount — it's that the billing model has changed several times in one year.
  • It's a fork of Visual Studio Code. Your extensions and shortcuts come with you, at the cost of a slight lag on upstream VS Code updates.

Overall verdict: in 2026, Cursor is the most complete AI editor for anyone who codes seriously. The only real reservation isn't technical — it's about pricing.

What exactly is Cursor

Cursor is a code editor developed by Anysphere. Under the hood, it's a fork of Visual Studio Code: the same interface, the same shortcuts, nearly all the extensions from the VS Code ecosystem. The difference comes down to one sentence: AI isn't a bolt-on module, it's at the center of the product.

Concretely, Cursor combines three things. A predictive autocomplete that suggests the next part of your code — sometimes across multiple lines and multiple locations at once. Instruction-based editing, where you select code and describe the change in natural language. And an agent, capable of reading your project, writing across multiple files, and running commands to reach a goal you've given it.

The models used are, for the most part, not Cursor's own: the editor relies on Claude, GPT, and Gemini depending on the task, with a few in-house models reserved for autocomplete. Cursor isn't an AI lab — it's a tooling layer built on top of the best models available at any given moment. That point matters, and we'll come back to it when we get to obsolescence risk.

What Cursor actually does well

Autocomplete. It's been the standout feature from the start, and it still holds up. The Tab function doesn't just complete the end of your line — it anticipates your intent: renaming a variable everywhere, propagating a change, jumping to the next logical spot. On repetitive code, it saves real, measurable time every single day. No competitor is as smooth at this specific thing.

The agent. Agent mode takes an instruction, explores the project, modifies the relevant files, and can run commands to verify its work. On a well-scoped task — adding an endpoint, writing a series of tests, refactoring a module — it gets done in minutes what used to take an hour. Quality depends directly on how precise the instruction is, but the ceiling is high.

Understanding the project. Cursor indexes your codebase and can work with it. You can reference a file, a folder, or some documentation, and the AI works with the right context rather than flying blind. That's what separates a useful assistant from a generic code generator.

Speed and comfort. Because it's built on VS Code, there's no relearning curve. You install it, log in, and you're productive in ten minutes. For a tool that changes how you work, that zero-friction onboarding carries real weight.

Where it falls short

Pricing — the real weak point. Cursor has changed its billing model several times in one year, moving from a readable per-request system to a consumption-based logic that's harder to predict. The result: users blindsided by their bills, and a chunk of the community that's lost some trust. The tool is excellent, but you need to watch your usage — especially if you're running the agent heavily.

The agent can overshoot. On a small, well-defined scope, it's surgical. On a large, poorly scoped codebase, it can go too far — touching files it shouldn't, or stacking patches on top of each other. The rule is simple: you stay the reviewer, always. Cursor speeds things up; it never lets you off the hook for understanding what was written.

The fork lag. Being a VS Code fork has a cost: Cursor tracks VS Code updates with a delay. Most of the time it's invisible — occasionally a recent extension or VS Code feature arrives later than expected.

Dependence on other people's models. Cursor's value rests heavily on Claude, GPT, and Gemini. If those models raise their prices or change their terms, Cursor absorbs it and passes it on. That's not a usage flaw — it's a structural vulnerability worth keeping in mind.

Criterion-by-criterion scoring

CriterionScore
Autocomplete (Tab feature)9.7/10
Multi-file agent mode9.0/10
Codebase understanding9.0/10
Ease of onboarding9.3/10
Pricing clarity and stability6.0/10
Value for money at moderate usage8.5/10

The average doesn't lie: Cursor is excellent everywhere product is concerned, and weak on the single front of pricing predictability. That's an acceptable tradeoff for most — a dealbreaker for anyone who needs a budget locked down to the cent.

Hobby, Pro, or Ultra: what to pick

PlanIndicative priceWho it's for
Hobby (free)$0Testing the tool, very occasional use
Proaround $18–20/monthIndividual developers, daily use
Ultraaround $200/monthVery heavy agent use
Businessaround $40/user/monthTeams, with centralized management

The free tier is for forming an opinion, not for working seriously: you hit the quotas fast. For daily professional use, it's Pro. Ultra only makes sense if you're running the agent continuously. Since the tiers and conditions have shifted several times, always check the current pricing grid before paying.

Who it's for — and who it's not

The vibe coder

Yes. Cursor is probably the best entry point for anyone building while leaning heavily on AI. The agent does the heavy lifting, autocomplete handles the rest. The one condition: you need to actually read what gets produced — otherwise the project quickly becomes unmaintainable.

The agentic engineer

Yes — it's the reference tool for this profile. An experienced developer who knows exactly what to ask gets a return out of Cursor that few tools can match. They use it as a multiplier, not a crutch, and that's where Cursor performs at its peak.

The beginner developer

With caution. Cursor lets you produce code without fully understanding it, which is a trap for anyone learning. Used as an explanation and review tool, it's great for making progress. Used as a ship-it machine with zero thinking, it builds lasting gaps in your knowledge.

Teams

Yes, with the Business plan for centralized management and predictable billing. The same caveat applies: scope your agent usage so you're not hit with consumption surprises at the end of the month.

Obsolescence risk

This is the criterion Joute applies to every tool: can its value be absorbed by the main models, or by a better-positioned competitor?

Cursor is exposed, and that needs to be said plainly. Its core function relies on models it doesn't own, and the labs behind those models are moving directly into its territory. Claude Code is attacking the same use case from the terminal side. Microsoft is pushing its own agent into VS Code — the very editor Cursor is forked from. Cursor is caught in a pincer between its suppliers and the original editor.

Why the obsolescence score is still decent despite all that. First, the autocomplete model is Cursor's own: it's a real asset, hard to replicate. Second, the product velocity is impressive — Cursor ships fast and well. Third, the full editor experience — indexing, agent, and integrated review — remains more polished than command-line solutions for most developers.

Obsolescence verdict: solid, but worth watching. Cursor isn't a throwaway tool; its score reflects genuine product depth. But its future depends on its ability to stay one step ahead of competitors who have direct control over the models.

Final verdict

In 2026, Cursor is the most complete AI editor for anyone who codes for real. The autocomplete is the best on the market, the agent saves hours, the onboarding is instant because it's VS Code. For an individual developer or a team, it's an investment that pays for itself within days of use.

The one real reservation — and it's a serious one — is pricing. The product is mature; its business model isn't quite there yet. As long as you watch your consumption and check the pricing grid before committing, the value-to-price ratio remains excellent. If you need a fixed, perfectly predictable budget, wait for Cursor to stabilize its billing.

Joute score: 9.1 out of 10. A tool we recommend — no sugarcoating on its weak point.

Frequently asked questions

Is Cursor free?

There's a free Hobby plan, good enough to try the tool but not to work with it daily — you hit the quotas fast. Professional use requires the Pro subscription, around $18–20/month.

Cursor or Claude Code — which one to pick?

Cursor for anyone who wants a full visual editor with integrated autocomplete and review. Claude Code for anyone who lives in the terminal and wants a pure agent. They're matched in power; the choice depends on how you work. Our dedicated comparison breaks it down in detail.

Does Cursor replace a developer?

No. Cursor speeds up a developer — it doesn't replace one. The agent produces code quickly, but someone has to understand, review, and validate that code. Used without review, it creates technical debt that ends up costing more than the time it saved.

Is the free version enough?

To explore, yes. To produce, no. If you use Cursor for more than a few minutes a day, you'll hit the free plan's limits fast, and upgrading to Pro becomes obvious.

Does Cursor work with my VS Code extensions?

Yes, in the vast majority of cases. Since Cursor is a fork of VS Code, your extensions, themes, and shortcuts are compatible. The only caveat is a slight lag on the very latest VS Code features.

Partager cet articleXLinkedIn
The Jouter's verdict

Cursor: 9,1/10.

The most complete AI editor of 2026 — as long as you're okay with pricing that keeps shifting.

Try Cursor yourself

Free trial available. Give it 30 minutes to form your own opinion.

Cursor logoTry CursorFree trial available

Affiliate link. Joute earns a commission at no extra cost to you. Our review stays independent.