TerminalCrush7 May 2026
Crush (formerly OpenCode) Relaunches as a Fully Autonomous Terminal Agent
The open-source terminal coding agent previously known as OpenCode has rebranded to Crush and shipped a major architecture overhaul. The new release moves away from a pure code-completion model toward a persistent agent loop that can plan, execute, and verify multi-step tasks entirely from the terminal. Crush now supports tool use natively — including file system access, shell execution, and web search — without requiring a separate orchestration layer. The team behind Crush says the rename reflects a broader pivot: rather than assisting developers with individual edits, Crush is designed to own tasks end-to-end. Early benchmarks on SWE-bench show it outperforming several proprietary alternatives at a fraction of the cost when paired with DeepSeek V3 as the underlying model.
GitHubModelsQwen35 May 2026
Qwen3 Released: 235B MoE Model with Switchable Thinking Mode
Alibaba's Qwen team has released Qwen3, the third generation of their open-weight model family, and it represents a significant leap forward. The flagship Qwen3-235B uses a Mixture-of-Experts architecture that activates only 22B parameters per forward pass, keeping inference costs low while matching frontier model quality on most benchmarks. The most interesting new feature is a switchable "thinking mode" — similar to the approach used in DeepSeek R1 — which lets the model toggle between fast instruct responses and slower, more careful chain-of-thought reasoning depending on the task. Developers can control this via a simple system prompt flag. The full suite includes models ranging from 0.6B to 235B, all released under the Apache 2.0 licence.
HuggingFaceModelsCodestral3 May 2026
Mistral Releases Codestral 25.01 with Improved Fill-in-the-Middle
Mistral AI has updated Codestral to version 25.01, their specialised code generation model. The update brings meaningful improvements to fill-in-the-middle (FIM) completion — the capability that allows the model to insert code given both the prefix and suffix context around a cursor position. This makes it particularly well-suited for IDE plugin integration where the model needs to complete code mid-function rather than simply appending to the end. Codestral 25.01 also shows strong performance on the recently published Multi-SWE-bench evaluation, and Mistral has added support for 30 additional programming languages including Kotlin, Swift, and Elixir.
Mistral AIModelsPharia2 May 2026
Aleph Alpha Open-Sources Pharia-1, Europe's Privacy-First 7B Model
German AI company Aleph Alpha has open-sourced Pharia-1, a 7B parameter language model designed specifically for enterprise deployments where data sovereignty is a legal requirement. The model was trained entirely on European infrastructure using data that meets GDPR compliance standards, and the weights are released under a licence that permits commercial use within EU member states. While Pharia-1 does not compete with frontier models on raw benchmark scores, it is specifically optimised for German, French, Italian, and English, making it the strongest openly available model for multilingual European enterprise tasks. Aleph Alpha is positioning this as a building block for organisations in regulated industries — finance, healthcare, public sector — where sending data to US-based API providers creates compliance risk.
Aleph Alpha