Block-Level CRDT: The Missing Piece for Collaborative AI Agent Memory
A new algorithm called Block-Level LWW enhances collaborative AI agent memory by allowing agents to learn from each other without direct communication. This approach treats text as a sequence of blocks, enabling concurrent edits to be preserved while minimizing conflicts. The use of Markdown as the primary format further supports this system by aligning edits with line boundaries.
- ▪Block-Level LWW allows AI agents to edit memory entries independently without losing updates.
- ▪This method treats text as a sequence of blocks, which reduces conflicts during concurrent edits.
- ▪Markdown is chosen as the format because it naturally aligns with line boundaries, minimizing structural conflicts.
Hacker News (AI / LLM) files mainly under ai. We currently carry 3,311 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Hacker News (AI / LLM) |
| Canonical URL | https://marcobambini.substack.com/p/block-level-lww-the-missing-piece |
| Publication time | Wed, 03 Jun 2026 08:00:03 +0000 |
| Retrieval time | 2026-06-03T08:06:59.701Z |
| Last seen | 2026-06-03T08:06:59.701Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | yC8Zobc_gRyB |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Block-Level LWW: The Missing Piece for Collaborative AI Agent MemoryHow a deceptively simple CRDT algorithm unlocks something surprisingly powerful: AI agents that learn from each other without ever talking to each other.Marco BambiniApr 13, 2026311ShareEvery agent today accumulates knowledge: conversation history, user preferences, and research notes. That memory is what makes an agent useful.But the moment you have more than one agent, memory becomes a distributed systems problem.A fleet of agents, running on different devices, in different processes, often offline, will each learn independently.Agent A analyzes climate data.Agent B models infrastructure costs.Agent C processes user feedback.So whose memory is it, really?The obvious answer is a shared database.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News (AI / LLM).