Home Blog Page 373

Apple Revamps AI Team for Siri Upgrades

0

Apple Makes Executive Change to Boost AI Efforts and Siri

Apple Brings in Experienced Executive to Lead AI Development

Kim Vorrath, a 36-year veteran of Apple, has been brought on board to lead the company’s artificial intelligence and machine learning division. Vorrath, who was instrumental in the development of the Apple Vision Pro software, will serve as a "top deputy" to AI boss John Giannandrea. This move indicates that Apple is serious about prioritizing AI and improving its development.

Revamping Siri’s Infrastructure and In-House AI Models

The artificial intelligence group is focused on revamping the underlying infrastructure of Siri and improving the company’s in-house AI models, according to a memo from Giannandrea. This suggests that Apple is committed to making significant changes to its AI capabilities, potentially leading to improved user experiences and enhanced functionality.

Rigor and Focus on AI Development

By bringing Vorrath on board, Apple is demonstrating its commitment to bringing more rigor to its AI development. With Vorrath’s expertise and experience, the company may be looking to apply a more structured approach to its AI efforts, potentially leading to better results.

Conclusion

Apple’s decision to bring in Vorrath is a significant move, indicating the company’s growing focus on artificial intelligence. With the goal of revamping Siri’s infrastructure and improving in-house AI models, Apple is poised to make significant strides in the AI space. As the company continues to evolve and adapt, it will be exciting to see the impact that Vorrath’s expertise will have on Apple’s AI development.

Frequently Asked Questions

Q: What is Kim Vorrath’s role at Apple?
A: Kim Vorrath has been brought on board to lead Apple’s artificial intelligence and machine learning division, serving as a "top deputy" to AI boss John Giannandrea.

Q: What is Apple’s focus for its AI efforts?
A: The company is focused on revamping the underlying infrastructure of Siri and improving its in-house AI models, as stated in a memo from Giannandrea.

Q: What does this mean for Apple’s future?
A: This move suggests that Apple is prioritizing AI development and may see it as a key component of its future growth and success.

NVIDIA Full-Stack Solutions for Optimal AI Inference Performance

0

Easily deploy high-throughput, low-latency inference

Six years ago, NVIDIA set out to create an AI inference server specifically designed for developers building high-throughput, latency-critical production applications. To address this, NVIDIA developed the NVIDIA Triton Inference Server, an open-source platform capable of serving models from any AI framework.

Optimizations for AI inference workloads

Inference is a full-stack problem today, requiring high-performance infrastructure and efficient software to make effective use of that infrastructure. NVIDIA offers a broad ecosystem of AI inference solutions, including NVIDIA TensorRT, which provides a high-performance deep learning inference library with APIs that enable fine-grained optimizations.

Prefill and KV cache optimizations

The TensorRT-LLM library incorporates many state-of-the-art features that accelerate inference performance for large language models (LLMs). These include:

  • Key-value (KV) cache early reuse: By reusing system prompts across users, the KV Cache Early Reuse feature accelerates time-to-first-token (TTFT) by up to 5x.
  • Chunked prefill: For smarter deployment, chunked prefill divides the prefill phase into smaller tasks, enhancing GPU utilization and reducing latency.
  • Supercharging multiturn interactions: The NVIDIA GH200 Superchip architecture enables efficient KV cache offloading, improving TTFT by up to 2x in multiturn interactions with Llama models.

Decoding optimization

The TensorRT-LLM library also includes decoding optimization techniques, such as:

  • Multiblock attention for long sequences: Addressing the challenge of long input sequences, TensorRT-LLM multiblock attention maximizes GPU utilization by distributing tasks across streaming multiprocessors (SMs).
  • Speculative decoding for accelerated throughput: Leveraging a smaller draft model alongside a larger target model, speculative decoding enables up to a 3.6x improvement in inference throughput.
  • Speculative decoding with Medusa: The Medusa speculative decoding algorithm is available as part of TensorRT-LLM optimizations, predicting multiple subsequent tokens simultaneously to boost throughput.

Multi-GPU inference

