Skip to main content

Samsung’s Galaxy S26 could mark the start of a breakup with Google



Samsung is reportedly considering to partner with AI startup Perplexity, with plans to preload the company's services on future Galaxy devices — starting as early as with the Galaxy S26 series.


According to a report from Bloomberg, the deal would include preinstalling the Perplexity app and assistant across Galaxy phones, while also bringing its AI-powered search technology to Samsung’s Internet Browser. Additionally, Perplexity could be integrated into Bixby, potentially helping Samsung’s voice assistant stay relevant in the age of generative AI.

What is Perplexity AI?



For those unfamiliar, Perplexity is a rapidly growing AI-powered search and assistant platform that is currently competing with more established names like Google Search and Microsoft Copilot. There's already an app available on both Android and iOS.

Perplexity’s assistant offers more than just simple Q&A, though. It also performs complex research queries, answers follow-up questions, and shows its sources inline — a type of transparency that helps it stand out among the competition.

The company has been gaining traction as an alternative to traditional search engines and generative assistants, thanks to its accuracy and focus on real-time data.

So what might Samsung be planning?


If the deal goes through, Samsung could ship Perplexity’s app and assistant preloaded on Galaxy phones, while integrating its search engine directly into Samsung Internet and embedding some of its technology straight into Bixby.

According to the report from Bloomberg, Samsung wants to make Perplexity the “default assistant option” on the Galaxy S26 series, although it’s not clear whether this would completely replace or simply complement Bixby and the Google Assistant.

Those with a good memory will remember that this isn't the first time Samsung has flirted with Google’s rivals. In 2023, reports surfaced that Samsung considered switching the default search engine on its devices from Google to Bing, which reportedly sent Google into “panic mode.”

Now, with Perplexity in the mix, Samsung seems to be continuing its strategy of exploring non-Google alternatives in the AI space. Does this mean that its partnership with Google is not that great and there's drama behind the curtains? Not necessarily, but it does mean Samsung is open to change.

Learning from Motorola's AI approach




Interestingly, Samsung isn’t the first smartphone brand to embrace Perplexity out of the box. That title belongs to Motorola, which recently shipped the 2025 Razr series with no fewer than four AI assistants preinstalled: Google Gemini, Microsoft Copilot, Motorola’s own Moto AI, and Perplexity.

While the idea was to give users choice, Motorola may have gone overboard. With so many AI agents competing for attention — each with their own specialties and quirks — it can quickly become confusing which one to use and when.

Motorola’s fix to this issue is even more AI, through a feature called “Next Move,” designed to help users navigate the crowded assistant ecosystem.

Samsung, in contrast, so far has taken a more curated approach to software experiences, and it’s likely to avoid the same overload. But if Perplexity does become a core part of One UI, the company will need to clearly communicate what makes it different — and why users should care.

More AI competition on the way



All of this is happening against a backdrop of intense competition in the AI space.

Google, for instance, has reportedly been working on a wave of new generative features, including smarter Search results, AI-generated images, and interactive tools for learning and coding. Supposedly, these efforts were partially spurred by the very threat of Samsung exploring partnerships with rivals.

Want to know what's coming up on Android? Check out all the exciting Android advancements Google announced during the I/O 2025 developer's conference.

As for Samsung, whether it ultimately moves forward with Perplexity — and how deeply it integrates the technology — could mark a turning point in how AI works on Galaxy devices. We expect to hear a formal announcement later this year, given that this partnership ends up forming.

Comments

Popular posts from this blog

Starlink is only for the rich or for big offices!" — that’s what many people think

  "Starlink is only for the rich or for big offices!" — that’s what many people think. But actually, that’s not true. With a little effort and some smart planning, even ordinary people in villages — shopkeepers, rickshaw pullers — can use this high-speed internet if they come together as a group. How is it possible at such a low cost? Let’s break it down: Starlink’s monthly bill is around 4,200 to 6,000 BDT. That may seem expensive for one person, but if 20 to 25 people share the cost, it becomes very affordable: Monthly cost per person (if 20 people share): 4,200 ÷ 20 = just 210 BDT! One-time setup cost (dish, router, etc.): Around 50,000 BDT (only paid once) So even a rickshaw puller could use high-speed Wi-Fi by paying just 200–250 BDT per month! Here’s how it works, in simple steps: 1. Install the Starlink dish in an open space with a clear view of the sky. 2. A cable runs from the dish to the Starlink modem. 3. The modem is connected to a Wi-Fi router. 4. The ...

Level Up Your Code: Discover 2025's 10 Leading AI Assistants for Coders

  In 2025, testing software isn't just about finding bugs — it's about working smarter. With the rise of powerful and accessible AI tools, Vibe coders now have the opportunity to test faster, more efficiently, and with fewer headaches. AI testing tools are driving this transformation. These tools go beyond basic automation — they can detect edge cases, write test scripts, debug in real time, and even suggest fixes or improvements. In this list, we’ll explore the top 10 AI testing tools every modern developer should know. Whether you're coding a quick prototype or managing a large-scale project, having the right AI assistant in your workflow can make a huge difference. That’s why we’ve put together this list of 20 must-try AI coding agents. From full-stack builders to browser automators and IDE companions, these tools are shaping the future of development and you’ll want to know about them. Build APIs Faster with  Apidog  Say goodbye to tab-switching. If you are working wi...

5 Great Linux Utilities to Monitor Your System Resources in the Terminal

  Although the standard Linux utilities have served us well over the years, in some scenarios they fall short. If you've ever found yourself writing a one-liner to poll a command or struggling to parse a badly formatted table, then it's a clear sign that the tools at hand are lacking. What you need are better tools; what I have are better tools—five that will make your Linux life easier. 1 NCurses Disk Usage (ncdu) To view the sizes of directories, du is a solid choice, and it's generally the first pick for most people. However, it lacks exploratory capabilities. A few times a year, my system complains to me that it's running low on disk space, and I find myself exploring the file system to manually delete large directories of accumulated garbage. This is where du lacks, and where ncdu shines. With its simple interface,  ncdu provides blazing-fast exploration to size up directories . Those familiar with Vim will feel at home because it uses Vim keys for navigation; tho...