AI Infrastructure

Fixing tool-calling reliability for open models with a transparent repair layer

Most tool-calling failures in open models aren't capability gaps—they're harness bugs. Ahmad Awais built a transparent repair layer that fixes malformed calls without retries, letting DeepSeek V4 Pro beat Opus 4.7 on 6 of 10 benchmarks. For anyone shipping agentic code, this is a practical lesson in where to invest engineering effort.

Read MoreFixing tool-calling reliability for open models with a transparent repair layer

Devin’s 80% Moment: Background Agents, 7x PRs, and the End of Hand-Held Coding

The engineering world is waking up to a hard tension: hand-held coding, where a developer drives every keystroke, does not scale inside an organization that ships thousands of changes per week. Walden Yan, Cognition's co-founder and CPO, frames this as the moment **background agents** go from toy to critical infrastructure. The concrete proof is that **Devin now generates 80% of commits across Cognition's own repos**, up from 16% before the December 2025 model inflection, and merged PR volume has grown 7x. The problem is not whether agents can write code—it is whether they can reliably go from a spec written in Slack to a merged, tested, properly reviewed pull request without breaking your codebase every two weeks. Cole Murray's open-source **OpenInspect** project is an attempt to replicate this pattern for teams that cannot or should not buy a proprietary system.

Read MoreDevin’s 80% Moment: Background Agents, 7x PRs, and the End of Hand-Held Coding

Cohere Releases North Mini Code: 30B MoE Model for Agentic Coding

Cohere's North Mini Code is a 30B MoE model optimized for agentic coding, featuring a novel two-stage SFT and asynchronous RLVR pipeline. It achieves 33.4 on the Artificial Analysis Coding Index, outperforming models like Qwen3.5 and Gemma 4. The technical report details cross-harness training that yields free improvements (e.g., 61.0% pass@1 on SWE-Bench with mini-SWE-agent) and online RL that cuts invalid tool calls by rewarding only valid outputs.

Read MoreCohere Releases North Mini Code: 30B MoE Model for Agentic Coding

Expanding Project Glasswing

Project Glasswing has expanded from 50 to 200 partners using Claude Mythos Preview to scan codebases, finding over 10,000 critical vulnerabilities. With Mythos-class models expected from many AI companies within 6-12 months, the bottleneck is shifting from finding flaws to patching them at massive scale.

Read MoreExpanding Project Glasswing