Google's New Release Just Fixed AI Systems

Google's New Release Just Fixed AI Systems

Understanding Second Brains and Claude OS

Introduction to Second Brains

  • People are utilizing Claude code to create personalized systems, treating them as operating systems rather than mere coding agents.
  • These second brains are tailored to individual preferences, leading to a lack of standardization that complicates navigation and sharing.

Google's Open Knowledge Format (OKP)

  • Google has introduced the open knowledge format to provide a standardized method for building AI-driven operating systems.
  • The video aims to explain what this format is, its problem-solving capabilities, and its significance for workflows.

Challenges with Current Systems

Issues in Managing Second Brains

  • The speaker discusses their own second brain system managed via GitHub, which allows team members easy access and context upon joining.
  • Despite having structured files with specific instructions (Claude.md), the agent often misplaces files or fails to recognize existing information due to its search limitations.

Limitations of Claude's Search Functionality

  • Claude searches by matching keywords but struggles with nested folder structures, leading to inefficiencies and increased token consumption during searches.

The Need for Standardization

Historical Context of Standardization in AI

  • Previous attempts at standardizing communication among agents included MCP protocols and design.md standards; now there's a need for knowledge standardization through OKP.
  • The concept builds on Andrej Karpathy's LLM Wiki pattern, moving away from the RAG approach that rebuilds information each time a query is made.

How OKP Works

Structure of Open Knowledge Format

  • OKP organizes knowledge into bundles containing markdown files with YAML front matter that describes file contents for better understanding by agents.
  • This structure enhances shareability and usability across different systems while maintaining independence from specific platforms or users.

Implementation Insights

Practical Application of OKP

  • The speaker shares their experience testing OKF on an existing second brain without altering the main branch by creating a new one instead.
  • They developed a skill called "markdown to OKF" that converts markdown files into the open knowledge format efficiently using scripts rather than relying heavily on agent processing power.

Visualization Tools and Performance Testing

  • An HTML visualization tool generates an interactive graph view of the knowledge base after conversion into OKF structure, aiding exploration and understanding of connections between documents.

Advantages of Using OKP

Benefits Realized Through Implementation

  • After implementing changes in Claude.md regarding navigation within the new structure, retrieval times improved significantly along with reduced token usage during searches compared to previous methods used by Claude.

Conclusion on Current State

  • While models can perform well independently through pattern matching currently, adopting OKP represents an optimization rather than an immediate necessity until it becomes widely accepted as a standard across agents.
Video description

Your second brain breaks down at scale, and running it like a Claude OS doesn't fix it. In this video we break down Google's Open Knowledge Format (OKF): the new standard that gives your AI agents a portable, fast-to-search knowledge base, built on the LLM Wiki pattern from Andrej Karpathy. Community with All Resources: http://ailabspro.io The Roundup: Our daily newsletter covering the AI stories. Join now: https://www.theroundup.so/ If you've ever set up a second brain or tried to run your whole setup like an AI OS or Claude OS, you already know the problem. Every system is built around one person's workflow, so it's hard to share and even harder for an agent to navigate. Claude doesn't know what already exists in your knowledge base, so it searches by matching keywords, wastes tokens, and sometimes drops files in the wrong place. OKF fixes that by standardizing how knowledge is organized, the same way MCP standardized tool access, skills standardized reusable instructions, and standards like agents.md and design.md standardized agent and design context. The problem: why your second brain stops scaling - Why a knowledge base built around one person's workflow is hard to share and hard for an agent to navigate - How Claude searches by matching keywords and file names, and why that falls apart on a big, deeply nested knowledge base - Why it drops files in the wrong folder and spins up duplicates for info that already exists somewhere else - The real cost: wasted tokens and slow retrieval that only gets worse as the base grows What Open Knowledge Format actually is - Why OKF is a standard, not a tool, just like MCP for tool access, skills for reusable instructions, and agents.md and design.md for context - The LLM Wiki pattern from Andrej Karpathy it's built on, and why markdown beats RAG (the usual vector-database approach) for real AI memory - Why RAG rebuilds the answer from scratch every time, while a markdown knowledge base lets an agent gather context as it goes - How OKF packages your files into a portable bundle that both a human and a model can read - Our read: why Google may be betting on structured knowledge as the next step for agentic search How OKF works under the hood - Concepts and bundles, and the minimalism principle: one file represents one thing - index.md files that tell the agent what's inside each folder before it opens anything - YAML front matter (a small label at the top of each file) that lets the agent load only what it actually needs - Why separating the knowledge from whoever's reading it is what makes the same base work across any tool We tested OKF on our own team's second brain - The one we version control with Git and share through GitHub, so new teammates can pull it and get context fast - Why the official tooling only works with Google BigQuery (Google's data warehouse), and the workaround we built - The Markdown to OKF skill: a Claude skill that converts any folder of markdown into a valid OKF bundle, with evals to keep the conversion reliable - The visualization tool that turns your whole knowledge base into an interactive graph view - The claude.md change that finally got Claude Code to use the structure instead of falling back to keyword matching What you actually get - Lower token usage and faster retrieval, with far fewer wrong-folder mistakes - A knowledge base both a human and a model can read, and that a new teammate can pick up instantly - Better AI memory for your agents whether you work in Claude Code, ChatGPT, or Claude Cowork - Where this is heading: structured knowledge as the backbone of agentic search The same standardization problem applies everywhere - These ideas are tool-agnostic: it's the structure that speeds up search and cuts tokens, not the model - Whether you run Claude Code, ChatGPT, or Claude Cowork, an unorganized knowledge base wastes tokens the same way - For anyone searching for a second brain for AI, AI agent memory, a RAG alternative, the LLM Wiki pattern, or how to build a knowledge base for AI agents: the standard is what matters, not the tool - The Markdown to OKF skill follows the same install-and-run pattern as our other Claude skills - Google AI looks to be betting on structured knowledge and OKF as the next step for agentic search This is the kind of AI automation and AI OS workflow we build and test for ourselves first, so you get the real version instead of the hype. The Markdown to OKF skill, the starter packs, and our other resources live in AI Labs Pro, our community. That's where you get the skills and a place to talk with our team and other builders. The link is below. 0:00 Intro 0:32 The Problem With Second Brains 2:15 What Open Knowledge Format Is 5:12 How OKF Works 6:37 Sponsor: Mobbin 7:34 Testing It On Our Second Brain #ai #claude #claudecode #claudeai #claudecowork #chatgpt #claudeos #google #openknowledgeformat #okf #secondbrain #aimemory #aiagents #llmwiki #knowledgebase