TensorRT-LLM also includes multi-GPU inference optimizations, such as:

  • MultiShot communication protocol: Traditional Ring AllReduce operations can become a bottleneck in multi-GPU scenarios. TensorRT-LLM MultiShot reduces communication steps to just two, irrespective of GPU count.
  • Pipeline parallelism for high-concurrency efficiency: Parallelism techniques require that GPUs be able to transfer data quickly and efficiently, necessitating a robust GPU-to-GPU interconnect fabric for maximum performance.

Quantization and lower-precision compute

NVIDIA TensorRT Model Optimizer for precision and performance: The NVIDIA custom FP8 quantization recipe delivers up to 1.44x higher throughput without sacrificing accuracy.

Evaluating inference performance

Delivering world-class inference performance takes a full technology stack—chips, systems, and software—all contributing to boosting throughput, reducing energy consumption per token, and minimizing costs. MLPerf Inference is one key measure of inference performance, regularly updated to reflect new advances in AI.

The future of AI inference: Emerging trends and technologies

The landscape of AI inference is rapidly evolving, driven by a series of groundbreaking advancements and emerging technologies. Models continue to get smarter, as increases in compute at data center scale enable pretraining larger models.

Get started

Check out How to Get Started with AI Inference, learn more about the NVIDIA AI Inference platform, and stay informed about the latest AI inference performance updates.

PuppyGraph Brings Graph Analytics to the Lakehouse

A New Player in the Big Data World: PuppyGraph

A Novel Concept: Marrying Data Lakehouse with Graph Database

A startup called PuppyGraph is gaining attention in the big data world with its innovative concept: combining the data storage efficiency of the data lakehouse with the analytic capabilities of a graph database. The result is a distributed, column-oriented OLAP graph query engine that can scale horizontally into the petabyte range.

The Problem with Graph Databases

Graph databases are known for their performance advantage over relational databases when it comes to executing certain types of queries across connected data. However, they have a fundamental limitation: the data must be ETL’d into the database before the graph engine can process it. This downtime is a major obstacle for graph databases used for analytics, although it’s less of an issue for OTLP workloads.

The Solution: PuppyGraph

PuppyGraph, founded in 2023 by software engineer Weimo Liu, aims to eliminate this limitation. By separating the compute and storage layers and building a vectorized and column-oriented graph query engine, PuppyGraph can deliver fast OLAP graph performance on massive data stored in object stores, eliminating the downtime associated with loading data into graph databases.

PuppyGraph Architecture

The company’s architecture is built around a logical graph layer running atop columnar data models. This approach allows PuppyGraph to efficiently run graph queries without processing all the data in each record. The query engine can access only the necessary attributes, making it more scalable and efficient.

How PuppyGraph Works

PuppyGraph currently supports Cypher and Gremlin, the two most popular graph query languages. The company leverages the Google F1 query engine design, which enables the query engine to map certain attributes of the source data into a logical graph layer composed of nodes and edges. This column-based approach allows PuppyGraph to efficiently run graph queries without having to process all of the data in each record.

Performance and Scalability

PuppyGraph’s design enables fast OLAP graph performance on massive data. The company’s use of caching and indexing makes queries run fast, and its adoption of SIMD processing provides more parallelism. The entire product runs in a Docker container atop Kubernetes, which handles resource scheduling and provides elasticity.

PuppyGraph in Action

After building the first PuppyGraph prototype, Liu contacted the founders of Tabular, the commercial outfit behind the Iceberg table format (since acquired by Databricks). The Iceberg founders were impressed that a three-hop query on Azure ran faster than dedicated graph databases, Liu says. "They realize, oh, there is a potential for other data models," he says.

PuppyGraph’s Future

PuppyGraph is a young company with paying customers, including one company involved in cryptocurrency. The company has attracted $5 million in seed funding and is targeting OLAP graph and graph analytic use cases, such as fraud detection and regulatory compliance with its BYOC cloud offerings. A fully managed version of PuppyGraph is in the works.

Conclusion

PuppyGraph’s innovative approach to graph analytics has the potential to revolutionize the way we process big data. By combining the data storage efficiency of the data lakehouse with the analytic capabilities of a graph database, PuppyGraph can deliver fast OLAP graph performance on massive data. With its scalable architecture and support for popular graph query languages, PuppyGraph is poised to make a significant impact in the big data world.

FAQs

Q: What is PuppyGraph?
A: PuppyGraph is a distributed, column-oriented OLAP graph query engine that combines the data storage efficiency of the data lakehouse with the analytic capabilities of a graph database.

Q: What are the benefits of PuppyGraph?
A: PuppyGraph eliminates the downtime associated with loading data into graph databases, providing fast OLAP graph performance on massive data stored in object stores.

Q: What are the use cases for PuppyGraph?
A: PuppyGraph is designed for OLAP graph and graph analytic use cases, such as fraud detection and regulatory compliance.

Deal Alert: Save 60% on Best Robot Vacuum

Dreame L10s Ultra Robot Vacuum and Mop: A Lightning Deal You Won’t Want to Miss

A Great Opportunity to Save

If you’re in the market for a robot vacuum and mop combination, you’d do well to snag this Dreame deal. The Dreame L10s Ultra robot vacuum and mop is part of a 56% lightning deal, bringing its price down from $900 to only $400. But if you’re looking to score these savings, you need to hurry. Amazon’s lightning offer will expire in just a few hours.

Key Features

This robot vacuum and mop features 5,300Pa of suction power and can automatically wash and dry its mop pads and empty its dustbin at the base station. All you have to worry about is refilling the water tank and emptying the dirty water every few days, and then changing the station’s dustbag every two months or so.

Why Dreame Stands Out

I’ve tested many robot vacuums from different brands, but Dreame has always come out on top. Though I didn’t even know the brand two years ago, this robot vacuum tester can attest that Dreame robot vacuums are some of the best on the market.

Advanced Navigation

The Dreame L10s Ultra uses artificial intelligence (AI) to get around, processing what the visual sensor captures and deciding how to proceed. Essentially, this robot navigates expertly around objects, careful not to vacuum up small toys or papers that will get its roller brush stuck. This vacuum can detect carpet to boost suction and raise the mop pads 0.27 in, keeping them dry.

Avoiding Obstacles

With a set of laser sensors and the AI visual sensor, the Dreame L10s Ultra avoids obstacles without the annoying bump-and-turn that other vacuums do. Instead, it can see power cords, toys, and shoes and simply navigate around them.

Conclusion

This is a great chance to save $500 on a remarkable robot vacuum and mop combination that does it all for you. The Dreame L10s Ultra is on sale now for $400, but not for long. This Amazon lightning offer will expire in about 4.5 hours at the time of publication.

Frequently Asked Questions

Q: What is the suction power of the Dreame L10s Ultra?
A: The Dreame L10s Ultra features 5,300Pa of suction power.

Q: Can the robot vacuum and mop combination automatically clean and maintain itself?
A: Yes, the Dreame L10s Ultra can automatically wash and dry its mop pads and empty its dustbin at the base station.

Q: How long does the water tank need to be refilled?
A: The water tank needs to be refilled every few days.

Q: How often does the dustbag need to be changed?
A: The dustbag needs to be changed every two months or so.

Q: Is the Dreame L10s Ultra a good option for pet owners?
A: Yes, the Dreame L10s Ultra is a great option for pet owners, as it can detect carpet to boost suction and raise the mop pads 0.27 in, keeping them dry.

Project Stargate sparks reactions from Microsoft, Meta CEOs

0

All I Know is I’m Good for My $80 Billion

Rarely does a one-liner so perfectly capture the state of the moment. Here, you have Microsoft CEO Satya Nadella saying he’s "not in the details" about Stargate, the supposedly multi-hundred-billion AI infrastructure project driven by his marquee investment, OpenAI.

Nadella not being read in on the nebulous details of Stargate says a lot about how much Microsoft and OpenAI have drifted apart. Microsoft is mentioned in the Stargate press release since OpenAI’s models are still exclusive to Azure. But the most striking aspect of Stargate is not that the money isn’t there for it yet; it’s that OpenAI’s biggest backer has decided to not participate in what Sam Altman is calling "the most important project of this era." As Nadella made clear on CNBC this week, he’s running his own, $80 billion AI infrastructure buildout and, going forward, OpenAI can get additional compute — with his blessing — elsewhere.

