All tags

Content tagged with "AI" (4)

All content across blogs, linklog, and books with this tag.

Links

  • Knowledge Priming
    by Martin Fowler

    If 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.

  • by Mihail Eric

    AI 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.

  • 2025 LLM Year in Review
    by Andrej Karpathy

    Karpathy's dense, opinionated survey of everything that changed in language models over 2025, written by someone who has built these systems himself.

  • by Pedro

    LLMs made writing code faster but the hard part was never typing, it was understanding the problem, and that part hasn't gotten any easier.