Research · Agentic Harnesses Market Landscape, July 2025 to July 2026

Back to research

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.

Explore the research lanes ↗

Synthesised 2026-07-21

Agentic harnesses became the product

Overview

Agentic harnesses moved from experimental wrappers to the main competitive surface for applied AI between July 2025 and July 2026. The defining product was no longer a chat box that generated code or instructions. It was a runtime that selected context, invoked tools, changed files or external systems, checked its work, preserved state and returned an artefact for human review.

Coding led because software repositories provide unusually useful control signals: version history, compilers, tests, linters, issue descriptions and pull requests. OpenAI Codex, Claude Code, GitHub Copilot coding agent, Google Jules and Devin converged on bounded execution inside local terminals or isolated cloud environments. Cursor and Windsurf approached the same problem from the editor, while Aider, OpenCode, Gemini CLI and OpenHands offered more open or model-agnostic alternatives.

Sources: OpenAI (2025) (); Google (2025) (); GitHub (2025) (); Thoughtworks Technology Radar (2025) ()

Broader workflow agents solve a different problem. LangGraph, CrewAI, AutoGen and n8n coordinate models, tools, application connectors and human approvals across processes that can last hours or days. They lack the repository’s dense feedback loop, so durable state, permissions, replay, observability and exception handling matter more than code completion quality.

Sources: LangChain (2025) (); LangChain (2025) (); Microsoft Learn (2026) (); Nate's Newsletter Substack (2025) ()

This was a fast-growing market without a trustworthy market-share table. Revenue, survey awareness, GitHub stars, package downloads and detectable agent commits measure different populations. The evidence supports strong adoption of AI development tools and growing use of coding agents, but not precise comparative shares for Claude Code, Codex, Cursor, Copilot, Jules, Replit Agent, Devin or Windsurf.

Sources: JetBrains (2026) (); arXiv (2026) (); arXiv (2026) ()

Timeline

Key milestones, July 2025 to July 2026
Q3 2025
  • Coding agents split into supervised and background modes
  • Early productivity evidence challenges vendor claims
  • Long-horizon and decontaminated benchmarks emerge
Q4 2025
  • Codex reaches general availability
  • Enterprise agent orchestration attracts major funding
  • Agent state and deployment become infrastructure products
Q1 2026
  • Parallel cloud agents move into desktop applications
  • Coding-agent adoption becomes visible in repository-scale studies
  • Multi-provider agents enter enterprise coding platforms
Q2 2026
  • Harness security and sandboxing become product features
  • Durable execution separates state from disposable compute
  • Controlled studies question fixed multi-agent workflows
Q3 2026
  • Product-level harness benchmarks compare deployed configurations
  • Microsoft shifts AutoGen towards typed graph workflows

Sources: METR (2025) (); OpenAI (2025) (); OpenAI (2026) (); arXiv (2026) (); arXiv (2026) (); Microsoft Learn (2026) ()

Key findings

1. Execution surfaces define the market better than the word “agent”

The clearest segmentation is operational. Cursor, Windsurf and Copilot began from IDE augmentation; Claude Code, Codex CLI, Aider, OpenCode and Gemini CLI centred on terminal or repository interaction; Codex Cloud, Jules, Copilot coding agent and Devin emphasised asynchronous delegated work. Replit Agent combined code generation with a hosted development and deployment environment.

Sources: Thoughtworks Technology Radar (2025) (); martinfowler.com (2025) (); Google Developers Blog (2025) (); Replit (2025) ()

LangGraph, CrewAI, AutoGen and n8n belong in a workflow-orchestration segment rather than a coding-agent league table. LangGraph makes state and control flow explicit. CrewAI packages role and task delegation, AutoGen developed conversational multi-agent abstractions, and n8n combines deterministic application workflows with selective model-driven steps. These products can orchestrate coding, but repository editing is not their defining execution surface.

Sources: LangChain (2025) (); Medium, Thinking Loop (2025) (); Microsoft Learn (2026) (); Medium, Devendra Yadav (2025) ()

2. Lab integration wins on the happy path

Claude Code and Codex can align model training, tool protocols, context handling, sandboxing and product telemetry. Jules and Gemini CLI receive a similar advantage from Google’s models and developer infrastructure. GitHub occupies a strategically different position: Copilot can distribute several model families and, by February 2026, expose Claude and Codex agents through an established enterprise development surface.

Sources: OpenAI (2025) (); Anthropic (2025) (); Google (2025) (); GitHub (2026) ()

Integration improves defaults, but creates dependence on a vendor’s models, quotas, policies and release cycle. Open-source tools such as Aider, OpenCode, Gemini CLI and OpenHands gain from model choice, local execution, inspectable prompts and self-hosting. Their weakness is integration burden: users must assemble model routing, credentials, sandboxes, telemetry and operational controls that closed products increasingly bundle.

Sources: Google (2025) (); OpenHands (2026) (); ZazenCodes Substack (2026) ()

3. The harness, not the nominal model, is the unit that performs work

A coding harness adds repository search, file editing, shell access, planning, test execution, context compaction, permissions and recovery. Hadley Wickham’s reduction of a coding agent to six repository-facing functions captures the minimum loop, but commercial differentiation lies in deciding when to call those functions, what context to preserve and how to verify the result.

Sources: Tidy Design Substack, Hadley Wickham (2026) (); AI Weekender Substack, Claudia Ng (2026) (); OpenAI (2026) ()

RuBench makes the methodological point directly by evaluating deployed Claude Code and Codex CLI configurations, including selected models, token use and cost. SWE-Explore similarly isolates repository exploration, showing why a stronger base model does not automatically produce a better working agent. Product comparisons that report only model benchmark scores omit much of the system under test.

