Siri Was Embarrassing. Apple is Trying to Fix That.

Published: (February 25, 2026 at 12:47 PM EST)
7 min read
Source: Dev.to

Source: Dev.to

What is the Technology?

If you’ve ever gotten frustrated at Siri for completely misunderstanding you, you’re not alone. For years, Apple’s voice assistant has felt more like a party trick than an actually useful tool. That’s all about to change… well, hopefully. Apple is essentially rebuilding Siri from the ground up to work more like ChatGPT, meaning you can have a real, natural conversation with it instead of carefully choosing your words and hoping it figures out what you meant.

So how does something like this actually work? It all comes down to what’s called a Large Language Model (LLM). Think of it as an AI that has read basically everything on the internet—textbooks, news articles, code, social‑media posts—until it became really good at understanding language and responding in a way that actually makes sense. That’s why ChatGPT feels so different from the old Siri. It’s not matching your words to a list of preset commands; it’s actually processing what you said and figuring out the best response in real time.

Apple’s version is codenamed Campos and it’s built on a customized version of Google’s Gemini AI model. The article notes it runs at 1.2 trillion parameters, which is basically a way of measuring how capable the model is. The bigger the number, the smarter and more capable it tends to be. One thing worth paying attention to, though, is where all that processing actually happens. AI this powerful needs serious computing resources, and Apple is reportedly planning to run Campos through Google’s cloud servers rather than entirely on your device.


Summary of the Article

To put it simply, Apple has been having a rough time in the AI race lately. When they launched Apple Intelligence in 2024, it didn’t exactly blow anyone away. Features were delayed, the ones that did show up felt half‑baked, and the whole thing left a lot of people wondering if Apple had lost its edge. Meanwhile, OpenAI and Google were consistently dropping impressive updates, and Samsung had already gone all‑in on conversational AI built right into their phones. Apple was falling behind and everyone could see it.

According to Bloomberg reporter Mark Gurman, who has a strong track record of breaking Apple news, the company’s answer to all of this is coming this fall with iOS 27. The new Siri, powered by the code name Campos, will look familiar on the surface—activate it the same way, by voice or by holding the side button. But what happens after that is a completely different story. We’re talking about an assistant that can:

  • Search the web
  • Generate images
  • Analyze files
  • Control phone settings—all through natural conversation

On top of that, it’s being built into Apple’s core apps, so you could have a conversation with Siri inside the Photos app to find and edit a specific picture, or ask it to write an email based on plans already sitting in your calendar.

The bigger story here isn’t really about the features, though. It’s about Apple doing something they said they wouldn’t do. For years, executives argued that users didn’t want a chat interface and that AI should just quietly work in the background. That stance didn’t hold up. With OpenAI building its own hardware, hiring away Apple’s engineers, and showing no signs of slowing down, Apple had no choice but to get in the game.


How Does It Apply to Mobile Development?

For anyone building mobile apps, this is the kind of development you can’t afford to ignore.

  1. Raising the baseline – When the operating system itself can write emails, locate files, generate images, and control device settings through conversation, many simple utility apps start looking redundant. Developers will have to think seriously about what genuine value their app offers that a built‑in AI can’t already handle natively. If your app’s main feature is something Siri can now do in two seconds, that’s a real problem worth solving sooner rather than later.

  2. New API opportunities – Apple will almost certainly release new APIs that let developers connect their apps directly into the Siri experience. Early adopters who build for those integrations will benefit because their app becomes part of how users interact with AI on their phone rather than competing against it. Staying ahead of the curve is essential.

  3. Voice and conversational interfaces become mandatory – Today, many apps treat voice accessibility as a nice‑to‑have, something tacked on rather than built in from the start. As users grow accustomed to talking to their phone and getting genuinely useful responses, expectations will shift. Designing for conversation—not just taps and swipes—will become a basic expectation across the board.

  4. Privacy considerations – The article mentions Apple is still debating how much the chatbot should be allowed to remember about its users. That tension between personalization and privacy is something every developer working in the AI space will have to navigate carefully, especially on Apple’s platform where privacy has always been central to the brand. How you handle user data, what you store, and how transparent you are about it will matter more as AI becomes the default way people interact with their phones.


My Opinion

As always, I have a lot of opinions, but for the sake of brevity I’ll keep it short. I will only address security concerns and why I think Apple was smart by partnering with Google.

Security

If you read my previous blog post about OpenClaw, you would know that my main concern with AI agents is security. However, I believe Apple has already addressed this… (the original text cuts off here).

# Apple and Google Gemini Deal

This is my favorite topic. Apple partnering with Google to use their AI models is a genuinely smart move, and before you say Apple couldn't cut it in the AI race, let me explain.

Apple has always been late to the game and they are pretty transparent about it. They focus more on making things better rather than trying to be first to market. They would rather take their time and get it right than rush out something sub‑par.

Apple is also great at marketing. The iPhone, which is responsible for their largest source of revenue, is largely built on other companies' hardware technology wrapped in a beautiful product. I am not down‑playing their innovation at all because the Apple user experience is genuinely one of the best in the world. I am just pointing out that Apple built a trillion‑dollar company without starting with their own hardware, so partnering with Google is very on‑brand for them.

It also just makes economic sense. Training AI models right now is extremely expensive—so expensive that I personally do not think most LLM companies will ever see a return on their investment. By partnering with Google, Apple gets access to a great model right from the start. And if this AI technology is not just hype and actually sticks around, they will have the time and resources to slowly train their own models down the road and potentially save a lot of money in the process.

**Reference**

According to a January 2026 article by Mark Gurman at Bloomberg, *Apple to Revamp Siri as a Built‑In iPhone, Mac Chatbot to Fend Off OpenAI*:

[Apple to Revamp Siri as a Built‑In iPhone, Mac Chatbot to Fend Off OpenAI](https://www.bloomberg.com/news/articles/2026-01-21/ios-27-apple-to-revamp-siri-as-built-in-iphone-mac-chatbot-to-fend-off-openai)

---

### Context: Apple Intelligence & Privacy

During WWDC 2024, Apple introduced **Apple Intelligence**, emphasizing that all user prompts stay on device. If additional computing power is needed, the system can fall back to cloud servers, but the data is anonymized, and even Apple cannot link the prompt back to the user. This approach is a very different situation from what we saw with OpenAI.

---

*Note: The content above retains the original ideas and structure while correcting typographical errors, improving readability, and applying consistent markdown formatting.*
0 views
Back to Blog

Related posts

Read more »