Simon Willison’s CLI tools

cli
llm
Author

Lawrence Wu

Published

June 20, 2024

Hamel Hussain finished hosting an LLM conference. All of the talks are listed here. One of the talks was from Simon Willison. He spoke about his llm tool that integrates with most API models and local LLMs. and other CLI tools he’s made.

That talk is here:

Here are his notes: https://github.com/simonw/language-models-on-the-command-line/tree/main

Another tool he demo’d was called shot-scraper which takes screenshots and scrapes webpages. He also has a template to use shot-scraper in Github Actions to programmatically take screenshots of webpages.