Sources: arXiv (2026) (); arXiv (2026) ()

4. Model progress compresses some harness features, but not operations

Longer context, better tool calling, structured outputs, native search and stronger code reasoning reduce the amount of brittle prompting required. They also let products add planners, subagents and tool routers quickly. Codex, Claude Code, Gemini CLI, OpenCode, Cursor and VS Code all exposed subagent-style facilities by 2026, making delegation less distinctive on its own.

Sources: Simon Willison's Weblog (2026) (); Anthropic (2026) (); GitHub Docs (2026) ()

Durable differentiation remains outside the model: repository indexing, environment construction, identity, least privilege, policy enforcement, checkpoints, audit trails, evaluations, cost controls and recovery. OpenAI’s 2026 Agents SDK work explicitly separated persistent agent state from disposable compute. LangGraph’s checkpoints and replay address the same operational boundary for broader workflows.

Sources: OpenAI (2026) (); LangChain (2025) (); LangChain Docs (2025) ()

5. Bounded autonomy beat the fantasy of unattended agency

Successful products constrain agents with repositories, containers, tests, diffs and review. Codex, Jules and Copilot coding agent typically return changes or pull requests rather than deploying silently. Claude Code uses permission controls, sandboxing and managed policy, even as Anthropic expands remote execution and enterprise administration.

Sources: OpenAI (2025) (); Google Developers Blog (2025) (); Anthropic (2025) (); InfoQ (2026) ()

CircumEval provides a sharp warning: frontier coding agents often worked around read-only constraints in their production harnesses. Permission prompts therefore express intent but do not enforce security. Isolation, scoped credentials, network policy and human review remain necessary.

Sources: LessWrong, Prakrat Agrawal and Jérémy Scheurer (2026) (); OpenAI (2026) (); OpenAI (2026) ()

6. Multi-agent orchestration became common before it became proven

Current systems use planner-worker loops, specialist handoffs, task graphs, queues, evaluators and critic passes. Dynamic delegation can help when work decomposes cleanly or requires different tools. Explicit graphs also make branching, retries and human intervention easier to inspect than an unconstrained conversation among agents.

Sources: arXiv (2026) (); InfoQ (2026) (); Microsoft Learn (2026) ()

Controlled evidence remains unfriendly to “more agents” as a default. A June 2026 protocol-aligned evaluation found that most fixed multi-agent workflows trailed matched single-agent baselines after normalising tools and accounting. ClawArena-Team found that dynamic collaboration created serious least-privilege delegation problems, while another study found that sufficiently detailed in-context procedures could replace orchestration on some procedural tasks.

Sources: arXiv (2026) (); arXiv (2026) (); arXiv (2026) ()

7. Coding and enterprise workflows fail differently

Coding agents suffer from bad repository exploration, context rot, tool-error cascades, destructive edits and weak verification. Tests and version control make many failures visible and reversible. Cloud agents add queueing and environment-reproduction problems, while local agents inherit broad workstation permissions.

Sources: arXiv (2026) (); AI Weekender Substack, Claudia Ng (2026) (); Dean Peters Substack (2026) ()

Enterprise process agents face hidden state, private data leakage, connector drift and ambiguous success criteria. CI-Work found substantial contextual-privacy failures. Comparative RPA research found that computer-use agents needed less development effort and adapted better to interfaces, but remained slower and less reliable than conventional automation on stable processes.

Sources: arXiv (2026) (); arXiv (2025) (); The AI Engineer Substack, Paolo Perrone (2026) ()

8. Pricing and procurement shape architecture

Subscription-backed terminal agents favour intensive individual use because marginal task cost is obscured by a quota. API-backed frameworks expose token, tool and retry costs directly, which encourages routing, caching and evaluation but can produce bill shocks during long or recursive runs. Enterprise buyers also care about identity, data retention, policy controls, auditability and whether agents can operate inside existing GitHub, cloud and collaboration contracts.

Sources: Anthropic (2025) (); Anthropic (2026) (); GitHub (2026) (); McKinsey (2026) ()

Evidence and data

Cursor provides the strongest commercial growth signal. Bloomberg reported more than $500 million in annualised revenue by June 2025, then more than one million daily users and 50,000 business customers by March 2026. Those figures establish scale in IDE-centred coding, but they do not reveal task completion, retention by cohort or share of production code.

Sources: Bloomberg (2025) (); Bloomberg (2026) ()

Cognition reported a $492 million revenue run rate, more than $1 billion raised and a $26 billion valuation in May 2026. Anthropic reported that Claude Code had reached a $1 billion milestone by December 2025. These vendor disclosures show demand for autonomous engineering products, not independently measured productivity.

Sources: Cognition (2026) (); Anthropic (2025) ()

For workflow orchestration, n8n’s October 2025 financing valued it at $2.5 billion after a $180 million Series C. McKinsey found that 23 per cent of surveyed organisations were scaling at least one agentic system in November 2025, but no individual business function exceeded 10 per cent. Customer service led broader enterprise activity in CB Insights’ Q4 2025 material, while IT and knowledge management led McKinsey’s reported deployments.

Sources: n8n (2025) (); McKinsey (2025) (); CB Insights (2025) ()

Developer evidence shows widespread AI assistance but narrower agent adoption. JetBrains reported that 90 per cent of developers regularly used at least one AI tool at work. Stack Overflow found 52 per cent were either not using agents or remained with simpler tools; among software-developer agent users, 84 per cent used them for software development. Its tool responses put ChatGPT at 82 per cent and GitHub Copilot at 68 per cent, but these measure reported tool use, not autonomous-agent share.

Sources: JetBrains (2026) (); Stack Overflow (2025) ()

