#llm
6 articles on this topic.
-
Harnesses, Not Frameworks — The New Shape of AI Tools
Greg Zunic just open-sourced Browser Harness. It's the same pattern as Claude Code and Codex: strip the framework, hand the LLM raw tools, let it figure things out. Why the harness is replacing the framework — and what it runs on.
-
Markdown Wikis Are Replacing RAG — Karpathy's Pattern Explained
A folder of Markdown files beats a vector database for personal knowledge. Why Karpathy's post-RAG pattern works, when to use it, and how to build one in 15 minutes with Save Vault.
-
Karpathy Uses Obsidian Web Clipper. Save Vault Does the Same Thing — With Claude Built In
Andrej Karpathy's viral LLM Knowledge Base workflow needs a web clipper, a folder, and an MCP server. Save Vault is all three, in one toggle.
-
Build a Personal LLM Knowledge Base in 15 Minutes (2026)
The simplest AI knowledge base: a folder of Markdown files, read by Claude or ChatGPT directly. Smarter than RAG, zero database, 15 minutes to set up. Full Karpathy-style playbook.
-
Why Markdown Is the Language of AI in 2026
Markdown has gone from a developer tool to the universal format for AI. From AGENTS.md to llms.txt to Cloudflare's Markdown for Agents, here's why Markdown is having its biggest moment ever.
-
Why Markdown Is the Best Format for LLMs and AI Agents
Markdown reduces token usage by up to 10x compared to HTML. Learn why AI agents and LLMs prefer Markdown for context and how to optimize your AI workflows.