Skip to main content

6 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.