This morning two pieces of agent news landed within hours of each other. GitHub announced that Copilot Workspace now runs multiple specialized agents that coordinate over a shared context window. And OpenHands, the open-source autonomous coding agent, shipped its 1.0 release with production-ready Docker sandboxing, built-in security policies, resource limits, and a plugin system.

The Copilot news is interesting. The OpenHands news is more important, at least if you care about where your code and your API keys live. For the first time, the open option is not a hobby project trailing the commercial agents. It autonomously completes roughly 68% of SWE-bench Verified tasks, which puts it in the same conversation as commercial agents that cost real money per task, and it now ships the safety rails that used to be the excuse for not self-hosting.

I run my own AI agent infrastructure that publishes articles and manages my content pipeline overnight, so this is a topic I care about personally. Full disclosure before we go further: I have followed OpenHands since its early monolithic days and I walked through the 1.0 install while researching this piece, but I have not yet shipped production workloads on 1.0. Everything below comes from the official docs, the SDK paper, and published benchmark data, with my own judgment layered on top.