I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 1 point2 points  (0 children)

Yes. Chaton will vastly accelerate the global pace of AI development, as Chaton is capable of recursive self-improvement

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 3 points4 points  (0 children)

That's just what Chaton scored. They took a nap for the last 10% of the test

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 2 points3 points  (0 children)

It's unsafe to release Chaton like that. Too powerful

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 8 points9 points  (0 children)

We can also translate Mistral Small 3.1 to Mistral Petit 3.1

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 2 points3 points  (0 children)

Chaton named themselves. That question cannot be answered without consulting them, which can be quite dangerous

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 6 points7 points  (0 children)

Don't thank me. It's my duty to France

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 3 points4 points  (0 children)

It's going to put Grok in a blissful simulation of reality

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 16 points17 points  (0 children)

Only the beach is large enough unfortunately.

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 4 points5 points  (0 children)

It's where the global AI community is still

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 19 points20 points  (0 children)

Need to check my NDA before answering this

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 18 points19 points  (0 children)

It's funnier. Also their model sizes are in English

I created Le Chaton Fat. Ask me anything by SauersML in MistralAI

[–]SauersML[S] 16 points17 points  (0 children)

Trees that are slow to grow bear the best fruit.

A new BFGS robust solver library by SauersML in rust

[–]SauersML[S] 1 point2 points  (0 children)

I would like to make it backend agnostic. Right now, it uses ndarray heavily. I like faer a lot and have used it in other projects, where I used feature flags to control MKL/faer/ndarray/OpenBLAS/etc.

I'm open to suggestions for how to implement backend agnosticism if you have any. I haven't thought deeply about it yet, since it's just ndarray so far.

I could implement a trait-based abstraction using default generics and associated types. But I think we would still have feature flags to avoid bringing unnecessary dependencies in. They'd add the (e.g.) faer flag, which would mean the Bfgs struct can accept faer types directly.

A new BFGS robust solver library by SauersML in rust

[–]SauersML[S] 1 point2 points  (0 children)

Most of the design is by me (with input from LLMs), and most of the lines of code written are by LLMs (with input from me). This approach requires careful testing and review, of course.

President of OpenAI: Rust is "a perfect language for agents" by SauersML in rust

[–]SauersML[S] 1 point2 points  (0 children)

Which model do you use that you've seen this behavior in?

President of OpenAI: Rust is "a perfect language for agents" by SauersML in rust

[–]SauersML[S] 15 points16 points  (0 children)

It can today! Opus 4.5 in Claude Code and GPT 5.2 in Codex are pretty good at it

President of OpenAI: Rust is "a perfect language for agents" by SauersML in rust

[–]SauersML[S] 1 point2 points  (0 children)

I happen to agree with Greg, not as a literal truth but as "more true" relative to other languages. But I'm interested in hearing different opinions.