The harness is all you need (mostly)
GitHub technologist Burke Holland argues that mastering the existing features of GitHub Copilot—the 'harness'—is more effective than chasing new AI tools or prompts. He recommends starting with the Gi…
GitHub technologist Burke Holland argues that mastering the existing features of GitHub Copilot—the 'harness'—is more effective than chasing new AI tools or prompts. He recommends starting with the Gi…
HyperNexus introduces Progressive Routing, a multi-layered system that reduces AI agent tool context overhead by 95%, from 50,000 tokens to 1,500 tokens, by semantically matching only relevant tools t…
Hubo, a new open-source coding tool inspired by the wuxia technique of ambidexterity, uses two AI agents—one implementing code and one reviewing it—that spar over every change until they reach agreeme…
Microsoft Research published a field study showing engineers who adopted Claude Code merged 24% more pull requests, but Microsoft's Experiences and Devices division was instructed to remove the tool b…
Vlad launched CobaltCode.ai, a platform that runs coding agents inside persistent virtual machines with isolated environments for each task, using the user's own OpenAI subscription. The product is cu…
Microsoft Research published the first peer-reviewed field study measuring the impact of AI coding agents on tens of thousands of its engineers, finding a sustained 24% increase in merged pull request…
Microsoft's Azure Cosmos DB vNext emulator now supports AI coding agents through its Cosmos DB Shell CLI, enabling agents like GitHub Copilot CLI to automate local database setup and testing. A develo…
GitHub has updated Copilot CLI to authenticate inside GitHub Actions using the built-in GITHUB_TOKEN, eliminating the need for personal access tokens. The tool also now supports per-session AI credit …
A Microsoft Research study of tens of thousands of engineers found that AI coding agents increased merged pull request throughput by 24% over a 16-week period, but the company cancelled most of its Cl…
A developer switched from the Ponytail AI coding tool to Guardsman after a race condition in Ponytail-optimized code double-charged a customer. Ponytail reduces code volume by ~54% but lacks risk awar…
Zapier launched the Zapier Marketplace, a plugin system that lets AI coding agents like Claude Code, GitHub Copilot CLI, and OpenAI Codex connect to thousands of apps including Notion, Google Calendar…
A Microsoft internal study of tens of thousands of engineers found that CLI coding agents such as Claude Code and GitHub Copilot CLI spread primarily through social networks rather than mandates, and …
A study of tens of thousands of engineers at Microsoft over its early-2026 rollout found that adopters of Anthropic's Claude Code and GitHub's Copilot CLI merged roughly 24% more pull requests than th…
Cordless v0.8 introduces tab groups, custom launchers, and a built-in GitHub Copilot CLI profile for managing remote terminal and coding-agent sessions. The CLI-first tool now supports named, colored …
Meta released Muse Spark 1.1, a frontier model priced at $1.25 per million input tokens and $4.25 per million output tokens, undercutting rivals like GPT-5.5 and Claude Opus 4.8 by over 80%. The launc…
A developer released a high-performance hook tool called dcg that blocks dangerous Git and shell commands from being executed by AI coding agents, protecting against accidental data loss from commands…
Cordless v0.6 introduces a CLI-first redesign that opens a full-screen terminal dashboard with a live pairing QR code upon running `cordless`, eliminating the need for a separate pairing command. The …
A developer benchmarked 10+ terminal-based AI coding assistants in 2026, comparing tools like Claude Code, Codex CLI, OpenCode, and Aider. The key differentiator is autonomy level: Claude Code and Cod…
GitHub made the redesigned terminal interface for GitHub Copilot CLI generally available, introducing a tabbed layout, in-session tool configuration, and improved accessibility. The update allows deve…
A developer introduced Lemma, an open-source MCP server that integrates coding agents with live Jupyter kernels to enforce reproducible data science and machine learning workflows. The tool configures…