Generative AI reading (and watching) list

Reading (and watching) list for getting started on Generative AI and Prompting.

Introduction and Tools

  • post Intro to Large Language Models : Andrej Karpathy’s introductory content on LLMs. Explain a lot of the terms you usually find when reading about LLMs: training, hallucination, tools, etc.
  • post How I use LLMs : A two hour video from Andrej Karpathy sharing how different tools can be used. How search, deep research, and thinking work. How to choose your tools, and other information.

Building with GenAI

Prompt Engineering

This section contains some information about Prompt Engineering, but keep in mind that as models improve, there is less need for complex techniques.

Prompt Marketplaces

  • site Roseta : My personal library with interesting prompts.
  • site Snack Prompt : Prompt library with popularity system.
  • site PromptBase : Prompt marketplace.

Libs and Frameworks

  • site Ai Toolkit : AI Toolkit for TypeScript by Vercel.
  • site Pydantic AI : Python agent framework that integrates well with Pydantic.
  • site DSPy : DSPy is a Python framework for programming LLMs.
  • site Guidance : Python lib with a language for interacting with different LLMs. It handles special tokens, output structure, and more.

Models and Systems

Changelog

  • [2025-03-09] Added ‘Building with GenAI’, and ‘Using GenAI Tools’ section. Updated libs and papers.
  • [2023-05-19] Added more posts about systems and prompt engineering.
  • [2023-05-08] Published first version.