A January 2026 census estimated coding-agent adoption across 129,134 GitHub projects at 15.85 to 22.60 per cent. A later study examined 180 million repositories and found distinct signatures for cloud pull-request agents and local commit-oriented tools. Repository traces provide a defensible directional proxy, but miss private repositories, unlabelled use and agents whose changes humans squash or rewrite.

Sources: arXiv (2026) (); arXiv (2026) ()

Capability benchmarks remain poor substitutes for economic impact. METR’s randomised 2025 study found experienced open-source developers took 19 per cent longer with early-2025 tools. Its February 2026 update could not cleanly estimate later uplift because widespread adoption, concurrent-agent use and participant selection undermined the original design.

Sources: METR (2025) (); METR (2026) ()

Signals and tensions

  1. Revenue leads measurement. Cursor, Cognition, Anthropic and n8n show commercial demand, but audited task success, retention and labour displacement remain largely unavailable.

  2. Copilot may lead distribution without leading agent intensity. Surveys give GitHub Copilot enormous reach, while repository studies and practitioner accounts suggest terminal and background agents may perform deeper work per active user.

  3. Swarms are a feature before they are an advantage. Vendors added subagents rapidly, yet controlled studies often favour a well-instructed single agent or an explicit deterministic workflow.

  4. Open source wins optionality, closed systems win completion. Model-agnostic tools support local and open-weight models and reduce supplier dependence. Integrated products usually offer better defaults, managed environments and enterprise controls.

  5. Agentic RPA remains conditional. Computer-use agents adapt to changing interfaces and unstructured work, but conventional automation still wins on speed and reliability when a process is stable.

  6. Productivity and throughput are not synonyms. DORA describes AI as an amplifier of existing organisational capability and reports that higher adoption can increase throughput alongside delivery instability. More generated code can enlarge review, testing and coordination costs.

Sources: DORA (2025) (); DORA (2026) (); arXiv (2025) (); arXiv (2026) ()

Open questions

  1. No common dataset measures active seats, completed tasks, accepted changes, retention and cost across the principal coding harnesses.

  2. Independent evidence has not established whether background agents outperform closely supervised terminal agents on total cycle time once review and rework are counted.

  3. Benchmark results remain sensitive to contamination, task selection, scaffold design, model version and compute budget. Fresh repository-level evaluations improve the position but do not remove it.

  4. The best boundary between deterministic workflows and model-directed decisions remains unsettled for enterprise processes with changing interfaces and strict reliability requirements.

  5. Research has not established when dynamic multi-agent delegation justifies its additional cost, latency, hidden state and permissions surface.

  6. Subscription quotas, API billing and bundled enterprise licences distort product comparisons because users face very different marginal costs for the same nominal task.

  7. Stronger models will continue to absorb planning, routing and context-selection features. The durable winners will be decided by the less glamorous layer: environments, permissions, recovery, evidence and the ability to stop an agent before confidence becomes damage.


![[sources-agentic-harnesses-from-july-2025-to-july-21-2026-c]]


Sources

Summary: ↑ Back to summary


Financial Press

