
Why it mattersMatt Van Horn's breakdown of the 15 agent loops people actually run day to day, each with a copyable command. The practical sequel to his viral explainer — skip the theory and steal a working loop.

Claude Code is an agentic coding tool that runs in your terminal, letting developers delegate coding tasks, verification, code review, and CI automation to an AI agent.
Why it mattersThis is the guy who built Claude Code reflecting on what actually stuck after a year of real use.

Claude Code is Anthropic's AI coding agent that lets developers ship code through natural language instead of writing it by hand.
Why it mattersCherny's claim isn't that AI helps you code faster—it's that the bottleneck has already moved off your keyboard entirely, toward dispatching and reviewing agentic work in parallel, even from your phone.

Claude Code is Anthropic's AI coding agent that lets developers build software through natural language rather than a traditional IDE.
Why it mattersStraight from the person who built Claude Code, this is less a tutorial and more a mental model shift: treating natural language as the primary interface for shipping software, with the Cowork-in-8-days story as proof of what that unlocks.

A conversation between Andrej Karpathy and Sequoia's Stephanie Zhan about the evolution from 'vibe coding' to agentic engineering, the nature of LLMs as 'ghosts,' Software 3.0.
Why it mattersKarpathy's line — you can outsource thinking but never understanding — is the frame most agentic-coding advice is missing.

Printing Press turns any website or app into a command-line interface that AI agents can use, discovering hidden APIs and integrations so agents can interact with services that lack official developer access.
Why it mattersThe trick here is treating any website or app as a CLI that agents can drive, reverse-engineering hidden APIs so your workflow can reach services that never shipped developer access.

An educational video breaking down why GPUs vastly underperform their theoretical token throughput during LLM inference.
Why it mattersMost coding-tool advice stops at prompts; this goes a layer down to explain why your GPU sits idle burning most of its FLOPs during inference — it's starved for memory bandwidth, not compute.

Diode is an AI-powered platform that designs and manufactures printed circuit boards (PCBs) in the United States, using models that can one-shot much of schematic design and compress hardware timelines from months to weeks.
Why it mattersMost AI-coding takes stay in the browser tab; this one drags the same one-shot generation loop into physical hardware, using models to draft schematics and collapse PCB timelines from months to weeks.

Why it mattersArgues that agents should store learned lessons as pull requests to shared, code-reviewed skill files instead of private memory.

Why it mattersRhys Sullivan's analysis of why MCP didn't take off when it launched alongside models like Sonnet 3.5 and GPT-4o, and what comes next for agent-to-tool connectivity — written by a YC-backed founder building that infrastructure.

Why it mattersFirst-person account of scaling a personal GPU cluster from a single RTX 3090 to 32 GPUs over two years — the practical decisions, challenges, and lessons for anyone building serious home AI/ML infrastructure.

Why it mattersA widely shared thread that breaks down the unspoken craft of research — how researchers actually learn the job, how to think about novelty, and how to produce meaningful work when the path is unclear.

Why it mattersElvis Sun's playbook for /goal and loss functions in agentic coding: how to actually get a full product out of a single prompt in under 30 hours, and which beliefs about long-running agent loops are wrong.

Why it mattersA precise reference for design and development terminology — typography, color, visual concepts — so you can name what you mean. Handy as a lookup when you are directing an agent and "make it look better" is not cutting it.

A practical, no-hype guide to working effectively with AI coding agents for software development.
Why it mattersPeter Steinberger's no-hype, practitioner's guide to actually working with coding agents — real workflows and honest tool comparisons. One of the more grounded reads on agentic engineering, from someone shipping with it daily.

Complete guide to the OpenClaw open-source AI agent framework, bilingual English and Chinese.
Why it mattersA complete bilingual guide to the OpenClaw open-source agent framework. Useful if you are evaluating OpenClaw specifically, or want to see how a full agent framework documents itself.

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.
An index of the vibe-coding frontier. Corrections welcome.