Does Mistral come close to Opus 4.6 with any of their models?
Leanstral: Open-source agent for trustworthy coding and formal proof engineering
11–20 of 234 posts
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#12Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#13Maybe a naive question: given that they see better performance with more passes but the effect hits a limit after a few passes, would performance increase if they used different models per pass, i.e leanstral, kimi, qwen and leanstral again instead of 4x leanstral?
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.
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#14Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#15Could definitely be interesting for having another model run over the codebase when looking for improvements
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#16Curious 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
Still, the more interesting comparison would be against something such as Codex.
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#17Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#18Maybe a naive question: given that they see better performance with more passes but the effect hits a limit after a few passes, would performance increase if they used different models per pass, i.e leanstral, kimi, qwen and leanstral again instead of 4x leanstral?
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.
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#19Does Mistral come close to Opus 4.6 with any of their models?
I actively use gemini-3.1-pro-preview, claude-4.6-opus-high, and gpt-5.3-codex as well. I prefer them all for different reasons, however I usually _start_ with mistral if it's an option.
Re: Leanstral: Open-source agent for trustworthy coding and formal proof engineering
#20What are these "passes" they reference here? Haven't seen that before in LLM evals Could definitely be interesting for having another model run over the codebase when looking for improvements