frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Mistral Agents API

https://mistral.ai/news/agents-api
152•pember•5mo ago

Comments

orliesaurus•5mo ago
Whoever made those embedded videos, here some feedback if you want it take it, it's free:

1) It's really hard to follow some of the videos since you're just copy pasting the prompts fr your agents into the chat because the output generation comes out and hides the prompts. Instead put the prompt text as an overlay/subtitle-like so we know what you're doing

2) The clicking sound of you copy pasting and typing is not ASMR, please just mute it next time

3) Please zoom into the text more, not everyone has 20/20 super vision 4K style

ianhawes•5mo ago
4) Use a clean browser profile so you don't show unrelated autocomplete
threeducks•5mo ago
To add to 3): YouTube embedded videos default to 360p for me even if I maximize the embedded video on my 4k screen, which is completely unreadable. This is probably an attempt by YouTube to get viewers to click through to the YouTube website. It is probably not in Mistral's best interest to funnel viewers to YouTube, so they should use a different video host.

But even at maximum 1080p resolution, the image quality is not that great. And while we are at it, the wine-red (#833048) on dark-brown (#23231F) syntax highlighting for keyword arguments has very poor contrast ratio of around 1.8 to 1: https://webaim.org/resources/contrastchecker/ which earns a rating of "Fail" across the categories normal text, large text and UI elements.

moralestapia•5mo ago
I came here to see if anyone else noticed.

Very sloppy job, imo.

It costs next to nothing to come up with a little story and have someone on Fiverr narrate it (or an AI, after all that's what they sell).

bbor•5mo ago
Ok I’m behind the times in terms of MCP implementation, so would appreciate a check: the appeal of this feature is that you can pass off the “when to call which MCP endpoint and with what” logic to Mistral, rather than implementing it yourself? If so I’m not sure I completely understand why I’d want a model-specific, remote solution for this rather than a single local library, since theoretically this logic should be the same for any given LLM/MCP toolset pairing. Just simpler?

It certainly looks easy to implement, I will say that! Docs halfway down the page: https://docs.mistral.ai/agents/mcp/

potatolicious•5mo ago
It seems like the main pitch here is auto-inclusion and auto-exclusion of various tools via an orchestration agent (which may or may not be the main model itself? Unclear from their post)

Mostly this seems like an end-run around tool calling scalability limits. Model performance degrades heavily if the field of possible tools gets too large, so you insert a component into the system that figures out what tools should be in-scope, and make only those available, to get reliability higher.

In terms of "why outsource this" it seems like the idea is that their orchestration agent would be better than a cruder task state machine that you would implement yourself. Time will tell if this assertion is true!

ed•5mo ago
> auto-inclusion and auto-exclusion of various tools via an orchestration agent

Where do you see that? That would be neat, I'm under the impression orchestration is manual though – you define an agent and give it the ability to hand off tasks to sub-agents.

potatolicious•5mo ago
Sorry, maybe I could've phrased it better: it basically forces the devs to divide their tools into buckets of fewer tools manually. (The Travel Agent has N tools, the Research Agent has M tools, etc. all specified by the dev)

The pitch is that if you do this bucketization, the overall orchestrator can intelligently pick the bucket to use, but the idea is that at any moment the LLM is only exposed to a limited set of tools.

As opposed to the more pie-in-the-sky idea that given N tools (where N is very very large) the LLM can still accurately tool-select without any developer intervention. This seems pretty far off at this point.

htrp•5mo ago
is mistral a model company, an agent company, or a enterprise software company now?
nomsters•5mo ago
yes
greenavocado•5mo ago
Mistral is trying to be everything at once and it shows. To make ends meet they pivoted to selling enterprise software through Le Chat and cozying up to Microsoft. Now they're throwing around terms like "agentic AI" to stay trendy, even as competitors like DeepSeek outperform them in key areas. Their identity crisis is obvious. Are they a model company? A software vendor? A research lab? At this point, they seem more like a startup chasing hype and funding than a company with a clear direction. The 6 billion Euro valuation looks impressive, but with so many shifts in strategy, you have to wonder if they're building something lasting or just riding the AI wave until it crashes.
eigenspace•5mo ago
Their strategy doesn't make sense to you because you're looking for a technical feature that differentiates them. But technical features aren't their key differentiator, geography is their key differentiator. They'll get a lot of contracts in Europe simply because they're European. Everyone is keenly aware of how dependant European tech stacks are on increasingly unfriendly foreign powers.

If there's a local European option that does most of what an American or Chinese company does, that's simply a safer choice.

From this point of view, them trying to do everything at once makes a lot of sense. They don't actually need to be the absolute best or even the cheapest at any one thing. They need to just exist in Europe, be stable, and offer good services that people want. Casting a wide net is a better strategy for them.

Raed667•5mo ago
Do they need to pick one? Their offering doesn't seem incoherent to me
brandall10•5mo ago
Couldn't the same questions be asked of OpenAI and Anthropic?

Ultimately these are product/service companies, levering their research and innovations as differentiators.

If you're "only a model" company you likely have no moat.

FailMore•5mo ago
Is this basically a LLM that has tools automatically configured so I don’t have to handle that myself? Or am I not understanding it correctly? As in do I just make standard requests , but the LLM does more work than normal before sending me a response? Or I get the response to every step?
spmurrayzzz•5mo ago
The aspirational goal is that the model knows what tools to call and when, without human intervention. In practice, you'll see varying efficacy with that depending on the tools you need. Some of the tool usage is in-distribution / well represented in training set, but if you have some custom exotic MCP server you created yourself (or pulled off of some random github) you may see mixed results. Sometimes that can be fixed by simply augmenting your prompt with contrastive examples of how to use or not use the tool.

As an aside, my experience with devstral (both via API and locally w/ open weights) has been very underwhelming to this effect. So I'm curious how this new agent infra performs given that observation.

koakuma-chan•5mo ago
It's a software framework for orchestrating agents. Each agent can have its own system prompt, its own tools, and it can delegate ("hand off") to a different agent. When a hand off occurs, the LLM runs again but as a different agent.
manmal•5mo ago
Like Gemini Gems, but agentic?
koakuma-chan•5mo ago
Gemini Gems seems to be a ChatGPT “GPTs” equivalent, and I never figured out what those actually are. Mistral Agents API is like OpenAI Agents SDK.
LeoPanthera•5mo ago
Gems and GPTs are just a way to customize the system prompt from the web UI.
qwertox•5mo ago
The "My MCPs" button looks very promising.

I was looking around at Le Chat, a thing I haven't done in months, and I thought that they've really worked on interesting stuff in interesting ways.

The ability to enrich either a chat or generally an agent with one or more libraries has been solved in a very friendly way. I don't think OpenAI nor Anthropic have solved it so well.

Nano Banana Pro

https://blog.google/technology/ai/nano-banana-pro/
210•meetpateltech•1h ago•140 comments

Red Alert 2 in web browser

https://chronodivide.com/
175•nsoonhui•4h ago•58 comments

Interactive World History Atlas Since 3000 BC

http://geacron.com/home-en/
190•not_knuth•6h ago•90 comments

Firefox 147 Will Support the XDG Base Directory Specification

https://www.phoronix.com/news/Firefox-147-XDG-Base-Directory
133•bradrn•2h ago•40 comments

Judgement on Dr Matthew Garrett (@mjg59) vs. Dr Roy Schestowitz (Techrights.org)

https://caselaw.nationalarchives.gov.uk/ewhc/kb/2025/3063
55•jonty•2h ago•29 comments

Adversarial Poetry as a Universal Single-Turn Jailbreak Mechanism in LLMs

https://arxiv.org/abs/2511.15304
124•capgre•4h ago•80 comments

40 years ago, Calvin and Hobbes' burst onto the page

https://www.npr.org/2025/11/18/nx-s1-5564064/calvin-and-hobbes-bill-watterson-40-years-comic-stri...
212•mooreds•4h ago•69 comments

The Banished Bottom of the Housing Market

https://www.ryanpuzycki.com/p/the-banished-bottom-of-the-housing
6•barry-cotter•29m ago•0 comments

Android/Linux Dual Boot

https://wiki.postmarketos.org/wiki/Dual_Booting/WiP
210•joooscha•3d ago•111 comments

Theft of the Weeping Woman from the National Gallery of Victoria

https://en.wikipedia.org/wiki/Theft_of_The_Weeping_Woman_from_the_National_Gallery_of_Victoria
10•neom•5d ago•3 comments

CUDA Ontology

https://jamesakl.com/posts/cuda-ontology/
183•gugagore•3d ago•29 comments

Basalt Woven Textile

https://materialdistrict.com/material/basalt-woven-textile/
166•rbanffy•10h ago•87 comments

Europe is scaling back GDPR and relaxing AI laws

https://www.theverge.com/news/823750/european-union-ai-act-gdpr-changes
867•ksec•1d ago•990 comments

Towards Interplanetary QUIC Traffic

https://ochagavia.nl/blog/towards-interplanetary-quic-traffic/
68•wofo•2d ago•16 comments

Smart Performance Hacks for Faster Python Code

https://blog.jetbrains.com/pycharm/2025/11/10-smart-performance-hacks-for-faster-python-code/
34•ashvardanian•1w ago•8 comments

Meta Segment Anything Model 3

https://ai.meta.com/sam3/
593•lukeinator42•23h ago•119 comments

Scientists Reveal How the Maya Predicted Eclipses for Centuries

https://www.sciencealert.com/scientists-reveal-how-the-maya-predicted-eclipses-for-centuries
48•rguiscard•6d ago•13 comments

Loose wire leads to blackout, contact with Francis Scott Key bridge

https://www.ntsb.gov:443/news/press-releases/Pages/NR20251118.aspx
399•DamnInteresting•19h ago•185 comments

The lost cause of the Lisp machines

https://www.tfeb.org/fragments/2025/11/18/the-lost-cause-of-the-lisp-machines/
118•enbywithunix•20h ago•117 comments

DOS Days – Laptop Displays

https://www.dosdays.co.uk/topics/laptop_displays.php
51•nullbyte808•7h ago•10 comments

Freer Monads, More Extensible Effects [pdf]

https://okmij.org/ftp/Haskell/extensible/more.pdf
4•todsacerdoti•1h ago•0 comments

Researchers discover security vulnerability in WhatsApp

https://www.univie.ac.at/en/news/detail/forscherinnen-entdecken-grosse-sicherheitsluecke-in-whatsapp
284•KingNoLimit•19h ago•110 comments

Verifying your Matrix devices is becoming mandatory

https://element.io/blog/verifying-your-devices-is-becoming-mandatory-2/
167•LorenDB•16h ago•187 comments

Building more with GPT-5.1-Codex-Max

https://openai.com/index/gpt-5-1-codex-max/
457•hansonw•22h ago•280 comments

New Proofs Probe Soap-Film Singularities

https://www.quantamagazine.org/new-proofs-probe-soap-film-singularities-20251112/
30•pseudolus•1w ago•3 comments

Wrapping my head around AI wrappers

https://www.wreflection.com/p/wrapping-my-head-around-ai-wrappers
25•nowflux•4d ago•15 comments

A surprise with how '#!' handles its program argument in practice

https://utcc.utoronto.ca/~cks/space/blog/unix/ShebangRelativePathSurprise
89•SeenNotHeard•1d ago•75 comments

Details about the shebang/hash-bang mechanism on various Unix flavours (2001)

https://www.in-ulm.de/%7Emascheck/various/shebang/
65•js2•11h ago•14 comments

Precise geolocation via Wi-Fi Positioning System

https://www.amoses.dev/blog/wifi-location/
222•nicosalm•18h ago•90 comments

How Slide Rules Work

https://amenzwa.github.io/stem/ComputingHistory/HowSlideRulesWork/
162•ColinWright•19h ago•47 comments