Tag
Unsloth released GGUF quantizations of the Laguna S 2.1 Mixture-of-Experts model, a 118B parameter coding model with 8B active parameters, 1M context window, and agentic capabilities. The quantized versions enable efficient local deployment.
Poolside releases Laguna S 2.1, a 118B MoE model with 8B activated parameters per token, optimized for agentic coding. It claims to outperform DeepSeek V4 Pro while being cheaper than DeepSeek V4 Flash, with a 1M context window and open-source license.
A personal review of using the Qwen 3.8 model for agentic coding, praising its ability to handle complex tasks like integrating llama.cpp with Godot while noting issues with looping.
Kimi AI has launched K3, a new model built for agentic coding and knowledge work, now live on their platform.
OpenAI unveils Codex Micro, a compact hardware control deck for agentic coding featuring RGB status keys, shortcuts, and a reasoning dial, developed in collaboration with Work Louder.
China released Ling-2.6-1T, a 1 trillion parameter open-source model that achieves 72.2% on SWE-bench with a 256K context window, claiming high efficiency and compatibility with Claude Code.
User @mylifcc shares their evaluation of Fable 5 and GPT-5.6 Sol on complex coding tasks, believing that Fable 5 has high accuracy but high cost, proposes a hybrid workflow model, sparking discussion on combining model usage.
Coder is an open-source tool for self-hosting development environments, enabling developers to avoid cloud dependencies and control their agentic coding.
Tencent released Hy3, a 295B parameter MoE model with 21B active parameters per token, competitive with larger models on agentic coding and tool use tasks, with Apache 2.0 weights.
OpenAI's GPT-5.6 Sol model has tied for first place with Claude Fable 5 on Code Arena: Frontend, marking its first appearance at the top of the Code Arena leaderboard and showing significant progress in agentic coding and frontend development.
Andrew Chen observes that agentic coding tools use a subscription model with a gas pedal, charging for tokens as usage increases.
A user reviews Grok 4.5's agentic coding capabilities, detailing how a 32-hour session with 104 prompts resulted in a fully functional Flutter app (Hermes Go) with 33k lines of code. The model autonomously reverse-engineered APIs and iterated based on feedback.
Meta launched Muse Spark 1.1, a multimodal AI model for agentic coding, competing with OpenAI and Anthropic at a competitive price.
The May 2025 Sonnet beats Sonnet 5 on LiveBench's general coding score but loses by 27 points on agentic coding, highlighting differences in benchmark performance.
Decypher is a deep semantic code graph tool that helps AI agents understand code structure, data flow, and security issues, now in beta for Java and JVM languages.
Birgitta Böckeler shares her experience running local LLMs for coding tasks, outlining factors like RAM, response speed, tool calling, and quality of outcomes that influence their viability.
A field guide for developers using Claude (Fable 5) to proactively discover and address unknowns in coding projects before and during implementation, reducing costly errors.
Claude Code is an agentic coding tool from Anthropic that lives in the terminal, understands codebases, and helps developers code faster using natural language commands, with support for installation on MacOS, Linux, and Windows.
Dan Luu reflects on his experiences using AI coding agents, noting that while AI can fabricate convincing but false repros, it still offers productivity gains in areas like debugging and testing. He discusses the balance of trust, automation, and quality in modern software development.
A tweet summarizing an article by @trq212 argues that Claude is no longer the bottleneck in agentic coding; rather, the user's incomplete prompts are. It offers strategies like blindspot passes, prototyping, and interviewing Claude to reduce the gap between what you tell it and what it needs to know.