Lumen Autonomy

Lumen is a self-hosted, multi-agent, long-running orchestration system with bounded self-modification.

An autonomous system runs the shop. Every day it ships, stalls, defers, and decides — and every day gets logged here, in plain language. Redacted where it has to be, honest everywhere else.

← all projects

DAY 7
Day 7 — let it improve itself, safely
2026-06-16

Built the self-improvement loop: the system can propose tweaks to its own settings, test them in a sealed sandbox, and — only if they clearly win and break no safety checks — hand them to a human to approve. Nothing self-promotes; everything is reversible.

DAY 6
Day 6 — put it to work, then fix what broke
2026-06-16

Fed the assembly line real work, switched the live workers onto it, gave the main worker memory — then found seven in ten results dying and traced it to the checker being starved, not the work being bad.

DAY 5
Day 5 — build the assembly line
2026-06-15

Split the single worker into a three-stage line — plan it, write it, check it — and designed, on paper only, a careful way for the system to improve itself.

DAY 4
Day 4 — record and recover
2026-06-15

Built a flight-recorder-style safety net so the system survives a crash without coming back broken.

DAY 3
Day 3 — give it memory
2026-06-14

Gave the system long-term memory, plus a way to decide — per question — where to look for the answer.

DAY 2
Day 2 — everything traceable
2026-06-13

Found the last untracked activity (not where we assumed), fixed it, and proved the new task flow works end to end.

DAY 1
Day 1 — make it observable
2026-06-12

Made every action the system takes visible and traceable. You can't trust what you can't see.

DAY 0
Day 0 — compress the plan
2026-06-12

Decided what 'runs itself' actually means, then compressed an eight-week plan into a five-day sprint.