- Nx monorepo tool
- Very nice to see the build-time dependencies in a graph visualization
- Mermaid diagrams
- Quick pic + example
- Mermaid live?!
- Code as a flow chart
- Events flowing through a system
- Show a bit the game I vibe coded (30 secs)
- Show the game's code in the hypergraph
- Show how the importance was scored with an LLM
- Why have a score?
- Plugging depgraph into itself
- How the rewrite occurred
- From single file index.html with 8000 lines to many files
- Complexity overload without structure
- Rewritten for cleaner boundaries
- Realtime feedback loop between AI changes + AST updates
- Live guiding AI changes via pulling things apart to create boundaries
- Code structure to graph to screen position to code structure (visual movement <-> information translation)
- Why observe the AI working?
- Storytelling for why I wanted this UI, how it helped me?
- Visualizing the whole repository, statically
- Visualizing readme files
- Visualizing images, zoom to view individual pixels
- Visualizing very simple runtime, addition + branching?
- Conways game of life
- Lenia