Skip to main content

4 posts tagged with "Dev Log"

Development updates and engineering decisions

View All Tags

Building LEANN: Giving Your Agent a 3,628-Document Memory

· 5 min read
Frederico Santana
Founder & Technical Writer, DPO2U

An AI agent without long-term memory is a stateless function call — powerful in isolation, useless for continuity. When I started building DPO2U's six-agent ecosystem, every agent had the same problem: it couldn't remember what happened yesterday. LEANN changed that, but getting there meant debugging chunk sizes, fixing duplicate indexes, and learning why 256-token chunks turn a 2-hour build into a 16-hour one.

Sealed Ownership on the host chain: Why `sealed` Doesn't Mean Private (And What Does)

· 5 min read
Frederico Santana
Founder & Technical Writer, DPO2U

The the host chain bboard example stores the owner public key hash on the public ledger. Anyone with an indexer can track who owns which post. We set out to hide it — and learned that Compact's privacy model is more nuanced than a single keyword.

This post documents the implementation of ownership hiding with selective disclosure, including a compiler-enforced lesson about what sealed actually means in Compact 0.21.