CodeWithLLM-Updates
-

Google has strengthened its Flash lineup, DeepSeek has officially released V4 Flash with significantly improved agentic capabilities, Meta has entered the code-agent space with Muse, and Alibaba has updated Qwen Max.

Gemini 3.6 Flash and 3.5 Flash Cyber Updates
https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-6-flash-3-5-flash-lite-3-5-flash-cyber/
Gemini 3.5 Flash Cyber is now available as a specialized model for cybersecurity (vulnerability search, validation, and patching), currently restricted to governments and trusted partners. The full Gemini 3.5 Pro is still undergoing closed testing.

Meanwhile, Gemini 3.6 Flash is now the main "workhorse" model. It shows improved code generation (sometimes outperforming Gemini 3.1 Pro) and handles multimodal tasks while consuming 17% fewer output tokens (according to Artificial Analysis). On certain benchmarks, like DeepSWE, token savings reach up to 65%.

DeepSeek V4 Flash 0731
https://api-docs.deepseek.com/updates/#date-2026-07-31
https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731
https://arcprize.org/results/deepseek-v4-flash-0731
This is the official release (replacing the preview) of the model from DeepSeek, featuring 284–304B total parameters (13B active) and a 1M context window. It is currently in public beta via API, with open weights (MIT license). Similar to Google's updates, its agentic capabilities have been significantly enhanced; the Flash model now outperforms DeepSeek's own V4-Pro Preview on most agentic benchmarks, despite its smaller size and lower cost.

An update to DeepSeek-V4-Pro is also promised. The model is adapted for Codex and the Responses API, but currently, only deepseek-v4-flash is configurable, with support for deepseek-v4-pro expected soon. The company has announced an upcoming API price increase (as current rates are exceptionally low), but the model itself remains open for download.

Discussion
https://news.ycombinator.com/item?id=49214008
Discussions highlight how the model's low cost combined with high performance opens up new, previously cost-prohibitive use cases. Some users are already running it on rented GPUs (such as RTX 6000, MI300X, etc.). One user running 5–6 active sessions (effectively 12 threads) reports spending less than $5 per day.

DeepSeek-Centric AI Agent
https://reasonix.io/
https://github.com/esengine/deepseek-reasonix
Reasonix is a local agent (a single Go binary with no dependencies, under the MIT license) optimized specifically for DeepSeek with a cache-first loop. The project focuses on enabling Reasonix to handle long autonomous tasks without losing user control. It can be operated via the terminal, desktop application, browser, or directly in the editor via ACP, with all sessions shared.

Reasonix first outlines its work plan and then requests permission at each step for reading, writing, or executing commands. Each "move" is saved as a checkpoint outside of Git, meaning that even after several hours of operation, any change can be rolled back without affecting the commit history. The agent can be easily extended using MCP servers and custom skills.

Muse Spark 1.2 and Code
https://research.meta.ai/blog/introducing-muse-code-and-muse-spark-1-2
https://dev.meta.ai/
Meta is also entering the code assistant space. Muse Spark 1.2 is a model update fine-tuned specifically for coding and utilizing their proprietary Muse Code harness. It features improvements in code generation, debugging, understanding of large repositories, and long-horizon tasks.

Muse Code is currently in beta as a terminal-based code agent (supporting macOS/Linux, without Windows support). It features asynchronous background agents, planning modes (/plan, /grill, /goal), persistent sub-agents, and an event log for safe resumption of long sessions. The model is available via Muse Code and the Meta Model API (which includes a cheaper contributor tier that utilizes data sharing).

https://www.youtube.com/watch?v=c-V4MrY03Mc

The author of https://aicodingdaily.com/leaderboard tested Muse Spark 1.2 on 15 coding prompts (5 prompts × 3 projects: Flutter/Dart, mobile-to-API data synchronization, and CSV import in PHP). This test was conducted via Open Code and OpenRouter rather than Muse Code, measuring speed and real-world cost. The model proved to be quite slow and relatively expensive for the results achieved. The author notes that significantly better options are available at this price point, such as DeepSeek V4 Flash (even after the planned price increase) and Grok 4.5.

Qwen 3.8 Max
https://artificialanalysis.ai/models/qwen3-8-max
Alibaba's new flagship model (2.4T MoE). It initially secured top rankings (1st–2nd place) on the Artificial Analysis Intelligence Index, but dropped to 9th place, below Kimi K3, following a benchmark methodology update. The model tends to be highly verbose (generating many tokens). Open weights are expected to be released soon.

Notably, running such a massive open model locally is impractical for average users, which is why many are currently relying on the smaller Qwen 3.5 and Qwen 3.6 models.