Steren

@steren.fr

Engineer turned Product Manager ⬣ Google Cloud Run founder+leader ⬣ Google Cloud Carbon Footprint founder steren.fr 𝕏: @steren

Glad to have participated in person to the 2025 edition of Cloud Run day India! The team had prepared great deep dive sessions, quizzes, and workshops. Nice to connect with the local developer community.

BildBildBildBild

I'll be speaking at the AI For Developers meetup in San Francisco next Wednesday: - 6:30pm: Google Cloud Run for AI (Inference, agents, and MCP) - 7pm: A Python-First Approach to AI Infra, from Sandboxes to Inference - 7:30pm: Zylo-docs: The Code-first, AI-powered API Spec Tool lu.ma/qemn7akv

Bild

- Vibe coded apps go to Cloud Run - AI Agents go to Cloud Run - MCP servers go to Cloud Run Cloud Run's flexibility and on-demand nature make it a runtime of choice for these new workloads.

Previously, we waited for a language runtime to be Stable or LTS before launching it on Cloud Run. We are changing that: Go 1.25 (today "Release Candidate") and Node.js 24 ("Current") are available in Preview today. They will GA once Stable and "Active LTS". $ gcloud run deploy

GitHub PR review tool is way behind Google's internal code review tool. For performance, usability, and features

Serverless Gemma 3n with Ollama and Cloud Run in two lines: $ gcloud run deploy --image ollama/ollama --port 11434 --gpu 1 $ OLLAMA_HOST=[...] ollama run gemma3n

Bild