Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.25 KB

File metadata and controls

45 lines (33 loc) · 1.25 KB

Presentation

  1. Nx monorepo tool
    1. Very nice to see the build-time dependencies in a graph visualization
  2. Mermaid diagrams
    1. Quick pic + example
    2. Mermaid live?!
  3. Code as a flow chart
  4. Events flowing through a system

How it started

  1. Show a bit the game I vibe coded (30 secs)
  2. Show the game's code in the hypergraph
  3. Show how the importance was scored with an LLM
    1. Why have a score?

Self-observing

  1. Plugging depgraph into itself
  2. How the rewrite occurred
    1. From single file index.html with 8000 lines to many files
    2. Complexity overload without structure
    3. Rewritten for cleaner boundaries

Observing AI changes

  1. Realtime feedback loop between AI changes + AST updates
  2. Live guiding AI changes via pulling things apart to create boundaries
  3. Code structure to graph to screen position to code structure (visual movement <-> information translation)
  4. Why observe the AI working?
  5. Storytelling for why I wanted this UI, how it helped me?

Pushing it to the hyper-level

  1. Visualizing the whole repository, statically
  2. Visualizing readme files
  3. Visualizing images, zoom to view individual pixels

Runtime

  1. Visualizing very simple runtime, addition + branching?
  2. Conways game of life
  3. Lenia