Skip to main content

Yonk-Labs

Building tools in the open

Welcome to Yonk-Labs — we build open source tools and share what we learn along the way.

Explore our blog for technical write-ups, watch our videos, listen to our podcasts, browse sample code, or check out our projects.

Recent

The Process Is the Memory: Why Agentic Memory Should Cache Reasoning, Not Facts

Long-running agents are usually given a memory system that stores facts and retrieves them by similarity, borrowed straight from RAG. We argue that’s the wrong default: cheaply re-derivable facts are net-negative to cache, while the expensive, non-re-derivable thing an agent accumulates, process, is exactly what the field under-builds. We present the Agentic Context and Protocol Ledger, validate it with two policy simulations and a four-model adversarial review, and report four empirical results on staleness, dependency-checked reuse, and the mechanisms that make imperfect dependency declaration safe.