Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Building Gemini Local Hub: Stateful Agentic Loops & Real-Time Thought Streaming
Explore building a local AI hub with Gemini. See how to create stateful, low-latency sessions, manage agentic pipelines, and stream real-time model reasoning in Next.js.
I’ll be doing a live code walkthrough of Gemini Local Hub, a local-first orchestration layer I built around @google/gemini-cli-core. We will dive straight into the Next.js App Router codebase to look at how I transformed stateless LLM CLI interactions into persistent, low-latency “warm” sessions using a Global Singleton pattern. I’ll also demonstrate the architecture behind the asynchronous agentic pipeline (handling both automated “YOLO” tool execution and manual human-in-the-loop validation), and how I split the streaming channels to capture and render real-time model reasoning (“thought blocks”) without polluting the primary UI state.