What we are building
evolving-agents ReproducibleThe agent loop is solved. What happens after you fork a session is not.
A plugin for the Claude Agent SDK. Fork branches a session and nothing rejoins the branches — no merge, no diff between two sessions, nothing that refuses to promote an agent whose eval regressed. This began in 2025 as eighteen thousand lines with three test functions; ten thousand of them were deleted the day the SDK made them unnecessary.
skillos PrototypeWhat if the operating system were written entirely in markdown?
Skills as programs, traces as logs, consolidation as sleep — plus a line-op dialect that lets small models patch files by emitting edits instead of rewriting whole documents.
Folded into evolving-agents — the code moved, the write-ups stay
agentvcs Reproducible MovedWhat if an agent's autonomous evolution could be merged back into your release, like any other branch?
Version control where one commit carries code, goal, model pins, trace and sub-agent swarm together, and conflicts are handed to a reconciler over a plain stdin/stdout contract. Now the engine under the evolving-agents plugin, at packages/agentvcs.
What if a robot that missed a fallen patient could rewrite its own care protocol overnight?
Florence patrols a hospital ward, fails to check a patient standing outside her lamp radius, and revises the skill that caused it. The rewrite survives only if it outscores the protocol it replaced.
evolving-memory Results MovedWhat if an agent's memory consolidated itself the way sleep consolidates yours?
A trajectory engine that chunks execution traces, connects them and curates what survives. Its headline idea — indexing a component by what it is for as well as what it is — was rebuilt and measured at 80% either way. No advantage, published anyway.
Archived — readable, not maintained
token-trie Reproducible ArchivedWhat if a small model could not emit invalid syntax, because the decoder refused to let it?
Every legal instruction is pre-tokenized into a trie of token IDs and the sampler's valid-next set is masked at each step. A 350M-parameter model plays Tetris in a browser tab, fully offline. Masking logits needs the sampler, which an API-backed SDK does not hand you — which is why this one could not follow the others.
sleep-harness Results ArchivedWhat if you could catch a poisoned memory by watching which concepts light up inside the model?
An interpretability firewall for agent memory. Reads the residual stream through a Jacobian lens to flag injected instructions that are lexically identical to benign text, and to scan third-party adapters for trojans before they mount. Needs the weights, so it stayed where it is.
skillos_robot Prototype ArchivedWhat if the robot were just a device driver for a language model?
A slow vision-language brain plans at roughly one hertz while a reactive controller drives motors at twenty, over a bytecode link to an ESP32.
qa Prototype ArchivedWhat if your test suite told you what it had quietly stopped checking?
Every assertion is fingerprinted and diffed across runs, so a check that silently disappeared surfaces as a finding. Passing exploratory sessions get frozen into deterministic scripts.








