There are a few other comments like yours but it it doesn't mean anything to someone who doesn't use iOS. I had to look it up and it lets you create automated tasks using different iOS apps.
The founders originally built Shortcuts as a separate startup. From memory I think both were under 20 at the time. They were acquired by Apple, and turned their startup into a default application that people actually like.
One of my younger teammates got into programming thanks to their app.
That makes me so happy to hear! I programmed my dad's old TI-82 to stay entertained in high school math, and I always wondered if kids would do that with Shortcuts.
Shortcuts is the strangest programming "language" that I make useful things in.
My favorite is an automation that triggers when I turn on my motorcycle helmet's bluetooth module, it checks the time of day and starts playing my favorite type of music for riding at that time - hard rock at daytime, EDM/synthy music at night.
Shortcuts convinced me to go to iOS. Android has similar stuff but they're all kinda futzy and hacky in unfortunate ways.
It's a bit surprising to me that, say, Zapier hasn't skunkworked up something like Shortcuts that could be crossplatform. It's not immediately their core competency but being able to roll out low code UIs across employees of a phone through that would make a lot of sense.
The unfortunate thing with iOS is that while there's some secret stuff with deep linking ultimately less stuff is exposed than what one might entirely want. But I _was_ able to make a "fake" Find My for my bluetooth headphones in about 5 minutes (bluetooth disconnect -> record lat/lon into a text file on my phone) and that was fun.
I should look at iOS again - every so often I try something like this in Android and people commonly suggest Tasker, but it's such a PITA to write anything in Tasker that I usually abandon the project.
macOS exposes a lot of affordances to code/xrpc/services/etc that Shortcuts (and previously automator) used. They let you do basically anything you'd want on macOS programmatically, without going through accessibility frameworks, code signing and sand-boxing issues. iOS as well to some extent.
Presumably if OpenAI is dog-walked/locked out of these by Apple at some point, they would be stuck in the Chrome/Chromebook feature jail. My guess is this gives OpenAI a team to put in charge to give them a chance to wedge themselves into the OS before Apple changes their mind or puts scare-box dialogs everywhere.
Either that or there's nothing so complicated and OpenAI just wants to re-build this stack inside ChatGPT as quickly and well as they can.
Shortcuts is about a decade old and was acquired by Apple 8 years ago. It has hooks into the OS and allows apps to expose their own hooks for automation.
Are you looking for a real answer or is this some weird defensive Android thing in response to someone describing the existence of an Apple feature?
Not sure what makes you think I was on the defensive, I asked a question. I am a regular user of both operating systems so I have no 'team' nor am I an iOs hater.
A similar app has existed for Android for about 15 years at a time when nothing like that existed for iOs. It was actually used by Google to showcase Android's potential for automation in contrast to iOs which had nothing like that at the time.
Yeah the closest thing I recall using is tasker but that relies on mostly private intents, the nice thing with shortcuts is it uses the same intents developers use for things like Siri Shortcuts so there’s first class support
Well, the first app of this kinda was in Android. About 5 years before Shortcuts iirc. Most people on here seem to be iOs users so they are not aware of it