Everyone at #GoogleCloudNext is talking about cloud-scale AI.
I did the opposite in my latest article
Ran my AI agent fully on my laptop 💻
🚫 No API key
💸 No per-token costs
⚡ No latency
Gemini → Gemma 4 (via
@docker.com Model Runner)
#GoogleCloud #Docker
medium.com/google-cloud...
Posts by Mazlum Tosun 💙 #GCP
On my way to Vegas for #GoogleCloudNext 😍
See you there — and remember, what happens in Vegas stays in Vegas 😁
I’ll be giving my talk on Wednesday 22 at 12:30 PM in the Developer Theatre
@developers.google.com @docker.com
#GoogleCloud #GCP
🎥 After my article, I created videos in EN 🇬🇧 and FR 🇫🇷 to go deeper 🚀
I built an end-to-end AI agent on #GoogleCloud with ADK, #BigQuery MCP, #CloudRun & Agent Engine
→ NL → SQL → BigQuery → response
👇
youtu.be/oqqnUSYe558
Salut everybody tout le monde 👋
Le CFP de Cloud Nord 2026 a ouvert ce matin !
On attend avec impatience vos propositions !
C'est dispo par ici : conference-hall.io/cloud-nord-2...
On peut faire des choses plutôt sympas avec des petits modèles de langages, j'en parlerais à @sunnytech.bsky.social
Un petit aperçu: youtu.be/wYpxnAXTCbQ #SunnyTech2026
@developers.google.com @docker.com
I share also the video 🎥 in French 🇫🇷:
Construire un agent IA avec Google ADK, BigQuery MCP et Cloud Run (End-to-End)
youtu.be/5APzB_BBBPk
🎥 After my article, I created videos in EN 🇬🇧 and FR 🇫🇷 to go deeper 🚀
I built an end-to-end AI agent on #GoogleCloud with ADK, #BigQuery MCP, #CloudRun & Agent Engine
→ NL → SQL → BigQuery → response
👇
youtu.be/oqqnUSYe558
Effectivement, ça évolue tellement c’est fou !
C’est un des produits phare de GCP avec beaucoup de features qui s’ajoutent en continue.
Graph Schema Best Practices: Essential reading for optimizing your property graph definitions and avoiding common performance pitfalls:
docs.cloud.google.com/bigquery/doc...
Introduction to BigQuery Graph: A comprehensive overview of how BigQuery Graph bridges the gap between relational and graph models:
docs.cloud.google.com/bigquery/doc...
⚡ Want a quick start? Check out the 5-Minute "Hello World" Example:
youtu.be/_9YTyst9xWg?...
📚 Want to go deeper? Check out the BigQuery Graph Series by Rachael Deacon-Smith — covers everything from building Knowledge Graphs to GQL queries and visualization.
medium.com/google-cloud...
GQL syntax basics:
→ Nodes: (p:Person)
→ Edges: [r:PURCHASED]
→ Direction: (a)-[e]->(b)
→ Filters: {name: 'value'}
How it works:
1️⃣ Create node/edge tables (or use existing ones)
2️⃣ Define property graph with CREATE PROPERTY GRAPH
3️⃣ Query with GQL using MATCH patterns
4️⃣ Visualize in BigQuery Notebooks
→ Social networks: Friend recommendations, content discovery
→ Knowledge graphs: Build from unstructured data with Gemini
Real use cases:
→ Fraud detection: Find suspicious transaction patterns
→ Supply chain: Impact analysis when a supplier has defects
→ Customer 360: Track relationships and purchase paths
✅ ISO GQL standard — not a proprietary language
✅ No data replication — graph lives on your existing tables
✅ Unified experience — combine GQL with SQL in same project
✅ Native visualization in BigQuery Notebooks
✅ Integration with Spanner Graph — same schema and language
BigQuery now supports GQL — graph queries without JOINs! 🎯
SQL: 6 JOINs to traverse relationships
GQL: One pattern match 🔥
No data replication, native visualization, Spanner integration.
#BigQuery #GQL #GoogleCloud #GCP
New blog post: Building a form with Pablo
Declarative TUI layout in Go — inputs, editbox, buttons, events, dynamic styles. All in ~100 lines.
#golang #TUI #terminal #bubbletea
k33g.org/20260410-pab...
A robot using a computer inside a glass sandbox
New blog post: run #docker-agent securely inside a sandbox with #sbx + @docker.com Model Runner — no host access, fine-grained network policies, multiple agents side by side.
#Docker #AI #DockerAgent #sbx
k33g.org/20260403-doc...
Nouvelle vidéo : « Coder à 50 ans à l'ère de l'IA, ça fait quoi ? »
Dans cette vidéo, je reviens sur ce que signifie vraiment coder à 50 ans à l'ère de l'IA.
L’âge est-il dorénavant un handicap ou un avantage ?
youtu.be/cyJ2hDtTiMc
I just received my new GDE jacket right before heading to speak at Google Cloud Next in Las Vegas 😍☁️
Huge thanks to #Google and the amazing GDE team for this gift and recognition ❤️
#GDE #DockerCaptain #GoogleCloud #GoogleCloudNext @developers.google.com
The link 🔗 to the GitHub repository for the Dataflow #Python example:
github.com/tosun-si/dat...