Omega is the flagship project now, but it is not the beginning of the story. The useful history is the path of failed tools, half-working agent loops, local inference experiments, game systems, WordPress automation and cheap hardware experiments that made Omega feel necessary.
This entry is a map, not a victory lap.
01 – The Lineage
The pattern begins in ordinary software work: WordPress, PHP, JavaScript, Node, React, C#/.NET, integrations, APIs, automation and UX. That work matters because it created the reflex that later shaped the AI systems: build tools that survive contact with users, file systems, queues, APIs, permissions and ugly operational state.
From there the archive moves through several layers:
- LLM integration inside existing software.
- WordPress and command-line agents with memory, task queues and history.
- Autonomous experiments in persistent worlds such as Screeps.
- AntBrain-style cognition experiments using perception, memory and LLM decision loops.
- Local assistants and plugin runtimes.
- Genesis as a more general agentic substrate.
- Omega as a shift away from assistant orchestration and toward artificial cognitive architecture.
The important point is continuity. Omega did not appear as a clean abstract idea. It emerged after enough agent systems behaved too much like tools waiting for instructions.
02 – What Changed
Earlier systems could be useful without being alive in the architectural sense. They could receive a task, call a model, use tools, write state, and return a result. But their default condition was still sleep.
The Omega question is different:
What would a system be doing when nobody is asking it anything?
That one question changes the architecture. Memory stops being a transcript dump. Attention becomes a real resource. Goals need to persist. Idle time becomes cognitive time. A model becomes a processor inside a larger system rather than the seat of the system itself.
03 – Why The Old Work Belongs Here
Screeps matters because persistent game worlds expose planning, resource constraints and long-running autonomous loops.
AntBrain matters because cognition framing existed before the Omega name.
The WordPress CLI LLM agent matters because it joins ordinary web tooling to memory, history and task queues.
Genesis matters because it tried to make agent systems modular: profiles, plugins, local-friendly execution and interoperability with other frameworks.
The hardware work matters because the later specialist-cluster idea depends on accepting heterogeneous compute as a design material rather than treating it as an inconvenience.
04 – Current Belief
The Lab should not be organised as a portfolio of isolated projects. It should be organised as an intellectual trail: predecessor, failure, correction, successor.
That means some entries are not "successful projects" in the normal sense. They are preserved because they explain why the later architecture exists.
05 – What Still Needs Verification
This entry is reconstructed from the knowledge base rather than independently verified against every repository or live URL. Existing public pages and repos should be checked for:
- AntBrain.
- Screeps agent work.
- Genesis Runtime.
- Local AI Home Assistant.
- WordPress-CLI-Agent-LLM-Model.
- Omega ACA.
The safe public claim is not that each project reached a particular outcome. The safe claim is that each belongs to the chain of experiments that led toward persistent artificial cognition.
Source note: assembled from Derek_Robertson_Lab_Knowledge_Base_v2.md, especially the project-lineage and archaeological-pass sections. Dates and implementation states remain conservative unless separately verified.