AIAny
AI Agent2024
Icon for item

OpenHands | The Open Platform for Cloud Coding Agents

Open-source platform for autonomous coding agents that work like developers: editing files, running shell commands, browsing the web, and calling APIs in an isolated sandbox. Model-agnostic, with GitHub, Slack, and CI/CD integration.

Introduction

Most AI coding tools stop at suggesting code; the harder problem is everything around the suggestion — running it, reading the error, fixing the file, trying again. OpenHands (formerly OpenDevin) is built around the loop, not the autocomplete: its agents get a real sandboxed computer where they execute commands, edit files, and browse the web, then react to what actually happens rather than to a static prompt.

What Sets It Apart
  • The unit of work is an action-observation loop in a Docker sandbox, so the agent grounds its next move in real execution output — this is why it can close out a multi-step bug fix instead of producing plausible-but-broken diffs.
  • It is model-agnostic and runs the same agent against any LLM provider, which makes it a stable harness for comparing models on SWE-bench rather than a wrapper for one vendor's model.
  • It started as an academic-industry collaboration (the ICLR 2025 paper spans UIUC, CMU, Yale and others) and grew into a maintained product, so the agent abstractions are research-grade but the runtime is meant to be deployed.
Who It's For

Great fit if you want to build or study autonomous SWE agents, run reproducible benchmark evals, or self-host an agent that keeps code inside your own infrastructure. Look elsewhere if you want a lightweight in-editor autocomplete or a one-click hosted assistant with no infra to manage — running real sandboxes is heavier than an IDE plugin, and full autonomy still needs human review on consequential changes.

Information

  • Websitewww.all-hands.dev
  • OrganizationsAll Hands AI, University of Illinois Urbana-Champaign, Carnegie Mellon University, Yale University
  • AuthorsXingyao Wang, Boxuan Li, Yufan Song, Frank F. Xu, Xiangru Tang, Mingchen Zhuge, Jiayi Pan, Yueqi Song, Bowen Li, Jaskirat Singh
  • Published date2024/07/23

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).