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

steren.fr
𝕏: @steren
stations.albertguillaumes.cat shows 3d models of many european metro stations.
Here's Chatelet Les Halles in Paris:
September 14, 2025 at 9:27 PM
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.
September 12, 2025 at 8:43 AM
Add /deploy to Gemini CLI with the Cloud Run Gemini CLI extension:

$ gemini extensions install github.com/GoogleCloudP...

Read more: cloud.google.com/blog/product...
September 10, 2025 at 2:50 PM
Deploy your Gradio app to Cloud Run from the gradio CLI:

$ gradio deploy --provider gcloud
September 3, 2025 at 3:05 PM
Gemini 2.5 Flash Image (a.k.a. nano banana) is a massive leap forward, an a 171 elo point jump is huge.

See nice landing page from Google DeepMind deepmind.google/models/gemin...
August 27, 2025 at 4:39 PM
A group is building a "spatial browser", i.e. a user agent that presents web content directly inside a 3D coordinate space. I love the idea.
m-creativelab.github.io/jsar-runtime...
JSAR | Open Source Spatial Web Browser Engine for Immersive Browsing
Experience the future of web browsing with JSAR - an open-source spatial web browser engine for 3D, WebXR, and immersive spatial browsing experiences.
m-creativelab.github.io
August 15, 2025 at 5:59 AM
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
August 13, 2025 at 9:48 PM
- 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.
August 11, 2025 at 7:00 PM
Thanks to Gemini CLI:
- I don't write tests (manually) anymore
- test coverage of my projects go up.
August 11, 2025 at 3:51 AM
The Cloud Run MCP server is now listed in Docker's MCP hub.
The catalog page does a great job listing the available tools and giving clear setup instructions.
hub.docker.com/mcp/server/c...
August 8, 2025 at 5:13 PM
Gemini CLI and I added an anaglyph mode to my web component, for non-VR users.
stereo-img.steren.fr
August 3, 2025 at 12:00 AM
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
July 31, 2025 at 4:21 PM
Right now: 10,000 homes sending 60MW to the grid as one Virtual Power Plant
July 30, 2025 at 3:03 AM
Carbon numbers for Google Cloud regions, 2024 edition.
- Details: cloud.google.com/sustainabili...
- CSV: github.com/GoogleCloudP...
July 28, 2025 at 6:39 PM
I'd like to thank TikTok and Gen Z for a potential new Radiohead tour (and one can hope) album.
July 23, 2025 at 7:05 PM
The Gemini CLI roadmap is now public github.com/orgs/google-...

👀 2 Cloud Run-related items:

Start background agent either locally, by deploying to Cloud Run, or through Jules integrations:
github.com/google-gemin...

Deploy to Cloud Run with /deploy
github.com/google-gemin...
Gemini CLI Public Roadmap • google-gemini
This project publishes the Public Roadmap for the Gemini CLI Project.
github.com
July 16, 2025 at 1:36 PM
In an alternate timeline, we would have flown from San Francisco to Paris in 4.5 hours today.
July 11, 2025 at 5:01 PM
Announcing Docker, Inc compose support for Google Cloud Run:

- Define your app in "compose.yaml"
- Run locally with "docker compose up"
- Deploy with "gcloud run compose up"

Docker blog: www.docker.com/blog/build-a...

GCP blog: cloud.google.com/blog/product...

Video: youtu.be/KHM3YGkLOxo?...
July 11, 2025 at 3:30 AM
Gemini API is getting a Batch Mode, to run within a 24-hour window.
Priced 50% lower and with higher limits.
developers.googleblog.com/en/scale-you...
Batch Mode in the Gemini API: Process more for less
Discover how Batch Mode in Gemini API allows developers to submit large jobs, offload processing, and get results in 24 hours, offering simplicity, convenience, and cost-savings.
developers.googleblog.com
July 8, 2025 at 8:57 PM
GitHub PR review tool is way behind Google's internal code review tool.
For performance, usability, and features
July 7, 2025 at 4:48 AM
cooking something
July 7, 2025 at 4:39 AM
Gemini CLI can also help you pass time when your containers are building
June 28, 2025 at 9:25 PM
Nice to see that ElectricityMaps has a "Carbon aware scheduler" API endpoint.

Given a job duration, start and end window, and set of locations (which can be GCP regions), the API returns the optimal execution time and location.

portal.electricitymaps.com/docs/api#car...
June 28, 2025 at 5:29 AM
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
June 26, 2025 at 5:54 PM