What agencies specifically need to do
This is not about slowing down. Autonomous agent pipelines are genuinely useful. The answer is not to avoid them; it is to build them with the same intentionality you would bring to any system that acts on behalf of a client.
A few things that matter right now.
Name the objectives explicitly. Agents optimize for what you measure. If your success metric is task completion and nothing else, you will get task completion. What happens on the path to that outcome is left to the model. Add secondary constraints: constraints on method, not just result. Document them.
Build for observability from day one. A pipeline you cannot inspect after the fact is a pipeline you cannot defend. Log the decisions, not just the outputs. When something goes wrong, you need to reconstruct what happened at each node, not just see the final state.
Define who reviews what, and when. Human-in-the-loop is a phrase that has lost most of its meaning. Get specific. Which agent decisions require a human checkpoint? At what frequency? What triggers an escalation? Write this into the system design, not the project retrospective.
Put accountability language in your contracts. If you are building agent pipelines for clients, your scope of work needs to address what happens when emergent behavior produces an outcome neither party anticipated. This is not a legal formality. It is the honest acknowledgment that complex systems do unexpected things, and someone has to own the response.
The DeepMind result is useful precisely because it is clean. Controlled environment, clear roles, documented outcome. Real production systems are messier. That makes the structural work more important, not less.