Tagged articles
6 articles
Page 1 of 1
AI Waka
AI Waka
Apr 16, 2026 · Artificial Intelligence

Why Modern AI Systems Should Compile Knowledge Instead of Just Retrieving It

Traditional RAG pipelines forget everything after each query, but the LLM Wiki mode proposed by Andrej Karpathy compiles source material into a version‑controlled, cross‑referenced Markdown wiki, enabling knowledge to compound over time, reduce query costs, and provide a transparent, human‑readable knowledge base for AI engineers.

AI EngineeringLLMPrompt engineering
0 likes · 23 min read
Why Modern AI Systems Should Compile Knowledge Instead of Just Retrieving It
AI Architecture Hub
AI Architecture Hub
Apr 8, 2026 · Artificial Intelligence

Turn LLMs into Knowledge Engineers: Build a Self‑Growing Obsidian Wiki

This article explains how Andrej Karpathy's LLM‑plus‑Obsidian workflow transforms large language models into continuous knowledge engineers, detailing a three‑layer architecture, core operations, practical setup steps, and open‑source tools that enable a self‑maintaining, compounding personal wiki.

Knowledge EngineeringLLMObsidian
0 likes · 16 min read
Turn LLMs into Knowledge Engineers: Build a Self‑Growing Obsidian Wiki
Youzan Coder
Youzan Coder
Apr 7, 2026 · Industry Insights

How a Structured Knowledge Wiki Supercharges AI Coding Efficiency

This article analyzes why building a layered knowledge wiki tied to workspace and Git submodules dramatically reduces context entropy for AI coding, outlines the five knowledge categories, progressive disclosure design, multi‑agent initialization workflow, and the measurable productivity gains and governance benefits achieved in practice.

AI CodingAgent orchestrationProgressive Disclosure
0 likes · 24 min read
How a Structured Knowledge Wiki Supercharges AI Coding Efficiency
PaperAgent
PaperAgent
Apr 5, 2026 · Artificial Intelligence

How Karpathy Builds a Personal Knowledge Base with LLMs: A Step‑by‑Step Blueprint

Karpathy outlines a detailed workflow for using large language models to automatically collect, organize, and continuously enrich personal research materials into an interlinked Markdown wiki, highlighting tools, architecture, and future directions for a self‑improving AI‑powered second brain.

LLMObsidianPersonal Knowledge Base
0 likes · 6 min read
How Karpathy Builds a Personal Knowledge Base with LLMs: A Step‑by‑Step Blueprint
ShiZhen AI
ShiZhen AI
Apr 4, 2026 · Artificial Intelligence

Why Sharing Ideas Beats Sharing Code: Karpathy’s LLM‑Powered Wiki Workflow

Karpathy demonstrates a three‑layer LLM‑driven Wiki that ingests raw papers, code and datasets, automatically maintains structured markdown, and continuously improves through ingest, query and lint cycles, offering a compounding knowledge base that differs fundamentally from traditional RAG retrieval.

AI agentsLLMObsidian
0 likes · 10 min read
Why Sharing Ideas Beats Sharing Code: Karpathy’s LLM‑Powered Wiki Workflow
DevOps Engineer
DevOps Engineer
May 19, 2025 · R&D Management

The Pitfalls of Unmanaged Wiki Documentation in Enterprises and Lessons from Open Source

The article examines how unrestricted wiki editing in companies leads to duplicated, outdated, and low‑quality documentation, contrasts this with the disciplined PR‑based workflow of open‑source projects like Python, and argues that effective documentation governance depends on clear processes and cultural support rather than just tools.

DocumentationWikiknowledge management
0 likes · 5 min read
The Pitfalls of Unmanaged Wiki Documentation in Enterprises and Lessons from Open Source