#codestral

Artem R 🇺🇦asci@indieweb.social
2025-06-09

it felt too easy to just work, seems like there is a bug with Mistral's `codestral` LLM that prevents files to be edited github.com/All-Hands-AI/OpenHa #mistral #codestral #llm

CarambaCaramba1
2025-05-29

OpenAI ist nicht das Maß aller Dinge: Das französische Startup Mistral zeigt mit Codestral Embed, wie effizient und präzise Code-Embeddings heute sein können. In Benchmarks schlägt es sogar die Großen. Was steckt dahinter – und was bedeutet das für Entwickler? Jetzt mehr erfahren. 👇
all-ai.de/news/news24/mistral-

Marius Bogdan Ursan :mastodon:bogdanmarius_ursan
2025-04-18
AI logo for article
Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-04-15

While utilizing #Mistral #Codestral #AI can be pretty useful as assistance tool, sometimes it *immediately* gets utterly confused. Especially if there are functions and classes in your code that have the same name as something it excessively was trained on.
It's utterly unable to digest a class called "Request". It will, always, try to use it like "request.read(chunk)" even if there's nothing like that anywhere to be found.
Still, it can be really useful #coding. Hope it will work on new NPUs.

Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-04-07

Oh, the #AMD NPU driver already got upstreamed into #Linux 6.14? Fancy that, I thought I had to build myself a dkms module to get it running on OpenSuse. 🙂

Now I'm curious how involved it will gonna be to make something like #Codestral run on it. The usual tools are probably not yet well optimized to utilize that Co-Processor OOTB.

Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-04-03

I have to admit, #Codestral is *phenomenally* useful to learn #Python (as long as you're always vigilant about potential errors).
#AI

Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-04-01

Had a really good laugh with @hannah just now trying our hands at the clearly way superior & production ready act of #VibeCoding with #Codestral.

We told it to build a calculator in #Rust. After telling it to use an AST it looked promising, even adhering to order of operation (already better than MS Calc!).

Then we told it to add support for braces and it utterly and completely shat itself. Like, Mexican diet explosive diarrhea-style. 😂

Now everything is an invalid expression. #AI 👍
#coding

Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-03-29

ffs, why does their docker only support Navi 31 and not Navi 32? 😩
hub.docker.com/r/rocm/pytorch

I just wish both #Nvidia and #AMD would stop with that whole licensing bullshit around #CUDA and #ROCm and just include that damn stuff in the default driver.
I just want to run #Codestral on my local machine so I can use it with non-public code. Will be troublesome enough to cram it into 16gb VRAM. 😑
#computer #Linux #AI

Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-03-24

#Mistral #Codestral #AI really loves to have aneurysms. 🙃

(The generated code before the repetition is wrong as well, of course :awesome:)
#coding

def _append(self, url:str):
| if url.startswith("$STEAM"):

(from here on Codestral started to auto-complete)

self. file meta["url"].append(url)
else:
raise Scriptinggrror( ("invalid URL ‘%s’ for file “%s'*) % (url, self.id))
else:
raise scriptingError( ("invalid URL ‘%s for file '%s'*) % (url, self.id))
else:
raise scriptingError( ("invalid URL ‘%s for file '%s'*) % (url, self.id))
else:
raise scriptingError( ("invalid URL ‘%s for file '%s'*) % (url, self.id))
else:

(this goes on forever)
Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-03-23

Tried #vibecoding, heard it's all the rage right now. I think Codestral took "scream in agony" a little bit too serious… it just kept screaming and then stopped. :thisisfine:
#coding #AI #Mistral #Codestral #MakingTheAIApocalypseWorseOnePromptAtATime

A code editor with an AI coding assistant tool open. The input for the AI says:

"Vibe code me a complete CLI tool in Python 3 that scans your hardware specs (we're on Linux) and outputs a list of everything. Every item should be named properly (CPU, GPU etc.) with that part of each string being in bolt text and rainbow coloured. Also every name should be automatically translated into a mixture of "l33t sp33ch" as well as "uwu"fied. If some essential hardware part could not be properly retrieved for display the code should instead scream in agony in your command line. Of course this tool has to work without superuser rights."

The code is just a few lines long, ending with a print command that just prints "CPU" following an endless scream. It even got the scream's syntax wrong!
Natasha Nox 🇺🇦🇵🇸Natanox@chaos.social
2025-03-21

#Mistral #Codestral #AI as well as #ChatGPT recommended me I should save a file that gets downloaded… in a list.
And append every chunk of 1024 bytes to said list.
It also put the EOF check after the while loop it must be in.

After pointing at it Codestral indeed pointed out how stupid that is and instead recommended io.bytesIO.

AI is truly magnificent. 😅

2025-01-14

New #AI Code Assistant Advances Software Development Efficiency 🔄

🔹 #MistralAI's #Codestral 25.01 delivers 2x faster code generation with improved architecture and tokenizer for 80+ #programming languages

mistral.ai/news/codestral-2501

🧵 ↓

Codestral - Jetzt neu im GWDG Chat!

Codestral ist ein offenes generatives KI-Modell, das von Mistral AI speziell für die Programmierung entwickelt wurde. Es wurde auf über 80 verschiedene Programmiersprachen trainiert und ist unterstützt bei der Codegenerierung, Codebearbeitung und Fehlerbehebung.

Probieren Sie es aus:
➡️ chat-ai.academiccloud.de/chat

#gwdg #gwdgTools #codestral #aichat #coding # ai #ki

codestral - neu im GWDG AI Chat
2024-07-22

#LLM 🤖 Codestral Mamba 7B et Mathstral 7B, découvrez les deux nouveaux grands modèles de langage #OpenSource de #MistralAI

Publiés sous licence Apache 2.0, #Codestral Mamba 7B est destiné à la génération de code alors que #Mathstral - développé en collaboration avec le Projet #Numina - est spécialisé dans les tâches mathématiques et scientifiques.

Actuia.com - Thomas Calvi 👇
buff.ly/3zNtCLP

2024-07-22

Wobei das echt vielversprechend klingt (mit der Killer-Kombi von VSC/Continue und Ollama als Programmier-Unterstützung): mistral.ai/news/codestral-mamb #mistral #codestral #mamba

TheTransmittedthetransmitted
2024-07-17

Mistral AI, компанія, що займається розробкою штучного інтелекту, представила два нових інструменти, покликаних розширити можливості штучного інтелекту в різних галузях: MathΣtral та Codestral Mamba.

thetransmitted.com/ai/mistral-

2024-07-03

🧠 L'integrazione dell'#AI generativa su piattaforme di sviluppo, è ormai considerata "normale".
💡 Dopo aver visto #Gemini su #Colab, ecco un fork di #Jupyter Notebooks che integra la generazione di codice attraverso #Codestral (#Mistral) e #GPT4o.
🚀 Sarà possibile pensare di sviluppare senza supporti di questo tipo in futuro? Forse NO, ma il tema è sempre lo stesso: chi ha le hard skill saprà cosa chiedere e come sfruttare al meglio questi sistemi.

🔗 Il progetto: github.com/pretzelai/pretzelai

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst