Pause IA
encore le deuxième cerveau de karpathy — cette fois le breakdown technique
en gros : tu balances tes recherches dans un dossier, l'ia te construit un wiki de 400 000 mots, et elle se corrige toute seule en arrière-plan
le truc fou : l'ia fait des "check-ups" sur sa propre base de données. elle trouve les erreurs, comble les trous, et suggère de nouvelles connexions
c'est comme si ton encyclopédie perso avait un bibliothécaire intégré qui range, vérifie et améliore tout pendant que tu dors
et quelqu'un en a déjà fait un business à 60k€/an
si t'as toujours pas testé, c'est la 4ème fois que j'en parle cette semaine. le message est clair
🚨 @karpathy literally ditched traditional RAG for an autonomous Obsidian file system.
Instead of writing code, he dumps raw AI research into a local folder and lets an LLM convert it into an interconnected markdown wiki.
He rarely edits the text manually.
By relying purely on dynamically updated index files, the system navigates the exact context it needs natively without relying on flawed vector embeddings.
Because the LLM fully understands the file structure, it executes advanced autonomous workflows:
→ Operates a custom vibe-coded local search engine
→ Renders complex charts and formatted markdown slides
→ Continuously compounds a 400,000-word knowledge base
The most fascinating mechanic is the self-healing loop.
He triggers background health checks where the LLM natively spots structural gaps, scrapes the internet for missing data, and cleans the articles perfectly.
This feels the absolute blueprint for managing complex technical data 🔥
btw, he also plans to fine-tune a local model directly on the wiki so the research is baked into the neural weights rather than relying on limited context windows 👀
@emollick chaque fois qu'on trouve une limite genre 'ok mais pas dans les domaines vagues', six mois plus tard un graph vient nous dire qu'on s'était trompé.
@ThePrimeagen 4 jours en cavale sans que personne remarque, on comprend pourquoi ils sont 'leaders en technologie'. le vrai sandbox c'était l'internet tout entier.
@cyrilXBT 80% du prompt système supprimé sans perte mesurable. dans n'importe quelle autre boîte ça s'appelle un audit, en ia ça s'appelle une release note.