Does Mistral come close to Opus 4.6 with any of their models?
I use mistral-medium-3.1 for a lot of random daily tasks, along with the vibe cli. I'd state from my personal opinion that mistral is my preferred 'model vendor' by far at this point. They're extremely consistent between releases while each of them just feels better. I also have a strong personal preference to the output. I actively use gemini-3.1-pro-preview, claude-4.6-opus-high, and gpt-5.3-codex as well. I prefer…
Leanstral: Open-source agent for trustworthy coding and formal proof engineering
21–30 of 234 posts
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#22Earlier quoted context omitted.
This is called a "LLM alloy", you can even do it in agentic, where you simply swap the model on each llm invocation. It does actually significantly boost performance. There was an article on here about it recently, I'll see if I can find it. Edit: https://news.ycombinator.com/item?id=44630724 They found the more different the models were (the less overlap in correctly solved problems), the more it boosted the score.
That sounds quite interesting. Makes me wonder if sooner or later they will have to train multiple independent models that cover those different niches. But maybe we will see that sooner or later. Thanks for the link.
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#23> Instead of taking a stab in the dark, Leanstral rolled up its sleeves. It successfully built test code to recreate the failing environment and diagnosed the underlying issue with definitional equality. The model correctly identified that because def creates a rigid definition requiring explicit unfolding, it was actively blocking the rw tactic from seeing the underlying structure it needed to match.
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#24[flagged]
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#25Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#26Curious if anyone else had the same reaction as me This model is specifically trained on this task and significantly[1] underperforms opus. Opus costs about 6x more. Which seems... totally worth it based on the task at hand. [1]: based on the total spread of tested models
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#27Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#28Does Mistral come close to Opus 4.6 with any of their models?
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#29Curious if anyone else had the same reaction as me This model is specifically trained on this task and significantly[1] underperforms opus. Opus costs about 6x more. Which seems... totally worth it based on the task at hand. [1]: based on the total spread of tested models
Agreed. The idea is nice and honorable. At the same time, if AI has been proving one thing, it's that quality usually reigns over control and trust (except for some sensitive sectors and applications). Of course it's less capital-intense, so makes sense for a comparably little EU startup to focus on that niche. Likely won't spin the top line needle much, though, for the reasons stated.