
Hey 👋 Davit here, founder of Activeloop.
Today we are introducing something we believe will reshape how engineering teams work with coding agents.
Hivemind is a continual learning layer for coding agents. It works across Claude Code, Codex, Cursor, OpenClaw, Hermes, and pi, and it stores all your data on your cloud.
Every engineering team building with AI agents already knows the issues.
Coding agents do not communicate with each other out of the box. Hivemind closes the gap. An agent figures something out, every agent inherits it. Your worst run starts from your best.
The tools tackling this treat it as a memory problem. They give each agent a personal notepad. Siloed. Invisible to the rest of the team. And most of them do it by shipping your code and context to their servers.
But memory without learning doesn't make agents better.
We decided to go beyond memory.
Hivemind runs on a simple chain: capture, codify, optimize, propagate.
1. Trace capture. Every agent interaction (prompts, tool calls, file reads, reasoning chains, outputs) is captured automatically as a structured trace.
2. Skill codification. Repeated patterns across traces get codified into reusable skills. Mix of automatic detection and LLM-assisted extraction, with workspace-level scoping so skills don't leak between teams.
3. Skill optimization. This is new today. Skills get trained and optimized. We've implemented SkillOpt (a text-space optimizer out of Microsoft, Shanghai Jiao Tong, and Fudan) directly into Hivemind. It improves each skill the way you'd tune a model, keeping only the edits that prove out on a held-out test.
That approach lifts agent accuracy by +19.1 points inside Claude Code and +24.8 inside Codex, and wins or ties on all 52 setups tested. It runs offline, so it adds zero cost at inference. Your skills get sharper over time instead of bloating.
4. Skill propagation. Optimized skills flow into every agent's context at inference time, across every Hivemind-connected agent in your workspace.
Works across:
This is the part our customers care about most. Your traces, your skills, your cloud storage. The other tools in this space treat your codebase as their training data. We don't. Hivemind store data on your cloud storage bucket, which is the only way a continual learning layer should ever touch your source.
Your senior engineer's agent figures out a tricky migration pattern in your payment service on Monday.
Tuesday, your junior engineer's agent hits the same migration shape in a related service. The skill has already crystallized, and SkillOpt has already sharpened it against the cases where the first version fell down. The agent executes it in one shot.
Repeat work stops being repeat work.
We benchmarked Hivemind against memory tools using LoCoMo, the standard evaluation for long-horizon agent memory.
Hivemind matches Mem0 on accuracy.
Single-agent benchmarks understate the real story. The compounding effect of org-wide skill propagation isn't captured in these numbers. In production, the gap widens every week as your trace library grows.
Full methodology: deeplake.ai/hivemind
Most developer tools deliver linear value. Hivemind compounds.
Your team's hard-won knowledge accumulates.
Because we store trajectories in Deeplake's tensor format, traces are ready as PyTorch datasets. A handful of advanced customers are already fine-tuning their own open-source models on the trajectories their Claude and Codex agents generated last week.
Same data layer. Two paths to continual learning.
Full tutorial and public examples shipping in the coming weeks.
Try Hivemind: deeplake.ai/hivemind
GitHub: github.com/activeloopai/hivemind
SkillOpt paper: arxiv.org/pdf/2605.23904
Three commands and your team's agents share one brain by end of day.