Category Notes

simonw’s llm cheatsheet

LLM is an intuitive CLI tool and Python library for interacting with LLMs. It supports both remote APIs and models run locally on your machine. It’s developed by Simon Willison (co-founder of Django), who tends to make complicated things easy…

UV cheatsheet

What is UV? uv is an extremely fast Python package installer and resolver, written in Rust. Think of it as a next-generation replacement for pip and pip-tools (or poetry, pdm for dependency resolution), designed for speed and reliability. It aims…