State of Agentic Harnesses — March 2026

2026-03-26· Ashutosh Tripathi

Six months ago, picking an agentic coding tool was straightforward: you used Cursor or Copilot. Today there are fifteen credible options, seven of them open source, and the landscape shifts every few weeks.

This is a snapshot of where things stand in March 2026 — ranked by GitHub stars, compared by features, and filtered through what actually matters when you’re choosing a harness for real work.

The leaderboard

GitHub stars are a popularity signal, not a quality metric. But combined with issue velocity and open PRs, they paint a picture of where developer energy is going. Data pulled from the GitHub API on March 26, 2026.

Cursor, Windsurf, GitHub Copilot, and Devin are proprietary with no public repos, so they don’t appear here — but they’re very much in the conversation.

A few things jump out.

OpenClaw is an outlier. At 310K stars it has surpassed React as the most-starred software project on GitHub. But it’s a general-purpose personal AI agent (WhatsApp, calendar, email, flights) that happens to do coding — not a coding-first harness. Peter Steinberger built it, then joined OpenAI in February. The project moved to a foundation.

OpenCode is the open-source Claude Code. 126K stars, 800+ contributors, 5M+ monthly developers. Terminal TUI with desktop and IDE extensions. Supports 75+ model providers. If you want Claude Code’s workflow without being locked to Anthropic models, this is the answer.

Gemini CLI got 50K stars in its first week. Google’s entry hit hard with a 1M token context window and a generous free tier — though that free tier was recently curtailed to Flash models only.

The feature matrix

One table, everything that matters. Scroll right for the full picture. Data cross-referenced with Morphllm’s agent comparison and the LogRocket AI Dev Tool Power Rankings.

ToolInterfaceOSSModelsMCPSub-agentsCloud agentsConfig fileContextPrice
Claude CodeTerminalPartialAnthropic onlyYesYesGitHub ActionsCLAUDE.md200K$20/mo
CursorIDENoMultiYesYesYesRulesVaries$20/mo
Codex CLITerminalYesOpenAI-focusedYesYesYes (Web)AGENTS.md200KChatGPT sub
OpenCodeTerminal+IDEYes75+ providersYesNoVariesFree (BYOK)
AiderTerminalYes75+ providersCommunityNoNoVariesFree (BYOK)
ClineVS CodeYesAnyYesNoNo.clinerulesVariesFree (BYOK)
Gemini CLITerminalYesGemini onlyYesNoJulesGEMINI.md1MFree*
GooseCLI+DesktopYesAnyYesNoVariesFree (BYOK)
CopilotIDE extNoMultiYesYesYesAGENTS.mdVaries$10/mo
WindsurfIDENoMultiYesNoNoRulesVaries$15/mo

A few things stand out.

Multi-model matters more than it used to. Claude Code locks you to Anthropic models. Gemini CLI locks you to Google. Everyone else lets you choose — and for cost-sensitive workflows or local model usage, that flexibility is a real advantage.

MCP support is table stakes now. Anthropic created the Model Context Protocol and every major tool has adopted it. The outlier is Aider, which still relies on community integrations rather than native support.

Sub-agents and cloud agents are the new frontier. Cursor, Claude Code, Codex, and Copilot all support spawning background agents that work on tasks asynchronously — in cloud sandboxes, in parallel. This is the feature that separates the 2026 generation from the 2025 tools.

The pricing question

Pricing models have fragmented. There are now three distinct approaches:

Subscription tiers — Cursor ($20-200/mo), Claude Code ($20-200/mo), Copilot ($10-39/mo), Windsurf ($15/mo). You pay a monthly fee for a usage quota.

BYOK (Bring Your Own Key) — Aider, Cline, OpenCode, Goose. The tool is free; you pay your model provider directly. Total cost depends on usage patterns, but heavy users report $50-200/month in API costs.

Pay-per-compute — Devin ($2.25/ACU). You pay for autonomous compute units. Costs can be unpredictable.

Cursor moved to credit-based billing in June 2025. The community reaction was mixed — some developers moved to BYOK tools rather than deal with credit metering.

What developers are saying

The Pragmatic Engineer’s March 2026 survey of 906+ engineers found Claude Code at 46% “most loved,” Cursor at 19%, and GitHub Copilot at 9%. But the real signal is in the individual takes.

Claude Code Cursor Codex Gemini CLI Windsurf Aider

The dominant migration story in 2026 is Cursor to Claude Code — driven by reasoning quality rather than speed. But plenty of developers are running multi-tool setups: Claude Code for hard problems, Cursor for in-editor flow, Aider for systematic refactors.

What’s next

Three trends are shaping the next six months:

Multi-agent orchestration is becoming standard. Tools are adding the ability to spawn specialized sub-agents — a planner, a coder, a tester, a reviewer — that work in parallel on different parts of a task.

Instruction files are converging. CLAUDE.md, AGENTS.md, GEMINI.md — every tool has its own repo-level config format. GitHub Copilot already reads both AGENTS.md and CLAUDE.md. Standardization is inevitable.

Cloud agents are the real unlock. The ability to assign a task to an agent that runs in a cloud sandbox, works for hours, and opens a PR when it’s done — that changes how you plan work. Cursor, Codex, and Copilot are all betting heavily on this.

The harness you pick today probably won’t be the harness you’re using in six months. And that’s fine. The switching costs are low, the markdown is portable, and the agents are getting better at reading whatever instructions you leave them.