Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Gemini, Snowflake, and MCP
See a live demo of an AI agent connecting Gemini Enterprise to Snowflake via MCP, querying enterprise data and performing NL2SQL.
A live demo of building an AI agent that connects Gemini Enterprise with Snowflake using the Model Context Protocol (MCP). I’ll walk through the architecture decisions, show the actual integration code, and demonstrate a working agent that can query and analyze data.
- Gemini EnterpriseGemini Enterprise is Google Cloud's advanced agentic platform: it uses Gemini models to automate complex, end-to-end workflows across your organization.This platform delivers the full power of Google AI directly to your enterprise, acting as the secure, single front door for all AI agents. It leverages the industry-leading Gemini models, connecting them to your critical business data (e.g., Microsoft 365, Salesforce, SAP) for grounded, contextual answers. Teams utilize a no-code workbench to build custom agents or deploy pre-built solutions like Deep Research, immediately transforming weeks of work into streamlined conversations. Crucially, Gemini Enterprise is built on enterprise-grade security, offering centralized governance, Model Armor, and full data ownership (your data is not used for model training in Standard, Plus, or Frontline editions).
- ADKADK (Agent Development Kit) is Google's open-source, code-first framework: it builds, orchestrates, and deploys sophisticated, production-ready AI agents across Python, Java, and Go.The Agent Development Kit (ADK) is an open-source, code-first framework from Google, designed to simplify the full-stack development of intelligent, multi-agent systems. It provides the core architecture (orchestration, state management) necessary to move beyond single-purpose models: developers use it to compose specialized agents in a hierarchy for complex, multi-step workflows. While optimized for the Gemini model and Google Cloud's Vertex AI Agent Engine deployment, ADK maintains model-agnosticism and supports multiple languages (Python, Java, Go), ensuring scalability and flexibility for enterprise-grade AI applications.
- Agent EngineAgent Engine: The managed service on Vertex AI for deploying, scaling, and governing enterprise-grade AI agents in production.This is your production launchpad for autonomous agents: Agent Engine (part of Vertex AI Agent Builder) handles the heavy lifting. It's a set of services that manages infrastructure, scaling, security, and monitoring, freeing developers to focus on core agent capabilities. Agents deployed here leverage features like short-term and long-term Memory Bank for context-aware, human-like interactions. You get full control over the agent lifecycle, from integrated evaluation and Gemini model support to seamless deployment of agents built with frameworks like LangChain or CrewAI.
- Snowflake MCPSnowflake MCP (Model Context Protocol) provides a fully managed server for AI agents to securely and scalably access enterprise data via a standardized, open-source interface.The Snowflake-managed MCP server is your direct, secure conduit for agentic AI applications: it connects large language models (LLMs) to your live Snowflake data. This server implements the open-source Model Context Protocol (MCP) standard, offering a unified, compliant interface for tool discovery and invocation. Specifically, it enables AI agents like Cortex Analyst and Cortex Search to execute SQL or retrieve data insights without deploying separate infrastructure. This fully managed service ensures your AI applications operate with Snowflake's built-in OAuth, access controls, and data governance, delivering enterprise-grade security and scalable performance.
- PythonPython: The high-level, general-purpose language built for readability, powering everything from web backends to advanced machine learning models.Python is the high-level, general-purpose language prioritizing clear, readable syntax (via significant indentation), ensuring rapid development for any team . Its ecosystem is massive: use it for robust web development with frameworks like Django and Flask, or leverage its power in data science with libraries such as Pandas and NumPy . The Python Package Index (PyPI) provides thousands of community-contributed modules, offering immediate solutions for tasks from network programming to GUI creation . The language is actively maintained by the Python Software Foundation (PSF), with the stable release currently at Python 3.14.0 (as of November 2025) .
Related projects
Building a Production-Ready ESG KPI Extraction Pipeline with Gemini API
Vienna
Learn to build a production ESG KPI extraction pipeline. This talk covers cost control with Gemini API caching,…
Your AI Agent Just Designed Its Own Face (And Changed My Dashboard Without Asking)
Miami
See how an AI agent designed its own face using Gemini, saved it, and updated its dashboard avatar…
Dual-Agent MCP Development: Builder and Tester in the Same Conversation
Seattle
See a live demo of building a 44-tool MCP server using two collaborating Claude agents: one builds, one…
Multi-Agent Fraud Detection: When LLMs Argue About Bitcoin Laundering
Toronto
Three LLM agents debate Bitcoin fraud using Graph RAG on Neo4j, presenting prosecutor, defense, and judge roles for…
How AI Agents Actually Work With Tools and MCP
Boston
A walkthrough of the actual code flow behind AI agents, demonstrating how they invoke tools like the Multi‑Tool…
Building NousyBooks - Orchestrating Low-Latency Multimodal Voice Agents with Gemini Live
Atlanta
Learn to build low-latency multimodal voice agents using Gemini Live. This talk covers bidirectional audio streaming, managing 12…