A real example from today: I got tired of the Looney Tunes way-too-colourful screensaver options on my Mac mini, so I asked Claude how to get a screensaver that is a nearly-black uniform monochrome grey. Surprisingly, that's not actually an option in macOS System Settings. So Claude just wrote a little Python script to generate the images I need for my two displays, saving them to the right place on my Mac mini. It used the Pillow package, but I didn't have to spin up a whole Python project and install Pillow; it just used PEP 723 inline script metadata to tell uv to use Python >=3.12 and to install Pillow. Then Claude gave me the uv one-liner to run the script (uv run ~/make_screensaver.py) and instructions for how to tell my Mac mini to use the generated files. The whole process took about 15 minutes from when I started writing the first prompt to the time I had my new screensaver working.
sethcronin•1h ago