Experimental
Nuuvixx Labs
Where we explore weird ideas, generative interfaces, and prototypes that aren't ready for production (but are too cool to keep hidden).
agentchaos: Entropy Visualizer
A real-time representation of multi-agent swarm state. When agents hallucinate or diverge, the entropy visualizer distorts to reflect system instability.
Launch Experimentfunction optimize(state) { if (state.entropy > MAX) { collapse(state); }}Codebase Constellation
Mapping 100,000 lines of code into a navigable 3D galaxy using AST analysis to determine gravitational pull between related modules.
Launch Experiment