August 6, 2025
5 min read
@cmcky
Google launches six AI agents that automate data pipelines, code debugging, and business queries with conversational analytics.
Google has introduced a suite of six AI agents designed to automate and simplify the labor-intensive tasks faced by data teams. These new "agentic" tools can build data pipelines, debug code, and answer complex business questions—all without requiring users to write SQL.
Key Highlights
- AI agents launched in BigQuery, GitHub, and Spanner to automate data workflows
- Gemini-powered APIs enable developers to embed conversational analytics into applications
- BigQuery now supports AI-native SQL and vector search for enhanced query capabilities At Google Cloud Next Tokyo, the company unveiled these AI agents aimed at data engineers, scientists, analysts, and developers. This initiative is part of Google's vision for an "agentic enterprise," where intelligent agents proactively assist users by understanding their needs and performing the heavy lifting.
- Google Launches AI Agents to Revolutionize Data Analysis (External Article - Hypothetical Link)
- The Rise of AI in Enterprise Data Management (External Article - Hypothetical Link)
- How AI is Transforming Financial Markets
- Understanding AI-Powered Trading Bots
BigQuery AI Agents
Google introduced the Data Engineering Agent that can construct entire data pipelines from simple natural language prompts. For example, a user can say, "Clean this CSV, join it with sales data, and push it into BigQuery," and the agent executes the task automatically. For more complex workflows, the Data Science Agent within BigQuery Notebooks supports end-to-end model building, including visualizations and reasoning.Conversational Analytics Agent
The Conversational Analytics Agent has been upgraded with a Code Interpreter that runs Python code behind the scenes. This allows business teams and analysts to ask intricate questions like "Segment customers by behavior in Q2," and receive the code, charts, and insights securely within their enterprise data environment.Developer-Focused Gemini CLI GitHub Actions
Developers benefit from the Gemini CLI GitHub Actions, an open-source AI agent integrated into repositories. It can triage issues, review pull requests, and respond to @mentions to perform specific tasks. It operates seamlessly with Google Cloud’s secure Workload Identity Federation.Infrastructure Enhancements
BigQuery now features an AI Query Engine that supports LLM-style queries directly within SQL. It also offers hybrid semantic search, vector embedding generation, and a new columnar engine for Spanner, bridging OLTP and OLAP workloads. These tools extend beyond structured data to support unstructured data types such as images, audio, and video. The Spanner columnar engine can execute analytical queries up to 200 times faster, while BigQuery introduces multimodal tables capable of storing and querying diverse data types together. Google is also releasing APIs for developers to embed conversational analytics into their own applications and is adopting open standards like the Model Context Protocol to ensure interoperability with other AI tools. Most of these features are rolling out now and are available at no additional cost within existing BigQuery and Looker pricing plans.Source: Originally published at Maginative on August 5, 2025.