Tag
Alibaba's Tongyi Lab highlights a community model, Qwen3.6-27B-MTP-pi-reasoning-GGUF, built on Qwen3.6-27B, optimized for automated programming and debugging workflows for local coding agents.
ClawCodex, an open-source Python rebuild of Claude Code, now supports Z.ai's GLM-5.2 as a first-class provider, with a demo showing it building a FIFA World Cup 2026 intro page in one shot.
This is the 6th article in the "Context Is A Projection Harness" series. It delves into the core issues of context management in coding agents, proposing a Harness method that projects the full history into the narrow window needed by the model. Key techniques include Large-Result Preview, Idle-Gap Microcompact, Old-Span Collapse, and Auto-Compact Near The Limit.
SpaceX plans to acquire Anysphere, the company behind the Cursor AI coding agent, for $60 billion.
A new initiative called Trace Commons aims to collect coding agent traces into an open CC-BY-4.0 dataset to help train open-weight and open-source models, countering the data advantage of proprietary models from Anthropic and OpenAI.
baoyu-design skill update enables local generation of PPTs using Claude Design with tools like Cursor and Codex; supports preview, editing, and export to PPTX.
Ollama now supports the Cline CLI, enabling parallel tasks via a Kanban feature for agentic coding in the editor or terminal.
Dietrich Gebert open-sourced Ponytail, a tool that makes coding agents write minimal code by enforcing rules like YAGNI and preferring standard library or native features, cutting API costs by 47-77% and code size by 80-94%.
A step-by-step guide to building a minimal AI coding agent that runs entirely locally using llama.cpp, GGUF models, and a custom harness, demonstrating how to set up tools and call a model to execute real tasks like creating a landing page.
Anthropic's Ultracode is a highly efficient token-burning coding agent that excels at parallelized subagent-based dynamic workflows, though it requires proper repo setup to fully leverage its capabilities.
AgentBrush is a tool that adds image generation capabilities to coding agents.
Cognition announces a $10M productivity guarantee for Devin, its AI coding agent, backed by a new measurement system validated on enterprise data showing 4x engineering output.
This article discusses the design concept of how Markdown files (such as AGENTS.md and SKILL.md) in Coding Agents effectively influence agent behavior through the Harness mechanism, emphasizing the importance of loading different contexts at the right time.
Notchcode integrates Claude Code and Codex agents into your notch, providing AI-powered coding assistance directly in your development environment.
Microsoft released FastContext-1.0, a lightweight repository-exploration subagent for LLM coding agents that reduces main-agent token consumption by up to 60% while improving resolution rates by up to 5.5%.
Kimi released K2.7 Code, a coding-focused AI model with improved benchmarks and 30% lower thinking token usage, emphasizing practical performance in long coding loops and agent tool integration rather than flashy scores.
Tweet reminding developers they can run coding agents locally using llama.cpp and OpenCode for fast, reliable, and private inference, demonstrating with UnslothAI's North-Mini-Code-1.0-GGUF model.
A developer spent two hours installing a tool to improve a coding agent's code reading capabilities, but the agent continued to default to grep despite the superior tool, highlighting the difficulty of changing an agent's established habits.
This tweet recommends using the Pi coding agent with DeepSeek and links to a detailed setup guide blog.
Unsloth AI announces that Gemma 4 runs 2x faster with MTP GGUFs, making it feasible for local coding agents on hardware like a MacBook Pro M1 Max at 72 tokens/s.