Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
pi-hydra: Mob Programming for Coding Agents
Explore pi-hydra, an extension for coding agents that uses observer "heads" to review work in real-time. Learn how prompt caching makes this cost-effective, adding only 30% to session costs.
pi-hydra is an open-source extension for the pi coding agent that adds observer “heads”. A head reviews the agent’s work while the agent is still working. Each head is one markdown file with its own focus (security, quality, keeping docs current) and sees exactly what the agent sees. After every step it decides: stay quiet, print a note for me, queue feedback for the next turn, steer the agent mid-run, or interrupt the run entirely.
The part that makes this cheap is prompt caching. Heads replay the agent’s own provider requests byte-for-byte at the moments the cache commits, so an observation is a near-pure cache read instead of a full-price context rebuild. Measured over real sessions an always-on head adds about 30% to session cost.
Live demo: an agent builds a small app while a security head catches an RCE mid-run and steers the fix into the conversation. I’ll show the head files, live cache-hit stats and the experiments harness that re-verifies the cache claims against the live API for under a dollar.
TypeScript project managing mid-flight LLM stream interruptions without cache parity.
- piPi is a personal AI designed for supportive, empathetic, and fluid conversation powered by the Inflection-2.5 LLM.Built by Inflection AI, Pi (Personal Intelligence) prioritizes emotional intelligence and natural dialogue over raw task execution. It leverages the Inflection-2.5 model to achieve near-GPT-4 performance levels while maintaining a distinct, friendly persona across platforms like WhatsApp, SMS, and iOS. By focusing on high-EQ interactions and real-time web browsing, Pi serves as a digital confidant that remembers context to provide personalized, non-judgmental advice.
- Anthropic Messages APIThe primary interface for building Claude-powered applications via structured, multi-turn message arrays.Anthropic's Messages API serves as the gateway to Claude 3.5 Sonnet and the Opus model family. It replaces the legacy Text Completions endpoint with a robust, role-based structure (user vs. assistant) that supports multi-modal inputs like images and PDFs. Developers use this API to manage context windows up to 200k tokens, implement tool use (function calling), and stream real-time responses with sub-second time-to-first-token performance.
- Prompt cachingPrompt caching stores pre-computed token contexts to slash LLM API costs by up to 90% and response times by 80%.Prompt caching optimizes LLM performance by storing the pre-computed KV (key-value) cache of repeated prompt prefixes (like system instructions, few-shot examples, or massive reference documents) directly in GPU memory. When a new request shares an identical prefix of 1024 tokens or more, the model skips the expensive prefill phase and reads directly from the cache. This simple structural shift reduces input token costs by up to 90% and slashes latency by up to 80% (making it a critical optimization for multi-turn chatbots and document analysis pipelines).
- TypeScriptTypeScript is an open-source superset of JavaScript: it adds static typing and compiles to clean, standards-based JavaScript.TypeScript is a high-level, open-source language developed by Microsoft: it acts as a superset of JavaScript, adding a powerful static type system. This system enables compile-time type checking, catching errors before runtime (a critical benefit for large-scale applications). The TypeScript Compiler (TSC) reliably transpiles all code into clean, standards-based JavaScript (ES3 or newer), ensuring compatibility across any browser or host environment (Node.js, React.js, etc.).
Related talks
More from the community
ArgosBrain pushed Opus 4.7 from 87.6% to 95% on SWE-bench Verified
Paris
Learn how to improve AI coding agent efficiency by amplifying grep and Read with structural facts, reducing redundant…
AI for people who still print their email: how we put a 25-tool agent in front of 50-year-old accountants without a single hallucinated delete
Poland
See how a 25-tool AI agent was successfully deployed as the main interface for non-technical accountants, ensuring safe…
How 20 cute pixel agents plan my life for me
Tokyo
Discover a multi-agent system with 20 Claude agents planning a multi-year life decision. See the architecture, orchestration, scoring…
Sleazy Ron 2: Electric Boogaloo
Montreal
See a dual Pi agent system generating live screenplays for a 3D character, separating reasoning and real-time expression…
Building Bob's Cabins Across Three Agent Tools Without Losing My Mind
Nashville
Learn how to build software across multiple AI tools without losing context. This talk demonstrates a local, shared…
Watch a Governed Multi-Agent System Block, Verify, and Replay AI Code — Live
Montreal
See a live demo of aming-claw, a system that lets AI agents write code under enforced contracts, including…
Compose Email
Loading recent emails...