01
Fluency is a dangerous feeling
AI can explain a difficult concept in seconds. But following a fluent answer and understanding the concept are not the same thing. A model can organize terminology, select material, bridge paragraphs, and phrase the conclusion for us. While reading, everything feels inevitable. Once the window closes, however, we may remember the conclusion without being able to identify its evidence, reconstruct the intermediate steps, or say which assumption will fail first.
This risk is not only intuitive. Across seven experiments, Shiri Melumad and Jin Ho Yun found that people learning from synthesized LLM answers could develop shallower knowledge than people who had to browse and integrate web sources, even when the core information was held constant. What disappears is not necessarily information, but the active work of discovering, comparing, and synthesizing it.
The useful question is therefore not how much information AI can provide, but whether the researcher still performs the work of building an explanation.
02
Shrink the question until the mechanism can be traced
0xkato began with the question ‘How do LLMs work?’ It sounded precise, but it could expand into training, inference, hardware, tokenization, attention, alignment, or the product around the model. A fluent overview could visit all of them without producing usable understanding of any one.
The question became: what happens after a prompt is entered and before the model predicts the next token? That boundary created a beginning, an end, and an order: tokenization, embeddings, positional information, attention, transformer output, and the generation loop.
AI is most useful here as a mapmaker. It can reveal dependencies, missing terminology, possible source types, and ambiguity. Research then changes from requesting one complete answer to inspecting a sequence of connected mechanisms, one part at a time.
03
Keep the source and the explanation apart
The most important move in the original essay is to keep two kinds of notes. One records the exact technical claim, its source, and its context. The other records the analogy or simplified model that made the idea intelligible. A simplification can be useful without being a literal description of every implementation.
The source answers what the evidence actually says. The explanation answers how I currently understand it. Research writing must preserve the distance between them and mark the point where a helpful picture begins to distort the mechanism.
This principle already runs through Conan Xin AI Lab. Book ID Search can clean a query, infer intent, and rerank results, but the raw bibliographic record remains the evidence. The Pang Xunqin Digital Exhibition can add OCR, relationships, and thematic routes, but its 311 catalogue pages remain the layer a claim must return to. The Ancient Plank Roads Field Atlas can use AI to propose locations, while local records, coordinates, surviving remains, and field observation decide what can actually be asserted. AI should create more paths into material, not erase the material itself.
04
Attack the first explanation that works
The moment an explanation first makes sense is also when we are most likely to stop checking it. A stronger method asks where the mental model fails, which word is too absolute, whether a claim describes all models or one implementation, and what later evidence would weaken it.
AI can serve as a critic, but it should not immediately replace our explanation with a smoother one. Otherwise we may accept better phrasing without repairing the gap that made the original explanation fail. Useful feedback identifies the error, the boundary of the simplification, and the strongest counterexample; the researcher then rewrites the account.
05
Closing AI is an understanding test
After reading sources and challenging each part, 0xkato closes the chat and reconstructs the mechanism on a blank page. If two adjacent components can be named but the transformation between them cannot be explained, the missing link has become visible. The next search can target that precise gap instead of requesting another complete overview.
Research on retrieval practice supports the logic of this test: reconstructing knowledge from memory can produce more meaningful learning than continuing to reread an already organized account. A large field experiment on generative AI tutoring points to the opposite risk. Unguarded AI assistance improved performance during practice but could harm subsequent unaided performance, while a tutor designed with learning-oriented guardrails reduced that damage.
A part is therefore not complete when the model has answered it. It is complete when I can explain it without borrowing the source’s language, connect it to what comes before and after, state where the explanation stops being exact, and return consequential claims to evidence.
06
A seven-stage protocol for Conan Xin AI Lab
01 — Bound the question. Define the object, starting point, ending point, and what is deliberately outside the current investigation.
02 — Map dependencies. Use AI to uncover terminology, conceptual order, source classes, and unresolved ambiguity.
03 — Build an evidence ledger. Open the paper, documentation, code, dataset, archive, or field record and save the exact claim with its source. The chat itself is not evidence.
04 — Form a personal explanation. Describe the input, transformation, and output in your own words, while marking the limits of every analogy.
05 — Seek the strongest objection. Ask AI, another model, later research, and outside readers to attack the current account rather than reassure it.
06 — Reconstruct offline. Close AI and rebuild the structure from a blank page. Every missing connection becomes the next research question.
07 — Write from surviving notes. Publish only material that remains after source checking, adversarial review, and offline reconstruction—not a cleaned-up transcript of the exploratory chat.
07
AI should not remove every form of friction
We usually describe AI as a tool for reducing friction: faster search, faster reading, faster drafting. Research, however, depends on retaining certain forms of resistance. Comparing sources, explaining contradictions, facing a blank page, admitting uncertainty, and reorganizing material in one’s own language are where understanding is made.
A better AI research system does not eliminate all friction. It reallocates it: machines handle retrieval, organization, and repetition; people remain responsible for judgment, doubt, reconstruction, and the final claim.
The test is simple: close the chat window, then explain it again.
References
Research behind this note
- 01Experimental evidence of the effects of large language models versus web search on depth of learning ↗
Seven experiments comparing learning from LLM syntheses with learning through web search.
- 02Retrieval Practice Produces More Learning than Elaborative Studying with Concept Mapping ↗
Evidence that active reconstruction can strengthen meaningful learning.
- 03Generative AI without guardrails can harm learning ↗
A field experiment distinguishing assisted practice performance from subsequent unaided learning.