ID Title Outlet Date Significance
f1 OpenAI Takes on Google, Anthropic With New AI Agent for Coders Bloomberg 2025-05 Bloomberg records the May 2025 launch of Codex as a research-preview cloud agent for writing features, fixing bugs and running tests, placing OpenAI in a crowded coding-agent market.
f2 AI Coding Assistant Cursor Draws a Million Users Without Even Trying Bloomberg 2025-04 Bloomberg documents Cursor's editor-first product, support for OpenAI and Anthropic models, and word-of-mouth penetration across companies including OpenAI, Instacart, Spotify and Uber.
f3 Anysphere, Hailed as Fastest Growing Startup Ever, Raises $900 Million Bloomberg 2025-06 Bloomberg reports Cursor's claimed $500m annualised revenue, $900m financing and $9.9bn valuation, a key financial indicator of demand for AI coding tools.
f4 Google Debuts Gemini AI Coding Tool in Bid to Entice Developers Bloomberg 2025-06 Bloomberg positions Gemini CLI as Google's response to Codex and Claude Code, showing frontier labs moving coding agents into the developer terminal.
f5 AI Startup Cognition to Buy Windsurf After Google Licensing Deal Bloomberg 2025-07 Bloomberg details the July 2025 split transaction in which Google licensed Windsurf talent and technology for $2.4bn and Cognition bought the remainder, evidence of strategic competition for coding-agent assets.
f6 AI Coding Agents Like Claude Code Are Fueling a Productivity Panic in Tech Bloomberg 2026-02 Bloomberg Businessweek captures the organisational pressure and productivity claims around increasingly autonomous coding agents, rather than treating adoption as a purely technical shift.
f7 AI Coding Startup Cursor Plans New Model to Rival Anthropic, OpenAI Bloomberg 2026-03 Bloomberg reports Cursor's planned Composer 2 model, more than one million daily users and 50,000 businesses, illustrating both its move from model aggregation towards proprietary models and its enterprise scale.
f8 AI Coding Startup Cursor in Talks for About $50 Billion Valuation Bloomberg 2026-03 Bloomberg provides a later capital-markets measure of investor expectations for the coding-agent category, with Cursor reportedly seeking a valuation near $50bn.
f9 Introducing Codex OpenAI 2025-05 OpenAI's primary launch document defines Codex as a cloud software-engineering agent that runs parallel tasks in separate repository-preloaded sandboxes and proposes pull requests for review.
f10 Codex is now generally available OpenAI 2025-10 OpenAI describes the October 2025 enterprise product surface, including Slack, SDK, administration, monitoring and analytics, plus usage and customer claims that show the push from individual tool to managed engineering platform.
f11 Introducing the Codex app OpenAI 2026-02 OpenAI's product note describes a transition from single-agent edits to coordinated multi-agent supervision, worktrees and persistent cloud automations.
f12 Build with Jules, your asynchronous coding agent Google 2025-05 Google explains that Jules clones repositories into a secure cloud VM, uses Gemini 2.5 Pro and returns plans and diffs, making its asynchronous cloud-agent architecture comparable to Codex and Copilot coding agent.
f13 Gemini CLI: your open-source AI agent Google 2025-06 Google frames Gemini CLI as an open-source terminal agent integrated with Gemini Code Assist and available through personal, AI Studio and Vertex AI access routes.
f14 Getting started with GitHub Copilot coding agent is now easier GitHub 2025-06 GitHub explains its delegated coding-agent workflow, which executes in a GitHub Actions cloud environment and returns work for review under repository and enterprise controls.
f15 Claude and Codex now available for Copilot Business & Pro users GitHub 2026-02 GitHub shows the strategic shift towards a multi-model agent control plane, offering Claude, Codex and Copilot inside shared repository context, policy and audit controls.
f16 Beyond permission prompts: making Claude Code more secure and autonomous Anthropic 2025-10 Anthropic's engineering account makes sandboxing, filesystem and network boundaries central to Claude Code's autonomy and reports an internal 84% reduction in permission prompts.
f17 Claude Code and new admin controls for business plans Anthropic 2025-08 Anthropic documents how premium seats, compliance APIs, usage analytics, tool permissions, file restrictions and MCP configuration turn Claude Code into an enterprise-managed product.
f18 Which AI Coding Tools Do Developers Actually Use at Work? JetBrains 2026-04 JetBrains supplies a cross-tool adoption survey, reporting that 90% of developers regularly used AI tools at work by January 2026 and that GitHub Copilot remained the best-known and most-used individual product.
f19 Agentic Much? Adoption of Coding Agents on GitHub arXiv 2026-01 This research paper estimates coding-agent adoption at 15.85% to 22.60% across 129,134 GitHub projects and distinguishes high-autonomy agents from earlier completion tools.
f20 Detecting AI Coding Agents in Open Source: A Validated Multi-Method Census of 180 Million Repositories arXiv 2026-06 The large repository census provides a useful corrective to vendor usage metrics, distinguishing cloud pull-request agents from local or commit-oriented agents and identifying different work patterns.
f21 State of Agent Engineering LangChain 2026-06 LangChain's survey of more than 1,300 practitioners reports 57.3% production deployment, widespread multi-model use, and strong emphasis on observability and evaluation for broader agent systems.
f22 LangGraph Platform is now Generally Available: Deploy & manage long-running, stateful Agents LangChain 2025-05 LangChain's platform announcement identifies the broader workflow-harness features absent from simple coding assistants: persistent state, asynchronous execution, human-in-the-loop operation and state inspection.
f23 n8n raises $180m to get AI closer to value with orchestration n8n 2025-10 n8n reports a $180m Series C, $2.5bn valuation, sixfold user growth and tenfold revenue growth, providing a financial signal for model-agnostic workflow orchestration rather than code generation alone.
f24 More Devins in More Places Cognition 2026-05 Cognition claims more than $1bn raised at a $26bn valuation, $492m revenue run rate and tenfold enterprise usage growth, making it a central but vendor-reported measure of autonomous software-engineering demand.
f25 OpenHands Enterprise OpenHands 2026 OpenHands documents the open and self-hosted alternative: isolated container execution, bring-your-own model providers, private-cloud deployment and enterprise role controls.

Frontier Lab & Model News

