# Cloud Run Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/cloud-run
> Markdown URL: https://aitinkerers.org/technologies/cloud-run.md
> Technology record last updated: 2026-02-23T20:57:58Z
> Generated: 2026-09-21T21:53:33Z

Cloud Run is a fully managed, serverless platform: deploy and run containerized applications, scaling automatically from zero to thousands of instances.

Cloud Run delivers the flexibility of standard containers (Docker, OCI) with the simplicity of a true serverless model. Operators deploy code written in any language (Go, Python, Java, Node.js) directly onto Google's infrastructure. The platform handles 100% of the operational overhead: provisioning, patching, and scaling. Crucially, it scales your service instantly based on request load, including scaling down to zero when idle, meaning you only pay for the exact CPU time consumed. This focus shifts your team's effort entirely to feature development, not infrastructure management.

- Official technology site: https://cloud.google.com/run
- Public AI Tinkerers demos and talks: 12
- Result page: 1 of 1

## Recent Public Talks and Demos

### [Agentic video editing pipeline](https://montreal.aitinkerers.org/talks/rsvp_5bqTjWicF8s)

After interviewing 50+ video editors, head of marketing, film directors, we found the boring part of the professional video editing job that can be automated. I will demo the main video ingestion workflow: transcode to 480p using ffmpeg, upload that video to GCS, takes some frames and use it for classification, ask gemini to look at the video for video understanding, piping the audio to assemblyai for the transcript, use ffmpeg to segment the video, use gemini embedding on each segment so it is searchable.

- Event context: AI Tinkerers Montreal - May Demo Meetup @ Ubisoft — 2026-05-26 — Montreal
- Public talk page: https://montreal.aitinkerers.org/talks/rsvp_5bqTjWicF8s

### [Claude Code for Patent Prosecution](https://cologne.aitinkerers.org/talks/rsvp_0141nYwU_RQ)

"Claude Code for Patent Prosecution," features an agent designed to support and automate the prosecution of patents at the European Patent Office (EPO). The demo showcases the end-to-end pipeline: from a highly reliable, exact ingestion of dense technical PDF documents, through an AI review process constrained by strict EPO guidelines, all the way to generating native .docx files with "track changes" enabled for attorney review.

- Event context: AI Tinkerers Cologne 4: Live Technical Demos — 2026-04-16 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_0141nYwU_RQ

### [MCP Apps: Shipping Interactive UIs with a Translation Server](https://cologne.aitinkerers.org/talks/rsvp_WllqXAqGhlM)

Four live demos adding interactive Views to a production MCP server using ext-apps. Demo 1: side-by-side translation diff with glossary term highlighting and model quality comparison. Demo 2: D3 force-directed network graph exploring 10k+ glossary terms across 30 languages. Demo 3: inline glossary marketplace -- browse, preview, one-click install. Demo 4: drop a product photo, Gemini OCR extracts text, DeepL translates it, Imagen 3 regenerates the image with culturally adapted people and scenery. All rendering inline in the chat, all calling back to the server from the iframe.

- Event context: AI Tinkerers Cologne 3: Demos, Code, and Architecture — 2026-03-05 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_WllqXAqGhlM

### [Build an LLM and RAG-based Chat Application with AlloyDB and Vertex AI](https://pereira.aitinkerers.org/talks/rsvp_JG2zcfhm9MI)

In this session, we will explore how to overcome the knowledge limitations of language models using Recall Augmented Generation (RAG). We will analyze a robust architecture on Google Cloud that uses AlloyDB for the storage and semantic search of vector embeddings, allowing the model to access private information in real time. We will see how the MCP Toolbox acts as secure middleware to manage database operations and how Gemini Pro in Vertex AI synthesizes this information to deliver accurate, multimodal, and context-rich responses.

- Event context: Cambio de paradigma AITINKERERS PEREIRA 2026 — 2026-02-26 — Pereira
- Public talk page: https://pereira.aitinkerers.org/talks/rsvp_JG2zcfhm9MI

### [Building a Digital Supermax: Architecting Air-Gapped Runtimes for Untrusted Agents](https://dc.aitinkerers.org/talks/rsvp__aic7NqY23M)

I will walk through my design of a system capable of hosting isolated, zero egress, OpenClaw/ClawdBot/MoltBot instances. The system is, in principle, scalable to all AI agents. I can discuss the cloud infrastructure that makes this possible at the network level and still allows OpenClaw to run as root within the VM while allowing end-users to run untrusted code. Think: Codex Cloud but for OpenClaw.

