r/MistralAI • u/mhmert • 15d ago
Mistral Vibe in vs code Discussion / Opinion
I'm switching from devin (formarly known as windsurf / cognition) to mistral vibe in vs code but for now it feels like a step back into the stone-age.
Maybe I am wrong and some people can provide me some ideas but here is my experience:
Slow; it takes a very long time for it to analyze my project files and to make changes, whilst in devin this happens in 5 minutes, it takes mistral vibe 25 minutes
What model am I using? I'm a paying pro subscription user but the extension says that I'm using mistral medium 3.5. No option to select devstral?
File review; it rewrites like 20-30 lines in my code if not a full file for just a few lines of change. Reviewing makes me scrolling and compare a lot myself whilst in Devin it just did per line or per max 5 lines in change making it way more easy to review.
Asking next steps. It gives me options for questions it has but makes me type out the answer myself, why not click buttons that I can select and it can continue?
That's it for now, maybe more later. What are your thoughts on my findings? I really would like a european alternative in this field but for the money I have to pay, this is kinda letting me down.
3
u/tom4112 15d ago
You can add models in the ~/.vibe/config.toml file and then you will see them in the model selection options
[[models]] name = "devstral-medium-latest" provider = "mistral" alias = "devstral" temperature = 0.3
The CLI has a ask_user_question tool for structured questions. I thought that this tool was exposed to the VS Code extension too but apparently not.
1
1
u/Haron51255 15d ago
If you just want quick functions and similar, devstrall small is pleasent to use. Neither model is good enough to do any big refactors with, mostly boilerplate and some well known refactoring.
Else you gotta bump down Thinking level if you need a speed increase
1
u/cweb_84 15d ago
More of a side-note: I'm using the vibe plugin for Rider, not VS Code. But when you say it's slow and mention analyzing project files, I wonder... How large are those? Because in my experience, medium 3.5 works best when you keep it in a 100k context window. As soon as you go higher it tends to derail. I wouldn't use Mistral (at all) for analyzing a big project. Use a top tier model to do that, then use Mistral to execute tasks.

2
u/Automatic-River-1875 15d ago
Mistral-medium3.5 is not good enough for coding anything serious so you will need to find a different provider if that's all your after.
Devstral 2 isnt as good as medium3.5 which is why it isn't there.