upvote
> Are they using flagship Gemini models behind their own prompts? Fine-tuning? Pre-training their own models based on Gemini?

Easiest way to tell, how much dancing around did we listen to and how many diagrams did we have to look at? If they had their own tech we wouldn't be looking at diagrams we'd just be getting told Siri AI, it's private, it's powerful, here's what it can do. Instead we had 10 minutes talking around the tech and this diagram [1] which is a signal that it's a bunch of other peoples stuff cobbled and wrapped together.

[1]:https://www.apple.com/newsroom/images/2026/06/apple-introduc...

reply
> what's actually powering Apple Intelligence now.

It's a 3B Apple Foundation model.

https://machinelearning.apple.com/research/introducing-apple...

If you've got a mac, you can use this to play around with it:

https://apfel.franzai.com/

reply
I think what they mean by “now” is the stuff announced today.
reply
Thanks for that. I like being able to pipe output into a local LLM to get an explanation of the output.
reply
It's more complicated than that (see my edit above).
reply
That’s really neat. I wonder if that model that shipped recently with Chrome is also accessible similarly?
reply
Always appreciate people answering their own questions in great detail!
reply
Local is probably similar to Gemma e4b you can get right now on Google Edge Gallery (the ios and Android app). Guessing that the more powerful version that will only work on the 12gb ram devices will be something unreleased that is similar but a bit larger

Google also awhile back announced being able to run full Gemini by leasing / renting hardware in your own datacenters so companies can train or access data without needing to send things to their datacenters. Nvidia based. Guessing Private Compute might just be Apple leasing a ton of those?

reply
A larger context window would be nice, the apple model on devices now is almost too small to do cool stuff with
reply
Apple Private Cloud Compute is running on M2/M3 Ultra. I'm not sure if Gemini Flash can fit in that amount of RAM.
reply
Am I reading this correctly? Their chosen cloud providers run the PCC stack on their hardware, so the compute provider is responsible for ensuring the privacy guarantees? I assume that would add to the potential security surface area.
reply
Intel and Nvidia are responsible for enforcing their privacy features. The cloud operator (Google in this case) has no access to any data.
reply
Yes, that seems to be the case, and is an evolution/deviation of the original PCC model, which relied on Apple Silicon exclusively.
reply
> Everything excluding Cloud Pro are custom models running on Apple Silicon, "refined" using Google Gemini

What could "refined" mean here?

reply
I was thinking distilled?
reply
[flagged]
reply
Gemini (at least public free version) hallucinates way too much. If it's like that, it can go very badly for Apple.
reply
I used Gemini exclusively via the API but downloaded the app last week for something. Even on max settings, it is ridiculously nerfed!
reply
Unfortunately, even the API variant got RLHF'd pretty hard into being that dumb end-user assistant personality :(

But beside that, I feel like the app variant got worse the day they've had that wwdc-style release thing recently.

Previously it was a sparring partner that could actually keep up. But now it just doesn't.

Truly a shame. And nothing that could be fixed by local models any time soon, given that you need the size for the (cross-)domain knowledge.

reply
The public version of Gemini is ridiculous. At least half their search "answers" are just wrong. If you then start a follow up chat the answers change but usually still half wrong.

Search would be better without the added AI hallucinations above it. If I want an AI answer I'll go and ask Claude, the quality difference is huge.

reply
> The public version of Gemini is ridiculous. At least half their search "answers" are just wrong.

That's not Gemini, that's AI Mode (in Search), they're different products built by fairly different part of Google (actually one is built by Deepmind).

(I don't think it's much comparable to https://gemini.google.com/app at least in the past you'd get very different results)

reply
And it's extremely poor marketing by Google to do this - the general perception people have is that Google AI is dumb due to this.
reply
It has to be really because think of how fast it has to come up with an answer (ie time for a regular google query) and the immense scale of billions of people querying it many times a day, all for free.
reply
Just like search itself, caching does wonders. What do 90% of the people ask anyway but mundane, totally predictable questions?
reply
If someone knows about caching it’s google engineers
reply