Essay

Paying Down Research Debt

Objective· based on known factsExecution plan

A tool for reading AI safety research, and the living canon it leaves behind

Manu Xaviour Thaisseril Shaju · July 2026

A research paper is hard to learn from because it is two documents wearing one trenchcoat. One is a verification layer made of methods, appendices, and reproducibility detail, the machinery that lets a skeptical reader confirm the result holds. The other is an insight layer that carries the hypothesis, the finding, and what it changes. They are bundled only because the same person had to read both. Every reader pays to unbundle them. And the paper rarely stands alone. Behind it is a chain of prerequisites, each demanding the same work. Getting blocked on one paper means getting blocked on the paper behind it.

Two documents wearing one trenchcoat — a bold insight layer bundled with the machinery of verification. Unbundled once, for everyone, each claim stays one click from its source.

This problem has a name. In 2017 Chris Olah and Shan Carter published “Research Debt” on Distill.pub, still the sharpest statement of it. Fields accumulate debt the way codebases do, piling up undigested ideas, noisy exposition, bad abstractions, and a rising cost of entry. Their central concept is interpretive labor. Understanding an idea takes work, and someone always pays. Either the author pays once, by distilling it clearly, or thousands of readers pay separately to decode it. Academia rewards novelty and leaves clarity unpaid, so there is no professional distiller.

Every reader re-climbs the same mountain alone.

The project described here is a tool for paying that labor down. Its purpose is narrow. It helps a researcher read a new paper and connect it to the rest of the field. Everything else it produces is a byproduct.

The LLM workaround, and where it stops

The current workaround is to hand the paper to an LLM and prompt until it makes sense. It works when the paper is adjacent to what you already know and turns counterproductive when it is not. Two constraints sit underneath, and both are real.

The first is engineering. Understanding a paper properly means understanding it against the field, and a field does not fit in a context window. A thousand papers is on the order of ten million tokens. No window holds that, and long before the hard limit, retrieval degrades. This is the needle-in-a-haystack problem, where the model misses what is buried in the middle. Even as windows grow, re-reading the whole field on every question is the wrong architecture. Indexes exist because scanning everything every time never scales. The engineering answer is a corpus indexed ahead of time, with concepts and relations extracted at rest, stored with citations, and retrieved when needed.

The second constraint is epistemic. Chat is pull-based. It answers the questions you have, and in a foreign field you do not know which questions to ask.

Precomputed structure surfaces the unknown unknowns.

Both constraints point the same direction. Do the interpretive labor once, ahead of time, and inspectably, instead of re-deriving it inside every private chat session.

What the tool does

It unbundles the paper, once, for everyone. Every paper in the corpus is broken down into concepts, relationships, and overarching themes. Those units are connected across the corpus by agentic search and repeated LLM passes, and every unit carries a citation back to a specific span in the source. The structure is an index into the papers. Every claim sits one click from the sentence that grounds it.

The graph is infrastructure. The product is the reading experience.

Wikipedia settled this division long ago. Underneath the pages sits an enormous graph made of the links, the categories, and the whole of Wikidata, and almost no human ever browses that layer. Machines read the graph. Humans read pages. Every map-of-science product since has confirmed the split from the other side. Connected Papers, Open Knowledge Maps, and the Open Research Knowledge Graph each offer research as an explorable network, and people use them for five minutes to find a paper, then leave. A network view has terrible insight-per-minute. Reading is linear, sense-making needs narrative order, and a graph offers neither. Past a few dozen nodes it is a hairball, and nobody has ever understood a field by staring at a hairball.

Most researchers may never look at the graph itself. A researcher meets a new paper, and this is the fastest honest way to understand it and place it. Relations are explicit and grouped rather than scattered through prose. The insight layer is up front, the verification layer one click away. Prerequisites are laid out in order instead of discovered by getting stuck.

THE CORPUS papers & posts CONCEPTS & RELATIONS every unit cited to a span in the source THE READING EXPERIENCE relations grouped, prerequisites in order
An index into the papers. Concepts and relations are extracted once and connected across the corpus; every claim keeps a citation thread back to the sentence that grounds it. The graph exists to power the reading experience.

Granularity is the design decision

There is a reason the unit is the concept. Distill’s unit of work was the whole paper, a full re-exposition done beautifully. That requires Olah-grade writing, and there were never enough humans who could supply it. Current LLMs cannot supply it either. Ask a model to rehash an entire research paper and you get plausible gloss. The naive “AI distiller” inherits Distill’s bottleneck directly.

So the project drops the unit of work to the level where models are competent and checkable. A model can extract a concept, state a relation, and attach the evidence. Nobody, human or machine, is asked to write the perfect essay. Understanding is assembled by the person who needs it, from parts small enough to verify.

The machine does the extraction and connection. The reader does the sense-making.

The living canon

The corpus has a deliberate shape. A few hundred papers are handpicked and maintained live by human curators, and a much larger periphery is crawled. The canonical papers differ only in weight. When the LLM granularizes and connects, the canon counts for more. Its framings, terminology, and results form the center of gravity everything else is read against.

The papers are canonical. The concepts keep moving.

