Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intergalactic AI : Smarter Agents for a Safer E...

Intergalactic AI : Smarter Agents for a Safer Earth @Devfest London 2025

With Seifeddin Mansri, CTO Cloud @Sfeir and Julien Landuré, CTO @TechTown

Linkedin: https://www.linkedin.com/posts/seifeddinmansri_adk-mcp-a2a-activity-7398006997322764289-Ft2g
GitHub: https://github.com/jlandure/mib-demos

Description:
In the year 2140, intergalactic travel is routine, and Earth’s safety hinges on a cutting-edge alien registration system. Agents J and S are on a mission to modernize this critical platform using AI-powered agents to ensure alien vessels and lifeforms are compatible with our planet.

Join us to explore how ADK, Gemma, and serverless deployment (Cloud Run) power autonomous solutions for efficient alien screening.

Whether you're passionate about AI, serverless technology, or sci-fi-inspired projects, this talk is your gateway to exploring how we protect Earth from intergalactic surprises. Don’t miss it!

Avatar for Julien Landuré

Julien Landuré

November 22, 2025
Tweet

More Decks by Julien Landuré

Other Decks in Technology

Transcript

  1. Scan easily aliens from photo Protect earth using an dedicated

    Agent to identify potential issues! Get insights on vessels Check if the vessel is ready to come on earth! Develop a new agent
  2. Agent • A software entity designed to act autonomously to

    achieve specific goals • Performs tasks, interacts with users, utilizes external tools • Goes beyond simple input/output – they can reason, plan, and orchestrate ADK • A flexible and modular framework for developing and deploying AI agents. • Make agent development feel like software development. • Available in Python, Go and Java ADK | Agent Dev Kit
  3. AI Agents: An evolution 9 LLM + Prompt LLM +

    Retrieval LLM + Retrieval + Tools + Many Tools + Reasoning Loop Agent Multi Agent Systems LLM LLM RAG LLM RAG Tools LLM RAG Tools
  4. Google Cloud Proprietary & Confidential • Navigate to ◦ python/bodysafety

    ◦ java/earthsafety • Run: adk web . • Opens a browser UI for ◦ Chatting with agents. ◦ Inspecting events and state. ◦ Viewing agent definitions. ◦ Accessing traces. 10 Getting Started: Code Structure & adk web
  5. The model Gemma Open model from Google You can download,

    fine-tune and embed 1B, 4B, 12B, 27B Gemma3n Gemini Flagship model from Google Multimodality, Reasoning… Pro, Flash, Flash-lite Gemini 3 Pro Preview NEW! NEW!
  6. Google’s most advanced family of AI models, and one of

    its flagship products. Runs on Google’s servers - no need to worry about infrastructure yourself. Accessible through products and platforms like AI Studio, the Gemini we app, Gemini CLI or simply as an API. Gemini: At The Frontier
  7. The deployment Agent Engine Fully managed, auto-scaling service for ADK

    Agents Integrated Memory & Session Management Cloud Run Deploy as a container-based application Framework Agnostic Serverless GPU available
  8. The datasource Legacy Datastore In the cloud typically involves traditional

    databases (e.g., Cloud SQL, Firestore…) for structured data, often alongside blob stores (e.g., Cloud Storage) for unstructured data like documents and images Modern → MCP / A2A The evolution towards adopting Model Context Protocol (MCP) for standardized data and process context, facilitated by Application-to-Application (A2A) integrations to ensure seamless communication and data flow across modern systems.