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

GitHub

Provides a local-first web-intelligence layer for AI agents: search, fetch, crawl, extract, cache, find-similar and agent-style research without API keys or per-query billing, running as an MCP server, REST daemon, or SDK.

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

GitHub
AI Infra2026

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.