<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb" -->

---
title: Fable 5 + Karpathy’s LLM Wiki is Basically Cheating
description: A walkthrough of building a personal LLM-powered knowledge wiki using Andrej Karpathy&#x27;s LLM wiki concept, Obsidian as the frontend, and Claude Code as the...
canonical: https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Fable 5 + Karpathy’s LLM Wiki is Basically Cheating | daily.dev
og:description: A walkthrough of building a personal LLM-powered knowledge wiki using Andrej Karpathy&#x27;s LLM wiki concept, Obsidian as the frontend, and Claude Code as the...
og:url: https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb
og:image: https://api.daily.dev/og/posts/UA8g72dDb.png
og:image:alt: Fable 5 + Karpathy’s LLM Wiki is Basically Cheating
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fable 5 + Karpathy’s LLM Wiki is Basically Cheating

**[YouTube](https://daily.dev/sources/youtube)** · 14 min read · 1 upvotes · 0 comments

## Summary

A walkthrough of building a personal LLM-powered knowledge wiki using Andrej Karpathy's LLM wiki concept, Obsidian as the frontend, and Claude Code as the ingestion agent. The setup involves dropping raw sources (PDFs, URLs, transcripts) into a folder, letting Claude Code parse and cross-link them into structured Markdown files, and using Obsidian's graph view to navigate the resulting knowledge graph. The author demonstrates ingesting YouTube transcripts and AI model system cards, showing how the wiki automatically creates backlinks and cross-references between sources. The post also highlights using a more capable model (Fable/Claude Opus) to generate user-friendly HTML visualizations from the wiki data, and emphasizes that the Markdown-based structure keeps the system portable across different AI agents.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=hQvwMj7IJe4>

---

Tags: [#llm](https://daily.dev/tags/llm), [#productivity](https://daily.dev/tags/productivity), [#ai-agents](https://daily.dev/tags/ai-agents), [#claude-code](https://daily.dev/tags/claude-code)

[View this post on daily.dev](https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Fable 5 + Karpathy’s LLM Wiki is Basically Cheating","url":"https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb"},"datePublished":"2026-07-08T17:28:25.800Z","dateModified":"2026-07-08T17:28:47.699Z","description":"A walkthrough of building a personal LLM-powered knowledge wiki using Andrej Karpathy's LLM wiki concept, Obsidian as the frontend, and Claude Code as the...","image":"https://i.ytimg.com/vi/hQvwMj7IJe4/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/hQvwMj7IJe4/sddefault.jpg","isAccessibleForFree":true,"articleSection":"YouTube","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"YouTube","logo":"https://media.daily.dev/image/upload/s--W5zMumpP--/f_auto/v1725350181/logos/youtube","url":"https://daily.dev/sources/youtube"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/fable-5-karpathy-s-llm-wiki-is-basically-cheating-ua8g72ddb","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"llm,productivity,ai-agents,claude-code","timeRequired":"PT14M","video":{"@type":"VideoObject","name":"Fable 5 + Karpathy’s LLM Wiki is Basically Cheating","description":"A walkthrough of building a personal LLM-powered knowledge wiki using Andrej Karpathy's LLM wiki concept, Obsidian as the frontend, and Claude Code as the...","thumbnailUrl":"https://i.ytimg.com/vi/hQvwMj7IJe4/sddefault.jpg","uploadDate":"2026-07-08T17:28:25.800Z","duration":"PT14M","url":"https://api.daily.dev/r/UA8g72dDb","embedUrl":"https://www.youtube.com/embed/hQvwMj7IJe4"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"YouTube","item":"https://daily.dev/sources/youtube"},{"@type":"ListItem","position":3,"name":"Fable 5 + Karpathy’s LLM Wiki is Basically Cheating"}]}
```

