The GenLayer stack is the execution layer for autonomous agents.
Subzero Claw is the minimal agent loop: a tiny agent that can run in 2–4 MB of RAM, with no dependencies and one tool — the shell.
Unhardcoded is the external thinking layer: a runtime router that selects the right model or provider for each step, and can execute workflows defined at runtime as JSON.
GenSwarms is the coordination layer: many agents running inside isolated environments, interacting with tools, files, objects, and each other to pursue shared goals.
Together, they make agents lightweight, portable, isolated, and swarm-native.