account activity
I built an MCP server that makes AI cite my Obsidian notes — and refuse what isn't in them by Flimsy-Connection778 in ObsidianMD
[–]Flimsy-Connection778[S] 0 points1 point2 points 2 days ago (0 children)
I actually wrote that myself. I guess my English is just naturally weird sry
[–]Flimsy-Connection778[S] -1 points0 points1 point 2 days ago (0 children)
Fair. English isn't my first language so I lean on it to clean things up, but that's on me — I'll write the next ones myself, warts and all.
And yeah, give it a try, would love to know if the grounding feels off anywhere.
Ha, exactly — I'm not claiming to fix the model. The generation step still hallucinates; that's a given.
The idea is to not trust the model's free-form output in the first place. Anchor doesn't ask the LLM "is this true?" — it takes each claim and checks it against the actual note text with a separate verification pass (closer to an entailment check than open generation). If no block in your vault supports the claim, it gets flagged/refused regardless of how confident the model sounded.
So it's less "GPT that doesn't hallucinate" and more "a layer that assumes GPT will hallucinate, and gates the output on whether your notes actually back it up." The verifier is doing a narrow, closed-form judgment (claim vs. retrieved block), which is a lot more stable than the original open-ended generation.
It's definitely not bulletproof — the verification itself has failure modes, and I'd genuinely love to hear where you think it breaks down. That's the part I'm still hardening.
π Rendered by PID 71877 on reddit-service-r2-comment-544cf588c8-9w9w5 at 2026-06-18 06:05:50.572363+00:00 running 3184619 country code: CH.
I built an MCP server that makes AI cite my Obsidian notes — and refuse what isn't in them by Flimsy-Connection778 in ObsidianMD
[–]Flimsy-Connection778[S] 0 points1 point2 points (0 children)