WeSearch

Karpathy's LLM Wiki? No Code with Claude or Github Copilot!

·10 min read · 0 reactions · 0 comments · 12 views
#ai#knowledge#no-code
Karpathy's LLM Wiki? No Code with Claude or Github Copilot!
⚡ TL;DR · AI summary

Andrej Karpathy's LLM Wiki concept emphasizes a structured, human-curated knowledge base that grows from user input rather than LLM hallucinations. A new no-code version, llm-wiki-nocode, allows users to manage knowledge through natural language commands without any coding requirements. This approach aims to eliminate inaccuracies and provide a reliable source of information by relying solely on user-provided data.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 597573) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } rosidotidev Posted on May 23 Karpathy's LLM Wiki? No Code with Claude or Github Copilot! #claude #githucopilot #llmwiki #ai I first encountered Andrej Karpathy's LLM Wiki gist and realized it captures something essential about how we should manage knowledge in the AI era: a structured, human-curated knowledge base that grows from what you feed it, not from what an LLM hallucinates. The problem is that most implementations I found required heavy coding.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)