Hi, I'm Kushal.
I'm looking at verification layers around Karpathy-style LLM wikis.
Your README says the skill ingests sources, answers with citations, and lints for index integrity, links, stale cross-references, and wiki health.
After repeated ingests, where does trust break first in practice?
- ingest creates too few or wrong pages, but lint still passes
- citations exist, but are too weak to audit a specific claim later
- links still resolve, but the semantic relationship drifted
- pages become stale after source updates or manual edits
I'm trying to separate what belongs in deterministic lint from what needs an LLM verifier. A one-line answer is useful.
Hi, I'm Kushal.
I'm looking at verification layers around Karpathy-style LLM wikis.
Your README says the skill ingests sources, answers with citations, and lints for index integrity, links, stale cross-references, and wiki health.
After repeated ingests, where does trust break first in practice?
I'm trying to separate what belongs in deterministic lint from what needs an LLM verifier. A one-line answer is useful.