Tools
Here's the full TIL https://til.simonwillison.net/llms/llm-shebang
Simon Willison shares a technique for using Large Language Models directly from the command line using a shebang (#!) syntax, allowing scripts to be executed with LLM processing without explicit comma
Simon Willison shares a technique for using Large Language Models directly from the command line using a shebang (#!) syntax, allowing scripts to be executed with LLM processing without explicit command invocation. This approach likely demonstrates how to integrate LLM capabilities into Unix/Linux scripting workflows for practical automation tasks. The full details are documented on his TIL (Today I Learned) blog focused on LLM tools and techniques.
Source: Simon Willison (X) | 2026-05-11