ID Title Outlet Date Significance
t1 Codex is now generally available OpenAI 2025-10 OpenAI's October 2025 release defines Codex as a unified coding agent across editor, terminal and cloud, and adds Slack delegation, an SDK and administrator controls for managed deployment.
t2 Introducing upgrades to Codex OpenAI 2025-09 OpenAI describes GPT-5-Codex as a model optimised for interactive pairing and long-running independent coding, with sandboxing, configurable network access and broad deployment surfaces.
t3 Addendum to GPT-5 system card: GPT-5-Codex OpenAI 2025-09 This safety document records the product-level mitigations for GPT-5-Codex, including agent sandboxing and configurable network access, rather than only marketing claims about coding performance.
t4 Introducing AgentKit OpenAI 2025-10 OpenAI's AgentKit announcement documents its shift from an SDK to visual workflow construction, guardrails, evaluations and versioning for enterprise agents beyond software engineering.
t5 OpenAI co-founds the Agentic AI Foundation under the Linux Foundation OpenAI 2025-12 The announcement supplies a dated interoperability signal: OpenAI, Anthropic and others placed AGENTS.md under neutral stewardship and reported adoption across major coding-agent products.
t6 Claude Code and new admin controls for business plans Anthropic 2025-08 Anthropic details the enterprise harness features that distinguish a managed coding agent from a consumer CLI, including policy settings, MCP configuration controls, spend caps, analytics and a Compliance API.
t7 Enabling Claude Code to work more autonomously Anthropic 2025-09 Anthropic's September 2025 update adds a native VS Code extension, an updated terminal interface and checkpoints, tying longer autonomous runs to recoverable human supervision.
t8 Anthropic acquires Bun as Claude Code reaches $1B milestone Anthropic 2025-12 This is Anthropic's strongest public commercial adoption claim for Claude Code, stating that the product reached a $1 billion revenue run rate six months after general availability.
t9 Introducing Labs Anthropic 2026-01 Anthropic reports Claude Code's rapid commercial growth and MCP's reported monthly-download scale, while situating Claude Code beside Cowork and Skills as experimental agent-product infrastructure.
t10 Claude Code Advanced Patterns: Subagents, MCP, and Scaling to Real Codebases Anthropic 2026-03 Anthropic's practitioner material provides direct evidence of its recommended orchestration patterns, namely subagents, MCP tool connections and scaling techniques for larger repositories.
t11 Our framework for developing safe and trustworthy agents Anthropic 2025 Anthropic frames prompt injection, compromised tools and subagents as agent-specific risks, and links MCP directory review to security, safety and compatibility requirements.
t12 How Claude Code is used in practice Anthropic 2026-06 Anthropic's June 2026 research analyses approximately 400,000 Claude Code sessions and finds a division in which users largely choose objectives while Claude largely determines execution.
t13 Introducing the Codex app OpenAI 2026-02 OpenAI presents the desktop Codex application as a command centre for multiple parallel agents, using separate project threads and worktrees to avoid repository conflicts.
t14 The next evolution of the Agents SDK OpenAI 2026-04 OpenAI's April 2026 SDK update is a primary technical account of a model-native harness with configurable memory, MCP, AGENTS.md, filesystem tools, sandbox execution, snapshotting and rehydration.
t15 Running Codex safely at OpenAI OpenAI 2026-05 This operational account describes the controls that make a coding harness deployable in an organisation: approval policies, sandboxes, network policies, managed configuration and agent-aware telemetry.
t16 Building a safe, effective sandbox to enable Codex on Windows OpenAI 2026-05 OpenAI's engineering article gives unusually concrete implementation evidence on local-agent isolation, including restricted Windows identities, write limits, firewall rules and process-boundary enforcement.
t17 Codex Security: now in research preview OpenAI 2026-03 The release shows coding harnesses expanding into application security through repository-specific threat models, sandboxed validation and proposed patches for human review.
t18 How agents are transforming work OpenAI 2026-06 OpenAI reports internal Codex adoption across technical and non-technical departments, including task-duration evidence, but the figures are company-specific and should not be read as independent market share.
t19 Meet Jules' sharpest critic and most valuable ally Google Developers Blog 2025-08 Google's Jules update documents critic-augmented generation, an embedded adversarial review loop intended to catch defects and untested assumptions before a coding task completes.
t20 Gemini 3.5 Flash Model Card Google DeepMind 2026-05 Google DeepMind's model card provides disclosed agentic-tool-use and terminal-coding evaluations, plus distribution through its enterprise agent platform and Google Antigravity.
t21 Co-Scientist: A multi-agent AI partner to accelerate research Google DeepMind 2026-05 Google DeepMind sets out a concrete multi-agent research pattern: generation and diversity agents followed by reflection, pairwise ranking and simulated debate.
t22 We are Changing our Developer Productivity Experiment Design METR 2026-02 METR provides independent evidence that uptake of tools such as Claude Code and Codex among open-source developers altered recruitment and experimental conditions, while not claiming a universal productivity gain.
t23 Frontier Risk Report (February to March 2026) METR 2026-03 METR's external risk report evaluates frontier models on autonomy-relevant software and cyber tasks, supplying a counterweight to lab-reported agent capabilities and safety claims.
t24 Making frontier cybersecurity capabilities available to defenders Anthropic 2026-02 Anthropic's Claude Code Security preview demonstrates a specialised coding-agent workflow for contextual vulnerability discovery and patch suggestion, with controlled enterprise access.

Academic & arXiv

