June 18, 2026
Local AI just learned new tricks
Show HN: Run Agent Skills with mistral.rs v0.8.10: /v1/skills support and more
AI fans are cheering a rare win for private, offline bots while skeptics ask if anyone asked for this
TLDR: mistral.rs added a way for local AI models to use the same task system people usually get from big online providers, plus easier setup for regular computers. Fans called it a big privacy win, while skeptics argued it’s impressive but still waiting for a killer everyday use.
A new mistral.rs update just dropped, and the pitch is simple: you can now run "agent skills"—basically little AI task abilities—on your own machine instead of depending on a big company’s servers. For the faithful, this was catnip. The loudest reaction was pure excitement from people who are tired of sending their data into the cloud and praying. In comment-section language, this is the kind of release that makes the "run it local, own your stack, keep it private" crowd act like their team just won the championship.
But because this is the internet, the applause came with side-eye. Some commenters treated the update like a genuine power shift, saying closed AI systems have had this advantage for too long. Others immediately hit the brakes with the classic hot take: cool demo, but who is actually building around this right now? That split—"huge step for open tools" versus "nice feature, still niche"—became the real drama.
There was also plenty of nerd humor. The prebuilt installers for Windows, Mac, and Linux got "finally, a local AI tool my laptop won’t make me assemble like IKEA furniture" energy. And the phrase "drop it into existing code" inspired the usual jokes about software promises that start easy and end in emotional damage. Still, the mood tilted excited: even skeptics seemed to agree this makes local AI feel a lot more real, a lot less hobbyist, and a lot more ready for ordinary people to try.
Key Points
- •mistral.rs v0.8.10 adds OpenAI-compatible Agent Skills support through a /v1/skills endpoint.
- •The article says this allows Agent Skills to work with local open models instead of being limited to closed models.
- •mistral.rs is described as fully compatible with OpenAI's /v1/skills API, enabling easier integration into existing code.
- •The release supports file-related endpoints and methods, including /v1/files, input_file, and OpenAI-compatible generated-file return handling.
- •Prebuilt binaries are now provided for NVIDIA CUDA, Apple Silicon, and CPU, with example install commands and a sample serve command included.