Fun fact: to support the LLM-based shortcut creation in Shortcuts, Apple implemented support under the hood for declaring shortcuts using Python*. Here's an example of a shortcut that resizes images. #wwdc26
* The syntax is Python, but they don't seem to be using an actual Python implementation under the hood, just a parser that can understand the syntax and convert it to shortcuts models