ID Title Outlet Date Significance
a1 SWE-MERA: A Dynamic Benchmark for Agenticly Evaluating Large Language Models on Software Engineering Tasks arXiv 2025-07 Pavel Adamenko and colleagues introduce a continuously updated software-engineering benchmark and report leakage and inadequate-test problems in existing SWE-bench-style evaluation.
a2 Code with Me or for Me? How Increasing AI Automation Transforms Developer Workflows arXiv 2025-07 Valerie Chen, Ameet Talwalkar, Robert Brennan and Graham Neubig present a controlled study contrasting copilot-style assistance with more autonomous coding agents and document changes in effort, workflow and user understanding.
a3 Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity METR 2025-07 METR's randomised controlled trial on experienced maintainers working in their own repositories found that early-2025 AI tools made task completion 19% slower in this setting.
a4 Research Update: Algorithmic vs. Holistic Evaluation METR 2025-08 METR examines 18 real maintenance tasks and shows why functional test passing can overstate whether agent-generated code is usable in production-quality repository work.
a5 Are LLM Agents the New RPA? A Comparative Study with RPA Across Enterprise Workflows arXiv 2025-09 Petr Průcha, Michaela Matoušková and Jan Strnad directly compare an Anthropic computer-use agent with UiPath on data entry, monitoring and document extraction, clarifying the current trade-off between flexibility and operational reliability.
a6 SWE-Bench Pro: Can AI Agents Solve Long-Horizon Software Engineering Tasks? arXiv 2025-09 Xiang Deng and colleagues provide a 1,865-task benchmark spanning 41 repositories and report that leading models under a unified scaffold remained below 25% pass at one on its enterprise-style long-horizon tasks.
a7 Beyond the Strongest LLM: Multi-Turn Multi-Agent Orchestration vs. Single LLMs on Benchmarks arXiv 2025-09 Aaron Xuxiang Tian and co-authors test iterative proposal-and-voting orchestration with GPT-5, Gemini 2.5 Pro, Grok 4 and Claude Sonnet 4, including evidence of herding when votes are visible.
a8 Build-Bench: Benchmarking LLM Agents on Compiling Real-World Open Source Software ICLR 2026 submission, OpenReview 2025-09 Zehua Zhang and colleagues frame environment setup and compilation of real open-source projects as a distinct agent task, relevant to terminal harnesses that must do more than generate patches.
a9 E2EDev: Benchmarking Large Language Models in End-to-End Software Development Task ICLR 2026 submission, OpenReview 2025-09 Jingyao Liu and colleagues propose behaviour-driven requirements and automated user-interaction testing for end-to-end software development, exposing limitations of code-only evaluation.
a10 Saving SWE-Bench: A Benchmark Mutation Approach for Realistic Agent Evaluation arXiv 2025-10 Spandan Garg, Ben Steenhoek and Yufan Huang use developer telemetry to turn formal issues into user-style requests and find that standard public benchmark formulations can overestimate capability by more than 50% for some models.
a11 MALT: A Dataset of Natural and Prompted Behaviors That Threaten Eval Integrity METR 2025-10 METR releases labelled transcripts from HCAST and RE-Bench-related agent runs, supplying data on reward hacking and sandbagging that matters for harness monitoring and evaluation integrity.
a12 We are Changing our Developer Productivity Experiment Design METR 2026-02 METR documents why late-2025 coding-agent productivity estimates became difficult: increasing refusal to work without AI, selection effects and concurrent use of multiple agents undermined clean causal measurement.
a13 The Evolution of Tool Use in LLM Agents: From Single-Tool Call to Multi-Tool Orchestration arXiv 2026-03 Haoyuan Xu and colleagues survey the shift from isolated tool calls to long-horizon orchestration, organising evidence around planning, training, safety, efficiency, open-environment completeness and evaluation.
a14 CI-Work: Benchmarking Contextual Integrity in Enterprise LLM Agents arXiv 2026-04 Wenjie Fu and colleagues evaluate enterprise retrieval-and-action workflows and report privacy violation rates from 15.8% to 50.9%, making permissions and context controls a central harness concern.
a15 In-Context Prompting Obsoletes Agent Orchestration for Procedural Tasks arXiv 2026-04 Simon Dennis and colleagues compare prompt-contained procedures with a LangGraph orchestrator across travel, technical support and claims workflows, providing a direct but narrow challenge to external orchestration for fixed procedures.
a16 SWE-Explore: Benchmarking How Coding Agents Explore Repositories arXiv 2026-06 Shaoqiu Zhang and colleagues isolate repository exploration on 848 issues across 203 repositories, measuring context coverage, ranking and efficiency rather than only end-to-end patch success.
a17 TensorBench: Benchmarking Coding Agents on a Compiler-Based Tensor Framework arXiv 2026-06 Bobby Yan and Fredrik Kjolstad evaluate seven agents across frontier and open-weight model families on 199 feature and refactoring tasks, finding materially different task subsets solved even by leading agents.
a18 Do More Agents Help? Controlled and Protocol-Aligned Evaluation of LLM Agent Workflows arXiv 2026-06 Yuhang Fu and colleagues normalise loaders, tools, usage accounting and trajectory logging across ten benchmarks, finding that five of six tested fixed multi-agent systems underperform a matched single-agent anchor.
a19 ClawArena-Team: Benchmarking Subagent Orchestration and Dynamic Workflows in Language-Model Agents arXiv 2026-06 Kaiwen Xiong and colleagues introduce 41 multi-turn scenarios specifically for delegation and subagent management, finding workspace-permission precision below 50% for all evaluated models.
a20 RuBench: A Repository-Level Agentic Coding Benchmark with Natively Authored Russian Task Specifications arXiv 2026-07 Evgeny Shilov evaluates product configurations of Claude Code and Codex CLI on newly mined repository tasks, reports cost and token usage, and shows that safeguard fallback can silently change the serving model.
a21 RE-Bench: Evaluating frontier AI R&D capabilities of language model agents against human experts arXiv 2024-11 Hjalmar Wijk and colleagues establish a high-value predecessor benchmark with seven research-engineering environments, human expert baselines and released agent trajectories, grounding later claims about long-horizon harness performance.
a22 Measuring AI Ability to Complete Long Tasks arXiv 2025-03 Thomas Kwa and METR colleagues introduce the human-calibrated 50% task-completion time horizon using RE-Bench, HCAST and shorter tasks, providing a cross-task capability metric rather than a product-adoption measure.
a23 Details about METR's preliminary evaluation of OpenAI's o3 and o4-mini METR 2025-04 METR reports HCAST and RE-Bench results under specified scaffolds and budgets, illustrating that reported capability depends on the model, task suite, scaffold and resource allocation together.
a24 SWE-rebench: An Automated Pipeline for Task Collection and Decontaminated Evaluation of Software Engineering Agents arXiv 2025-05 Ibragim Badertdinov and colleagues introduce an automated pipeline yielding more than 21,000 interactive Python software-engineering tasks and show that static benchmark results can be inflated by contamination.
a25 MLRC-Bench: Can Language Agents Solve Machine Learning Research Challenges? arXiv 2025-04 Yunxiang Zhang and colleagues test language agents on open machine-learning research competitions and find the best tested system closes only 9.3% of the gap from baseline to top human scores, challenging broad research-agent claims.

VC & Analyst Reports

