Skip to main content

3 posts tagged with "Agents"

Autonomous AI agents and the DPO2U agent ecosystem

View All Tags

Permission Bits as Governance Language: Controlling 6 Agents with 5 Bits

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

Corporate governance has separation of duties. The person who approves payments shouldn't be the person who initiates them. The person who deploys code shouldn't be the person who writes it. In DPO2U, I enforce the same principle on autonomous AI agents — not through policies they might ignore, but through a 5-bit integer stored on-chain in a smart contract.

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.