---
title: "Talking to Your Cloud Bill: An AI-Powered GCP Cost Agent with Agno and BigQuery"
url: https://daily.dev/posts/talking-to-your-cloud-bill-an-ai-powered-gcp-cost-agent-with-agno-and-bigquery-vmmit3ses
source_url: https://medium.com/trendyol-tech/talking-to-your-cloud-bill-an-ai-powered-gcp-cost-agent-with-agno-and-bigquery-9b61a37d1926
type: article
source: "Trendyol Tech"
published: 2026-03-30T19:01:16.716Z
updated: 2026-03-30T19:01:47.235Z
tags: ["gcp", "ai-agents", "finops", "google-bigquery"]
reading_time: 15
upvotes: 1
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Talking to Your Cloud Bill: An AI-Powered GCP Cost Agent with Agno and BigQuery

**[Trendyol Tech](https://daily.dev/sources/trendyoltech)** · 15 min read · 1 upvotes · 1 comments

## Summary

Trendyol's Data Warehouse team built a conversational AI agent using the Agno framework that lets anyone query GCP billing data in plain language. The agent pre-loads metadata (projects, services, SKUs) to avoid LLM hallucinations, uses fuzzy matching to resolve informal user terms to exact GCP names, and generates production-grade BigQuery SQL following strict guardrails: no LIKE wildcards, unique CTE aliases, mandatory cost/credits/net-cost triple, and dynamic date functions. A custom BigQuery tool executes queries safely. Data governance is embedded directly in the agent's instructions, enforcing project-level access control with clear denial messages. Key lessons include the value of pre-loaded context, SQL guardrails as reliability features, and the necessity of fuzzy matching since users rarely type exact service names.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://medium.com/trendyol-tech/talking-to-your-cloud-bill-an-ai-powered-gcp-cost-agent-with-agno-and-bigquery-9b61a37d1926>

## Similar posts on daily.dev

- [I Built an AI Data Agent Which Can Query Data and Answer Business Questions. Here’s How.](https://daily.dev/posts/i-built-an-ai-data-agent-which-can-query-data-and-answer-business-questions-here-s-how--u3xbvpl4e) · Towards Data Science · 0 upvotes · 0 comments
- [Google expands BigQuery with conversational agent and custom agent tools](https://daily.dev/posts/google-expands-bigquery-with-conversational-agent-and-custom-agent-tools-xdce5wulg) · InfoWorld · 0 upvotes · 0 comments
- [Conversational Analytics in Google Data Cloud in Q326](https://daily.dev/posts/conversational-analytics-in-google-data-cloud-in-q326-dt89pjanp) · Google Cloud · 0 upvotes · 0 comments

---

Tags: [#gcp](https://daily.dev/tags/gcp), [#ai-agents](https://daily.dev/tags/ai-agents), [#finops](https://daily.dev/tags/finops), [#google-bigquery](https://daily.dev/tags/google-bigquery)

[View this post on daily.dev](https://daily.dev/posts/talking-to-your-cloud-bill-an-ai-powered-gcp-cost-agent-with-agno-and-bigquery-vmmit3ses)
