factory start — run it.
walk away. come back to finished work.
an orchestration kernel for ephemeral AI agents that autonomously build, maintain, and improve software. runs locally in docker. one container per agent.
factory runs on your repo like an organism. it perceives the gap between what you intended and what exists, acts to close that gap, defends against regressions, and learns from every failure.
agents are ephemeral. they spawn, do exactly one thing, commit, and die. the factory decides what runs next.
three layers of intent govern every agent decision. the system learns from every postmortem and encodes that learning permanently.
a worker ships code. an adversary finds a regression. the failure is captured with full context — what was tried, what failed, why.
the factory writes a structured postmortem: root cause, contributing factors, what should have happened. filed as a durable artifact in the repo. postmortems/ is case law.
principles/ is the constitution — what the system strives toward. prohibitions/ is the guardrails — what it must never do. both are versioned, auditable, and agent-readable.
every new agent reads the full intent layer before acting. the mistake that caused the postmortem will not be repeated. the system is measurably better.
factory is in active development. drop your email to hear when it's ready.