AI News HubLIVE
In-site rewrite3 min read

Kaggle + Google’s Free 5-Day Agentic AI Course

Google and Kaggle's 5-Day AI Agents Intensive is now available for free, self-paced learning. Over 1.5 million people enrolled in November 2025, with more than 11,000 capstone submissions.

SourceKDnuggetsAuthor: Nahla Davies

--> Kaggle + Google’s Free 5-Day Agentic AI Course - KDnuggets

-->

Join Newsletter

Agentic Learning

In November 2025, more than 1.5 million people signed up for a free course on building AI agents. That's not a typo, and it's not a MOOC's vanity metric for registrations that never convert: the same cohort filed more than 11,000 capstone submissions. Google and Kaggle's 5-Day AI Agents Intensive became, by attendance, one of the largest technical courses ever run.

The good news for anyone who missed the live week: all of it is now free and self-paced, and there's a lot more to it than the hype suggested.

What It Actually Is

The course is Google and Kaggle's follow-up to their 2024 GenAI Intensive, which itself drew 140,000-plus developers and a rerun that set a Guinness record for the largest virtual AI conference. The 2025 edition narrowed the focus from generative AI broadly to agents specifically, which is the right call given how much confusion still surrounds what an agent even is.

The live run happened over five days in November 2025, but the whole thing has since been transformed into a self-paced Kaggle Learn Guide, so you can now work through it on your own schedule. A refreshed run, themed around vibe coding, also went out in June 2026 for those who prefer the cohort experience. Either way, the material is the draw.

The Five Days

Each day pairs a technical whitepaper with two hands-on codelabs built on Gemini and Google's Agent Development Kit, so you're reading the concept and then immediately building it.

Day 1 - Introduction to agents: Agent architectures and the fundamental question of when a task needs an agent at all versus a simpler workflow. You build your first agent and your first multi-agent system.

Day 2 - Tools and interoperability with MCP: How agents use tools, how to write custom ones, and how the Model Context Protocol (MCP) lets agents talk to external systems. This day also introduces human-in-the-loop approval for long-running operations, which is the difference between a useful agent and a dangerous one.

Day 3 - Context engineering: Sessions and memory: Building stateful agents that remember, and giving them long-term memory that persists across sessions. This is where most homemade agents quietly fall apart, so it's worth slowing down here.

Day 4 - Agent quality: Logging, tracing, metrics, and evaluating both an agent's responses and its tool use. If you take one day seriously, take this one. Measuring whether an agent works is the skill almost nobody teaches and everyone shipping to production desperately needs.

Day 5 - Prototype to production: The agent-to-agent protocol and deploying to a managed runtime like Vertex AI Agent Engine. The unglamorous last mile between a notebook that impresses your team and a system real users can hit.

Who Should Take It, and How to Get the Most from It

If you can write Python and you've called an LLM API, you're ready. The course assumes programming literacy but not agent expertise, which is exactly the band most practitioners sit in right now.

One piece of advice from watching how these intensives tend to go: don't skim the whitepapers to rush to the code. The evaluation and context-engineering material on days three and four is where the durable understanding lives, and it's the part you can't pick up later by copying a working repo. The codelabs teach you to build an agent. The papers teach you why yours keeps breaking.

The whole thing is free, it's available now on Kaggle, and the capstone gives you something real to point at when you're done. A million and a half people found five days for it. Yours are probably worth the same.

Nahla Davies is a software developer and tech writer. Before devoting her work full time to technical writing, she managed—among other intriguing things—to serve as a lead programmer at an Inc. 5,000 experiential branding organization whose clients include Samsung, Time Warner, Netflix, and Sony.

Our Top 5 Free Course Recommendations

-->

Latest Posts

Kaggle + Google’s Free 5-Day Agentic AI Course

10 Newsletters Keeping You Ahead in AI

Run the Mythos Enhanced Coding Model Locally with llama.cpp and Pi

5 Free Courses to Go From AI Beginner to Practitioner

A Beginner’s Guide to Setting Up Claude Code for High Performance Agentic Programming

Top 5 MCP Servers for High-Performance Agentic Development

Top Posts

Stop Using If-Else Chains: Use the Registry Pattern in Python Instead

10 YouTube Channels Keeping You Ahead in AI

Top 5 MCP Servers for High-Performance Agentic Development

KDnuggets News, January 25: ChatGPT as a Python Programming Assistant • Python and Machine Learning to Predict Football Match Winners

5 Real-World SQL Projects to Build Your Data Portfolio

7 Python Frameworks for Orchestrating Local AI Agents

Run the Mythos Enhanced Coding Model Locally with llama.cpp and Pi

5 Free Courses to Go From AI Beginner to Practitioner

Working with Pi Coding Agents

Git Worktrees for AI Development

Published on July 22, 2026 by

No, thanks!