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).

WebGLJuly 2026

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 Experiment
function optimize(state) { if (state.entropy > MAX) { collapse(state); }}
AST ParsingJune 2026

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