App-Free Experience by Deutsche Telekom

Deutsche Telekom is following Spain’s Telefónica in introducing a digital assistant—essentially an artificial butler—to its phones. This solution is promised to debut on new handsets by the second half of the year. Older devices will also offer an AI-based service, available under the name Magenta AI.

What is interesting about the digital butler is that it will almost become a primary function of the phone. On one hand, it can be activated instantly using the power button and will be directly accessible from the lock screen. This level of accessibility suggests that such applications might gradually replace current user habits, displacing the apps we know today. Moreover, the digital butler won’t just engage in casual chatting—it can be instructed to call a taxi, reserve a table at a restaurant, or even provide real-time translation. 

Deutsche Telekom AI
Deutsche Telekom AI

The service will be primarily, though not exclusively, powered by Perplexity. Deutsche Telekom’s ambition is to implement a model-agnostic layer over various AI models, ensuring enormous flexibility and scalability. In the background, alongside Perplexity, Google AI will handle real-time translations, while Picsart AI will offer tools for photo processing.

I believe the goal is to integrate different models so that the system progressively covers all the functionalities currently available through separate applications. They will likely gather extensive measurement data, and with the introduction of the assistant, this data collection can not only be accelerated but also become more precise. This development could open two distinct pathways in the evolution of applications.

On one hand, some app functionalities might still be needed and used by the digital assistant as tools. This is already evident in no-code workflow automation tools like N8N, where processing units are connected not only to AI models but also to various external components such as databases, email processors, or even a simple calculator. These applications operate in headless mode—that is, without a graphical user interface—and are controlled via APIs. 

N8N workflow automation tool
N8N workflow automation tool

On the other hand, because these headless applications cannot display ads, their monetization model will differ from that of current graphical apps. They will inevitably have to adopt alternative revenue streams, typically by charging a fee. Charging will have to be primarily to Deutsche Telekom, which will be passed on to the user in the subscription in the best case. In a wors-case scenario, however, the AI models might be configured to favor certain products, subtly steering unsuspecting users toward them in a manipulative manner. Regrettably, the worst-case scenario—which, for some reason, seems most likely—is one where users end up both paying a subscription fee and being manipulated.

In conclusion, although Deutsche Telekom’s developments are not entirely unique, they are certainly pioneering and point toward further evolutionary changes in software—and, consequently, in services. On one hand, these innovations will make device usage more convenient; on the other, they may introduce new risks that could be hard to avoid. Nonetheless, there will certainly be some kind of solutions which will provide us possibilities to avoid using these new features, as it will also be a niche market for some conscious users. It is hard to predict how many people will opt for this approach—probably not very many—but my bet is that this model will succeed and that Deutsche Telekom’s move is only the beginning. 

Share this post
After a Historic Turn, SK Hynix Becomes the New Market Leader in the Memory Industry
For three decades, the name Samsung was almost synonymous with leadership in the DRAM market. Now, however, the tables have turned: in the first half of 2025, South Korea’s SK Hynix surpassed its rival in the global memory industry for the first time, ending a streak of more than thirty years. This change signifies not just a shift in corporate rankings but also points to a deeper transformation across the entire semiconductor industry.
The Most Popular Theories About the Impact of AI on the Workplace
Since the release of ChatGPT at the end of 2022, the field of AI has seen impressive developments almost every month, sparking widespread speculation about how it will change our lives. One of the central questions concerns its impact on the workplace. As fears surrounding this issue persist, I believe it's worth revisiting the topic from time to time. Although the development of AI is dramatic, over time we may gain a clearer understanding of such questions, as empirical evidence continues to accumulate and more theories emerge attempting to answer them. In this article, I’ve tried to compile the most relevant theories—without claiming to be exhaustive—as the literature on this topic is expanding by the day. The question remains: can we already see the light at the end of the tunnel, or are we still heading into an unfamiliar world we know too little about?
TypeScript 5.9
One of the most important innovations in TypeScript 5.9 is support for deferred module evaluation via the import defer syntax, which implements a proposed future ECMAScript standard.
A Brutal Quarter for Apple, but What Comes After the iPhone?
Amid global economic and trade challenges, Apple has once again proven its extraordinary market power, surpassing analyst expectations in the third quarter of its 2025 fiscal year. The Cupertino giant not only posted record revenue for the period ending in June but also reached a historic milestone: the shipment of its three billionth iPhone. This achievement comes at a time when the company is grappling with the cost of punitive tariffs, intensifying competition in artificial intelligence, and a series of setbacks in the same field.
The Micron 9650: The World's First Commercial PCIe 6.0 SSD
In the age of artificial intelligence and high-performance computing, data speed has become critically important. In this rapidly accelerating digital world, Micron has announced a technological breakthrough that redefines our concept of data center storage. Enter the Micron 9650, the world’s first SSD equipped with a PCIe 6.0 interface—not just another product on the market, but a herald of a new era in server-side storage, offering unprecedented speed and efficiency.
After so many "I hate CSS" articles, how is it that CSS is still so successful?
If you've ever googled "why do developers hate CSS", you know there's a flood of complaints waiting to be found online. Thousands of forum posts, tweets, memes, and long blog entries lament CSS’s "incomprehensible behavior," its "not-really-programming" nature, or the idea that it's "just for designers." It almost feels like one of the unspoken rules of developer culture is that CSS is a necessary evil—something you use only when you absolutely have to, and preferably as quickly as possible. But if so many people hate it this much—why hasn't it disappeared? In fact, why do we see more and more non-web UI platforms adopting CSS-like semantics?