Research · Tech Industry & Practitioner

Back to sweep

Research sweep · deep · 2025 – 2026

Agentic Harnesses Market Landscape, July 2025 to July 2026

Agentic harnesses from July 2025 to July 21, 2026: competitive landscape, market share by use case, model integration, orchestration patterns, and differences between coding harnesses and broader workflow agents, including Claude Code, OpenAI Codex, Cursor, GitHub Copilot, Google Jules, Replit Agent, Devin, Windsurf, OpenCode, Aider, OpenHands, LangGraph, CrewAI, AutoGen, and n8n.

  • GPT-5.6-sol
  • financial
  • frontier
  • academic
  • vc
  • blogs
  • tech

Synthesised 2026-07-21

Narrative

Practitioner evidence separates supervised coding harnesses from background software-engineering agents more clearly than it measures vendor market share. Thoughtworks’ April 2025 Radar placed Cursor, Cline and Windsurf among supervised IDE-centred agents, while Birgitta Böckeler distinguished these interactive tools from autonomous background agents such as Codex, Jules and Devin that work in isolated environments and commonly return pull requests. GitHub, OpenAI and Google subsequently converged on the same operational pattern: issue or prompt delegation, a managed or sandboxed execution environment, tests and a reviewable pull request. (thoughtworks.com)

Adoption evidence is stronger for broad AI assistance than for any one harness. DORA’s 2025 report characterises AI as an amplifier of pre-existing organisational capabilities, and its 2026 follow-up reports 90% workplace use among technology professionals while warning that higher adoption can raise both throughput and delivery instability. Stack Overflow’s 2025 survey similarly finds that agents remain non-mainstream, with 52% either not using them or sticking to simpler tools, but 84% of software-developer agent users employ them for software development; its out-of-the-box tool responses put ChatGPT at 82% and GitHub Copilot at 68%, a useful but non-equivalent proxy for coding-harness reach. (dora.dev)

The durable differentiation is increasingly in the harness rather than the chat interface: repository and environment context, permissioning, test and CI feedback, state persistence, traceability, cost control and approval loops. OpenAI’s Codex engineering accounts describe an explicit agent loop and a shift towards engineers designing environments and feedback loops, while Anthropic exposes related context-management, permission and checkpointing primitives through its Agent SDK. GitHub’s CI/CD material and Thoughtworks’ 2026 Radar make the corresponding governance point: useful agents are permission-hungry, so constrained containers, least privilege, audit trails and human gates are design requirements rather than add-ons. (openai.com)

For broader workflow agents, the production architecture centres on explicit state and control flow, not merely a collection of role prompts. LangGraph argues for cyclic, deterministic graph execution with durable checkpoints, while Microsoft’s successor framework to AutoGen shifts multi-agent coordination towards typed, graph-based workflows and makes the agent-versus-workflow choice explicit. The available sources support planner-worker, sub-agent and human-review patterns, but not a general claim that agent swarms outperform carefully bounded single-agent or deterministic workflow designs; cost, hidden state, prompt injection and verification remain recurrent constraints. (langchain.com)


Sources

