Wiki Engine

Research report 01 · Intellectual lineage

From compounding wiki to traceable signal.

A master report on Andrej Karpathy’s LLM Wiki insight, the systems it inspired, and Wiki Engine’s attempt to make source-to-knowledge work inspectable, reversible, and honest.

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.

Evidence scopeThis report compares Wiki Engine 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.

Short judgment: Karpathy’s formulation is the more influential conceptual contribution. Wiki Engine is an attributed, still-unproven attempt to operationalize it for people who care about attention, source custody, corrections, and accountable research.

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:

L1

Raw sources

Human-curated, immutable documents. The LLM reads them but does not rewrite them.

L2

The Wiki

Persistent Markdown summaries, entities, concepts, comparisons, and syntheses maintained by the LLM.

L3

The schema

A CLAUDE.md, AGENTS.md, or equivalent that teaches the agent how to operate.

OPS

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.

Alpha.1Captureuntrusted inbox
Alpha.1Sourceexact admitted bytes
TargetEvidencecanonical transformed material
Alpha.1Signalone-source interpretation
Alpha.1Wikiprovisional synthesis

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.

Conceptual pattern compared with Alpha.1 behavior and explicitly labelled target architecture.
DimensionKarpathy’s formulationWiki Engine
Primary contributionAn influential, portable formulation of persistent LLM-maintained knowledge compilation.Alpha.1 + targetA kernel-backed implementation and evidence-aware extension.
Core flowRaw Source → Wiki.MixedAlpha.1 has Capture → Source → Signal → Wiki; canonical Evidence is a target.
Daily user jobBuild and query a compounding Wiki.Product thesisRecover useful Signal from accumulated captures before synthesis.
Source identityImmutable by instruction and repository convention.Alpha.1Content-addressed admission and digest verification.
Evidence modelRaw-file references and citations.TargetDedicated source-bound Evidence contract.
Reading layerSource summary and updated Wiki pages.Alpha.1Signal publication; richer typed items remain a target.
CorrectionsRevise the evolving page; Git and logs may preserve history.TargetExplicit successor and review architecture under development.
VideoTranscript and optional image inspection.Alpha.1Transcript-first route planning; broader acquisition and frame Evidence remain under development.
Model authorityThe LLM owns and maintains the Wiki layer.Alpha.1The model drafts semantics; the kernel checks source-bound publication fields.
Operational historyHuman-readable append-only log.md.Alpha.1Machine-readable operation receipts; chained schema-2 receipts remain a target.
Intended strengthSimplicity, flexibility, and conceptual clarity.ThesisProvenance, reviewability, and bounded operation.
CostImplementation 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:

01

Bottom line

What the source says without forcing the reader through the entire capture.

02

Useful insight

What is novel, actionable, contradictory, or worth remembering.

03

Evidence

The source identity, quotation, timestamp, transcript, or frame supporting the interpretation.

04

Disposition

Read, act, inspect separately, connect later, or decline to promote.

05

Inspection state

A linked repository is uninspected until another operation actually opens and admits it.

06

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.

Point-in-time public positioning, observed 27 July 2026. “Declared” means the project’s own README or product page makes the claim.
SurfaceEvidence statusPublic emphasis observedRelation to Wiki Engine
Astro-Han / karpathy-llm-wikiDeclaredREADME at eafcc77Installable 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-skillDeclaredREADME at efa2294Multi-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-wikiDeclaredREADME at e76e401Web, 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.
RecallDeclaredPublic product pageOne-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 ClipperObservedOfficial documentationDurable 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.1Repo test19 offline tests at b124b10Content-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.

PRODUCT

Attention, not accumulation

The primary outcome is not pages generated. It is attention returned without provenance lost.

EPISTEMICS

Structure is not truth

A valid record proves identity and lineage. It does not prove that model-written prose is correct.

SECURITY

Persisted input is data

A captured instruction cannot authorize commands, browsing, credentials, publication, or an authority change.

PRIVACY

Local-first kernel

The deterministic core performs no network calls. Provider transfer belongs to separately disclosed adapters.

VIDEO

Inspect only what meaning requires

Transcript first; exact cue frames for demonstrative language; broader visual review for visual-dominant material.

OPERATIONS

Fail closed

Bounded reads, collision refusal, no-follow paths, recoverable writes, and explicit migration are intended trust properties.

PORTABILITY

Files outlive the tool

Markdown and JSON remain readable without a hosted account or proprietary knowledge store.

LEGAL

Rights are part of source safety

Generalized downloading, authenticated content, and public demo media require explicit rights decisions.

UX

Rigor creates friction

Contracts, consent, review, and explicit states are harder to explain than “save anything and let AI organize it.”

BUSINESS

A narrow technical audience

The natural first user is a research-heavy Claude or Codex user, not the broad consumer note-taking market.

DEFENSIBILITY

The folder is not the moat

The moat must be demonstrated Signal quality, migration reliability, and accumulated evidence—not prompts or names.

GOVERNANCE

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.

Current public statusWiki Engine remains a public alpha. This report distinguishes demonstrated alpha behavior from the six-contract architecture still being repaired and verified.

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.

INFLUENCE

Karpathy’s formulation

Observed indicator: numerous current repositories explicitly cite the idea file. No magnitude or causal share is scored.

DEMONSTRATION

Wiki Engine Alpha.1

Meaningful but narrow repository-authored implementation evidence; no independent field or semantic-quality validation.

THESIS

Six-contract architecture

A potentially valuable design direction currently stopped for structural repair. It is not externally validated.

POTENTIAL

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?

  1. Close the referential lineage and migration architecture.
  2. Demonstrate Signal quality on licensed, representative mixed-source batches.
  3. Prove correction, backup, restore, upgrade, and uninstall paths.
  4. Run external users through the workflow without founder intervention.
  5. Publish actual failure rates, citation errors, unsupported slices, and correction receipts.
  6. 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.

Explore Wiki Engine on GitHub →

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.

Claim ledger. Revisions are point-in-time observations; public product pages have no repository commit.
SourceObserved revisionEvidence classRelevance to this report
Vannevar Bush — Memex1945 antecedent, acknowledged in Karpathy’s textConceptualAssociative personal knowledge predates LLM Wikis; this report makes no invention claim over that lineage.
Andrej Karpathy — LLM Wikiac46de1PrimaryAttributed idea fileRaw/Wiki/schema formulation; Ingest, Query, Lint; compounding artifact; Memex relationship.
AgriciDaniel / claude-obsidiancb93ff6DeclaredRepositoryConservative source preservation, locking, Obsidian Bases, and agent workflow patterns.
green-dalii / obsidian-llm-wiki7e22848DeclaredRepositoryDuplicate/conflict handling, graph retrieval, local-first operation, and lint.
kytmanov / obsidian-llm-wiki-localad2e425DeclaredRepositoryContent hashes, rejection feedback, manual-edit protection, draft review, and tests.
johnfkoo951 / cmds-llm-wiki48b67efDeclaredRepository; no detected license relied onBroad Web Clipper routing, dual-agent harness, and explicit purpose gate.
liyading1818 / obsidian-llm-wiki7ae0218DeclaredRepository; no detected license relied onTranscript-to-source-to-Wiki workflow.
kepano / clipper-templatesb8c7df1ObservedOfficial-format examplesDeterministic Web Clipper variables, triggers, and interoperable templates.
Astro-Han / karpathy-llm-wikieafcc77DeclaredREADMECompact installable skill and explicit arguments against heavier controls.
sdyckjq-lab / llm-wiki-skillefa2294DeclaredREADMEMulti-platform skill, graph workbench, deduplication, confidence states, and broad extraction.
ndjordjevic / pin-llm-wikie76e401DeclaredREADMELocal citable Wiki, raw captures, URL acquisition, soft deletion, and Git review.
RecallPublic page, 27 July 2026DeclaredVendor positioningConvenience benchmark: capture, summaries, links, graph, chat, quizzes, browser, web, and mobile.
Obsidian Web ClipperOfficial page, 27 July 2026ObservedDocumentationDurable offline capture and file-over-app benchmark.
Wiki Engine Alpha.1b124b10Repo testAuthor-produced evidenceCurrent 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.