logoalt Hacker News

Kuyawatoday at 2:17 PM10 repliesview on HN

Siri was the first widely available AI bot but they forgot to open it to developers. The ecosystem would have grown a million fold in all these years

Never underestimate the power of a bored programmer

  Siri turn on the lights
  Siri code a Doom clone in Swift
  Siri design a landing page for a Consulting Agency
  Siri summarize the latest news about AI
  Siri find a solution to the Riemann hypothesis
Now that's an agent I'd use. Can we start with Siri for the terminal?

$ Siri 'List the files in this folder'


Replies

cobolcomesbacktoday at 2:42 PM

Amazon did exactly this with Alexa skills and it hasn’t exactly been a booming success. Turns out that all of the things you listed as examples are stuff that most consumers don’t actually want or will use.

“AI as a chat bot” has always been cool and fun in sci-fi movies, but it’s the least imaginative real world use for it. We need to move past it.

> $ Siri 'List the files in this folder'

Why in the world would I ever use this instead of just ‘ls’?

show 7 replies
WalterGRtoday at 5:27 PM

That’s been around for ages. Documentation is here: https://developer.apple.com/documentation/sirikit

For major platforms: “iOS 10.0+ / iPadOS 10.0+ / macOS 12.0+ / watchOS 3.2+”

Maybe I’m misunderstanding what you’re missing?

runjaketoday at 3:59 PM

> Can we start with Siri for the terminal?

It already exists in macOS 27: fm(1)

It is an extremely powerful tool, but here are the basics:

  # Ask the default on-device model
  fm respond 'Explain this shell error in plain English: permission denied'

  # Start a conversation
  fm chat --instructions 'Let's talk about economics.'

  # Use the larger Private Cloud Compute model
  fm respond --model pcc 'Are zebras and horses related?'

  # Pipe stuff to a model
  echo 'What is Swift?' | fm respond
show 2 replies
Denniptoday at 2:32 PM

I'd settle for a siri that can at least turn the lights off properly.

Google assistant on the nvidia shield left Siri in the dust years ago. Siri can't even chain basic commands in your smart home, it can't retain any kind of context (e.g. dim the lights...a bit more).

show 8 replies
yndoendotoday at 5:07 PM

Most people do not know tools to their problems already existed before AI.

Example: "I can use AI to combine multiple PDFs into a single PDF."

show 1 reply
usern20260720today at 3:09 PM

$ Siri 'rename this thousand of photos in these folders describing their content and make sure to use the same name for duplicates regardless of their size'

I am waiting for this function to sort my folders

show 1 reply
kglrlkndkflcmnrtoday at 5:18 PM

The command might have changed.

https://youtube.com/watch?v=W63oJtX0dP8

hoddertoday at 2:38 PM

The thing is, Apple will have never lost this opportunity. The distribution advantage of the user base is so deep they can basically always implement this at will.

show 1 reply
Telemakhostoday at 2:31 PM

Apfel filled that role: $ apfel "List the files in this folder."

https://apfel.franzai.com/

bubblegumcrisistoday at 2:40 PM

What about: just not Siri at all. What about that. What about MrSunshine. I would rather have my own bot that I code. But no, vendor lock in.

show 1 reply