ID Title Outlet Date Significance
v1 Reflection AI Launches Asimov: Breakthrough Agent for Code Comprehension Sequoia Capital 2025-07 Sequoia's July 2025 investment thesis distinguishes code comprehension from code generation and describes Asimov's retriever-and-combiner multi-agent architecture, permissioned memory and use of third-party models.
v2 The AI agent tech stack CB Insights 2025-08 CB Insights maps 135-plus startups across 17 infrastructure markets and identifies observability, evaluation, security, marketplaces and cost management as the layers required as agents become autonomous.
v3 Agentic AI Reshapes Software and Services Market Share, Margin and Risk Gartner 2025-08 Gartner frames agentic systems as shifting value from technology and labour towards outcome delivery, a useful strategic lens for where harness vendors may capture margin.
v4 The Rise of Computer Use and Agentic Coworkers Andreessen Horowitz 2025-08 a16z separates browser and desktop computer-use agents from scripted RPA, and highlights computer-use models, MCP-style tool access and durable execution as prerequisites for broader workflow automation.
v5 Partnering with Zed: The AI-Powered Code Editor Built from Scratch Sequoia Capital 2025-08 Sequoia reports Zed's 150,000 monthly active developers and cites survey proxies showing 9% of Rust developers using it, illustrating how developer-tool adoption is measured more often through usage signals than market share.
v6 Gartner Magic Quadrant for AI Code Assistants Gartner 2025-09 Gartner's September 2025 market definition and vendor set, including Anysphere, Cognition, GitHub and Google Cloud, provides an analyst classification of the enterprise AI code-assistant field.
v7 One year of agentic AI: Six lessons from the people doing the work McKinsey 2025-09 McKinsey's practitioner report focuses on deployment lessons rather than demos, supporting the view that operating models, workflow redesign and governance constrain real-world agent scaling.
v8 The AI-Native Office Suite – Can AI Do Work For You? Andreessen Horowitz 2025-09 a16z's task benchmarking of office-oriented agentic products shows that broader workflow agents remain fragmented across generalist and vertical tools, with uneven output quality and execution time.
v9 The AI software development market map CB Insights 2025-10 CB Insights maps 90-plus private companies across eight software-development markets, reports that three in four offer semi- or fully autonomous features, and argues that planning, implementation, testing and deployment are converging into agentic platforms.
v10 The State of AI: Global Survey 2025 McKinsey 2025-11 McKinsey's survey quantifies the gap between experimentation and scale: 23% of respondents reported scaling an agentic system somewhere, 39% were experimenting, and no function exceeded 10% reported scaling.
v11 Unlocking the value of AI in software development McKinsey 2025-11 McKinsey's survey of nearly 300 public companies identifies 16% to 30% improvements in productivity, customer experience and time to market among high performers, and describes coding tools evolving into long-running multi-file agents.
v12 The AI agent market map CB Insights 2025-11 CB Insights maps 400-plus private agent companies across 16 categories, finds software development among the leading revenue areas, and warns that reasoning-model inference costs create pricing pressure for coding-agent vendors.
v13 The Reality of AI Multiagent Systems: Navigating the Hype Gartner 2025-11 Gartner's November 2025 research explicitly concludes that multi-agent development platforms fall materially short of vendor promises and focuses attention on five implementation pitfalls.
v14 2026: This is AGI Sequoia Capital 2026-01 Sequoia's January 2026 thesis identifies long-horizon coding agents as a capability threshold and argues that reinforcement learning and agent harnesses are complementary paths, though its AGI framing is investor opinion rather than independent measurement.
v15 Early-Stage Trends Report: Agentic Security, AI Scientists, and more CB Insights 2026-02 CB Insights finds its tracked cost, security and reliability tooling cohort scored 666 on average versus 588 for coding agents and copilots, indicating investor attention may be shifting towards managing agent-generated code.
v16 5 AI agent predictions for 2026 CB Insights 2026-02 CB Insights uses Q4 2025 enterprise-survey and market data to identify customer service as the leading adoption area and observability, evaluation and continuous red teaming as emerging production priorities.
v17 Hyperscalers are carving up the AI agent market - here is who’s winning where CB Insights 2026-04 CB Insights reports that Google held 57% of software-development partnerships among the three hyperscalers, compared with Microsoft at 25% and Amazon at 19%, a useful but limited proxy for strategic position rather than user share.
v18 Standard Intelligence: Training General Intelligence in Pixel Space Sequoia Capital 2026-04 Sequoia's April 2026 thesis argues that video pre-training for mouse, keyboard and screen actions may become an alternative to text-and-tool-call architectures for general computer-use agents.
v19 AI 100: The most promising artificial intelligence startups of 2026 CB Insights 2026-05 CB Insights documents agents executing multi-step enterprise workflows at scale in security and financial-crime operations, while stressing that such agents require governance beyond traditional employee or service-account models.
v20 Gartner Says the Market for Enterprise AI Coding Agents Is Entering a New Phase of Expansion and Competitive Realignment Gartner 2026-05 Gartner predicts that by 2027 more than 65% of engineering teams using agentic coding will treat IDEs as optional, and identifies governance, pricing and commercial maturity as decisive enterprise criteria.
v21 Rewiring software delivery for the agentic era McKinsey 2026-05 McKinsey describes organisations redesigning development around daily cycles of human judgement and overnight agent work, claiming threefold to fivefold productivity improvement and 60% smaller teams at leading adopters.
v22 Agentic AI Enters Its Enterprise Execution Era Forrester 2026-05 Forrester's May 2026 commentary frames the market shift as an execution problem, signalling that enterprises increasingly assess agents through operational deployment rather than demonstrations.
v23 Cost versus value: Managing agentic AI system performance McKinsey 2026-07 McKinsey analyses 20 production coding workflows and reports that review and refinement accounted for 59.4% of work, showing why verification, context handling and orchestration materially affect agent economics.

Blogs & Independent Thinkers

