OP here. I wanted to understand the full technology stack powering AI, so I wanted to visualize the actual physical and software journey of a single inference request. The video traces the path from the mechanical keyboard switch (debouncing) to Kernel interrupts to BGP routing to Nvidia H100 GPU architecture to Transistor physics.
I also generated the entire video programmatically using a Python/Typescript tool I'm building (mostly vibe coded using Claude Code).
prajwal299•1h ago
I also generated the entire video programmatically using a Python/Typescript tool I'm building (mostly vibe coded using Claude Code).
The open-source repo is here: https://github.com/prajwal-y/video_explainer
Let me know if you have any thoughts on the video or the video generator tool!