Anna Whelan and Amulya Saridey laid out how enterprises move AI from answering to acting, in Google Cloud Events session on architecting an agentic center of enablement.
The punchline came early: maturity is not a product you buy.
Whelan, an AI consultant at Google Cloud Consulting, and colleague Amulya Saridey said they built the framework after work with large enterprise customers moving from experiments to production. They frame maturity as trust and delegation, the same way you test a new teammate on low risk tasks first, and they measure it across three levers that scale together: reasoning depth from single turn answers to chain of thought planning and self correction, architectural complexity from passive RAG memory to tool agency and multi agent networks, and decision making from reactive checklists to proactive intent with human in the loop safeguards.
Level one is the sidekick. It is reactive, stateless, built on retrieval augmented generation and generalist integrations, good at summarizing a fifty page vendor contract or searching wikis but it forgets the why once the tab closes. The team said most enterprises live here today. It makes individuals faster without changing the process.
Level two turns the assistant into a workflow agent. The trigger shifts from a prompt to a business event like a new ticket, a price threshold, or an IoT stock error, and the agent uses chain of thought to decompose a goal, call tools via APIs, and keep task specific persistence until the job is done. Humans stay in the loop to approve the final action, but the KPI changes from hours saved to cycle time reduced.