prototype · canvas 2d
Agent Network
A force-directed graph of autonomous agents. Each node drifts with slight physics, pulses amber when "working", and sends packets along connections when handing off tasks. Move your cursor through the field — nodes scatter from proximity.
Canvas 2D · 28 nodes · 60fps · zero dependencies · cursor-reactive
Static fallback — enable motion to see the live network.
Performance
Pure Canvas 2D — no WebGL overhead. Runs at 60fps on integrated graphics. IntersectionObserver pauses when off-screen.
Bundle cost
Zero additional dependencies. ~4KB of component code. The lightest option of the three prototypes.
Narrative fit
The network topology directly mirrors the agent collaboration model — plan, build, review, test, ship as connected nodes.