Live data from Hacker News

Apple Foundation Models

platform.claude.com

61–70 of 244 posts

Re: Apple Foundation Models

#61
post #55

This is Apple commoditizing LLMs while keeping control of the UX. They are a hardware company and will keep selling the best machine for AI use. Well done.

How is this Apple keeping control of the UX?

The betas of the next OS's include a Siri AI chatbot, and the AI features are built into various parts of the OS. A user has no idea what model is powering any of it - Apple controls the UX.

Re: Apple Foundation Models

#62
post #33

While I'm happy with Apple introducing this abstraction. my main concern was with local models. I'd love using Gemma4 as an example. but thinking of a user. if 10 Apps each uses same model and downloads it, the phone will be bloated. I still didn't understand if Apple provided a way for multiple apps uses same on-device model (without tricky namespaces and permissions). I didn't see anything suggesting that's the cas…

Do you guys not have phones (with at least 1TB of storage)?

No? iPhones don't come standard with that much storage.

Re: Apple Foundation Models

#63
post #61
post #55

Earlier quoted context omitted.

How is this Apple keeping control of the UX?

The betas of the next OS's include a Siri AI chatbot, and the AI features are built into various parts of the OS. A user has no idea what model is powering any of it - Apple controls the UX.

I'm aware. How is this relevant to the posted article?

Re: Apple Foundation Models

#64
post #35
post #33

Earlier quoted context omitted.

Do you guys not have phones (with at least 1TB of storage)?

I have a Mac with 4TB of storage but it’s still annoying when every new AI app I try installs its own virtual environment with a fresh copy of Python, PyTorch, other duplicate libraries, and then models on top of that.

I have a couple small apps that have a (non-LLM) model, and originally the models and code were in PyTorch, built by Python devs.

The original plan was to ship Python. However I found out I can migrate them to CoreML, and now it's a model file + Swift code. I got some massive performance improvements as well.

Of course, this doesn't work at all for non-Mac environments, but it was nice to be able to do it. (Also doesn't solve the duplicate large models problem)

Re: Apple Foundation Models

#65
post #63
post #61

Earlier quoted context omitted.

The betas of the next OS's include a Siri AI chatbot, and the AI features are built into various parts of the OS. A user has no idea what model is powering any of it - Apple controls the UX.

I'm aware. How is this relevant to the posted article?

The article is about (from the eyes of a user) white-labeled usage of Claude models on Apple devices, this subthread is about white-labeled usage of LLMs on Apple devices, how is it not relevant?

Re: Apple Foundation Models

#67
post #33

Earlier quoted context omitted.

Do you guys not have phones (with at least 1TB of storage)?

Who’s “you guys” a developer from Bay Area? A student with a MacBook Neo? Or John Appleseed who bought basic iPhone 17e?

https://knowyourmeme.com/memes/do-you-guys-not-have-phones

Re: Apple Foundation Models

#68

I think this is just Apple planning for their on-device models getting better, which makes sense given they have access to Gemini now. If developers use this for all their code calling an external LLM, then as Apple's model becomes more capable and covers more use cases it'll be easy to switch to it at individual call sites. That'll give apps better UX and save developers money on a bill that Apple doesn't get a cut…

> That'll give apps better UX and save developers money on a bill that Apple doesn't get a cut of.

With other words, it's unlikely to happen as there is no money in it. Better for Apple to create some new subscription "AI" and "AI-lite" plans people can subscribe to, and since Apple is a company and we all know what those care about, it's unlikely to become a utopia of local models running on your phone.

Re: Apple Foundation Models

#69
post #63

Earlier quoted context omitted.

I'm aware. How is this relevant to the posted article?

The article is about (from the eyes of a user) white-labeled usage of Claude models on Apple devices, this subthread is about white-labeled usage of LLMs on Apple devices, how is it not relevant?

Because that's not what the article is about; this is about a unified API for the _app developers_ to access different kind of models.

That API has no user-facing components, and has no influence over UX of what the end-users are interacting with.

The users won't know if you used Foundation Models API or integrated with OpenAI/Anthropic/Gemini SDK directly.

Re: Apple Foundation Models

#70
post #41

Earlier quoted context omitted.

Yeah, Apple just designs and writes the SoC, CPU, graphics unit, neural unit, compiler (Swift), OS, graphics layer, 3D API, core libs from graphics to persistence, filesystem, broadband chip, and a few more things besides...

Notably good models are not on that list.

Yeah, that totally makes them merely assemblers then /s
Post reply on HN