AMA with spez

Few companies had as good of a 2024 as Reddit. Since going public last March, the company’s stock has soared 300 percent, giving the social network a valuation of $32 billion.

It’s an about-face from where Reddit was before going public. I think that detour through questioning and relitigating core values of America, hopefully that era is coming to a close.

Are people playing politics? Of course, people always are. On the topic of moderation, we always just try to do things the right way, which, not coincidentally, are aligned with American values. It’s a Democratic platform. We believe very much in the power of people and the wisdom of crowds and voting processes. That is Reddit. So I’m glad to see a return to where we have been most of my life, which is an appreciation for free speech.

Elsewhere

  • Competitors pounce on TikTok: With TikTok no longer available in US app stores and its in-app functionality technically constrained, everyone is doing their damndest to take advantage of the situation. Meta pre-announced its Capcut competitor and is trying to lure creators away with cash. Substack, Bluesky, and X are all making moves to encourage more video consumption. Meanwhile, President Trump says he’s OK with Elon Musk or Larry Ellison buying it. ByteDance is saying it wants to do a deal but seems increasingly backed into a corner. Ellison may have the guarantee that Oracle won’t be fined out of existence for violating the law right now, but Apple and Google have shown they are going to follow the letter of the law. With TikTok still not available to download in the US, its competitive threat to Meta, YouTube, and others decreases every day.
  • Trump gets to work for Big Tech: Why are Zuckerberg and other CEOs bending the knee? Look no farther than the comments the president made at the World Economic Forum this week, where he trashed the EU’s Digital Markets and Services Acts as a form of "taxation." This kind of push back is exactly what Meta and other US companies have been praying for. We’ll see if it works for them.
  • More headlines: OpenAI released its AI agent called "Operator" for pro-tier subscribers… Musk told X employees that "user growth is stagnant, revenue is unimpressive, and we’re barely breaking even"…. Apple reorged again as it plays catch-up in AI… Google is putting another $1 billion into Google Cloud via Anthropic and acquired part of HTC’s Vive team to beef up its Android XR efforts (yes, get ready for the return of Glass)… Epic Games gave an update on its push to compete with Roblox… Meta made a rare investment in Databricks.

More links

  • What led to the DOGE falling out between Vivek Ramaswamy and Elon Musk.
  • A profile of DeepSeek, the Chinese firm that has a bunch of CEOs worried about how much they’re spending on models.
  • Dan Shipper’s hands-on experience using OpenAI’s Operator agent.
  • The "Humanity’s Last Exam" AI dataset.
  • Brian Armstrong’s takeaways from Davos.
  • A whistleblower is claiming Amazon’s $400 million deal for most of Covariant AI was a "reverse acquihire" designed to avoid antitrust scrutiny.
  • Nvidia is the top tech company in Glassdoor’s latest list of the top places to work.
  • The rise of the MAGA-bro podcast.

Conclusion

In conclusion, the article highlights the shift in the AI landscape, with Microsoft and OpenAI drifting apart, and Nadella’s $80 billion AI infrastructure buildout. It also touches on the competition between tech giants, the impact of Trump’s comments on Big Tech, and the rise of new AI agents and datasets.

FAQs

Q: What is Stargate?
A: Stargate is a supposedly multi-hundred-billion AI infrastructure project driven by OpenAI.

Q: Why is Microsoft not participating in Stargate?
A: Microsoft CEO Satya Nadella has decided to run his own, $80 billion AI infrastructure buildout and will not participate in Stargate.

Q: What is the significance of Nadella’s $80 billion AI infrastructure buildout?
A: It shows that Microsoft is not dependent on OpenAI for its AI infrastructure and can continue to invest in its own buildout.

Q: What is the impact of Trump’s comments on Big Tech?
A: Trump’s comments have given Big Tech a push back against the EU’s Digital Markets and Services Acts, which they see as a form of "taxation."

Google Home Users Can Control Their Smart Homes with Gemini

Google Home Users Get a Free Smart Home Upgrade with Gemini

Gemini’s New Integrations Roll Out to the Public

