Sources#
Summary#
OpenHands is an open-source coding-agent platform, and also the company that maintains and sells it. It began as OpenDevin — Wang et al., "OpenHands: An Open Platform for AI Software Developers as Generalist Agents", arXiv 2407.16741, ICLR 2025 — and is cited under that paper in several of this wiki's research sources. Unlike Claude Code and Codex, its source is public, which is why it doubles as the corpus's default third-party agent scaffold: when a paper needs a harness it doesn't own to run a model against SWE-Bench or Terminal-Bench, it usually reaches for OpenHands.
The four-repo platform#
Its own July 2026 engineering post (Coding Agents and Technical Debt) is the corpus's most detailed public accounting of a coding-agent codebase, precisely because the pieces are separate repos:
| Repo | Role | Code size | Merged PRs, 12 mo |
|---|---|---|---|
OpenHands/OpenHands | Agent application and server | 404K lines | 2,600 |
OpenHands/software-agent-sdk | Agent runtime ("Software Agent SDK") | 333K lines | 2,036 |
OpenHands/agent-canvas | UI for working with agents | 246K lines | 719 |
OpenHands/OpenHands-CLI | Terminal interface | 67K lines | 324 |
Totals: ~1.05M lines, 5,679 merged PRs, 1,778 of them bug fixes (31%) in the twelve months to 2026-07-08, with 179 contributors on the app repo alone. The runtime/surface split is the same shape Shared Harness, Differentiated Surfaces describes at OpenAI, here shipped as four artifacts instead of one.
Commercial position. OpenHands sells the maintained agent, and its published argument is that you should rent the runtime rather than fork it — customize via prompts, MCP servers, skills/plugins, or the SDK, in that order. See Harness Build-vs-Buy, where that argument is developed with its evidence caveats.
Where it shows up in this corpus#
Mostly as somebody else's experimental apparatus, which is a useful independent signal about its standing:
- Single-Rollout Optimization — SAO's SWE-Bench Verified results are run in the OpenHands scaffold (Qwen3-30B-A3B backbone, 300 turns, 128k context)
- Orchestration-Plan Simulation — one of OrchBench's four real-execution frameworks for cross-framework validation, alongside Claude Code, SWE-mini, and Crush
- Knowledge-Centric Self-Improvement — a reported Terminal-Bench 2 comparator (13.9% on the Haiku 4.5 entries table)
- Also cited as a baseline or agent-vendor label in
raw/swe-pruner-proandraw/ai-code-review-practitioner-discourse
Connections#
- Harness Build-vs-Buy — OpenHands' own build-vs-buy argument and the twelve-month GitHub data behind it; the page carries the vendor-interest caveats
- Shared Harness, Differentiated Surfaces — its app/SDK/Canvas/CLI split is the runtime-plus-surfaces architecture shipped as separate repos
- Codex — the OpenAI harness it benchmarks itself against (7,688 merged PRs, ~1.32M lines)
- Hermes Agent — the other open agent in the same comparison (7,736 merged PRs, ~1.75M lines)
- Claude Code — the closed-source peer, absent from OpenHands' comparison for that reason
- Orchestration-Plan Simulation — used as one of four real harnesses OrchBench validates its simulator against
- Single-Rollout Optimization — the scaffold SAO's coding-agent RL results are produced in
- Knowledge-Centric Self-Improvement — a Terminal-Bench 2 comparator system
Sources#
- Coding Agents and Technical Debt — Rajiv Shah (OpenHands), 2026-07-28 (
case-study): the four-repo breakdown, twelve-month activity data, and the fork/build-vs-buy argument - Referenced as a research scaffold or baseline in: Single-Rollout Asynchronous Optimization for Agentic Reinforcement Learning, OrchBench: Evaluating Multi-Agent Orchestration Plans in Isolation via Deterministic Simulation, Knowledge-Centric Self-Improvement, SWE-Pruner Pro: The Coder LLM Already Knows What to Prune, 3100 Opinions on Code Review in an AI World: Building Causal Theory from Practitioner Discourse
Cited by 9
- Harness Build-vs-Buy×3
Every organization that decides it needs "our own coding agent" is making a make-or-buy decision, usually without a price. Rajiv Shah (OpenHands, July 2026)…
- Codex×2
The one third-party accounting of Codex-the-repository in this corpus comes from a competitor: OpenHands' twelve-month GitHub analysis (openhands coding agents…
- Hermes Agent×2
OpenHands' twelve-month GitHub analysis (openhands coding agents technical debt, case-study, competitor-authored) includes NousResearch/hermes-agent and makes…
- Shared Harness, Differentiated Surfaces×2
OpenHands' July 2026 GitHub analysis (openhands coding agents technical debt, case-study) reaches the same architecture from the repository side rather than…
- Harness Shrinkage as Models Improve
Every measurement above is taken on the system prompt. OpenHands' July 2026 GitHub analysis (openhands coding agents technical debt, case-study) is the first…
- Knowledge-Centric Self-Improvement
Highest solve rate and lowest cost in every cell — SWE-bench Pro at roughly a third of DGM's spend. On Terminal-Bench 2 (the full 89 tasks) OURS posts 43.8% ±…
- Entities — People, Orgs, Tools & Projects
Openhands — Open-source coding-agent platform (formerly OpenDevin, Wang et al., ICLR 2025) and the company behind it; four public repos — app/server, Software…
- Orchestration-Plan Simulation
Cross-framework validation (Figure 3) is reported as a robustness check — OrchBench correlates 0.82 / 0.73 / 0.63 / 0.39 (Pearson) with Claude Code / SWE-mini…
- Single-Rollout Optimization
On coding, SWE-Bench Verified (Qwen3-30B-A3B backbone, OpenHands scaffold, 300 turns, 128k context): base 23.0 → GRPO+DIS 27.0 → SAO 29.8. On the four…
Related articles
- Claude Code
Anthropic's agentic coding product; created by Boris Cherny late 2024; TypeScript/React on Bun (itself Claude-rewritten…
- Agent Harness Engineering
Patterns for scaffolding long-running LLM agents: environment design, progressive context disclosure, mechanical archit…
- Harness Build-vs-Buy
The measured price of owning a coding agent: 12 months of public GitHub activity across four harnesses (OpenHands, Code…
- Harness Shrinkage as Models Improve
Prompt scaffolding shrinks each model release; Cat Wu's pruning discipline; Boris Cherny "100 lines of code a year from…
- Codex
OpenAI's agentic coding and work platform: a CLI (April 2025) plus a desktop app (built Nov 2025, released Feb 2026) bu…