- Event context: AI Tinkerers - DC Metro Meetup - February 24th, 2026 — 2026-02-24 — DC
- Public talk page: https://dc.aitinkerers.org/talks/rsvp__aic7NqY23M

### [The AI-First Development Workflow](https://st-louis.aitinkerers.org/talks/rsvp_VHAgcAJsbGY)

This presentation details a paradigm shift in software engineering where AI is the primary builder and the human is the Principal Orchestrator. The Core: It replaces traditional human team roles with specialized, adversarial AI agents. The Rigor: It implements the Planning Gauntlet (Architect/Critique/Revise) and the Hardening Cycle (Review/Fix/Test) to ensure that solo output meets industrial production standards. The Impact: It enables a single engineer to operate as a full-force squad, delivering mission-critical software with zero-drift and zero-bug tolerance. This presentation describes the workflow I've developed building production software using AI at my day job (IntelePeer) as well as in my side projects (IgnitionAI)

- Event context: AI Tinkerers – St. Louis Meetup: February 4, 2026 — 2026-02-04 — St. Louis
- Public talk page: https://st-louis.aitinkerers.org/talks/rsvp_VHAgcAJsbGY

### [Creating a DSGVO conform LLM Wrapper which lets people enty PPI data and has access to Emails , also a RAG System](https://cologne.aitinkerers.org/talks/rsvp_8TqWeuaJ0Ag)

Presenting the code and architecture of my little hobby. Mainly ill focus on the backend , but can show the frontend as well.

- Event context: AI Tinkerers Cologne – Inaugural Meetup — 2025-11-05 — Cologne
- Public talk page: https://cologne.aitinkerers.org/talks/rsvp_8TqWeuaJ0Ag

### [Shipping AI for Good with LLM-as-Judge Evals](https://nyc.aitinkerers.org/talks/rsvp_Iv0GfB9IJjk)

Immigrants facing detainment need urgent, clear answers but face dense legal docs. This critical gap inspired me to build a tool to provide immediate support in a high-stakes situation. I built a bilingual (EN/ES) RAG chatbot that provides instant, conversational answers to immigration questions, drawing from trusted non-profit legal FAQs.

- Event context: NYC October Demo Day — 2025-10-02 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_Iv0GfB9IJjk

### [EZ Bomberman: a vybe-coded, multiplayer online game that scales](https://montreal.aitinkerers.org/talks/rsvp_mBPKmNCmMCs)

During this demo, the audience will participate in a live, 5-minute tournament of EZ Bomberman. We will have a leaderboard that shows the winners, and we can stream the games live on the big screen. EZ Bomberman is a multiplayer game inspired from Bomberman that I built on GCP. The architecture allows the game to scale from 0 to thousands of concurrent players seamlessly.

- Event context: AI Tinkerers Montreal - May 2025 Meetup at LightSpeed — 2025-05-07 — Montreal
- Public talk page: https://montreal.aitinkerers.org/talks/rsvp_mBPKmNCmMCs

### [Vinchy: AI-Powered Fit Matching and Virtual Try-On for the Real-World Body (Prefer to do Science Fair)](https://seattle.aitinkerers.org/talks/rsvp_6N2EwXqJpNw)

Vinchy is a personalized fashion platform that uses AI to help users find clothes that actually fit their unique bodies. At our booth, we’ll demonstrate our proprietary fit engine, which compares a user’s body measurements to a large database of hand-measured garments and returns only those that fit well—down to the centimeter. Visitors can try our real-time virtual try-on feature, which superimposes well-fitted clothing onto their own photo. We'll also showcase how users can discover others with similar bodies, fostering a new kind of social commerce built around real fit, not aspirational sizing. Our setup will include live demos of the tailored search engine, AI stylist feedback, and outfit-of-the-day feed filtered by measurement similarity.

- Event context: AI Tinkerers Seattle - April Meetup — 2025-04-25 — Seattle
- Public talk page: https://seattle.aitinkerers.org/talks/rsvp_6N2EwXqJpNw

### [Using NLP/ML and cloud functions to automate peer groups.](https://nyc.aitinkerers.org/talks/rsvp_MZuKe3l91uQ)

