
Chamelia remembers what happened, considers what different actions might lead to, and learns from the outcome.
Turns messy observations into a compact state at several scales, without needing labels for what matters.
Keeps episodes, beliefs, testimony, and reusable skills—then retrieves what today makes relevant.
Blends perception, memory, thought, beliefs, and outside knowledge into one small working brief.
Proposes a few plausible actions—fast when it can, deliberate when the stakes ask for more.
Imagines the futures those actions could create before anything touches the real world.
Scores each path with explicit rules and learned judgment, keeping priorities inspectable.
Turns experience into memory: compressing what worked, learning from regret, and promoting useful skills.
Adapts attention, search, and compute to the task and the resources available.
An illustrative Type 1 diabetes moment, from raw life to a decision—and back as learning.
A Type 1 diabetes example moves through Chamelia. Observations become a perceived state; memory and planning shape an action; the observed outcome returns to the system as learning.
Someone close to me has Type 1 diabetes.
The same number could mean something different depending on sleep, exercise, stress, hormones, illness, or what had happened over the previous few days. We started prototyping a system that could keep track of those observations and use them to recommend changes to insulin-pump settings.
That project eventually became Chamelia: a system designed to remember what happened, understand the current situation, consider what different actions might lead to, and learn from the outcome.
Perception is built around H-JEPA, drawing on Yann LeCun’s joint-embedding predictive work. It learns compact representations from context at several scales without wasting effort reconstructing every raw observation. The VICReg objective helps keep those representations varied instead of collapsing into the same answer.
The planning side draws from model-based reinforcement learning, especially the ideas behind Dreamer and MuZero: learn a useful state, predict what actions may do to it, and reason inside the model before acting. Chamelia pairs an action-conditioned world model with tree search rather than treating the first plausible action as the answer.
Episodic memory keeps whole moments, including the options considered and what happened afterward. Semantic memory distills beliefs across moments. Procedural memory stores methods the actor can call again. Testimony and injected knowledge can enter memory too, but remain evidence to evaluate rather than instructions to obey.
LOVE finds patterns that kept working. Stitch compresses a successful sequence into a reusable move. RSD turns missed opportunities and regret into candidates for next time. BodeGEN explores variations so the system can keep the version that tests best.
Choreographer replays past situations to ask whether a candidate skill would actually have helped. LILO gives useful skills readable names. Audit promotes what earns its place and drops what does not. Consolidate turns repeated evidence into beliefs.
Constraints remove actions that are not allowed before search. Cost scores what remains with both readable domain rules and learned long-run judgment. What is possible, what is permitted, what might happen, and what matters stay separate enough to inspect.
Iām looking for technical collaborators who want to pull the architecture apart with care, and investors who understand that long-horizon intelligence is an engineering problem worth staying with.