Leanstral 1.5

(docs.mistral.ai)

86 points | by vetronauta 4 hours ago

4 comments

  • __natty__ 2 hours ago
    Discussion about Leanstral 1: https://news.ycombinator.com/item?id=47404796
  • esafak 48 minutes ago
    Is this useful for specifying programs too or only theorems?
    • zeckalpha 34 minutes ago
      Curry-Howard correspondence.
  • doctorpangloss 1 hour ago
    Real talk, does anyone use anything from Mistral because it performs the best, by whatever secular metric of your choosing? Or is it only used "because EU"? Just focus on answering the question. I wonder if anyone has observed it perform better on any objective metric in any rigorous setting.
    • ashenke 1 minute ago
      I use their Voxtral Mini STT audio model to automatically transcribe my podcasts into markdown. Out of all the STT models I've tried, it's both the best performing and one of the cheapest! It's really accurate, feeding the episode notes and the podcast description ensures all names are properly spelled, and speaker diarization works really great. (I just do a Gemini flash pass at the end to identify the speakers, so it shows the host name instead of "Speaker 1")
    • Confiks 14 minutes ago
      For writing and languange learning it's very decent, especially Mistral Large. The pricing is very good too. I really like the consistently low time to first token and good token per second. Claude, especially in the past, would be very inconsistent, often with outages. Mistral mostly just always works and is very fast.

      Technical questions are unfortunately hit or miss. I'm lately pretty much always using a system prompt that emphasizes short answers [1], and Opus regularly one-shots it while Mistral needs a follow up. I use big-AGI as a model router [2] (dumb name, great software), which makes switching midway very easy though. For coding I'm still using Claude Code mostly out of inertia (although I really want to move to an OSS harness) and the one time I tried their `vibe` tool months ago it was a bit rough.

      Mistral TTS with diarization is also great and cheap. That's the only thing for which I use their web UI.

      [1] Give a short but helpful answer to the question the user asks. When helping with a computer-related task, unless the user asks, don't give any installation or setup instructions, but just get straight to the point. When the user asks a follow up question, give a more complete and longer answer while still not overexplaining. When the user prefaces the question with "short mode off" in any question, give a full and well considered reply.

      [2] https://github.com/enricoros/big-AGI

    • data-ottawa 1 hour ago
      Mistral medium is considerably better at writing than Opus.

      I’ve also found it very good at pulling info from pdfs. Even a complicated festival with multiple venues and timetables.

    • hakunin 20 minutes ago
      I use it because it’s a simple, convenient and cheap OCR api. Specifically via my ringbinder[1] tool.

      [1]: https://github.com/maxim/ringbinder

    • adev_ 55 minutes ago
      > Mistral because it performs the best, by whatever secular metric of your choosing?

      I am. I use them primarily through their vibe CLI.

      Reason is simple: They are cheaper (by almost one order of magnitude compared to Claude) and still do the job pretty well.

      For small programming tasks, quick prototyping, refactoring or anything verbose and not requiring a context too large: I first go to Mistral and then eventually to Claude if I'm unsatisfied.

      I also found out some of their models to be more responsive than OpenAI ones (which is not so surprising considering the size).

      My tasks are mainly C++ and Python programming. People in other languages might not share my enthusiasm.

      • jatora 18 minutes ago
        Your reason can't be cost because there are superior models that are cheaper than Mistral models, for coding. So i re-ask the question
        • adev_ 1 minute ago
          > Your reason can't be cost because there are superior models that are cheaper than Mistral models

          Nope. This is not my experience.

          Public pricing in token/$ is only part of the equation.

          Mistral tooling to consume significantly less tokens-per-given-task than the Anthropic ones.

          My bills currently reflects that.

    • evilmonkey19 1 hour ago
      I use it because EU and API pricing is decent to me. And support is awesome also. They reply the same day or at most the next day, and they follow the ticket great. It isn't that bad, but neither the best.
      • jatora 18 minutes ago
        Why do you need support so often?
    • troyvit 1 hour ago
      We are not Mistral's target audience. For instance I don't know if Leanstral performs the best as a "formal proof engineering model optimised for automated theorem proving and autoformalization" because I don't even know wth that is or who else does it.

      Mistral themselves focus more on b2b; financial services, manufacturing, stuff like that, and they get some big clients that way.

      Despite not being their target, I started using them because they have many open models. I continue using them because, yeah EU, but also because the community is great and the tool makes me think more than Claude does. Last, I stick with them because they are one of the few AI companies that are up-front about their environmental impact and are actually trying to minimize it while still providing a decent product.

      • computerex 48 minutes ago
        It's for mathematics. There is this programming language: https://lean-lang.org/

        If you can express a solution in Lean you can formally prove or disprove it. Formal verification is making a debut in traditional engineering toolkits.

    • trentor 1 hour ago
      I like the models for creative writing. They have a distinct voice that is different from the other llms.
      • SwellJoe 1 hour ago
        I made a game (https://prose-or-con.com) where you pick whether writing is AI or human. Mistral is a bonkers weird writer. So weird I fell for it a couple of times because I thought, "No way a model writes this weird." Not, like, incorrect grammar or spelling or anything, just...off-kilter. Kinda sassy.
    • Adrig 1 hour ago
      A few months ago, I had some data cleaning to do; their small model was surprisingly efficient and got the job done for 0.2x what I expected to run (Anthropic Sonnet / Haiku). Their TTS / STT is also roughly at the frontier, at least for French.

      But I admit I only consider them because they're from France. Haven't seen a dimension where they're competitive for general users

  • mertleee 0 minutes ago
    [dead]