Catatan

Tunjukkan catatan dari Jun, 2026

Solving AI Context Decay with Google's Open Knowledge Format (OKF) For Deep State of Mind (DSOM) For My AI

In the world of Open Source and AI development, we are always learning and improving. Today, I want to share  a major milestone in our Deep State of Mind (DSOM) project    ( https://github.com/linuxmalaysia/deep-state-of-mind-for-my-ai ) :    We have officially adopted Google Cloud's Open Knowledge Format (OKF) v0.1 . Why do we need OKF? If you have been following the DSOM project, you know that our biggest challenge with autonomous AI agents  is Context Decay . Over time, AI agents forget the architecture, the rules, and the operational history of a project. Historically, organizational knowledge—like runbooks, architecture decisions, and API schemas—is scattered  across different wikis, databases, and code comments. OKF solves this by creating a standardized  "common language" for knowledge. It structures documentation so that it is equally readable by human engineers  and autonomous AI agents.   Think of it like a cluster for y...