Ask with citations: every claim, traceable
Drop a PDF in and ask where the risk sits. Whether the answer is usable depends on whether it says "risk is on page 7, paragraph 3".
The real problem with LLM answers is not that they are wrong. It is that you cannot check whether they are wrong.
From plausible to findable
Ask inside LLM-notebook and every claim carries a marker: [1], [2]. Click it and you jump back to the exact paragraph, highlighted.
That changes two things:
- You verify in five seconds instead of re-reading for five minutes.
- You confirm a claim was not taken out of context before it goes into a deck.
How you ask decides whether the answer holds
Same material, different question, very different verifiability:
- ❌ "What's wrong with this contract?" — too broad, so the answer stays vague.
- ✅ "Do clauses 4 and 9 conflict on liability? Quote the text." — checkable in one click.
- ✅ "Copy the paragraphs that support this, with page numbers." — forces the model back to the source.
A useful rule: ask it to quote, not to summarize. A summary cannot be verified. A quote can.
Citations are a system property, not a prompt trick
Plenty of tools claim citations. The difference is whether the citation is generated by the model or resolved by the system.
We do the second: parsing keeps paragraphs and page numbers, and answering binds markers to real paragraphs. A marker either jumps somewhere real, or it does not appear at all.
Citations are not there to make the answer look good. They are there to make it safe to use.
Keep reading
Why we did not build a nicer chat box
The chat box is the default shape of every AI product, and also its ceiling: context is used once and thrown away. Notes on the trade-off we made.
Read postFrom material to a deck you will actually use
Generating slides is easy. Wanting to use them afterwards is hard. Most of our effort went into the second half: editable, exportable, structurally sound.
Read postConnected in five minutes: extension and skill
Two paths in: the extension handles capture, the skill handles use. Which one you need depends on where you are stuck.
Read post