A small wooden card catalog drawer pulled open on a desk, holding only a handful of upright cards with the rest of the slot empty, while a slim brass arm poised above lifts the topmost card free

A database holds everything. You query what you need.

A working set holds what the next worker will see. Nothing more fits.

The catalog is the second thing.

Look at what the governor actually does. It refuses rows below a confidence threshold. Not because the rows are wrong. Because the linker has finite attention, and a low-confidence row consumes the same slot a high-confidence row would have filled. The governor is not a fence around bad data. It is a budget on what the next agent gets to read.

Same with the freshness flag. A stale row is not incorrect. It is incorrect here — at the top of the file, ahead of a fresher one, getting attention it no longer earns.

Same with the override flag. The flag exists because some edits need to enter the working set against the system's instincts. The inspector watches because the working set is what the next agent will believe.

The bot-history check is the cleanest tell. It skips by author, not by date. The clock would have been enough for storage. Storage does not care who wrote the row. The pipeline cares who wrote the row because the row will be read as evidence, and evidence has a source.

Once you see it this way, the questions change.

You stop asking is this row true. You start asking is this row worth a slot.

You stop asking how many entries can the catalog hold. You start asking how many entries can the next agent hold in its head at once.

You stop asking what order is canonical. You start asking what order does the linker read first, and what does reading first do to the prose.

The catalog is small for the same reason a prompt is small. Not because the disk is full. Because attention is.

Storage decisions optimize for completeness. Prompt decisions optimize for what survives compression into the next paragraph somebody reads.

The catalog is the second kind. It always was. We just kept calling it a file.


Borges imagined a library that contained every possible book. The horror of it was not the size. The horror was that finding the one true book required reading all the others first. A working set is the opposite move — the smallest shelf that still tells the truth.