
The foundational document describing Claude's values and behavior.
Why it mattersThe foundational statement of Claude's values and intended behavior. Short, and worth reading to understand the priorities baked into the model you are prompting against every day.

Complete practical guide to OpenAI Codex — agentic coding workflows, prompts, and patterns for the GPT-5.5 era.
Why it mattersA practical field guide to OpenAI Codex agentic workflows for the GPT-5.5 era — prompts and patterns, not marketing. Useful if you are standing up Codex-style coding agents and want someone else's hard-won defaults to start from.

Claude Code: The Complete Guide — Chinese-language Orange Book series for shipping with AI coding agents.
Why it mattersThe complete Claude Code guide in the Orange Book series (Chinese-language). If you read Chinese, one of the more thorough single references for shipping with AI coding agents.

Open guide to building and managing AI agent runtimes — concepts, tutorials, papers, tools, and references.
Why it mattersAn open, growing reference for building agent runtimes — concepts, tutorials, papers, tools — in one curated place. The map to start from if harness engineering is the rabbit hole you are heading down.

The OpenAI Model Spec — a public document defining how OpenAI's models should behave, the principles that govern them, and the rules they follow.
Why it mattersThe actual document defining how OpenAI wants its models to behave — the priorities behind the refusals and tone you fight with daily.

Cole Medin's hands-on AI agents masterclass — video series with companion code covering production-grade agent patterns.
Why it mattersCole Medin's video-plus-code series on production agent patterns — not toy demos, the stuff that survives contact with real tasks. Worth it if you can prototype an agent but it falls apart the moment it has to be reliable.

Andrej Karpathy's video lecture + code: build nanoGPT from scratch step by step, training a small GPT on Shakespeare and then OpenWebText.
Why it mattersKarpathy builds a GPT from an empty file to training on real text, narrating every decision. Still the clearest way to replace "LLMs are magic" with an actual mental model of what is happening under the hood.

Microsoft's curated collection of prompt-engineering best practices, techniques, and benchmarks — distilled lessons from running LLMs at scale.
Why it mattersMicrosoft's distilled prompt-engineering techniques and benchmarks from running LLMs at scale. Less "10 magic prompts," more the methods that actually hold up. A solid reference to pull from when a prompt is not landing.

Andrej Karpathy's free video course building neural networks and language models from scratch in Python — from micrograd through nanoGPT.
Why it mattersKarpathy's full course from micrograd to nanoGPT, built from scratch in Python. The canonical path from "I use models" to "I understand them." Long, but nothing else replaces deriving backprop yourself.

Cole Medin's hands-on intro to context engineering — the practice that makes AI coding assistants actually work. Claude Code-centric, with templates and patterns.
Why it mattersCole Medin makes the hands-on case that prompt engineering is really context engineering — and the difference is why your coding assistant works or flails. Templates and patterns included, Claude Code-centric.

Blaizzy's hands-on series for building LLMs from scratch — code-first walkthroughs of architecture, training, and inference.
Why it mattersBlaizzy's code-first series building LLMs from the ground up — architecture, training, inference. A hands-on alternative to Karpathy's course if you learn better by typing the implementation yourself.

rUv's AI-powered development methodology — the rUv approach: prompts, patterns, and skills for shipping with AI agents.
Why it mattersrUv's opinionated methodology for shipping with AI agents — prompts, patterns, and skills packaged as a way of working. Worth skimming for the specific techniques even if you do not adopt the whole system.

Why it mattersThariq's argument to make HTML, not Markdown, your agent's default output — because tables, SVG, CSS, and interactivity beat plain text once an agent is generating real artifacts.

A curated collection of DESIGN.md files inspired by popular brand design systems that AI agents can read to generate consistent, pixel-perfect UI.
Why it mattersA clever trick: drop a DESIGN.md modeled on a real brand system into your repo and agents generate consistent, on-brand UI instead of generic Bootstrap.

Why it mattersA concrete teardown of how Claude hits a 92% cache hit-rate, and why it matters: every agent step resends the whole history, so caching is the line between affordable and ruinous. Read it if your agent loops are quietly burning tokens.

Why it mattersJepsen's Kyle Kingsbury turns his distributed-systems rigor on LLMs, and the results are humbling. Read it for a clear-eyed, adversarial view of where models actually break — an antidote to benchmark hype.

Why it mattersA skeptical look at agent evaluation and observability — using LangSmith's sophistication as a foil — and what actually stops an agent repeating failures versus what merely measures them.

Why it mattersThe thesis that you are not picking the wrong model, you are building the wrong environment around it — with Cursor, Claude Code, and Perplexity as evidence.

Why it mattersA builder's-guide tour of the agent stack you can assemble instead of training your own model. Skim past the thread-bait opening for a genuinely useful map of the layers and the tools that fill each one.

Cloudflare's announcement of EmDash, a new serverless CMS built as a modern WordPress successor.
Why it mattersCloudflare's pitch for EmDash, a serverless WordPress successor that kills the plugin-security problem. Worth reading if you build content sites and want to see where the post-WordPress, edge-native CMS stack is heading.

Why it mattersA methodology for agents that mine their own failures, generate evals from them, and fix issues automatically — closing the loop most teams still run by hand. Read it if "self-improving" currently means you, editing prompts at midnight.

Why it mattersThe counter-take to "AI killed SaaS": code generation is cheap, but maintenance, compliance, and trust are not — and that is where the business actually lives. Worth reading before you bet a roadmap on the "software is free now" narrative.

