Beyond the Junk Drawer: Mastering Knowledge with Progressive Disclosure and AI

Stop reading everything. Start disclosing intentionally. Here is why.

In the age of AI-driven "Second Brains," the problem isn't storing information—it’s finding it without drowning in it. Many of us treat our AI co-working spaces like a digital junk drawer: we throw in every PDF, meeting transcript, and project brief, hoping the AI will just "figure it out."

But AI tools operate within a context window. There is a finite amount of information they can process at once. If you force an AI to read 50 messy files to answer one question, you get "hallucination noise," high costs, and slow responses.

The solution isn't a new app; it's a UI/UX principle called Progressive Disclosure. By layering your information, you can manage complex projects and client relationships with surgical precision.


What is Progressive Disclosure?

In design, progressive disclosure keeps the interface clean by showing only the most relevant information at any given time. Applied to knowledge management, it creates a filter funnel:

  1. Wide at the top: Scan dozens of files at the surface level (metadata and names).
  2. Narrow at the bottom: Deep dive into only the 2–5 files that actually matter.

The 4 Layers of a High-Performance AI Brain

To work effectively with an AI co-worker, your system should follow these four tiers. This allows the AI to navigate your "Brain" without needing to ingest the entire library every time.

Layer 0: The File Name (The Cheapest Signal)

A file named notes-march.md is a black box. A file named 2026-03-15-client-pricing-strategy-call.md is a map. Use a strict naming convention: YYYY-MM-DD-Client-Topic-Format.md. This allows the AI to identify relevance just by looking at a directory listing.

Layer 1: The Summary File (_summary.md)

Every project or client folder should contain a "source of truth." This is a human-readable (but AI-maintained) overview.

  • What it contains: Key stakeholders, current status, active milestones, and links to the most important files.
  • The Rule: Read this first. If the summary answers the question, stop. If not, use it to identify which specific files to open next.

Layer 2: Frontmatter (The Card Catalog)

At the top of every Markdown file, include a YAML metadata block. This lets you see the "who, what, and why" without reading the body text.

YAML

---
title: Q2 Strategy Alignment
date: 2026-04-10
type: meeting-notes
tags: [strategy, roadmap]
project: Project-Phoenix
confidence: high
---

Layer 3: Full Content

The complete text. This is the "expensive" layer. You only "disclose" this information once Layers 0–2 have confirmed it is the right resource.


Advanced Tactics: Making Information "Smart"

To move from a static library to a dynamic system, you need to track how information relates and how it ages.

1. Relationship Mapping

Files shouldn't just sit in folders; they should point to each other. By adding fields like superseded_by: path/to/file.md or leads_to: path/to/proposal.md, you turn a flat list of files into a navigable graph. This helps the AI understand the evolution of a project.

2. Staleness Indicators

Information has a shelf life. A client’s org chart from 2024 is likely a liability, not an asset. Use these three fields to maintain trust in your system:

  • last_verified: When was this last checked?
  • valid_until: An expiration date for time-sensitive data.
  • confidence: (High/Medium/Low) How much should the AI trust this specific insight?

3. The "Meta-File" for Non-Text Assets

How do you handle a .pptx or .xlsx that doesn't support metadata? Create a companion .meta.md file with the same name. This allows your AI to "see" what’s inside the spreadsheet or slide deck without having to parse the raw binary data until it’s absolutely necessary.


The Workflow: How to Stay Efficient

To keep this system from breaking down, adopt a Summary Maintenance Discipline:

  • Update on touch: Whenever you or the AI finish a session on a project, update the _summary.md.
  • The 30/20 Rule: If a summary is more than 30 days old or the folder has gained 20 new files, rebuild the summary from scratch.
  • No Duplication: Summaries are pointers, not copies. Keep them lean.

Summary

By implementing progressive disclosure, you aren't just organizing files; you are building an Information Architecture optimized for AI. You spend less time "feeding" the AI and more time getting answers, making decisions, and moving projects forward.

Stop reading everything. Start disclosing intentionally.

Subscribe to Remco Livain

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe