Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

Efficient Multi-modal Large Language Models via Progressive Consistency Distillation – Takara TLDR

Technologist Rahul Patil Named CTO of Anthropic, Maker of Claude AI

OpenAI Doubles Down on Chip Diversity With AMD, Nvidia Deals

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • OpenAI (GPT-4 / GPT-4o)
    • Anthropic (Claude 3)
    • Google DeepMind (Gemini)
    • Meta (LLaMA)
    • Cohere (Command R)
    • Amazon (Titan)
    • IBM (Watsonx)
    • Inflection AI (Pi)
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • AI Experts
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • The TechLead
    • Matt Wolfe AI
    • Andrew Ng
    • OpenAI
    • Expert Blogs
      • François Chollet
      • Gary Marcus
      • IBM
      • Jack Clark
      • Jeremy Howard
      • Melanie Mitchell
      • Andrew Ng
      • Andrej Karpathy
      • Sebastian Ruder
      • Rachel Thomas
      • IBM
  • AI Tools
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
  • AI Policy
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
  • Business AI
    • Advanced AI News Features
    • Finance AI
    • Healthcare AI
    • Education AI
    • Energy AI
    • Legal AI
LinkedIn Instagram YouTube Threads X (Twitter)
Advanced AI News
Mistral AI

Mistral AI open-sources new Codestral large language model for developers

By Advanced AI EditorAugust 18, 2025No Comments4 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Artificial intelligence startup Mistral AI today debuted Codestral, a large language model optimized for software development tasks.

The launch comes amid reports that the company is in the process of raising a sizable new funding round. Earlier this month, sources told Wall Street Journal that Mistral is seeking $600 million from investors at a $6 billion valuation. That’s triple what Mistral was worth following its most recent funding round in December.

The company’s new Codestral model understands more than 80 programming languages. Its knowledge base includes so-called high-level languages such as Python that automate certain coding tasks to improve developer productivity. The model can also write software in several low-level syntaxes, which enable programmers to more directly interact with the underlying hardware. That feature is conducive to tasks such as optimizing programs’ performance but comes with a steep learning curve.

Mistral says that Codestral lends itself to a range of coding tasks. Developers can upload a snippet of code and have the model explain what it does. Additionally, Codestral is capable of generating new code based on natural language instructions.

The model can function as a kind of autocomplete tool and continue a snippet of code that a developer has started writing. It’s also capable of modifying components of an application that are already complete. A developer could, for example, ask Codestral to change the middle line of a code snippet written by a colleague.

Another task that the LLM promises to ease is the process of testing newly created software for bugs. 

Some bugs prevent an application from loading, while others only emerge when users perform a specific sequence of actions in the program’s interface. The latter type of issue can be highly challenging to detect using manual troubleshooting methods. According to Mistral, developers can use Codestral to automatically scan their code for flaws and thereby speed up the process. 

Codestral features 22 billion parameters. In an internal evaluation, Mistral compared it against three other open-source LLMs including Meta Platforms Inc.’s Llama 3 70B, which includes more than three times as many parameters. Codestral proved more adapt than all three models at Python programming tasks and achieved the second-highest score in a test that assessed their SQL prowess.

One contributor to the LLM’s performance is its large context window. Codestral can process prompts with up to 32,000 tokens, more than twice the amount of input data supported by Llama 3 70B. That makes it easier for the former LLM to analyze large code files that contain up to hundreds of lines of application logic.

Codestral is available under an open-source license for research and testing purposes. Organizations that wish to use the model in commercial software projects can access it through a cloud-based application programming interface provided by Mistral. According to the company, the API lends itself to tasks such as building programming automation plugins for code editing applications. 

Image: Unsplash

Support our mission to keep content open and free by engaging with theCUBE community. Join theCUBE’s Alumni Trust Network, where technology leaders connect, share intelligence and create opportunities.

15M+ viewers of theCUBE videos, powering conversations across AI, cloud, cybersecurity and more
11.4k+ theCUBE alumni — Connect with more than 11,400 tech and business leaders shaping the future through a unique trusted-based network.

About SiliconANGLE Media

SiliconANGLE Media is a recognized leader in digital media innovation, uniting breakthrough technology, strategic insights and real-time audience engagement. As the parent company of SiliconANGLE, theCUBE Network, theCUBE Research, CUBE365, theCUBE AI and theCUBE SuperStudios — with flagship locations in Silicon Valley and the New York Stock Exchange — SiliconANGLE Media operates at the intersection of media, technology and AI.

Founded by tech visionaries John Furrier and Dave Vellante, SiliconANGLE Media has built a dynamic ecosystem of industry-leading digital media brands that reach 15+ million elite tech professionals. Our new proprietary theCUBE AI Video Cloud is breaking ground in audience interaction, leveraging theCUBEai.com neural network to help technology companies make data-driven decisions and stay at the forefront of industry conversations.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleCarMax, Uber, IBM And A Real Estate Stock On CNBC’s ‘Final Trades’ – Alexandria Real Estate (NYSE:ARE), IBM (NYSE:IBM)
Next Article Fine-tuning Google, building its own
Advanced AI Editor
  • Website

Related Posts

Strategic AI Investment Fuels ASML’s Market Ascent ()

October 4, 2025

Stellantis (BIT:STLAM) Is Up 10.3% After Expanding AI Partnership With Mistral AI Is the Bull Case Stronger?

October 3, 2025

Mistral AI targets industrial AI with Stellantis deal, ASML partnership

October 1, 2025

Comments are closed.

Latest Posts

Tomb of Amenhotep III Reopens After Two-Decade Renovation    

Limited Edition Print of Ozzy Osbourne Art Sold To Benefit Charities

Morning Links for October 6, 2025

Sotheby’s to Sell René Magritte Held in Same Collection for 100 years

Latest Posts

Efficient Multi-modal Large Language Models via Progressive Consistency Distillation – Takara TLDR

October 6, 2025

Technologist Rahul Patil Named CTO of Anthropic, Maker of Claude AI

October 6, 2025

OpenAI Doubles Down on Chip Diversity With AMD, Nvidia Deals

October 6, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Recent Posts

  • Efficient Multi-modal Large Language Models via Progressive Consistency Distillation – Takara TLDR
  • Technologist Rahul Patil Named CTO of Anthropic, Maker of Claude AI
  • OpenAI Doubles Down on Chip Diversity With AMD, Nvidia Deals
  • When Your Primary Customer Folds Overnight
  • Huawei's new open source technique shrinks LLMs to make them run on less powerful, less expensive hardware

Recent Comments

  1. Nickywer on Gemma 3N: Google’s Latest On Device Mobile AI Model
  2. Howardunicy on 1-800-CHAT-GPT—12 Days of OpenAI: Day 10
  3. Best Online Roulette Simulator on ‘Titanic’ and ‘Avatar’ VFX Innovator Robert Legato Joins Stability AI
  4. Otha Hoffpauir on VAST Data Powers Smarter, Evolving AI Agents with NVIDIA Data Flywheel
  5. Nickywer on Google DeepMind Taught Itself to Play Minecraft

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

LinkedIn Instagram YouTube Threads X (Twitter)
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.