Citations
Citation-backed AI meeting notes — why hallucinated summaries are killing teams
The first question of every meeting summary should be "where did you get that?"
AI meeting summaries hallucinate. Not "sometimes," not "edge cases" — every modern frontier model invents details under summarization pressure, especially in the longer-context summary of a 60-minute meeting. The question is not whether your summary tool hallucinates; it is whether your tool tells you when it does. Citation-backed summaries — where every sentence of the summary links to the specific transcript segment that justified it — turn an opaque guess into an audit trail. This post is the case for citations as a non-negotiable, and how Reline implements them.
What hallucination looks like in a meeting summary
A typical hallucination is not a wild fabrication; it is a confident mis-attribution. The model writes "Sarah agreed to ship the auth changes by Friday" when Sarah actually said "I can probably look at the auth changes this week if Maria finishes the migration." The shape is plausible, the speaker is right, the topic is right, the commitment is wrong. Without a citation, that line ends up in the CRM, in the action-items thread, and in the manager's coaching review. By the time anyone notices, three people are working off the wrong commitment.
Why citations are the only reliable fix
- They turn every claim into a verifiable assertion — you can click and listen to the source.
- They change the cost of being wrong from "embarrassing" to "trivially fixable" — wrong citation → 2-second correction.
- They make the model self-honest — citation-trained summarization significantly reduces hallucination rate vs. citation-free.
- They unlock compliance use cases — auditors will not accept "the AI said so;" they will accept "the AI said so AND here is the transcript moment."
What good citation-backed output looks like
A citation is not just a timestamp. Done well, it is: (a) a clickable anchor that jumps to the exact moment in the audio + transcript, (b) the verbatim quote the claim was derived from, and (c) speaker attribution so you know who said it. Reline's summaries render the claim as a sentence, with a small superscript link that on hover shows the source quote, and on click jumps the audio player to the right moment.
The three failure modes citation-free tools have
- Confident wrong attribution — "Sarah said X" when Sarah said something subtly different.
- Fabricated action items — "We will follow up on Q3 pricing" appears in the summary; nobody said that.
- Mis-aggregated commitments — three half-formed mentions become "the team agreed to ship by Friday."
Citation-backed output does not eliminate these mistakes — the underlying model still makes them — but it surfaces them in <2 seconds of human review instead of after the bad output has been distributed.
How Reline implements citations
- Transcription pass: produces token-level timestamped speaker-attributed transcript.
- Summarization pass: model is prompted to return summary statements as `{ text, sourceIds: [...] }` where each `sourceId` references a transcript segment.
- Validation pass: every `sourceId` must resolve to a real transcript segment that contains the claim semantically — if it does not, the summary line is dropped or flagged.
- Render pass: the editor renders summary text with citation anchors that link to the transcript segment, scrollable in the side panel.
The validation step is the work most tools skip. Without it, "citation" is decorative — a number next to a sentence that does not actually link to anything verifiable. Done with validation, citations become a real audit trail.
What this changes for your team
For sales managers
Coaching by citation: open the AE's call summary, hover the citation, hear the prospect actually say it. No more "did the AE actually capture that or did the model invent it" loop.
For customer research
When you cite an interview quote in a research report, the citation is auditable end-to-end. The PM can click through to the moment.
For compliance
Regulated industries need a verifiable trail from "the AI said this" to "the human said this." Citations are that trail.
For everyone
Trust in the summary goes up, time spent re-listening to the audio to verify drops to near-zero. Most teams shipping un-cited AI summaries are paying that re-listen tax silently — it shows up as senior reviewers spot-checking calls "just to be sure."
Where the category still falls short
Otter and Fathom offer partial citations (timestamps without verbatim quotes). Granola and Jamie offer summaries with weak source linking. Fireflies offers automated topic detection without citations on the summary itself. Reline ships full citation-backed summaries on every plan including the free tier. The work to get this right is not glamorous — it lives in the validation pass nobody markets — but it is what separates "looks like a summary" from "is a summary you can stake a deal on."
FAQ
Common questions
- Does Reline ever hallucinate?
- The underlying model can; the citation layer surfaces it. A hallucinated claim either lacks a valid `sourceId` (so it is dropped before render) or links to a citation that does not actually support it — in which case the human reviewer sees the mismatch on first read.
- Can I export the citations?
- Yes — Markdown exports include `[1]`-style citation refs with the verbatim quote in a footnote, and PDF exports include them as inline footnotes. JSON exports include the full structured citation payload.
- How does this compare to "AI confidence scores"?
- Confidence scores tell you how sure the model is. Citations tell you what the model heard. The first is signal; the second is evidence. Use both, but if you have to pick one, citations are the audit trail.
- Does adding citations slow the summary down?
- No — citations are part of the summary generation pass, not a post-hoc layer. End-to-end latency from "meeting ends" to "summary visible" is ~30 seconds.
- What if the citation is wrong?
- You click the citation, hear the audio, see the model was wrong, edit the sentence. The edit history is preserved so the original AI output and your correction are both in the audit log.
Ready when you are
Stop taking notes.
Start shipping outcomes.
Free to try. Five minutes to install. Your first transcript is already waiting.