No one decrees whether “reward hacking” and “specification gaming” are one concept or two. The vocabulary stays open, free to merge, split, and drift as the periphery pushes on it. But because canonical papers are weighted in every pass, the terminology gravitates toward how the best papers use it. Canonicalization is the problem where scientific knowledge graphs historically die, and this soft anchor makes it tractable instead of fatal.

Distill’s lesson

Olah and Carter followed the diagnosis with a fix. Distill.pub was a real journal that treated distillation as a legitimate research contribution. It went on hiatus in 2021 because the labor model failed to scale. The editors burned out. The supply of people who can write at that level is tiny. Their post-mortem asked whether distillation should have been a movement rather than a journal. Olah’s own next act was the Transformer Circuits thread, rolling, living, and outside traditional publishing. It is a quiet vote for “maintained live.”

Distill is half of the precedent. Around 2016 Eliezer Yudkowsky and Alexei Andreev built Arbital, an explanation wiki for alignment and mathematics with prerequisite tracking built in. The product shape, wiki pages with dependency paths, is almost exactly the one described here. It died too, and the postmortem names the same cause. People wanted to read the explanations, and almost nobody would keep writing them. Manual authoring did not scale. The wiki shape has been validated twice by demand and killed twice by labor cost. Machine labor is the term that changed.

This project keeps Distill’s diagnosis and changes the division of labor, splitting it three ways instead of one. Humans keep taste, choosing and maintaining the canon. Machines absorb the grinding per-paper extraction and connection, at a granularity they can handle. Readers keep the thinking. The final synthesis is theirs. Distill asked the same few people to supply all three, and the middle one broke them. The one-sentence version is paying down research debt with automated interpretive labor. Distill proved humans can build one beautiful trail a month. This keeps every trail cleared continuously and saves human judgment for deciding which mountains matter.

DISTILL’S MODEL THE SAME FEW PEOPLE taste + per-paper distillation + final synthesis the middle job broke them SPLIT THREE WAYS HUMANS taste — curate the canon + MACHINES extraction & connection + READERS sense-making & synthesis
Changing the division of labor. Distill asked a handful of writers to supply taste, per-paper distillation, and synthesis — and the middle one broke them. Here humans keep taste, machines absorb the grind at a granularity they can handle, and readers keep the thinking.

Why AI safety

Safety is the rare field where this is tractable. The corpus is small, thousands of core papers plus forum posts. The terminology is young. The community is dense enough that one shared reference can become the reference. And the field’s end goals are explicit, which makes “gap” and “tension” definable rather than aesthetic. A tension between two papers, or a direction two results jointly enable, can be surfaced against a known objective.

Surfaced tensions direct attention. Judgment stays with the researcher.

The system points at two results that bear on each other. It should arrive as a periodic digest, unprompted. This is the part that compounds as models strengthen.

What to build first

The best-fit reader is someone new to an area, facing the prerequisite chain at its steepest. “What must I understand before this paper, and in what order” is a question nobody answers well, and one this structure supports natively.

The first build is concept pages. Each concept gets an auto-assembled mini-review, fully cited and always current. The page gathers every claim about the concept across the corpus, grouped by relation type, with each claim linked to its source span and canonical papers weighted first. That is “relations in group format” in a form researchers already know how to read. Then prerequisite paths. Then the tension digest.

The byproduct

Nobody wakes up wanting a map of a field, and nobody here has to. The demand for the grand scheme is real, and it is demand for conclusions. Survey papers, annual reviews, and state-of-the-field posts are read enormously. Nobody asks to do the surveying themselves through a graph interface. The tension digest and the concept pages meet that demand in the shape it actually takes, grand-scheme signal arriving as a page or a short note, with the graph as plumbing whose real reader is the machine.

Every paper read through the tool leaves behind indexed structure made of concepts, relations, and tensions, each cited and weighted against the canon. Read enough papers this way and a field-level layer assembles itself, without anyone having built it on purpose.

That byproduct is about to matter. AI systems are becoming able to execute research. They can run the experiments, sweep the parameters, and check the correctness. As that happens, the cost of producing a result falls toward the cost of compute, and scarcity moves. It moves to orientation. Orientation means knowing what has been done, what is worth doing next, and where the leverage is. The field’s current machinery for this is a throttle. Peer review, conferences, and citation counts form a coordination mechanism that assumes output is scarce.

It decides what gets in, and that is all it decides.

Under abundance it fails in both directions. Keep the throttle and the field cannot notice work fast enough. Remove it and effort scatters into duplicated experiments, parallel reinvention nobody knows is parallel, and high-leverage questions left open because no one realized they were.

The project accrues orientation on its own. The primary act is reading one paper well. The accumulated exhaust of that act is the orientation layer the field is about to need. And because that layer is cited, current, and open to correction, it can become the field’s living reference, a place researchers read and write, sharing insight with the public. Stronger models only make it more valuable, because maintenance gets cheaper while the accumulated verification stays.

Closing

The primary act here is small and daily. Read one paper well, and know where it sits. Do that enough times, over a curated core, and something larger accumulates that no one asked for. The field’s orientation layer takes shape, arriving just as execution gets cheap and orientation becomes the scarce thing. The version of this that matters in a few years is the living canon the reading leaves behind.

Read next →

The Loop No One Chose

Reflexive dynamics in decentralized nonprofit fields, and why AI safety needs a live, actionable map that reflects the field back to itself instead of telling it what to do.