Skip to content

Blog#

LLM CLI in 30 mins

TL;DR: llm_cli is a lightweight CLI tool that applies LLM transformations to text and code files. Use it to refactor code, improve docs, apply linting rules, or run custom prompts on file chunks, all from shell without leaving editor.

UV in 30 mins

TL;DR uv is a very fast Python package manager written in Rust that replaces pip, pip-tools, and virtualenv with a single tool that is 10-100x faster.