Code walk through of a VueJS front end launching late 2024 or early 2025 using machine learning/NLP over GCP cloud functions, Firestore / Cloud Run backend to automatically create peer groups. Would show Python code over Google Cloud Functions (gen2) using models (not actual subscribers!) we've been using in development in code calling SpaCy libraries and Regex functions to extract keywords, and then use those, currently in a Dice/Sorenson algorithm on web-based device (phone or laptop) to create peer groups.

- Event context: AI Tinkerers - New York City - November 2024 Meetup | Win Meta Ray-Bans — 2024-11-12 — New York City
- Public talk page: https://nyc.aitinkerers.org/talks/rsvp_MZuKe3l91uQ

### [Sift Social AI: An AI Social Media Analyst](https://chicago.aitinkerers.org/talks/rsvp_WrKas5P5Vow)

Sift Social is an AI social media analyst that can help you identify the best content to post, the best influencers to work with and the best UGC to boost. Social Media Data Collector Sift Social is an AI agent powered with the most robust social media data collection workflow on the market Hashtag Collector Comment Analysis Influencer Identification + Outreach AI Data Analyst Using an advanced LLM technology, Sift Social is able to turn TikTok trends into strategic insights Talk Directly To Your Data In Plain English Automate Data Analytic Workflows Assess Influencer Impact

- Event context: AI Tinkerers Chicago May Meetup — 2024-05-07 — Chicago
- Public talk page: https://chicago.aitinkerers.org/talks/rsvp_WrKas5P5Vow

## Related Technologies

- [Vertex AI](https://aitinkerers.org/technologies/vertex-ai) ([Markdown](https://aitinkerers.org/technologies/vertex-ai.md)) — 31 public demos
- [Next](https://aitinkerers.org/technologies/next) ([Markdown](https://aitinkerers.org/technologies/next.md)) — 186 public demos
- [Firestore](https://aitinkerers.org/technologies/firestore) ([Markdown](https://aitinkerers.org/technologies/firestore.md)) — 4 public demos
- [Cloud Build](https://aitinkerers.org/technologies/cloud-build) ([Markdown](https://aitinkerers.org/technologies/cloud-build.md)) — 2 public demos
- [Cloud SQL](https://aitinkerers.org/technologies/cloud-sql) ([Markdown](https://aitinkerers.org/technologies/cloud-sql.md)) — 3 public demos
- [Docker](https://aitinkerers.org/technologies/docker) ([Markdown](https://aitinkerers.org/technologies/docker.md)) — 147 public demos
- [OpenAI API](https://aitinkerers.org/technologies/openai-api) ([Markdown](https://aitinkerers.org/technologies/openai-api.md)) — 520 public demos
- [AlloyDB](https://aitinkerers.org/technologies/alloydb) ([Markdown](https://aitinkerers.org/technologies/alloydb.md)) — 1 public demo
- [BigQuery](https://aitinkerers.org/technologies/bigquery) ([Markdown](https://aitinkerers.org/technologies/bigquery.md)) — 1 public demo
- [Cloud NAT](https://aitinkerers.org/technologies/cloud-nat) ([Markdown](https://aitinkerers.org/technologies/cloud-nat.md)) — 1 public demo
- [Cloud Storage](https://aitinkerers.org/technologies/cloud-storage) ([Markdown](https://aitinkerers.org/technologies/cloud-storage.md)) — 1 public demo
- [Compute Engine](https://aitinkerers.org/technologies/compute-engine) ([Markdown](https://aitinkerers.org/technologies/compute-engine.md)) — 2 public demos
- [D3](https://aitinkerers.org/technologies/d3) ([Markdown](https://aitinkerers.org/technologies/d3.md)) — 6 public demos
- [DeepL API v2/v3](https://aitinkerers.org/technologies/deepl-api-v2-v3) ([Markdown](https://aitinkerers.org/technologies/deepl-api-v2-v3.md)) — 1 public demo
- [Document AI](https://aitinkerers.org/technologies/document-ai) ([Markdown](https://aitinkerers.org/technologies/document-ai.md)) — 3 public demos
- [FFmpeg](https://aitinkerers.org/technologies/ffmpeg) ([Markdown](https://aitinkerers.org/technologies/ffmpeg.md)) — 16 public demos
- [Flutter](https://aitinkerers.org/technologies/flutter) ([Markdown](https://aitinkerers.org/technologies/flutter.md)) — 24 public demos
- [GCP](https://aitinkerers.org/technologies/gcp) ([Markdown](https://aitinkerers.org/technologies/gcp.md)) — 10 public demos