ID Title Outlet Date Significance
p1 [DORA State of AI-assisted Software Development 2025](https://dora.dev/research/2025/dora-report/) DORA 2025-09
p2 Volume 32 Thoughtworks Technology Radar 2025-04 Thoughtworks' April 2025 Radar identifies supervised software-engineering agents, names Cursor, Cline and Windsurf, and stresses developer control, command execution and test feedback.
p3 Volume 33 Thoughtworks Technology Radar 2025-11 Thoughtworks' November 2025 Radar documents context engineering, MCP, spec-driven development, small language models and teams of coding agents as emerging practitioner patterns.
p4 Thoughtworks Technology Radar Thoughtworks Technology Radar 2026-04 The April 2026 Radar offers a practitioner assessment of permission-hungry agents, instruction bloat, progressive context disclosure and the need for constrained, monitored agent pipelines.
p5 Autonomous coding agents: A Codex example martinfowler.com 2025-06 Thoughtworks Distinguished Engineer Birgitta Böckeler supplies a useful taxonomy separating supervised local coding agents from autonomous background agents that produce pull requests in isolated environments.
p6 [AI 2025 Stack Overflow Developer Survey](https://survey.stackoverflow.co/2025/ai) Stack Overflow 2025
p7 Balancing AI tensions: Moving from AI adoption to effective SDLC use DORA 2026-03 DORA's qualitative enterprise-engineer analysis connects AI adoption with faster initial creation but more auditing, and reports the throughput-versus-instability tension.
p8 Codex is now generally available OpenAI 2025-10 OpenAI's October 2025 release documents Codex's terminal, editor and cloud surfaces, its SDK, Slack delegation, administration controls and vendor-reported internal adoption data.
p9 Harness engineering: leveraging Codex in an agent-first world OpenAI 2026-02 Ryan Lopopolo's OpenAI engineering field report explains harness engineering through a five-month, agent-written internal product experiment, emphasising environment design, task decomposition and feedback loops.
p10 Unrolling the Codex agent loop OpenAI 2026-01 OpenAI engineer Michael Bolin describes the core agent-loop abstraction and clarifies the relationship between model inference, tool execution and the Codex harness.
p11 Enabling Claude Code to work more autonomously Anthropic 2025-09 Anthropic describes Claude Code checkpoints and the Agent SDK's context management, permissions, subagents and hooks, which are core harness capabilities rather than model-only features.
p12 Introducing the Jules extension for Gemini CLI Google Developers Blog 2025-10 Google's product account clearly differentiates Gemini CLI as an interactive terminal collaborator and Jules as an asynchronous VM-based coding agent that clones, sets up and modifies a repository.
p13 GitHub Copilot: Meet the new coding agent GitHub Blog 2025-05 GitHub's launch account specifies the coding-agent pattern of issue delegation, GitHub Actions-backed environments, draft pull requests, session logs and mandatory human approval before CI/CD workflows.
p14 Custom agents and sub-agent orchestration GitHub Docs 2026 GitHub's technical documentation explains scoped prompts, tools and MCP servers, isolated sub-agent contexts and parallel dispatch, offering a concrete enterprise orchestration design.
p15 How GitHub Is Securing Agentic Workflows in Modern CI CD Systems InfoQ 2026-05 InfoQ's practitioner coverage describes GitHub's defence-in-depth approach, including dedicated containers, restricted egress and credential routing outside the agent boundary.
p16 GitHub Slashes Agent Workflow Token Spend up to 62% with Daily Audits and MCP Pruning InfoQ 2026-05 InfoQ reports GitHub's operational cost controls, including MCP-tool pruning, CLI substitution, normalised token records and daily audit agents, with a reported reduction of up to 62%.
p17 Claude Code Adds Dynamic Workflows for Parallel Agent Coordination InfoQ 2026-06 InfoQ describes Claude Code's research-preview Dynamic Workflows as a parallel decomposition, orchestration and validation mechanism for extensive engineering tasks.
p18 Building LangGraph: Designing an Agent Runtime from first principles LangChain 2025-09 Nuno Campos explains LangGraph's production-oriented architecture, including cyclic graphs, deterministic concurrency, state channels and the rationale for durable agent execution.
p19 What's new in LangGraph v1 LangChain Docs 2025-10 LangGraph's v1 documentation states the stable runtime primitives for checkpointing, persistence, streaming and human-in-the-loop control, distinguishing low-level orchestration from higher-level LangChain agents.
p20 Why agent infrastructure matters LangChain 2025-07 LangChain's July 2025 practitioner essay identifies durable execution, complex state, human coordination and streaming as infrastructure needs created by long-running, bursty agents.
p21 Microsoft Agent Framework Overview Microsoft Learn 2026-07 Microsoft's official overview gives an explicit decision rule for using agents versus workflows and frames graph-based workflows, state management, middleware and telemetry as the successor architecture to AutoGen and Semantic Kernel.
p22 AutoGen to Microsoft Agent Framework Migration Guide Microsoft Learn 2026-04 Microsoft's migration guide provides a concrete comparison of AutoGen's event-driven Team model with typed, graph-based workflows, including orchestration, tools, state and human plan review.
p23 2025: Replit in Review Replit 2025-12 Replit's year-end account records its agent-first positioning, Agent v2 and Agent 3 releases, self-testing claims and an asserted 200-minute autonomous-work window, albeit as vendor reporting.
p24 Agent Replit 2026 Replit's product documentation shows its positioning as an application-creation and deployment agent for non-specialists, with built-in services, web search, high-power models and the ability to create automations.
p25 How agents are transforming work OpenAI 2026-06 OpenAI's June 2026 economic-research summary supplies vendor telemetry on the shift of Codex from engineering towards non-technical work, long-horizon task requests and parallel agent usage, but should not be treated as independent market-share evidence.

We use analytics cookies to understand site usage and improve the service. We do not use marketing cookies.