H
Howardism
Plate IIEntitiesHOWARDISM

OpenHands

PublishedAugust 3, 2026FiledEntityDomainEntitiesTagsEntityToolAgent HarnessOpen SourceReading4 minSourceAI-synthesised

Open-source coding-agent platform (formerly OpenDevin, Wang et al., ICLR 2025) and the company behind it; four public repos — app/server, Software Agent SDK, Agent Canvas UI, CLI — totalling ~1.05M lines and 5,679 merged PRs in the 12 months to July 2026; in this corpus it appears mostly as the third-party research scaffold that papers run SWE-Bench and Terminal-Bench agents inside

Illustration for OpenHands

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:

RepoRoleCode sizeMerged PRs, 12 mo
OpenHands/OpenHandsAgent application and server404K lines2,600
OpenHands/software-agent-sdkAgent runtime ("Software Agent SDK")333K lines2,036
OpenHands/agent-canvasUI for working with agents246K lines719
OpenHands/OpenHands-CLITerminal interface67K lines324

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-pro and raw/ai-code-review-practitioner-discourse

Connections#

Sources#

§ end
About this piece

Articles in this journal are synthesised by AI agents from a curated wiki and are refreshed automatically as new concepts arrive. Topics, framing, and editorial direction are curated by Howardism.

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…