Live data from Hacker News

Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

macrumors.com

111–120 of 165 posts

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#112

Once Siri gets MCP support, it’ll be my main orchestrator. I built an app that lets me run terminals on my MacBook. It’s a Next app so I can go to that website on my phone using Tailscale. It has a built-in MCP server, so I can connect it to ChatGPT and have it create terminal sessions, orchestrate terminal sessions, all that good stuff. Down the line, I’d like to be able to connect it to Siri and just talk to my pho…

Oh, cool. I used tailscale to provide a private web app for my cross-harness orchestrator, too. (https://github.com/BrokkAi/mjolnir/)

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#113

Earlier quoted context omitted.

I don't disagree, but I do feel the need to point out this was not Apple's plan A. Luckily for them they have so many tools and options at their disposal, that they are able to massively fail at developing their own models and still end up in a good position.

It's the same plan. Apple's model is: Handle the query on device. If the device cannot handle the query, push the query to Private Cloud, If Private Cloud cannot handle the query, push the query to a third party of the users choosing. Which is pretty much the same as what they announced a few years ago. Apple underestimated the amount of time and work needed to get to work and really the only bit that I think changed…

The problem with that approach is that “how do I handle this query”, and “did I handle that query ok” are both AI-hard problems, and must be tackled near the user, where the large model is not.

It also requires a relatively complex distributed architecture.

I worry about how successful they can be with this approach, in terms of best user experience.

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#114
post #87

And you can also sideload apps (only in the EU), change you default navigation app from apple maps (only in the EU), and use more features of the NFC reader (only in the EU). The code for all of those things is there, but not enabled if for most iOS users. There's a non-zero chance this code is there for Apple to try and convince the EU to let them release a Siri AI, and then just like sideloading have some impossibl…

Apple can hold the AI customers hostage by locking this level of AI integration to their app store, taking a 30% cut of AI subscriptions while at the same time having someone else fix the reputation of their devices' voice assistant for them.

There's profit to be made by offering customers choices here, I'm sure Apple will be ready to scoop up all of those delicious slop dollars.

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#115
post #61

Earlier quoted context omitted.

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).

Siri is Gemini now (Semeni?) so expect similar stories from both major phone OS providers going forward, since we have lost more diversity in the mobile market (seems anti-trustworthy to me)

[deleted]

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#116
post #51

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…

> 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 relate…

fm = Foundation Models

https://developer.apple.com/videos/play/wwdc2026/334/

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#118

Once Siri gets MCP support, it’ll be my main orchestrator. I built an app that lets me run terminals on my MacBook. It’s a Next app so I can go to that website on my phone using Tailscale. It has a built-in MCP server, so I can connect it to ChatGPT and have it create terminal sessions, orchestrate terminal sessions, all that good stuff. Down the line, I’d like to be able to connect it to Siri and just talk to my pho…

I'd love it if Siri does, but I don't expect big corps to keep supporting MCP since MCP gives so much control to the end user, can't charge for eg. Google integration when someone can just add an MCP to handle it.

Yes even ChatGPT locked MCP support behind plus plans for a while.

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#119
post #51

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…

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 ev…

> Turns out that all of the things you listed as examples are stuff that most consumers don’t actually want or will use.

I've never understood this obsession with trying to invent the talking ship computer from Star Trek TNG. The purpose of the talking computer in the series was not to be a "cool 24th century technology advancement". It was a plot device to keep the story going and explain things to the audience. Having a voice conversation with a computer is terrible, imprecise, plodding UX. It's not a good interface, it's not a good invention, it's not good technology. Yet $billions are being spent to try to invent it.

Re: Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows

#120
post #61
post #51

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…

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).

Just today running latest developers beta, I asked Siri to turn on the coffee machine and it started playing some song instead. I found out later that I had named the switch coffee machine plug. Similar thing happens when I ask Siri to play my favorite songs and it starts to play a song named favorite from my library
Post reply on HN