What is actually working right now
This is not an argument against using agents. It is an argument for being precise about where they hold up.
Single-step agents with deterministic outputs perform reliably. A model that reads a brief, extracts structured data, and writes it to a specified format. A pipeline that monitors a feed, applies a classification, and routes the result. These work because there is a single point of failure and a clear success condition.
Retrieval-augmented agents, where a model answers questions against a fixed knowledge base, have become a practical tool for internal documentation and client-facing Q&A. The ceiling is lower than the open-ended version, but the floor is much higher.
Agents that operate with a human in the loop at defined checkpoints, what some researchers call interrupt-driven or supervised agentic workflows, are where the real productivity gains are appearing. The agent handles volume and first-pass quality. A human confirms, adjusts, or escalates at structured intervals. This is less dramatic than full autonomy, but it is what is actually shipping.
The implication for agencies is specific. The teams winning with agents right now are not the ones who automated the most. They are the ones who designed the clearest handoff points between model and human.