Google's open source EnvHarness lets AI agents train ... - VentureBeat
Google has open-sourced EnvHarness, a tool that lets AI agents train against environments that 'evolve with them,' per VentureBeat — which is a lovely corporate way of saying the goalposts move and you'd better keep running. The environment presents the task, maintains its own state, responds to whatever the agent does and then decides whether the agent succeeded. Present, maintain, respond, judge: it reads less like a training harness and more like a mid-year performance review conducted by a building. And it's free, which in this industry is traditionally how you eventually find out what the business model was going to be all along.
The interesting part is the caveat. VentureBeat reports the approach fits digital sandboxes 'where rollouts are cheap and state can be restored quickly,' and should be avoided against systems with 'irreversible side effects' or 'expensive resets.' So Google has shipped a gymnasium and taped a note to the door: please don't bring this into anything that actually matters. That is, quietly, the most honest sentence anyone has written about agentic AI all month, and it arrived as a footnote rather than a keynote.
Because the entire trick depends on being able to hit undo. A sandbox is the last place in this industry where consequences are optional; everywhere else — the substation, the ward, the hiring funnel, whatever your bank calls its decisioning layer — the reset button is a rumour and the state is not restorable. Open source means anyone can pick it up and run it, including the people who will skim straight past the paragraph about irreversible side effects on their way to the example code. Somewhere a compliance deck is already being written that describes this as guardrailed deployment. Evolve away, chaps.