Experiments before they become companies.
A holding place for concepts, prototypes, demos, and open-source directions. Each item can later become a build log, demo page, repo link, or full product page.
When the fleet is the unit of work
What if the right unit of work isn't an agent, but a fleet of small ones with shared memory and shared tools?
An orchestration layer for fleets of small, specialized agents — coordinated through shared state and curated capability packs — instead of one monolithic agent with sixty skills duct-taped on.
Agents shouldn't write SQL
What does a database for agents look like if every mutation is a named action with a contract, instead of an UPDATE statement?
A structured workspace where agents don't update rows or call CRUD — they invoke named, typed actions whose state machines are defined by humans at design time and locked at runtime.
DocOps — Project state for LLM-first development
Open-source CLI that turns docs/ into a typed, validated substrate so coding agents land in a repo and immediately know what's been built, decided, and what's next.