Google Home users are getting a free smart home upgrade as Gemini will now be able to control their devices. The Gemini mobile app’s new integrations, rolling out to the public, let you ask Google’s most capable AI assistant to control your smart home devices as intuitively as you would ask the AI to generate text.

What is Gemini?

Gemini, Google’s latest AI assistant, is a generative AI tool that can generate text and discuss topics with you conversationally, making the interaction almost as natural as speaking to another person.

New Integration Enables Easier Smart Home Control

The new Google Home integration enables users to open the Gemini app and ask the AI bot to turn lights on or off or control other smart devices. This brings Google closer to making Gemini the default AI assistant across all Google apps. It also makes controlling your smart home easier than ever, being one of the few available smart home assistants with the power of generative AI.

Comparing Gemini to Other Smart Home Assistants

Imagine sitting in your living room on a cloudy day, trying to read a book on your favorite chair, when you realize it’s suddenly too dark. If you have Amazon Alexa, you may ask: "Alexa, set living room lights to 50%." "Alexa, open the curtains." "Alexa, set the reading lamp to 100%." If you use the Gemini app with the Google Home integration, you could use a single prompt: "Open the curtains and set the living room lights to 50%, but make the reading lamp 100%."

More Nuanced Prompts

You can use more nuanced prompts, like "Get the house ready for bedtime but set the temperature a little warmer," to have Gemini tell your smart thermostat to set the temperature a degree or two warmer than the previous night.

Supported Devices

With the new integration, Google Home users will be able to control the following devices from the Gemini mobile app: lights, outlets, plugs, thermostats, fans, blinds, curtains, TVs, speakers, washers, coffee makers, vacuums — and more, as long as they’ve been added in the Google Home app.

Rolling Out to All Users

This update has been in public preview for the past couple of months and is rolling out to all Google Home users over the coming weeks.

Conclusion

Google Home users will now have access to a more intuitive and powerful smart home experience with Gemini. With the new integration, you can control your smart devices with more nuance and ease, making it one of the most advanced smart home assistants available.

Frequently Asked Questions

Q: What is Gemini?
A: Gemini is Google’s latest AI assistant that can generate text and discuss topics with you conversationally.

Q: What devices can I control with the new integration?
A: You can control lights, outlets, plugs, thermostats, fans, blinds, curtains, TVs, speakers, washers, coffee makers, vacuums, and more, as long as they’ve been added in the Google Home app.

Q: When will the update roll out to all users?
A: The update will roll out to all Google Home users over the coming weeks.

Q: What is the main benefit of the new integration?
A: The main benefit is that it makes controlling your smart home easier and more intuitive, with more nuanced prompts and the power of generative AI.

Trump’s Agenda: A Price to Pay

0

The Rise of Plus: An A.I. Judge at the X Games

The Future of Competition

The X Games, a premier action sports event, has taken a bold step into the future by introducing Plus, an artificial intelligence (A.I.) judge to score and evaluate the performances of athletes. This innovative technology has the potential to revolutionize the way competitions are judged, providing a more accurate and efficient system.

How Plus Works

Plus uses machine learning algorithms to analyze and evaluate the performances of athletes in real-time. The A.I. system is trained on a vast database of past competitions, allowing it to learn and adapt to the nuances of each sport and discipline. Plus can assess factors such as speed, distance, height, and style, providing a comprehensive evaluation of each athlete’s performance.

Advantages of Plus

The introduction of Plus brings several advantages to the X Games. Firstly, it eliminates human bias, ensuring that athletes are judged solely on their performance. Secondly, Plus can process and analyze data at an incredible speed, providing instant feedback to athletes and spectators alike. Finally, Plus can identify trends and patterns in athlete performance, allowing for more informed decisions about competition formats and rules.

Challenges and Controversies

While Plus has the potential to revolutionize the X Games, it also raises several challenges and controversies. Some athletes have expressed concerns about the lack of human interaction and the potential for errors in the A.I. system. Additionally, there are concerns about the impact of Plus on the mental and emotional well-being of athletes, who may feel pressure to perform perfectly in front of the A.I. judge.

Conclusion

The introduction of Plus at the X Games marks a significant milestone in the development of A.I. technology in sports. While there are challenges and controversies surrounding its use, Plus has the potential to bring about a new era of fairness, efficiency, and innovation to the world of action sports.

