Principle
Own the cognitive layer
The differentiator is the memory and routing layer around the model.
Systems
We focus on the systems around the model that make agents usable on long-running work: durable memory, routed context, and shared state for collaboration.
How we think
Provider models will keep changing. We care about the substrate that should survive those changes and keep making agents better.
Principle
The differentiator is the memory and routing layer around the model.
Strategy
Useful cognition comes from selecting the right memory for the task.
Direction
Any coding agent should be able to collaborate through shared memory.
The stack
Each layer exists to make memory more durable, context more precise, and multi-agent work less dependent on central orchestration.
Memory substrate
Durable state outside the modelTasks, artifacts, and decisions survive past a single run.
Context router
The right slice at the right timeDhee decides what the active agent should see now and what should stay compressed.
Shared agent fabric
Collaboration without an orchestratorAgents can hand off work through shared memory instead of a separate orchestrator.
Memory Graph
Persistent cognition substrate
Stores what matters across sessions: tasks, artifacts, preferences, digests, checkpoints, and evolving state that should survive beyond one model run.
Context Router
Selective context delivery
Chooses the right slice of memory for the current task so agents work with useful state instead of drowning in transcript replay.
Collaboration Fabric
Shared continuity for multiple agents
Lets coding agents coordinate through common memory and artifacts directly, removing the need for a separate orchestrator agent to control every step.
Why this matters
When memory survives provider churn, context is routed instead of dumped, and collaboration happens through shared state, agents become more reliable without pretending the model alone solved cognition.
Why now
Closed session memory breaks as soon as the work gets long or the provider changes.
What we build
We focus on memory, routing, and shared continuity around the model.
Where it leads
As the substrate improves, agents get better at resuming, coordinating, and adapting.