summree
I Love the Karpathy LLM Wiki but it Doesn't Scale. Here's What Does.
Redis
Cole Medin

I Love the Karpathy LLM Wiki but it Doesn't Scale. Here's What Does.

⏱ 19 min video · 3 min read9 Jul 2026Worth watching
TL;DR
Cole Medin argues that markdown-based personal agents (like Karpathy LLM Wikis) don't scale to production, and walks through the architecture needed for production agents: a database-backed context retrieval layer and persistent user memory. He uses Redis Iris as a live demonstration platform.
Key points
1
Personal agents using markdown files (LLM Wikis, Obsidian, Hermes) are great for individuals but fundamentally cannot scale to production due to cost, governance, and retrieval limitations.
2
Production agents require two core components: a context retriever (giving the agent structured access to business data) and agent memory (short-term and long-term memory per user).
3
Redis Iris provides both via an auto-generated MCP server for context retrieval and an API-based agent memory service that automatically promotes key facts from session memory to long-term vector storage.
4
The context retriever auto-generates MCP tools based on defined entities and schemas, allowing the agent to filter and search efficiently without needing to know the database schema itself.
5
Agent memory uses vector/semantic search so individual users can accumulate millions of memories and the agent still retrieves the most relevant ones per conversation.
Actionable insights
Use markdown-based LLM Wikis only for personal agents; the moment you ship to other users, switch to a database-backed architecture with structured context retrieval.
Define your data entities and schema in a context retrieval service (like Redis Iris) to auto-generate MCP tools — this removes the need for the agent to infer schema and dramatically cuts token usage.
Implement both short-term (session) and long-term (promoted vector) memory per user so your agent builds intelligence over time without re-reading entire conversation histories.
Use Pydantic AI over coding-agent SDKs (Claude Code SDK, Codex SDK) for production agents — it is faster and more token-efficient for non-coding agentic tasks.
Attach a context retriever MCP server to your agent by passing the documentation to Claude Code and letting it one-shot the integration, saving setup time.
Notable quotes

Almost anything that's really providing real business value is an agent that is shipped as a part of a platform to a production environment with other people logging in and talking to the agent.

Coding agent SDKs, like the Claude agent SDK or Codex SDK, I know they're very popular now, but they're slow because they're made for longer agentic coding tasks, and they're also more token heavy.

I don't even think it spent a thousand tokens to get this information.

Worth watching?
Worth watching the full video?
Watch if you are building or planning to ship AI agents to real users — the live Redis Iris demo is clarifying, but the architectural principles apply universally and could save you from a costly rebuild later.
Topics
AI & TechRedis

Explore more summaries on these topics →

Saved you some time? The creator still deserves a like.

Watch on YouTube →
More like this
The Best AI Coding Setup Isn't the Most Autonomous One (Here's Why)
Cole Medin
The Best AI Coding Setup Isn't the Most Autonomous One (Here's Why)
Cole Medin breaks down Dan Shapiro's five-level framework for AI coding autonomy — from basic autocomplete to fully autonomous 'dark factory' pipelines — and argues that Level 3 (delegating all coding to an agent while staying in the loop for planning and validation) is the current sweet spot for most developers and teams. He also explains what a robust AI coding system actually looks like and what it genuinely takes to reach full autonomy.
3 min · 3 Jul 2026
Finally, an Open Standard for the Karpathy LLM Wiki is HERE
Cole Medin
Finally, an Open Standard for the Karpathy LLM Wiki is HERE
Google has released an Open Knowledge Format (OKF) — a minimal standard layered on top of Andrej Karpathy's LLM wiki concept — that lets anyone build, share, and consume personal knowledge bases in a consistent, agent-readable way. Cole Medin walks through what OKF standardizes (folder structure + YAML front matter), why it matters for personal agents, and demos a shareable AI coding knowledge bundle he built using the format.
3 min · 2 Jul 2026
Google Just Dropped a Masterclass on Agentic Engineering (It's SO Good)
Cole Medin
Google Just Dropped a Masterclass on Agentic Engineering (It's SO Good)
Cole Medin breaks down a 51-page Google masterclass on AI-driven software development, covering the spectrum from vibe coding to agentic engineering. The core argument is that the 'harness' — your rules, workflows, tools, and guardrails — matters 10x more than which LLM you pick, and building it well is the highest-leverage investment an engineer or team can make.
4 min · 30 Jun 2026

Found this by searching? That's the hard way.

summree watches the AI channels you follow and sends you the summary the moment a video drops. Nothing gets past you. From £4/month.

Try it free