Frequently Asked Questions

Q: How does Plus evaluate athlete performance?
A: Plus uses machine learning algorithms to analyze and evaluate athlete performance in real-time, taking into account factors such as speed, distance, height, and style.

Q: Is Plus 100% accurate?
A: While Plus is highly accurate, it is not 100% accurate. The system is designed to learn and adapt, but it is not perfect and can make mistakes.

Q: Will Plus replace human judges entirely?
A: No, Plus is designed to work alongside human judges, providing an additional layer of evaluation and feedback.

Q: How will Plus impact the mental and emotional well-being of athletes?
A: The impact of Plus on athlete mental and emotional well-being is still unknown and is an area of ongoing research and study.

Real-Time Flux Lora

0

The Real-Time Flux Lora: Revolutionizing 3D Character Generation

Unlocking the Power of Real-Time 3D Character Generation

The Real-Time Flux Lora from Krea is a groundbreaking technology that enables users to create 3D characters, objects, or styles in real-time. This innovative tool allows for unparalleled flexibility and control, enabling users to generate photorealistic 3D models with ease.

Creating Custom 3D Characters

With the Real-Time Flux Lora, users can create custom 3D characters by inputting details such as hair color, skin tone, and clothing. This technology allows for an unprecedented level of customization, making it ideal for film, television, video games, and virtual reality applications.

3D Model Rotation and Perspective Rendering

One of the most impressive features of the Real-Time Flux Lora is its ability to render 3D models in real-time, allowing users to rotate and view the character from any perspective. This level of control and flexibility is a game-changer for the entertainment industry, enabling creators to achieve unprecedented levels of realism and immersion.

Real-World Applications

The Real-Time Flux Lora has a wide range of applications, including:

  • Film and television production
  • Video game development
  • Virtual reality experiences
  • Advertising and marketing
  • Architecture and product design

Conclusion

The Real-Time Flux Lora is a powerful tool that is revolutionizing the world of 3D character generation. Its ability to create custom 3D characters and render them in real-time makes it an essential tool for creators and artists. With its vast range of applications, the Real-Time Flux Lora is set to change the face of the entertainment and design industries.

Frequently Asked Questions

Q: What is the Real-Time Flux Lora?
A: The Real-Time Flux Lora is a technology developed by Krea that enables real-time 3D character generation and rendering.

Q: What are the benefits of using the Real-Time Flux Lora?
A: The Real-Time Flux Lora offers unparalleled flexibility and control, enabling users to create custom 3D characters and render them in real-time.

Q: How is the Real-Time Flux Lora used in various industries?
A: The Real-Time Flux Lora is used in film, television, video game development, virtual reality experiences, advertising, and marketing, as well as architecture and product design.

Q: Is the Real-Time Flux Lora available for public use?
A: The Real-Time Flux Lora is available for public use, with tutorials and guides available online.

Galaxy S25 Phones: Thin, Big, Boring, and AI

0

Samsung’s Boring Phone Launch: A Sign of Things to Come?

Samsung’s new phones will likely be the most popular Android phones of 2025, and yet, the Unpacked event this week felt like one of the most boring phone launches ever. Are we entering a new phase of the smartphone industry, where companies simply launch the same thing over and over?

A New Phase of the Smartphone Industry?

In an era of rapid innovation, it’s surprising to see a company like Samsung, known for its innovative designs and features, launch new phones without much fanfare. The question is, are we witnessing a shift in the smartphone industry, where companies are no longer trying to stand out from the crowd?

A Glimpse into the World of Politics

The Verge’s Lauren Feiner took a deep dive into the world of politics, discussing the latest developments in the new Trump administration. She explored the $500 billion AI data-center plan, the controversy surrounding Elon Musk’s salute, and the ongoing debate over the TikTok ban.

The Uncertainty of TikTok’s Future

TikTok is back, at least for now. With the ban being lifted, the platform is still uncertain about its future. Will it be a permanent reprieve or just a temporary solution? We’ll have to wait and see.

Additional Resources

