惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
宝玉的分享
宝玉的分享
Apple Machine Learning Research
Apple Machine Learning Research
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
H
Help Net Security
雷峰网
雷峰网
M
MIT News - Artificial intelligence
Microsoft Security Blog
Microsoft Security Blog
美团技术团队
GbyAI
GbyAI
博客园_首页
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
I
InfoQ
小众软件
小众软件
Google DeepMind News
Google DeepMind News
D
Docker
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - Franky
Hugging Face - Blog
Hugging Face - Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
[Google Cloud Next '26 Recap #1] Hands-On with the Agenti...
koichim2 · 2026-05-02 · via DEV Community

I recently attended Google Cloud Next '26 in Las Vegas. In this post, I'd like to share my experience at one of the most engaging spots on the EXPO floor: the Agentic Hack Zone.

Google Cloud Next 2026

Hands-On Booths at the EXPO

The Next EXPO floor isn't just about flashy demos to look at — it's packed with booths where you can actually open a terminal or console and try things out for yourself. That hands-on element is one of the things that makes the Next EXPO special.

Among all those booths, the one I dove into was the Agentic Hack Zone.

What is the Agentic Hack Zone?

A bold message was displayed at the Welcome desk.

"Build better agents to scale your impact and accelerate your work"

The zone featured 5 booths, each offering a different codelab focused on a specific aspect of agent development. The flow at each booth was simple:

  1. Watch a ~5-minute live demo from an instructor
  2. Run through the codelab yourself

And as a nice bonus — completing all five booths apparently earned you some swag (an Agent Platform T-shirt).

The 5 Booth Themes & Codelabs

Here are the five themes and their corresponding codelab URLs:

Together, the labs cover the full agent development lifecycle — from the fundamentals of ADK, to inter-agent communication (A2A), tool integration (MCP), governance and security, and finally deployment and scaling.

Heads up

  • Each lab takes roughly 20–30 minutes to complete
  • Expect to spend a few dollars in cloud resources while running them

My Experience

At the venue, I was able to complete one of the booths. The booth provided a dedicated PC and a lab account, so there was no setup overhead on my side — I just sat down and got started. Within 20–30 minutes, I had a working agent up and running. The instructor's short demo beforehand was really helpful too: it gave me a clear mental model of where the lab was heading before I dove into the steps.

I'm planning to tackle the remaining four labs back home.

Want to Try It Yourself?

The good news. You don't have to be at Next to do these codelabs. They appear to be publicly available online, so anyone interested in modern agent development — ADK, A2A, MCP, and the rest — can give them a try using the URLs above. The labs are short, focused, and a great way to get a feel for the full agent stack.

Happy hacking!