Why it mattersA three-layer system — design skills, agent canvases, taste development — for engineers to ship genuinely good UI without becoming designers. The missing method for everyone whose AI-built interfaces are functional but ugly.

Why it mattersThe case for open protocols so AI agents can check out and transact without a centralized gatekeeper owning the rails. Early but important if you are thinking about where agent-driven commerce plugs in.

Why it mattersA concrete setup wiring Claude into Obsidian so your notes get ingested, connected, and made queryable instead of rotting in folders. Steal the architecture if you have bounced off every "second brain" that was all capture and no retrieval.

Why it mattersThe follow-up to "Thin Harness, Fat Skills," arguing resolvers — not skills — are the piece that makes agent systems route intelligently. Read after the original; this is where the framework grows its connective tissue.
A research paper and framework demonstrating automated optimization of model harnesses - the scaffolding code that determines what AI models store, retrieve.
Why it mattersHarness engineering, automated: this optimizes the scaffolding around a model — what it stores, retrieves, and feeds back — rather than the weights.

Why it mattersPractical guidance on the new /usage view, session management, and actually living with a 1M-token context window. Read it to stop guessing where your context budget goes and to plan long Claude Code sessions.

Why it mattersA teardown of Garry Tan's open-sourced production knowledge infrastructure — 17k+ pages, thousands of dossiers — and how to wire that pattern into your own agents. Concrete architecture from a real, large deployment.

Why it mattersAn open-source meta-agent that tunes task agents — prompts, tools, orchestration — until performance climbs, no human in the loop. A working reference if you want auto-optimization implemented rather than just described.

Why it mattersMost optimization demos show you the win and hide the search; this one shows the search. An honest walkthrough of applying Karpathy's autoresearch idea to LLM inference — read it for the method and the dead ends, not a tidy result.

Why it mattersThe reference for everything that lives in .claude — CLAUDE.md, custom commands, permissions, project setup — in one place. The fastest way to turn a default Claude Code install into one tuned to how you actually work.

Why it mattersA case for treating prompts as a real input layer — detailed, 2000+ word specs over one-liners — and why that flips output quality. Provocative if you still think shorter prompts are always better; read it before you dismiss the idea.

Why it mattersDesign patterns for CLIs that agents can actually drive — non-interactive, predictable, machine-readable output. Essential if you are exposing tools to agents and wondering why they keep getting stuck on your prompts.

Why it mattersA self-audit prompt that has Claude find and cut the redundant, conflicting instructions you have accumulated in your setup. Run it if your CLAUDE.md has quietly grown into a contradictory mess — most have.

Why it mattersA systematic framework for curating eval data and measuring agent behavior, instead of eyeballing whether it "seems better." Read it if you want your agent improvements to be provable rather than vibes.

Why it mattersA 7-day protocol for clearing the cognitive blocks that flatten your creative output. Off the usual technical path, but a useful reset if you have been pattern-matching instead of actually thinking lately.

Why it mattersTraces organizational structure from Roman legions to the modern corporation and asks what AI does to the whole shape. A big-picture read for anyone trying to work out how teams and companies reorganize around agents.

A comprehensive guide and reference for Claude Code development, covering subagents, commands, skills, workflows, and advanced features.
Why it mattersA dense, structured reference for the parts of Claude Code most people never touch — subagents, custom commands, skills, workflow composition.

A strategic analysis by Sequoia Capital exploring how AI-powered service companies will capture more value than traditional software tools by selling outcomes instead of features.
Why it mattersSequoia's argument that AI service companies selling outcomes will capture more value than tools selling software. Read it for the strategic frame if you are deciding whether to build a product or a service in an AI-first market.

Why it mattersNine concrete tactics to cut Claude token usage and stop hitting limits — prompt editing, batching, context discipline. Practical and immediately applicable if you keep slamming into usage caps mid-task.

Why it mattersWhy current legal AI fails on real matters, and how map-reduce reasoning beats naive RAG for it. The RAG critique generalizes — read it if your retrieval pipeline is confidently wrong on anything that needs whole-document reasoning.

Why it mattersWhy the harness — and specifically who controls your agent's memory — is critical infrastructure, and why open harnesses matter. A short, sharp argument for not outsourcing the most important part of your agent.

Why it mattersHow stock-based comp has masked the true costs of SaaS, and why AI disruption forces the bill due. A financially literate take for founders and operators who want the numbers behind the "AI breaks SaaS economics" headlines.

Why it mattersParallel Claude agents that generate, test, and optimize trading strategies — and won a hackathon doing it. Read it for the parallel-agent search pattern, which generalizes well beyond trading.

Why it mattersThe framework much of the current agent discourse is downstream of: keep the harness lightweight, push capability into composable skills, claim 10–100x. Read the original before the takes about it — this is the source.

Why it mattersA technical progression from a Python list to graph-vector hybrid memory, with the tradeoffs at each step. The reference to reach for when "just stuff it in the context window" stops scaling.

A zero-code multi-agent orchestration platform that lets users build and execute customized multi-agent systems through simple configuration.
Why it mattersZero-code multi-agent orchestration: you describe the system in config and it builds and runs the agent team.
Multi-agent LLM framework that simulates real-world trading firms by deploying specialized AI agents for fundamental analysis, sentiment analysis, technical analysis.
Why it mattersMost "LLM trading bot" projects are one prompt wrapped around a price feed. TradingAgents instead models an actual firm — separate agents for fundamentals, sentiment, and technicals that debate before acting.
An index of the vibe-coding frontier. Corrections welcome.