Armin Ronacher - Videos
Back to ChannelShort Demo of my Pi Todo Extension
This is a short demo of my todos extension for pi that is modelled after the Claude Code task system. Extension: https://github.com/mitsuhiko/agent-stuff/blob/main/pi-extensions/todos.ts Pi: https...
Twitter Stream: Evening Vibes Pi Extension 1080p
This was a stream on Twitter/X about building a pi extension with pi.
State of Agentic Coding with Armin and Ben #2
0:00 Intro 0:48 Welcome Back 1:26 Holiday Claude Code Mass Hallucination 7:05 What Great About Claude Codex Pricing 13:35 The New Models Are Good Actually 19:57 Amp Context Handoffs 32:14 Content B...
MiniJinja Rust to Go Port
This is a sped up and narrated version of how an agent ported minijinja from Rust to Go. Link to blog post: https://lucumr.pocoo.org/2026/1/14/minijinja-go-port/
Building a Computer Game from Scratch With Opus and PI
In this video I'm showing a little bit how I built my little tank game over Christmas with Opus 4.5, a little bit of codex, but specifically the Pi coding agent. pi: https://shittycodingagent.ai/...
Agent Driven Project Management and Issue Refinement with gh-issue-sync
Small demo about how to use github issue sync to do basic project management with an agent. https://github.com/mitsuhiko/gh-issue-sync
State of Agentic Coding with Armin and Ben #1
Agentic coding update with Armin and Ben. December edition. Links and else: * Modem: https://modem.dev/ * Earendil: https://earendil.com/ * Ben's blog: https://benv.ca/ * Armin's blog: https://luc...
Talking Agentic Engineering with Giovanni Barillari
This is a conversation between me and Giovanni Barillari (https://x.com/gi0baro) from sentry/emmett/granian about our experiences with it.
Talking AI and Agentic Coding with Yury Selivanov
Yury Selivanov from Gel and me are sharing our experiences on agentic coding.
Agentic Coding Questions and Current Workflow
I asked on socials what people are interested in, and I tried to just show how I work on one of the codebases I'm working on at the moment.
Ubertool MCPs
A re-recording of a presentation I gave at Claude Code Anonymous in London. This has slightly different content (but the same slides) because of the different setting (recording vs lightning talk)....
Claude Code Debugs with LLDB in TMUX
This is an example of how you can get Claude code to debug with LLDB in a TMac session.
Claude Runs LLDB in Screen
Just a small demo that with the right prompts, claude can run a text based debugger in screen.
Agentic Coding Ecosystem 2025
Where we are with agentic coding tools.
Agentic Coding with Claude Code
Answering questions and showing how I use Claude Code. The code can be found here: https://github.com/mitsuhiko/minibb
Agentic Coding: The Future of Software Development with Agents
A talk about what I have learned about programming with agents over the last few months.
Claude Vibe Codes a Sentry Clone
This did not succeed, but it uses sub agents to split up a lot of work. Repo: https://github.com/mitsuhiko/vibe-minisentry
Claude Code Fixes Two MiniJinja Issues
This is to demonstrate how I use Claude Code and how it does on a Rust project it hasn't seen before. Link to PR: https://github.com/mitsuhiko/minijinja/pull/804