Links
- · martinfowler.comKnowledge PrimingIf you feed the LLM your project's architecture and conventions before asking it to write code, the output gets dramatically better, and here's what to include and what to skip.
- · mihaileric.comThe Emperor Has No Clothes: How to Code Claude Code in 200 LinesAI coding assistants are basically a REPL that calls an LLM in a loop, and once you see the 200 lines that make it work, the magic disappears.
- · karpathy.bearblog.dev2025 LLM Year in ReviewKarpathy's dense, opinionated survey of everything that changed in language models over 2025, written by someone who has built these systems himself.
- · humanlayer.devWriting a good CLAUDE.mdThe CLAUDE.md is the highest-leverage file in an agent-assisted repo. Writing a good one is mostly subtraction: keep the few instructions that change behavior, cut the rest.
- · ordep.devWriting Code Was Never The BottleneckLLMs made writing code faster but the hard part was never typing, it was understanding the problem, and that part hasn't gotten any easier.
- · oneusefulthing.orgOn Jagged AGIModel ability is jagged rather than a single line you cross; the system that aces a hard task can fail a trivial one, which makes 'is it AGI yet' the wrong question.
- · youtube.comThe spelled-out intro to neural networks: building microgradKarpathy builds an autograd engine from nothing, one line at a time, until backprop is something you could re-derive yourself instead of a formula you take on faith.
- · anthropic.comTracing the Thoughts of a Large Language ModelAnthropic's interpretability team looks inside the model and catches it planning several words ahead and reasoning in a concept space shared across languages.
- · antirez.comReasoning models are just LLMsantirez argues reasoning models are nothing exotic, just the same next-token predictors trained to spend more tokens thinking before they commit to an answer.
- · oreilly.comThe End of Programming as We Know ItO'Reilly takes the long view, noting that every generation declared programming dead when the abstraction had only risen a level, and AI is the next rise.