Guillaume Laforge
@glaforge
🥑 Developer Advocate @GoogleCloud 🧠 Focusing on GenAI 🤖 ⭐️ @ApacheGroovy co-founder 🏆 @java_champions 📣 @lescastcodeurs podcast 🦋 @glaforge.dev
Writing AI Agents in Java with the ADK framework, getting started guide in Java! glaforge.dev/posts/2025/05/… #ADK #Java #AIAgent

Mastering agentic workflows with ADK for Java: Sub-Agents glaforge.dev/posts/2025/07/… < great example from @glaforge of nesting agents and coordinating them
📢After yesterday's post on #ADK〖 sub-agents 〗in #java, let's have a look at the〖 sequential flow 〗of agents. 🗺️With an example of a trip planner, with an #AI #agent searching info about a destination, an itinerary agent, and a restaurant finder. glaforge.dev/posts/2025/07/…
New article exploring the various agentic workflow patterns in #ADK for #Java. This time, zooming in on "sub-agents". Next we'll explore sequential, parallel and loop flows. glaforge.dev/posts/2025/07/…
Pipedream 🤝 @GeminiApp Check out a Gemini 2.5 + @Pipedream Connect agent in < 100 Lines of Code! 🤯
Here is a Gemini 2.5 Agent that connects to over 2,700 APIs and 10,000 Tools using MCP and @pipedream! It is < 100 Lines of Code! 🤯 It uses the MCP integration of the Gemini SDK, connected to Google Calendar and Gmail via Pipedream to read my meetings and send an email. Script…
Google is processing 980 trillion+ monthly tokens across our products and APIs (up from 480T in May) 🤯 No slowdown in sight, intelligence is everywhere.
Many of you have been saying it, and it's true: @GeminiApp has momentum and it's growing! We've got tons in the pipeline and lots more to do!
New article exploring the various agentic workflow patterns in #ADK for #Java. This time, zooming in on "sub-agents". Next we'll explore sequential, parallel and loop flows. glaforge.dev/posts/2025/07/…

Simplify AI app deployment with Cloud Run and Docker Compose. We're working with @Docker to bring the simplicity of compose.yaml directly to Cloud Run. Here's how to deploy your multi-container and AI apps to the cloud with a single command ↓ cloud.google.com/blog/products/…
Multi-agent orchestration is complex, especially when mixing languages like Python & Java. The open A2A (agent-to-agent) protocol is designed to simplify this communication between agents. Learn how to build a multi-agent Airbnb planner using A2A and ADK. ⬇️
Veo 3 room explosions 🤯 Turns out this works for making themed rooms starring brands and characters! I spent several hours and tons of credits optimizing this prompt so you don't have to 👇
Gemini CLI key highlights for week of 7/14/2025. - 🎉 Gemini CLI v1 Roadmap: github.com/google-gemini/… - Show modified content on cancel (y-okt) - Confirmation shortcuts with number keys (miguelsolorio) - Detect and mitigate cognitive loops (SandyTao520) - Allow/exclude MCP…
AI Agents, the New Frontier for LLMs glaforge.dev/talks/2025/07/… < great content (see the embedded presentation) from @glaforge
Just shared my presentation on #AI #Agents. If you want to learn more about the #MCP & #A2A protocols, and frameworks like #ADK, @langchain4j for building agents in Java in particular, read on! glaforge.dev/talks/2025/07/…

Take a look at Gemini CLI's roadmap for v1. Gotta love building in the open! github.com/google-gemini/…
Grok 4 and Perplexity Comet released this week. But these 9 huge AI Agent releases went under the radar: 1. Google released MCP Toolbox for Databases to build AI Agents with database access. Integrate tools to your agent in less than 10 lines of Python code. 100% Opensource.
Using #Gemini and long context for indexing rich documents (PDF, HTML... containing images & diagrams) for your #RAG pipelines glaforge.dev/posts/2025/07/…