yi_wang

↗ HN profile [ 20.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. LocalGPT Gen is a Bevy-based tool where an AI agent builds explorable 3D worlds — geometry, behaviors (orbit, spin, path following), and spatial audio — then saves the entire world as a skill directory that other agents…

  2. I couldn't get access to Project Genie 3, so I built a (very minified) version on top of LocalGPT, my local AI assistant in Rust. cargo install localgpt-gen — you describe a scene in natural language, the LLM generates…

  3. I built LocalGPT over 4 nights as a Rust reimagining of the OpenClaw assistant pattern (markdown-based persistent memory, autonomous heartbeat tasks, skills system). It compiles to a single ~27MB binary — no Node.js,…