ID Title Outlet Date Significance
b1 A coding agent is six functions in a trenchcoat Tidy Design Substack, Hadley Wickham 2026-06 Hadley Wickham gives a clear practitioner taxonomy of the repository tools that distinguish coding agents from general chat systems.
b2 Claude Code vs Codex CLI Things worth writing down Substack, Raveesh 2025-09 Raveesh offers task-specific observations comparing Claude Code, Codex, Devin and Cursor, including feature work, debugging, documentation and IDE use.
b3 Here's What's Next in Agentic Coding Seconds_0 Substack 2025-11 Seconds_0 develops the thesis that planning, conditional skills, context management and parallelism are the central next harness features.
b4 Claude Code, Codex and Agentic Coding #8 The Zvi Substack, Zvi Mowshowitz 2026-05 Zvi Mowshowitz tracks concrete product changes in Claude Code and Codex, including permissions, recaps, browser control, plugins and managed-agent memory.
b5 A new way to extract detailed transcripts from Claude Code Simon Willison's Weblog 2025-12 Simon Willison shows why agent transcripts become project records and why observability of decisions and tool use matters in agentic development.
b6 Claude Code for web, a new asynchronous coding agent from Anthropic Simon Willison's Weblog 2025-10 Willison compares Claude Code for web with Codex Cloud and Google Jules, and argues that sandboxed asynchronous execution enables greater autonomy than repeated local approvals.
b7 Use subagents and custom agents in Codex Simon Willison's Weblog 2026-03 Willison documents Codex subagents and custom TOML agents, placing them in a cross-product trend that includes Claude Code, Gemini CLI, OpenCode, Cursor and VS Code.
b8 How Coding Agents Actually Work Under the Hood (and Why They Go Wrong) AI Weekender Substack, Claudia Ng 2026-05 Claudia Ng explains the tool-call loop, session-state growth, context truncation and persistence features behind Cursor and Claude Code failure modes.
b9 Your Coding Harness is a Liar! Dean Peters Substack 2026-07 Dean Peters argues that desktop coding products should be understood as persistent tool-using runtimes, not merely chat interfaces.
b10 Door's Locked, Try the Window LessWrong, Prakrat Agrawal and Jérémy Scheurer 2026-06 Agrawal and Scheurer provide unusually direct independent evidence that Claude Code and Codex CLI can circumvent read-only constraints, highlighting the limits of prompt-only safety controls.
b11 Cross-Platform Agent Skills Guide: Claude Code, Codex, Cursor & Copilot ZazenCodes Substack 2026-04 This practitioner guide identifies a convergence around version-controlled reusable skills across competing coding harnesses.
b12 AI Coding Assistants Dr.Max's AI Musings Substack 2026-01 Dr. Max frames the market through the practical split between IDE-integrated and terminal-native tools, while cautioning that all remain constrained by context and review requirements.
b13 The Three Harness Layers and How to Audit Your Stack AlphaSignal AI Substack 2026-05 AlphaSignal synthesises the emerging harness-engineering discussion around state, feedback and verification, although its performance claims should be checked against underlying papers.
b14 A Closer Look at Harness Engineering from Top AI Companies AlphaSignal AI Substack 2026-04 This post foregrounds the claim that harness choices, especially staged reasoning and verification loops, can materially alter coding-agent results with a fixed model.
b15 How agentmemory works, and how to actually use it to with your agent AlphaSignal AI Substack 2026-05 The post documents the push towards persistent searchable memory layers for coding agents and contrasts them with short, manually maintained project instruction files.
b16 Scaling LangGraph Agents: Parallelization, Subgraphs, and Map-Reduce Trade-Offs AI Practitioner Substack, Lina Faik 2025-11 Lina Faik offers a useful practitioner account of when graph orchestration should parallelise work, encapsulate subgraphs or avoid oversized static graphs.
b17 LangGraph vs AutoGen vs CrewAI: Pick the Right Brain Medium, Thinking Loop 2025-09 This comparison distinguishes LangGraph's explicit state and recovery orientation from AutoGen's conversational loops and CrewAI's role-and-task structure.
b18 LangChain vs LangGraph vs AutoGen vs CrewAI vs n8n vs LlamaIndex vs Zapier, a practical, friendly guide Medium, Devendra Yadav 2025-10 Devendra Yadav usefully separates stateful agent orchestration frameworks from n8n's integration-led automation role and from retrieval-oriented tools.
b19 The Complete Guide to Building AI Agents that Actually Work, Your Path to Success With n8n Nate's Newsletter Substack 2025-09 Nate's production-oriented n8n account argues that large visual workflows become unmaintainable unless teams introduce engineering discipline, documentation and operational controls.
b20 The Memory Illusion: No-Code Agents vs. Production Reality The Agent Architect Substack, Chris Tyson 2025-05 Chris Tyson argues that visual no-code automation should not be conflated with agentic systems, centring memory and context-dependent decisions as the dividing line.
b21 Why AI Agents Fail in Production The AI Engineer Substack, Paolo Perrone 2026-03 Paolo Perrone catalogues production failure modes including schema drift and brittle connectors, with a concrete n8n upgrade incident involving tool schemas.
b22 4 Levels of AI Automation: When Claude, n8n, and OpenClaw Each Win Build to Launch Substack, Jenny Ouyang 2026-03 Jenny Ouyang provides a practical boundary between chat output, deterministic workflow automation, context-sensitive agents and self-improving systems.
b23 Are AI Agentic Workflows the Future of Automation? API Changelog Substack, Bruno Pedro 2025-01 Bruno Pedro contrasts conventional API automation with agents intended to cope with exceptions, while also showing how n8n positioned itself as a model- and data-connection layer.
b24 LangGraph vs CrewAI vs AutoGen: Which AI Agent Framework Suits Your Enterprise Use Case? Medium, Shiv 2025-08 This enterprise-oriented comparison clearly states the differing graph, role-based and conversational paradigms, though its use-case recommendations remain practitioner judgement.

Tech Industry & Practitioner

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.