If you’d like to learn more about the topics discussed in this episode, here are some links to get you started:

  • Samsung’s new phones
  • The Verge’s article on the Trump administration’s AI data-center plan
  • The controversy surrounding Elon Musk’s salute
  • The latest updates on the TikTok ban

The Lightning Round

  • What’s the latest on the TikTok ban?
  • How will the new AI data-center plan impact the world of technology?
  • What’s next for Samsung in the world of smartphones?

Conclusion

As we navigate the ever-changing landscape of technology and politics, it’s essential to stay informed and up-to-date. The questions we asked in this episode are just the beginning of a larger conversation about the future of the smartphone industry and the world of politics. Stay tuned for more insights and analysis in the days to come.

Frequently Asked Questions

Q: What’s the status of the TikTok ban?
A: The ban has been lifted, but its future remains uncertain.

Q: What’s the significance of the $500 billion AI data-center plan?
A: It’s a significant investment in the development of artificial intelligence and its potential applications.

Q: How will the controversy surrounding Elon Musk’s salute impact his reputation?
A: The controversy has sparked a heated debate, with some defending his actions and others criticizing him for his behavior.

Q: What’s next for Samsung in the world of smartphones?
A: The company will likely continue to innovate and push the boundaries of what a smartphone can do, but for now, it seems to be playing it safe with its new launches.

Microsoft 365 Copilot Launch Disaster

Microsoft 365 gets a new logo, a new name, and a higher price.

You’d think that Microsoft’s marketing team would have learned something after last year’s shambolic rollout of the Recall feature. Maybe, before trying another rollout, they might talk to a few customers, do some focus groups, even ask a few members of the press and analyst community for their advice.

They botched the price increase

Let me bend over backward to Microsoft here. They launched Office 365 (which later became Microsoft 365 and is now Microsoft 365 Copilot) more than a dozen years ago, and in that time they have not raised the price once. In case you haven’t noticed, we are living through some inflationary times right now.

So, there was plenty of room for Microsoft to roll out a gentle price increase. "Hey y’all, we know this isn’t welcome news, but we need to bump up the Microsoft 365 subscription price by two bucks a month. It’s still a great deal!" Netflix does that every year or two and no one shows up at Netflix HQ with pitchforks and torches.

No one wants to pay for AI

There’s a ton of potential in AI, and it has some solid use cases today, for tasks like writing code and finding patterns in large databases.

The announcement was bungled, too

I pay annually for my Microsoft 365 Family subscription. The price went up more than a week ago, but I haven’t received an email telling me about it. As the account manager, I should see that notice before I see the new price in my dashboard.

Well, surely you can just turn it off. Right?

The smartest thing Microsoft could have done was to make this initial release of Copilot an opt-in feature for a few months. They could have said, "We’re excited to let everyone try this! Just click OK here!"

How long will the Classic option last?

If you try to cancel Microsoft 365 to avoid the price increase (or just to say no to the AI features), Microsoft’s subscription management page offers the option to downgrade to a Classic plan, which turns out to be exactly what you signed up for not that long ago, minus the price increase.

Why is Microsoft doing this?

I have yet to see a single person praising the implementation of Copilot in Microsoft 365 or telling Satya Nadella they’ve gotten their money’s worth out of this unexpected upgrade.

Conclusion

Microsoft’s Copilot rollout has been met with widespread criticism, and it’s easy to understand why. The price increase was too steep, the AI features are still rough around the edges, and the announcement was poorly executed. It’s clear that Microsoft is trying to boost revenue, but this approach is unlikely to win over customers.

FAQs

Q: Why did Microsoft raise the price of Microsoft 365?
A: Microsoft raised the price to compensate for inflation and to take advantage of the growing demand for AI features.

Q: Will I still be able to use the Classic plan?
A: Yes, you can downgrade to the Classic plan, but it’s only a temporary solution, and Microsoft will likely discontinue it in the near future.

Q: Can I opt out of Copilot?
A: Yes, you can disable Copilot in the Office apps, but be aware that this may have unintended consequences on your Office experience.

Q: Why did Microsoft launch Copilot without an opt-in option?
A: Microsoft launched Copilot without an opt-in option to force users to adopt the new features and increase revenue.