01 / Executive verdict
Karpathy’s formulation. Our evidence-aware extension.
Andrej Karpathy gave the LLM Wiki pattern a timely and influential formulation: instead of retrieving raw chunks and rebuilding understanding for every question, let an LLM incrementally compile immutable sources into a persistent, interlinked Wiki.
0.1.0-alpha.1 at commit b124b10. Implemented claims refer to repository-authored offline tests and the Alpha.1 evidence record; they are not independent field validation. The six-contract architecture is a target under repair, not a current stable claim.Persistent personal knowledge, associative trails, source preservation, provenance, and human review all predate this formulation. Karpathy himself relates the pattern to Vannevar Bush’s Memex. Wiki Engine claims neither the broader paradigm nor “evidence discipline” as an invention. Its contribution is a particular implementation question:
How can knowledge compound without generated structure outrunning the evidence beneath it?
The target answer is an evidence-aware pipeline with distinct authority layers: exact Source, source-bound Evidence, one-source Signal, cross-source Wiki, human Review, and operational Receipt.
02 / The original insight
Knowledge should be compiled once—and kept current.
Karpathy’s April 2026 LLM Wiki document is deliberately an idea file, designed to be pasted into an agent and instantiated with the user. Its architecture has three layers:
Raw sources
Human-curated, immutable documents. The LLM reads them but does not rewrite them.
The Wiki
Persistent Markdown summaries, entities, concepts, comparisons, and syntheses maintained by the LLM.
The schema
A CLAUDE.md, AGENTS.md, or equivalent that teaches the agent how to operate.
Ingest · Query · Lint
Compile a source, ask the Wiki, and periodically find contradictions, gaps, and broken structure.
The paradigm moves knowledge work from:
retrieve → answer → forget
to
read → compile → preserve → improve
That insight is significant because it transforms the output of AI research from an ephemeral answer into a durable artifact. Cross-references can already exist. Contradictions can already be marked. Valuable answers can be filed back into the Wiki. The system compounds.
Karpathy’s idea file offers the clearest expression of the pattern: Obsidian is the IDE; the LLM is the programmer; the Wiki is the codebase. It is attributed here as conceptual prior art; the observed gist does not provide a verified software license.
03 / What Wiki Engine changes
A compiler needs an intermediate representation.
Many implementations observed for this report move from a raw source into source summaries, entities, concepts, and graph links. Alpha.1 already inserts a one-source Signal reading layer; the target architecture further separates Source, Evidence, Signal, Wiki, Review, and Receipt.
In the target contract, Review and Receipt sit across that flow. Review records what a person accepted or rejected against an exact projection. Receipt records what the system did. Alpha.1 has read-only Review and operation receipts, but not the completed schema-2 contract claimed as stable.
The authority split
- The kernel owns bytes, identity, bounds, paths, lineage, state, and receipts.
- A human or model owns fallible interpretation and editorial judgment.
- Review owns local acceptance, not universal truth.
- The site owns explanation only; it cannot upgrade a claim beyond retained evidence.
This makes Wiki Engine less like an automatic note generator and more like a local research compiler: deterministic admission and publication around explicitly fallible semantic work.
04 / Side-by-side comparison
Same lineage. Different operating contract.
| Dimension | Karpathy’s formulation | Wiki Engine |
|---|---|---|
| Primary contribution | An influential, portable formulation of persistent LLM-maintained knowledge compilation. | Alpha.1 + targetA kernel-backed implementation and evidence-aware extension. |
| Core flow | Raw Source → Wiki. | MixedAlpha.1 has Capture → Source → Signal → Wiki; canonical Evidence is a target. |
| Daily user job | Build and query a compounding Wiki. | Product thesisRecover useful Signal from accumulated captures before synthesis. |
| Source identity | Immutable by instruction and repository convention. | Alpha.1Content-addressed admission and digest verification. |
| Evidence model | Raw-file references and citations. | TargetDedicated source-bound Evidence contract. |
| Reading layer | Source summary and updated Wiki pages. | Alpha.1Signal publication; richer typed items remain a target. |
| Corrections | Revise the evolving page; Git and logs may preserve history. | TargetExplicit successor and review architecture under development. |
| Video | Transcript and optional image inspection. | Alpha.1Transcript-first route planning; broader acquisition and frame Evidence remain under development. |
| Model authority | The LLM owns and maintains the Wiki layer. | Alpha.1The model drafts semantics; the kernel checks source-bound publication fields. |
| Operational history | Human-readable append-only log.md. | Alpha.1Machine-readable operation receipts; chained schema-2 receipts remain a target. |
| Intended strength | Simplicity, flexibility, and conceptual clarity. | ThesisProvenance, reviewability, and bounded operation. |
| Cost | Implementation details remain user-defined. | ObservedMore code, more contracts, and more cognitive overhead. |
Wiki Engine is not a replacement for the original. It is one opinionated branch of the lineage: narrower, heavier, and intended for users who value traceability more than effortless automatic graph growth.
05 / The product wedge
Signal returns attention before the graph takes it.
A folder of saved sources preserves information but not attention. A fully automatic Wiki can create the opposite problem: dozens of synthetic pages whose maintenance and verification cost more than reading the source.
Signal is designed to answer the practical question:
I saved ten videos, several articles, and two repositories. What was actually worth my attention?
A strong Signal report should expose:
Bottom line
What the source says without forcing the reader through the entire capture.
Useful insight
What is novel, actionable, contradictory, or worth remembering.
Evidence
The source identity, quotation, timestamp, transcript, or frame supporting the interpretation.
Disposition
Read, act, inspect separately, connect later, or decline to promote.
Inspection state
A linked repository is uninspected until another operation actually opens and admits it.
Uncertainty
What depends on transcript quality, visual context, missing evidence, or model inference.
One source should normally produce zero or one Signal. Wiki pages should earn cross-source life. That principle restrains generated page inflation and keeps the daily reading surface legible.
06 / Separation from the crowd
Not broader capture. An intended distinction in custody.
The Karpathy ecosystem is already active. Current public repositories package the formulation as agent skills, Obsidian templates, graph interfaces, multi-platform installers, extractors, and local workbenches. Adjacent hosted products compete for capture, summary, connection, chat, and learning jobs. The matrix below records public declarations and documentation observed for this report; competitor runtime behavior was not independently tested.
| Surface | Evidence status | Public emphasis observed | Relation to Wiki Engine |
|---|---|---|---|
| Astro-Han / karpathy-llm-wiki | DeclaredREADME at eafcc77 | Installable multi-agent skill; Ingest, Query, Lint; production-use figures declared by its maintainer. | Prioritizes a compact, tool-agnostic workflow and explicitly rejects several heavier controls. |
| sdyckjq-lab / llm-wiki-skill | DeclaredREADME at efa2294 | Multi-platform skill, SHA-256 deduplication, confidence labels, graph experience, and local workbench. | Demonstrates that graph, local operation, provenance-like controls, and rich UX can coexist. |
| ndjordjevic / pin-llm-wiki | DeclaredREADME at e76e401 | Web, GitHub, and YouTube ingestion; immutable raw captures; citations; soft deletion; review in Git. | Overlaps strongly on local source-backed workflows, but uses a skill-first rather than kernel-contract emphasis. |
| Recall | DeclaredPublic product page | One-click capture, summaries, automatic links, knowledge graph, chat, quizzes, web, browser, and mobile surfaces. | Sets a much higher convenience and distribution benchmark; Wiki Engine’s proposed counter-position is local custody and explicit review. |
| Obsidian Web Clipper | ObservedOfficial documentation | Durable offline capture, templates, metadata extraction, highlighting, and file ownership. | A donor capture surface. Wiki Engine should transform admitted captures rather than duplicate browser capture. |
| Wiki Engine Alpha.1 | Repo test19 offline tests at b124b10 | Content-addressed Source, source-bound Signal/Wiki publication, read-only Review, bounded routing, and transaction recovery. | Demonstrated locally by repository-authored tests; no external-user or semantic-quality proof. |
Wiki Engine should not claim superiority across these categories. Its proposed separation is the combination:
Local user-owned records + exact source/evidence identity + a structured Signal layer + explicit uncertainty + bounded visual escalation + deliberate human Review + no automatic promotion to truth.
Relative to template-first LLM Wikis
Skill and template projects commonly optimize for setup simplicity, adaptation, and prompt-level portability. Wiki Engine accepts more machinery in pursuit of deterministic identity, correction history, migration discipline, and publication constraints. Whether that trade is better has not yet been tested with users.
Relative to graph-heavy systems
Graphs can encode typed provenance, evidence, review state, and much more than connection alone. Wiki Engine’s intended distinction is not “graph versus evidence”; it is that evidence custody and Signal review are the primary workflow, while visualization is a downstream projection.
Relative to hosted knowledge products
Recall’s public page declares distribution and convenience surfaces Wiki Engine does not offer. Wiki Engine’s proposed counter-position is custody: local files, replaceable model producers, no hosted account, no core telemetry, and explicit boundaries around external transfer.
Relative to capture tools
Obsidian Web Clipper’s official documentation demonstrates a mature durable-file capture surface. Wiki Engine should accept that donation rather than recreate it. Clipper preserves the page; Wiki Engine’s proposed job is deciding what becomes Signal and what eventually deserves cross-source Wiki life.
07 / All-angle assessment
Where the architecture is strongest—and where complexity accumulates.
Attention, not accumulation
The primary outcome is not pages generated. It is attention returned without provenance lost.
Structure is not truth
A valid record proves identity and lineage. It does not prove that model-written prose is correct.
Persisted input is data
A captured instruction cannot authorize commands, browsing, credentials, publication, or an authority change.
Local-first kernel
The deterministic core performs no network calls. Provider transfer belongs to separately disclosed adapters.
Inspect only what meaning requires
Transcript first; exact cue frames for demonstrative language; broader visual review for visual-dominant material.
Fail closed
Bounded reads, collision refusal, no-follow paths, recoverable writes, and explicit migration are intended trust properties.
Files outlive the tool
Markdown and JSON remain readable without a hosted account or proprietary knowledge store.
Rights are part of source safety
Generalized downloading, authenticated content, and public demo media require explicit rights decisions.
Rigor creates friction
Contracts, consent, review, and explicit states are harder to explain than “save anything and let AI organize it.”
A narrow technical audience
The natural first user is a research-heavy Claude or Codex user, not the broad consumer note-taking market.
The folder is not the moat
The moat must be demonstrated Signal quality, migration reliability, and accumulated evidence—not prompts or names.
Review is local acceptance
Acceptance means “accepted in this vault and scope,” never “certified as universally true.”
08 / Honest boundary
A serious architecture is not yet a finished product.
The current system has meaningful local implementation work, tests, content-addressed source admission, Signal/Wiki publication, bounded video routing, linting, and transaction recovery. It does not yet possess the external evidence required for a stable significance claim.
- No meaningful public adoption or unassisted-user evidence.
- No stable semantic-quality benchmark across a held-out corpus.
- No mature GUI, mobile experience, or consumer-grade onboarding.
- No completed long-duration field soak or 100-source release witness.
- No final rights-safe promise for generalized YouTube acquisition.
- No stable Windows, multi-writer, network-filesystem, or active cloud-sync contract.
- No claim of defense against a hostile same-user process that coherently replaces all state.
- No guarantee that a citation is semantically sufficient merely because it is structurally valid.
The current Phase 1 candidate also reached a structural stop around referential lineage, explicit Wiki-to-Signal attribution, complete alpha video migration, and traversal-closed public schemas. Those findings are not hidden by this brand asset; they are precisely the kind of evidence the system is designed to preserve.
09 / Significance assessment
Influence, demonstration, and potential are different claims.
Karpathy’s formulation has visible influence: it supplied memorable language and a portable pattern that many public projects now explicitly cite. That does not erase earlier PKM, Memex, Wiki, provenance, or human-review work.
Karpathy’s formulation
Observed indicator: numerous current repositories explicitly cite the idea file. No magnitude or causal share is scored.
Wiki Engine Alpha.1
Meaningful but narrow repository-authored implementation evidence; no independent field or semantic-quality validation.
Six-contract architecture
A potentially valuable design direction currently stopped for structural repair. It is not externally validated.
Author assessment only
If the system proves Signal quality, lineage, recovery, rights safety, and usability, it could occupy a distinctive evidence-to-Signal category. This remains a hypothesis.
What would make the potential real?
- Close the referential lineage and migration architecture.
- Demonstrate Signal quality on licensed, representative mixed-source batches.
- Prove correction, backup, restore, upgrade, and uninstall paths.
- Run external users through the workflow without founder intervention.
- Publish actual failure rates, citation errors, unsupported slices, and correction receipts.
- Make first-run use simple enough that rigor does not become abandonment.
10 / The next system boundary
Wiki Engine should feed a second brain—not become the whole brain.
A second brain usually owns a wider human context: projects, identity, decisions, commitments, journal, plans, relationships, and long-lived knowledge. Wiki Engine should remain the research intake and evidence layer at its edge.
Wiki Engine owns
- captured source identity;
- source-bound evidence;
- one-source Signal;
- provisional cross-source Wiki;
- review and operation history.
The second brain owns
- what the person accepts as durable knowledge;
- how it changes projects, decisions, and behavior;
- personal context and authority;
- long-term navigation and retrieval;
- retirement, consolidation, and organizational meaning.
Capture → Signal → Human review → Explicit promotion → Second-brain knowledge
The bridge should be manual and disposition-bound at first. Proximity, keywords, or model confidence must not silently promote a Signal into personal authority. A second brain can cite or ingest a reviewed Wiki artifact, but it should preserve the Source/Evidence chain and the provisional status of interpretation.
Why this boundary matters
If Wiki Engine owns everything, it becomes another sprawling life-management system. If the second brain directly absorbs every raw capture, it recreates capture overload. The useful architecture is a selective membrane:
Wiki Engine reduces research material into reviewable evidence and Signal. The second brain decides what that evidence means for the person.
This report establishes the boundary, not the implementation. The second-brain integration is the next design chapter and should receive its own authority, routing, privacy, backup, and promotion contract.
11 / Position and moat
From saved sources to traceable signal.
The product should not claim to be the best second brain, the most automatic Wiki, or a universal memory system. It should not promise “save anything,” automatic truth, or hours saved without measured evidence.
Its strongest position is narrower:
Wiki Engine is a local-first research workflow that turns mixed sources into evidence-linked Signal reports, then permits provisional cross-source synthesis only when the lineage supports it.
The folder structure, prompts, and six nouns are all copyable. A defensible moat would come from:
- better Signal reports than generic summaries;
- reliable migrations and correction history;
- rights-safe mixed-media acquisition;
- cross-model portability;
- external proof that review is understandable and useful;
- a real corpus of preserved sources, failures, corrections, and successful restores.
Karpathy showed how knowledge can compound. Wiki Engine asks how that compounding can remain inspectable, reversible, and honest.
12 / Sources and method
Research basis.
This is a positioning and architecture analysis, not a controlled product benchmark. Repository popularity is not quality proof. Competitor capabilities below are public declarations or documentation unless labelled as a repository-authored Wiki Engine test. The retained revision ledger is also available in Prior Art and Build Provenance.
| Source | Observed revision | Evidence class | Relevance to this report |
|---|---|---|---|
| Vannevar Bush — Memex | 1945 antecedent, acknowledged in Karpathy’s text | Conceptual | Associative personal knowledge predates LLM Wikis; this report makes no invention claim over that lineage. |
| Andrej Karpathy — LLM Wiki | ac46de1 | PrimaryAttributed idea file | Raw/Wiki/schema formulation; Ingest, Query, Lint; compounding artifact; Memex relationship. |
| AgriciDaniel / claude-obsidian | cb93ff6 | DeclaredRepository | Conservative source preservation, locking, Obsidian Bases, and agent workflow patterns. |
| green-dalii / obsidian-llm-wiki | 7e22848 | DeclaredRepository | Duplicate/conflict handling, graph retrieval, local-first operation, and lint. |
| kytmanov / obsidian-llm-wiki-local | ad2e425 | DeclaredRepository | Content hashes, rejection feedback, manual-edit protection, draft review, and tests. |
| johnfkoo951 / cmds-llm-wiki | 48b67ef | DeclaredRepository; no detected license relied on | Broad Web Clipper routing, dual-agent harness, and explicit purpose gate. |
| liyading1818 / obsidian-llm-wiki | 7ae0218 | DeclaredRepository; no detected license relied on | Transcript-to-source-to-Wiki workflow. |
| kepano / clipper-templates | b8c7df1 | ObservedOfficial-format examples | Deterministic Web Clipper variables, triggers, and interoperable templates. |
| Astro-Han / karpathy-llm-wiki | eafcc77 | DeclaredREADME | Compact installable skill and explicit arguments against heavier controls. |
| sdyckjq-lab / llm-wiki-skill | efa2294 | DeclaredREADME | Multi-platform skill, graph workbench, deduplication, confidence states, and broad extraction. |
| ndjordjevic / pin-llm-wiki | e76e401 | DeclaredREADME | Local citable Wiki, raw captures, URL acquisition, soft deletion, and Git review. |
| Recall | Public page, 27 July 2026 | DeclaredVendor positioning | Convenience benchmark: capture, summaries, links, graph, chat, quizzes, browser, web, and mobile. |
| Obsidian Web Clipper | Official page, 27 July 2026 | ObservedDocumentation | Durable offline capture and file-over-app benchmark. |
| Wiki Engine Alpha.1 | b124b10 | Repo testAuthor-produced evidence | Current implementation baseline. Not an independent forensic, field-use, or semantic-quality witness. |
Observed: 27 July 2026. Editorial standard: honor prior art, identify whether evidence is declared or tested, separate demonstrated behavior from target architecture, and place limitations adjacent to significance claims. No donor code, templates, branding, or assets are represented as copied; the repository authorship statement is not independent forensic proof.