AI Coding Tools
-
Devin Desktop puts every local and cloud agent on one Kanban board
## What it is Cognition just turned Windsurf into Devin Desktop, an agent-neutral IDE built for running fleets of AI agents at once. The centerpiece is the Agent Command Center: a Kanban board of every agent you’re running — local and cloud — sorted by status (in progress, blocked, ready for review). One agent refactors… Continue reading
-
Microsoft Intelligent Terminal turns the command line into an agent orchestrator
## From shell to agent console Microsoft’s Intelligent Terminal, shown at Build 2026, is Windows Terminal rebuilt for the agent era. You invoke agents in plain English, watch their output in real time, and chain them together like Unix pipes — except the “commands” are autonomous agents. A built-in agent called ShellMgr turns vague requests… Continue reading
-
Microsoft MAI-Code-1 Flash is live in GitHub Copilot — 60% fewer tokens than comparable coding models
Microsoft shipped its first self-trained coding model at Build 2026. MAI-Code-1 Flash is a 5B-parameter model trained entirely inside GitHub Copilot’s own production tool harness — real developer workflows, not synthetic benchmarks. That’s the unusual part: the training environment is the deployment environment. The numbers hold up. 85.8% on Microsoft’s adversarial coding benchmark, ~51% on… Continue reading
-
stop-slop is a skill file that strips the AI tells out of your prose
stop-slop is a Claude Code skill with one job: catch and remove the patterns that make AI writing recognizable as AI writing. Add it as a skill, drop it in a Claude Project, or paste it into an API system prompt, and it rewrites against a specific list of tells. ## What it bans Throat-clearing… Continue reading
-
MashuPack compiles the exact parts of a repo into one clean file for ChatGPT and Claude — no upload, no backend
MashuPack solves a small but constant annoyance: getting the right slice of a codebase into a browser AI chat without messy copy-paste or hitting file limits. Select exact files or subsystems from a local repo, and MashuPack compiles them into one structured text file ready to paste into ChatGPT or Claude. ## How it works… Continue reading
-
cmux is a Ghostty-based macOS terminal built for running fleets of AI coding agents
cmux is a free, open-source macOS terminal designed explicitly for developers running multiple AI coding agents at once. Built in Swift and AppKit on libghostty, it reads your existing Ghostty config so themes, fonts, and colors carry over. ## What makes it agent-native The vertical-tab sidebar shows per-workspace metadata most terminals don’t track: git branch,… Continue reading
-
Kanbots runs a Claude Code or Codex agent on every Kanban card — up to 4 in parallel, fully local
Kanbots is an open-source desktop Kanban board where each card is an AI coding agent. Drop a task on a card, and a Claude Code or Codex agent works it. The autopilot mode runs up to 4 agents in parallel, splitting work and evolving the backlog until tasks complete or budget caps hit. MIT licensed,… Continue reading
-
xAI ships Grok Build, a terminal coding agent that spawns up to 8 concurrent sub-agents on Grok 4.3
xAI entered the coding-agent race with Grok Build — a terminal-based agent CLI taking direct aim at Claude Code and OpenAI Codex. Currently early beta, available to SuperGrok Heavy subscribers at $300/month. ## What it does Runs from the terminal, driven by natural-language prompts. It generates implementation plans, edits files, executes shell commands, manages dependencies,… Continue reading
-
Microsoft ships dotnet/skills — official .NET and C# skills for coding agents from the team that builds the platform
Microsoft published dotnet/skills — an official repository of skills that teach AI coding agents how to work with .NET and C#. The distinguishing claim: these come from the team that ships the platform, using the same workflows they run with first-party engineering teams. ## What’s in it Skills span the .NET surface: data access and… Continue reading
-
Understand-Anything turns any codebase into an interactive knowledge graph for Claude Code, Cursor, and Copilot
Understand-Anything is a Claude Code plugin that analyzes your project with a multi-agent pipeline, builds a knowledge graph of every file, function, class, and dependency, then opens an interactive dashboard to explore it all visually. It hit GitHub trending with 854 stars in a single day. ## What you get An interactive web dashboard renders… Continue reading
