<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:cf="https://www.futureplc.com/rss/content-flags"
>
    <channel>
                    <atom:link href="https://www.windowscentral.com/feeds/tag/gpt-5" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from Windows Central in Gpt-5 ]]></title>
                <link>https://www.windowscentral.com/tag/gpt-5</link>
        <description><![CDATA[ All the latest gpt-5 content from the Windows Central team ]]></description>
                                    <lastBuildDate>Mon, 09 Mar 2026 10:46:52 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ GitHub Copilot unlocks OpenAI's GPT-5.4 in VS Code and other coding platforms — Adding even more vibe coding options ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/github-copilot-openai-gpt-5-4-in-vscode</link>
                                                                            <description>
                            <![CDATA[ GitHub Copilot has added support for OpenAI’s GPT-5.4 coding model, bringing improved reasoning and support for multi-step tasks. The model is available across several development environments. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LrUbXiS6izRKDCptFywH5c</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/AaandZ2X4QMsNrHXd33vBE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 09 Mar 2026 10:46:52 +0000</pubDate>                                                                                                                                <updated>Mon, 09 Mar 2026 11:50:10 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Hales ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/5hYUY6untKFQqnbxspT2nj.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/AaandZ2X4QMsNrHXd33vBE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | SOPA Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[GitHub Copilot has added support for OpenAI’s GPT-5.4 coding model.]]></media:description>                                                            <media:text><![CDATA[In this photo illustration, the GitHub Copilot logo is seen displayed on a smartphone screen.]]></media:text>
                                <media:title type="plain"><![CDATA[In this photo illustration, the GitHub Copilot logo is seen displayed on a smartphone screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/AaandZ2X4QMsNrHXd33vBE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>GitHub Copilot <a href="https://github.blog/changelog/2026-03-05-gpt-5-4-is-generally-available-in-github-copilot/" target="_blank">recently gained support</a> for OpenAI's latest coding model, GPT-5.4, designed for more complex development tasks, with improvements to reasoning and multi-step problem solving.</p><p>Its arrival also comes shortly after its rival <a href="https://www.anthropic.com/news/claude-opus-4-6" target="_blank">Anthropic introduced</a> its latest coding model, Claude Opus 4.6, which launched exactly one month before GPT-5.4. For users, both GPT-5.4 and Claude Opus 4.6 are available to those on Copilot Pro, Pro+, Business, and Enterprise plans.</p><p>One notable difference between the two appears to be the context window. GPT-5.4 offers up to a 400k context window, compared to the 192k available with Claude Opus 4.6, <em>potentially </em>making GPT-5.4 better suited to working with larger codebases.</p><p>GitHub Copilot with GPT-5.4 is available across a wide range of development environments, including Visual Studio Code, Visual Studio, JetBrains IDEs, Xcode, Eclipse, GitHub.com, GitHub Mobile, and GitHub CLI — I’ll be honest, I only knew a couple of those different coding environments even existed.</p><h2 id="openai-s-gpt-5-4-rolls-out-to-github-copilot-users">OpenAI’s GPT-5.4 rolls out to GitHub Copilot users</h2><div class="looped-video"><video class="lazyload-in-view lazyloading" data-src="https://github.blog/wp-content/uploads/2026/03/5.4-recording-with-end-card.mp4" autoplay loop muted playsinline src="https://github.blog/wp-content/uploads/2026/03/5.4-recording-with-end-card.mp4"></video></div><p>If you didn't know, <a href="https://github.com/features/copilot" target="_blank">GitHub Copilot</a> is Microsoft’s AI-powered coding assistant. It uses various large language models (LLMs) to help developers complete a range of programming tasks. The tool is built directly into coding environments to suggest code as you type, help explain existing code, and assist with other common development tasks.</p><p>To put it simply, GitHub Copilot can act like an autocomplete system for coding. It reads the context of what a developer is writing and suggests the next line of code or even entire functions; however, some users use it to build entire apps without much human input (vibe coding).</p><h4 id="would-you-try-gpt-5-4-in-github-copilot">🗨️ Would you try GPT 5.4 in GitHub Copilot?</h4><p>I won’t get into the semantics around whether this is good or not; instead, I’ll just focus on delivering the news here, because AI drama can be quite tiring, regardless of my personal views on the matter.</p><p>AI coding tools are evolving fast; whether we like them or not, they are becoming a big part of developer workflows. Some people use them freely, whilst others prefer to do things the traditional way. </p><p>Have tools like GitHub Copilot become part of your workflow, or do you still prefer coding without AI assistance? </p><p><strong>Let us know in the comments, and help me gauge your interest with a poll.</strong></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-O95gJO"></div>                            </div>                            <script src="https://kwizly.com/embed/O95gJO.js" async></script><a href="https://www.reddit.com/r/windowscentral/"><figure class="van-image-figure pull-left inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1672px;"><p class="vanilla-image-block" style="padding-top:29.96%;"><img id="rX94E5y9uUKpUAhcKF7Ruj" name="reddit-windows-central" alt="Click to join us on r/WindowsCentral" src="https://cdn.mos.cms.futurecdn.net/rX94E5y9uUKpUAhcKF7Ruj.png" mos="" align="left" fullscreen="" width="1672" height="501" attribution="" endorsement="" class="pull-leftinline"></p></div></div></figure></a><p><em>Join us on </em><a href="https://www.reddit.com/r/windowscentral/"><em>Reddit at r/WindowsCentral </em></a><em>to share your insights and discuss our latest news, reviews, and more.</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI might skip GPT‑6 entirely — and the reason is stranger than you think ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/could-the-next-chatgpt-be-gpt-6-7</link>
                                                                            <description>
                            <![CDATA[ Sam Altman recently revealed the company's tongue-in-cheek plan to rename GPT-5's successor from GPT-6 to GPT-6-7. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">cmSBLoYmzc5NzuaNA673MK</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 03 Nov 2025 12:33:00 +0000</pubDate>                                                                                                                                <updated>Mon, 03 Nov 2025 21:10:02 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Sam Altman recently revealed the company&#039;s tongue-in-cheek plan to rename GPT-5&#039;s successor from GPT-6 to GPT-6-7.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., during a panel discussion at the Technical University in Berlin, Germany, on Friday, Feb. 7, 2025.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., during a panel discussion at the Technical University in Berlin, Germany, on Friday, Feb. 7, 2025.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Earlier this year, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">OpenAI launched GPT-5</a>, which can arguably be considered the most sought-after and long-anticipated AI model to date. This can be attributed to comments from key leaders in the industry like CEO Sam Altman, who promised with <em>"a high degree of scientific certainty" </em>that <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">GPT-5 will be smarter than GPT-4</a> (which he admitted "<a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">kind of sucks</a>").</p><p>However, the model seemingly failed to meet these high expectations, with multiple users expressing their frustrations with the upgrade, further claiming that it has <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">degraded ChatGPT's user experience</a>.</p><p>Even Microsoft co-founder <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/from-plateau-predictions-to-buggy-rollouts-bill-gates-gpt-5-skepticism-looks-strangely-accurate">Bill Gates had already predicted that OpenAI's GPT technology had plateaued</a>, citing modest improvements 2 years prior to GPT-5's launch. However, Tesla CEO and billionaire Elon Musk seems to think that it could be a worthwhile upgrade. <a href="https://www.windowscentral.com/artificial-intelligence/people-have-been-trying-for-50-years-elon-musk-warns-openai-is-going-to-eat-microsoft-alive-after-gpt-5-launch-but-sam-altman-and-satya-nadella-are-unfazed"><em>"OpenAI is going to eat Microsoft alive,"</em></a><em> </em>Musk indicated following the model's launch.</p><p>But as it now seems, the ChatGPT maker might be looking to spice things up with GPT-5's successor. Well, at least according to the topical <strong>moniker </strong>OpenAI "plans" to use for the model.</p><p>OpenAI CEO Sam Altman recently indicated that <em>"GPT-6 will be renamed GPT-6-7, you're welcome"</em> via a post on X. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">GPT-6 will be renamed GPT-6-7, you're welcome<a href="https://twitter.com/cantworkitout/status/1984025727763935585">October 30, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>For context, 6-7 is a viral term amongst Gen Alpha with an ambiguous meaning. However, <a href="https://www.dictionary.com/e/word-of-the-year-2025/" target="_blank">Dictionary.com announced 6-7 as 2025 Word of the Year</a>, though the site admitted that it's still trying to figure out what the term actually means.</p><p>I tried doing a bit of research on the term, but ended up even more confused. As far as I can tell, the term seems to have originated from a <a href="https://www.youtube.com/watch?v=07xpV4ix2K8" target="_blank">rap song</a>. It's also been mentioned in South Park, and now it seems to be etched in the fabric of every school hall across the US and even the UK.</p><p>Ultimately, it seems like a catchy slang word with no apparent meaning. While speaking to <a href="https://edition.cnn.com/2025/10/18/us/6-7-meme-slang-explained-cec" target="_blank">CNN</a>, Gabe Dannenbring, a seventh-grade science teacher in Sioux Falls, South Dakota, indicated:</p><p><em>“It’s like a plague — a virus that has taken over these kids’ minds. You can’t say any iteration of the numbers 6 or 7 without having at least 15 kids yell, ‘6-7!’”</em></p><p>It's unclear if Sam Altman is serious about renaming GPT-6 to GPT-6-7 or if he was just joking and hopping onto the hype. As bizarre as some tech moves can be, they could have the <strong>slightest </strong>hint of being an earnest, strategic move to foster more interest in AI among the youth.</p><div><blockquote><p>Nobody knows what it means. And that’s kind of the funny thing about it.</p><p>Gabe Dannenbring, a seventh-grade science teacher</p></blockquote></div><p>That said, emerging trends and studies show that the youth are ditching traditional and conventional search engines like Google and Bing for AI tools like ChatGPT, which provides easy-bake answers and responses to queries, alleviating the need to read through giant blocks of text. </p><p>This can also be presumed as a subtle, more realistic hint from the executive, suggesting that OpenAI is already developing its next-gen flagship AI model poised to succeed GPT-5.</p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>What will OpenAI's GPT-5 successor be called?</h3><article class="article__schema-answer"><p>According to a recent post on X by OpenAI CEO Sam Altman, the company might jokingly call GPT-5's successor GPT-6-7, potentially matching Gen Alpha's word of the year. However, it seems the company initially planned to simply call the AI model <strong>GPT-6</strong> before the term went viral, which is more realistic.</p></article></section><section class="article__schema-question"><h3>What does 6-7 mean?</h3><article class="article__schema-answer"><p>Most sources online don't seem to have a clear definition for the term, which seems to be the whole concept behind it. You can literally use it in multiple contexts, with Gen Alpha often chanting the term whenever any iteration of the numbers 6 or 7 is presented.</p></article></section><section class="article__schema-question"><h3>Why did ChatGPT users hate the GPT-5 upgrade?</h3><article class="article__schema-answer"><p>Multiple users claimed that the AI model degraded the chatbot's user experience, blatantly expressing their preference for GPT-4o as it provided a more personalized user experience. Sam Altman indicated that some users had developed unhealthy relationships with the chatbot, creating an over-reliance since they never had anyone to support them in that way.</p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman says GPT‑5 rollout was botched — and drops a wild Chrome buyout idea ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-says-gpt-5-rollout-was-botched-and-drops-a-wild-chrome-buyout-idea</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman, along with other company executives, met with multiple reporters over dinner at a Mediterranean restaurant in San Francisco to discuss the multibillion-dollar AI firm's future plans ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">JP2LiHkHxuBENckYUjhLfB</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/yu7RfnXdG9Sbo2N7jkLxgP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 23 Aug 2025 13:02:15 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/yu7RfnXdG9Sbo2N7jkLxgP-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Sean Gallup]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Sam Altman, co-founder and CEO of OpenAI.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, co-founder and CEO of OpenAI.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, co-founder and CEO of OpenAI.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/yu7RfnXdG9Sbo2N7jkLxgP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Last week, OpenAI CEO Sam Altman, along with other company executives, met with multiple reporters over dinner at a Mediterranean restaurant in San Francisco to discuss the multibillion-dollar AI firm's future plans (via <a href="https://www.theverge.com/command-line-newsletter/759897/sam-altman-chatgpt-openai-social-media-google-chrome-interview">The Verge</a>). As you might have guessed, the conversation was centered on GPT-5's recent rollout, but a lot more was discussed as well. </p><p>Before GPT-5's launch, there had been a lot of anticipation and hype about the performance boost the model would have on ChatGPT. However, the launch seemingly fell short of the high expectations people had. Multiple users complained that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">OpenAI <em>"ruined"</em> ChatGPT's user experience</a>, which was reportedly rife with glitches and bugs.</p><p>Even Microsoft's co-founder, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/from-plateau-predictions-to-buggy-rollouts-bill-gates-gpt-5-skepticism-looks-strangely-accurate">Bill Gates, predicted that OpenAI's GPT technology had plateaued over 2 years ago</a>, further claiming that GPT-5 won't be any better compared to GPT-4. And if the past weeks are anything to go by, the philanthropic billionaire could be strangely accurate.</p><p>Some users indicated that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-sam-altman-responds-gpt-5-backlash-companions">the GPT-5 model had seemingly turned ChatGPT into a <em>"corporate zombie"</em> </a>that forgot it was your best friend two days ago. Users claimed that ChatGPT has lost its warmth appeal while blatantly expressing their preference to GPT-4o over GPT-5.</p><p>Sam Altman attributed these complaints to <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/ceo-sam-altman-heartbreaking-truth-behind-attachment-to-chatgpt">users being overly dependent on ChatGPT for emotional support because they had never had anybody do that</a> for them before. The executive indicated that the whole situation is heartbreaking. </p><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price">OpenAI decided to bring back GPT-4o following backlash from users</a> over deprecating GPT-5's predecessors, but it's now buried behind the company's $20/month ChatGPT Plus paywall.</p><div><blockquote><p>I think we totally screwed up some things on the rollout. On the other hand, our API traffic doubled in 48 hours and is growing. We’re out of GPUs. ChatGPT has been hitting a new high of users every day. A lot of users really do love the model switcher. I think we’ve learned a lesson about what it means to upgrade a product for hundreds of millions of people in one day.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>The reintroduction of GPT-4o behind a $20/month paywall could be a cheeky way for OpenAI to raise more revenue through its paid subscription plans. As you may know, the AI firm has been facing lots of challenges with multiple reports suggesting that it could be on the verge of bankruptcy.</p><p>The ChatGPT maker is also under <a href="https://www.windowscentral.com/software-apps/openai-ditching-for-profit-plan">immense pressure from investors to evolve into a for-profit venture</a> or risk losing funding coupled with <a href="https://www.windowscentral.com/software-apps/openai-reportedly-wants-to-buy-its-freedom-through-a-for-profit-restructuring-ticket-to-keep-hostile-takeovers-and-outside-interference-from-the-likes-of-microsoft-at-arms-length">outsider interference and hostile takeovers</a>.</p><h2 id="sam-altman-says-way-under-1-percent-of-people-are-having-unhealthy-relationships-with-chatgpt">Sam Altman says "way under 1 percent" of people are having unhealthy relationships with ChatGPT</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3jsqUtUXBFrZ9XYtEU2BRH" name="GettyImages-2196844949" alt="OpenAI CEO Sam Altman attends a talk session with SoftBank group Chairman and CEO Masayoshi Son in Tokyo on February 3, 2025." src="https://cdn.mos.cms.futurecdn.net/3jsqUtUXBFrZ9XYtEU2BRH.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/3jsqUtUXBFrZ9XYtEU2BRH.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | YUICHI YAMAZAKI)</span></figcaption></figure><p>It seems GPT-5 is a power-hungry model with a recent report suggesting that it <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-powerful-but-hungry-1-5-million-us-households-energy">consumes enough electricity to power 1.5 million US households daily</a>. The model also requires a ridiculous amount of computing power. "We’re out of GPUs," indicated Sam Altman.</p><p>However, OpenAI isn't throwing in the towel. Instead, it is doubling down on its efforts with Sam Altman revealing that the AI firm is set to <em>"spend trillions of dollars on data center construction in the not very distant future."</em></p><p>While concerning, OpenAI CEO Sam Altman revealed that <em>"way under 1 percent"</em> of ChatGPT users have unhealthy relationships with the tool. However, the issue is on the team's radar, and they are having regular meetings to find a way to address the issue. </p><p>According to the executive:</p><p><em>“There are the people who actually felt like they had a relationship with ChatGPT, and those people we’ve been aware of and thinking about. And then there are hundreds of millions of other people who don’t have a parasocial relationship with ChatGPT, but did get very used to the fact that it responded to them in a certain way, and would validate certain things, and would be supportive in certain ways.”</em></p><p>The executive also used the chance to take a jab at Elon Musk's Grok AI chatbot, potentially fueling their never-ending feud:</p><p><em>“You will definitely see some companies go make Japanese anime sex bots because they think that they’ve identified something here that works. You will not see us do that. We will continue to work hard at making a useful app, and we will try to let users use it the way they want, but not so much that people who have really fragile mental states get exploited accidentally.”</em></p><h2 id="openai-x-jony-ive-are-going-to-ship-a-beautiful-device">OpenAI x Jony Ive are going to ship "a beautiful device"</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="pYtGky8Uzc9ZAhEFymqPbJ" name="sam-altman-jony-ive-money" alt="Jony Ive (left) and Sam Altman (right) photographed in black in white with money and stock counts in the background" src="https://cdn.mos.cms.futurecdn.net/pYtGky8Uzc9ZAhEFymqPbJ.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/pYtGky8Uzc9ZAhEFymqPbJ.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: OpenAI | Getty Images (Javier Ghersi))</span></figcaption></figure><p>It's no secret that <a href="https://www.windowscentral.com/software-apps/sam-altmans-usd6-5-billion-purchase-might-deliver-an-iphone-of-artificial-intelligence-from-openai-before-apple">former Apple chief designer Jony Ive recently joined OpenAI</a> to bolster advances in the company's hardware division. While developments on this front have remained slim at best, it could lead to <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openais-6-5-billion-jony-ive-io-purchase">the biggest tech disruption since the iPhone launched in 2007</a>.</p><p>According to Sam Altman:</p><p><em>“Listen, we’re going to ship a device that is going to be so beautiful. If you put a case over it, I will personally hunt you down. It’s going to take us a while, but I think you will think it is very worth the wait. I think it is incredible. You don’t get a new computing paradigm very often. There have been like only two in the last 50 years. So just let yourself be happy and surprised. It really is worth the wait.</em>”</p><h2 id="openai-potentially-buying-google-chrome-and-developing-an-ai-powered-social-media-app">OpenAI potentially buying Google Chrome and developing an AI-powered social media app</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="Z3T9HKmqouRZBJg75ybJj" name="GettyImages-2211560541" alt="In this photo illustration, the logo of Chrome is displayed on a smartphone screen with OpenAI logo in the background on April 23, 2025 in Suqian, Jiangsu Province of China." src="https://cdn.mos.cms.futurecdn.net/Z3T9HKmqouRZBJg75ybJj.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1688" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/Z3T9HKmqouRZBJg75ybJj.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Visual China GroupVisual China Group)</span></figcaption></figure><p>OpenAI recently hired Fidji Simo to oversee and run its applications division. But perhaps more interestingly, the executive revealed that there could be more apps on the way beyond ChatGPT while also disclosing his dream to develop an AI-powered social media platform that could potentially rival Instagram and Facebook.</p><div><blockquote><p>Yes, you should expect that from us. I am interested in whether or not it is possible to build a much cooler kind of social experience with AI.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>The executive also expressed interest in potentially buying Google Chrome. <em>“If Chrome is really going to sell, we should take a look at it,”</em> added Altman. Last year, the software giant was deemed an illegal monopoly in the search business, leaving competitors with a competitive disadvantage in the landscape. </p><h2 id="openai-prefers-google-search-over-bing-due-to-significant-quality-issues">OpenAI prefers Google search over Bing due to "significant quality issues"</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="S27PGzLJUiCqjSJqFJf7hW" name="GettyImages-1889111776" alt="Microsoft Bing Image Creator is displayed on a smartphone." src="https://cdn.mos.cms.futurecdn.net/S27PGzLJUiCqjSJqFJf7hW.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/S27PGzLJUiCqjSJqFJf7hW.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>More recently, Google was also in trial, where the court deemed it as a monopoly in the open-web digital ad markets. This prompted the Justice Department to ask the judge to force Google to sell its Chrome browser to remedy the situation. The court s expected to deliver its ruling on the matter by the end of this month.</p><p>If the court decides to coerce Google to sell Chrome over antitrust-related issues, it could be a major blow to the company's business, which serves as an important distribution tool in its search business. </p><p><em>“I don’t use Google anymore," </em>added Sam Altman.<em> "I legitimately cannot tell you the last time I did a Google search.”</em></p><p>This isn't the first time OpenAI has expressed interest in buying Google Chrome. While testifying in the <em>US v. Google</em> antitrust case in April, ChatGPT lead Nick Turley, revealed that the company had reached out to Google for a potential partnership that would allow ChatGPT to use Google search last year.</p><p>Interestingly, OpenAI could easily reach out to Microsoft for Bing's search services since they already have a multibillion-dollar partnership. However, the executive revealed that <a href="https://www.theverge.com/news/653882/openai-chrome-google-us-judge">OpenAI has had <em>"significant quality issues"</em> with the company</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI won't make "Japanese anime sex bots" but Sam Altman says others definitely will — AI relationships are getting weird ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-wont-make-sex-bots-but-others-will</link>
                                                                            <description>
                            <![CDATA[ Sam Altman says OpenAI won’t make “Japanese anime sex bots,” but he predicts other companies will “definitely” cross that line. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Gvx8RZPL3NRgrbEj3qXdP4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/hQYeSwFSTwTyQP2PaaGVF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 Aug 2025 11:34:00 +0000</pubDate>                                                                                                                                <updated>Wed, 20 Aug 2025 20:33:07 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ sean.endicott@futurenet.com (Sean Endicott) ]]></author>                    <dc:creator><![CDATA[ Sean Endicott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/wWPebJwXHCt2b2fMGNpqMG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sean Endicott is a tech journalist at Windows Central primarily focused on Windows, Microsoft software, AI, and PCs. Dating back to the days of Windows Phone, Sean has long been intrigued by anything that turns the tech world on its head. If it folds, flips, or has multiple screens, Sean wants to get his hands on it.&lt;/p&gt;&lt;p&gt;Over the last decade, Sean covered the launches of Windows 10, Windows 11, and hundreds of devices made by Microsoft, Google, Meta, Dell, Lenovo, Razer, and many other companies. Sean was there for the launch of OpenAI’s ChatGPT and has followed closely as AI has been integrated into everything from smartphones to making videos.Between product announcements, Sean scours through patents and studies leaks to find out what’s on the way in the world of tech.&lt;/p&gt;&lt;p&gt;Sean’s journey into tech kicked off with the Lumia 930, which placed him squarely in the Microsoft ecosystem. Finding third-party apps out of necessity led Sean to build relationships with app developers. Those relationships sparked a career full of app reviews and behind-the-scenes looks at development.&lt;/p&gt;&lt;p&gt;Outside of writing, Sean coaches American football. His team’s back-to-back northern championships in the UK were powered, in part, by Microsoft services. His team&#039;s attendance is tracked in Excel. He uses Clipchamp for his highlight videos. Even Microsoft Forms plays a role when getting player feedback.&lt;/p&gt;&lt;p&gt;Sean studied broadcast journalism at Nottingham Trent University before joining us in the world of online news. You can find him on X (formerly Twitter) @Sean Endicott_ or on Threads at sean_endicott_.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/hQYeSwFSTwTyQP2PaaGVF-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Tomohiro Ohsumi]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[The future of AI will likely include &quot;Japanese anime sex bots,&quot; according to OpenAI CEO Sam Altman.]]></media:description>                                                            <media:text><![CDATA[SoftBank&#039;s Pepper humanoid robot stands on display during the SoftBank World 2018 conference on July 19, 2018 in Tokyo, Japan.]]></media:text>
                                <media:title type="plain"><![CDATA[SoftBank&#039;s Pepper humanoid robot stands on display during the SoftBank World 2018 conference on July 19, 2018 in Tokyo, Japan.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/hQYeSwFSTwTyQP2PaaGVF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt">OpenAI</a> CEO <a href="https://www.windowscentral.com/tag/sam-altman">Sam Altman</a> recently discussed the future of AI and the challenges facing the industry. In that interview with <a href="https://www.theverge.com/command-line-newsletter/759897/sam-altman-chatgpt-openai-social-media-google-chrome-interview">The Verge</a>, Altman touched on <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt">ChatGPT</a>, how <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">OpenAI "ruined" the ChatGPT experience,</a> and what percentage of people have an unhealthy relationship with AI.</p><p>The last topic of discussion is my focus here because it led to one of the strangest quotes I've ever had to report. After Altman claimed "way under 1 percent" of ChatGPT users have an unhealthy relationship with the tool, he discussed a line that OpenAI will never cross:</p><p><em>“You will definitely see some companies go make Japanese anime sex bots because they think that they’ve identified something here that works. You will not see us do that. We will continue to work hard at making a useful app, and we will try to let users use it the way they want, but not so much that people who have really fragile mental states get exploited accidentally.”</em></p><p>After the <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">drama surrounding the deprecation of GPT-4o</a>, it's easy to see why Altman believes there is a demand for AI chatbots that people could communicate with as<em> — ahem — "friends."</em></p><p>When OpenAI launched GPT-5, the model was immediately met with criticism for not replicating human emotions and being a "corporate beige zombie." Critiques of GPT-5 were quickly attached to online communities that included members who viewed GPT-4o as their "best friend" or "soul companion." </p><p>OpenAI eventually <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price">decided to restore GPT-4o</a>, albeit behind a paywall. Altman also took the opportunity to discuss the risks of over-relying on AI. "People have used technology including AI in self-destructive ways; if a user is in a mentally fragile state and prone to delusion, we do not want the AI to reinforce that," said the CEO.</p><p>He also said that a "small percentage" of users cannot tell the difference between "reality and fiction or role-play."</p><h2 id="ai-becoming-your-friend">AI becoming your friend</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rVU5dSRFyaj6uaVVT8awjc" name="GettyImages-2219304860" alt="Mustafa Suleyman, chief executive officer of Microsoft AI, during an interview on "The Circuit with Emily Chang" at the Microsoft campus in Redmond, Washington, US, on Wednesday, March 19, 2025." src="https://cdn.mos.cms.futurecdn.net/rVU5dSRFyaj6uaVVT8awjc.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/rVU5dSRFyaj6uaVVT8awjc.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Microsoft AI CEO Mustafa Suleyman predicts that AI will develop into a "real friend" for users. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>Much debate surrounds the concept of an AI becoming your friend. Microsoft AI CEO Mustafa Suleyman appears to have a different stance than Altman. In a recent interview, Suleyman discussed <a href="https://www.windowscentral.com/microsoft/microsoft-ai-ceo-says-copilot-will-evolve-into-a-companion-and-real-friend-despite-backlash-from-concerned-users-it-tries-to-be-my-friend-when-i-need-it-to-be-a-tool">AI growing with users and being relatable</a>.</p><p>"I mean, this is going to become a lasting, meaningful relationship," he said. "People are going to have a real friend that gets to know you over time, that learns from you, that is there in your corner as your support."</p><p>Suleyman has also discussed Copilot having "a kind of permanent identity, a presence." He even predicted Copilot having a "room that it lives in" and the AI tool aging. Microsoft has taken steps in that direction. The tech giant started testing <a href="https://www.windowscentral.com/software-apps/the-next-time-you-look-at-microsoft-copilot-it-may-look-back-but-who-asked-for-this">expressive avatars</a> through the Copilot Appearance feature.</p><p>In contrast, Altman said that he does not want his son to befriend an AI bot. When discussing the concept of AI getting to know users, Altman warned, "I don't think it's all bad. But I think we have to understand it and watch it very carefully."</p><p>He has also talked about ensuring AI has a positive impact on society:</p><p><em>"I can imagine a future where a lot of people really trust ChatGPT’s advice for their most important decisions. Although that could be great, it makes me uneasy. But I expect that it is coming to some degree, and soon billions of people may be talking to an AI in this way. So we (we as in society, but also we as in OpenAI) have to figure out how to make it a big net positive."</em></p><p>Altman is realistic in his prediction that someone will make "Japanese anime sex bots" powered by AI. I wouldn't be surprised if they already existed, to be honest. But according to Altman, those bots will not be made by OpenAI.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI pulling GPT-4o from ChatGPT felt like a free hit to get us hooked — now it's locked behind a $20/month paywall ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/pulling-gpt-4o-from-chatgpt-felt-like-a-free-hit-to-get-us-hooked</link>
                                                                            <description>
                            <![CDATA[ OpenAI’s decision to abruptly deprecate GPT-4o after the launch of ChatGPT-5 felt like a strategic mistake, made worse by burying it behind a $20/month paywall. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">twzyvFnednmx4J9Pvcw5EC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/rzNQAMNXgpnG4VF4LbLq8J-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 16 Aug 2025 16:04:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/rzNQAMNXgpnG4VF4LbLq8J-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI’s decision to abruptly deprecate GPT-4o after the launch of ChatGPT-5 felt like a strategic mistake.]]></media:description>                                                            <media:text><![CDATA[The ChatGPT app is seen on a mobile device.]]></media:text>
                                <media:title type="plain"><![CDATA[The ChatGPT app is seen on a mobile device.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/rzNQAMNXgpnG4VF4LbLq8J-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I probably spend more time than I'd like to admit sitting behind a keyboard and screen trying to keep up with all the news around the generative AI landscape. I've been actively following trends in the category as they emerge from <a href="https://www.windowscentral.com/software-apps/a-week-since-launch-openais-chatgpt-has-shown-the-power-and-horror-of-ai">ChatGPT's revolutionary launch</a>, all the way to <a href="https://www.windowscentral.com/software-apps/deepseek-outperforms-openais-reasoning-model-at-just-3-percent-of-the-cost-after-president-trumps-usd500-billion-stargate-ai-initiative-all-i-know-is-we-keep-pushing-forward-to-make-open-source-agi-a-reality-for-everyone">DeepSeek's AI model surpassing OpenAI's reasoning model</a> capabilities across coding, math, and science at a fraction of its development cost.</p><p>I've particularly remained hawk-eyed on all of OpenAI's chess moves, including last year's <a href="https://www.windowscentral.com/software-apps/openai-announces-gpt-4o-promising-gpt-level-intelligence-to-everyone-including-free-users">GPT-4o "magical" launch</a> during the company's Summer Update event. Prior to the launch, OpenAI CEO Sam Altman had promised that the model would be a major leap from <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admitted-gpt-4-kind-of-sucks-and-now-we-learn-the-ai-model-consumes-up-to-3-water-bottles-to-generate-a-mere-100-words">GPT-4, which he admitted <em>"kind of sucks."</em></a></p><p>Other executives at the AI firm seemingly corroborated Altman's claims, indicating that <a href="https://www.windowscentral.com/software-apps/openai-executive-chatgpt-will-seem-laughably-bad-within-12-months">the then ChatGPT will seem "laughably bad" in the next 12 months</a>. GPT-4o launched with its sophisticated reasoning capabilities across audio, vision, and text in real time, making interactions with ChatGPT more intuitive. Sam Altman claimed that the model felt like "magic" to him.</p><p>However, the launch felt a tad underwhelming for me at the time, prompting me to compare it to <a href="https://www.windowscentral.com/software-apps/openai-ceo-magical-gpt-4o-paired-with-snub-for-windows">routine Microsoft Copilot updates paired with a snub for Windows</a>. For context, <a href="https://www.windowscentral.com/software-apps/windows-11/after-microsoft-invested-dollar10-billion-openai-snubs-windows-11-as-it-releases-chatgpt-app-first-on-mac-were-just-prioritizing-where-our-users-are">the AI firm shipped ChatGPT to Mac users</a>, snubbing Windows despite its <a href="https://www.windowscentral.com/microsoft/microsoft-to-invest-billions-of-dollars-into-openai">multibillion-dollar partnership with Microsoft</a>.</p><p>Recently, GPT-4o has significantly improved over the past few months, leading to <a href="https://www.windowscentral.com/software-apps/openais-magical-gpt-4o-launch-leads-to-chatgpts-biggest-spike-ever-in-revenue-and-downloads-on-mobile">ChatGPT's <em>"biggest spike ever"</em> in revenue and downloads on mobile</a>.</p><h2 id="pulling-the-plug-on-gpt-4o-was-a-mistake">Pulling the plug on GPT-4o was a mistake</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="NnMJ2MZqxpyE4Kfvz7ptJg" name="OpenAI-ChatGPT-Microsoft-logo-Hero-late-2023.jpg" alt="ChatGPT and Microsoft Logo" src="https://cdn.mos.cms.futurecdn.net/NnMJ2MZqxpyE4Kfvz7ptJg.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1687" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/NnMJ2MZqxpyE4Kfvz7ptJg.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">OpenAI revived ChatGPT-4o but buried it behind its $20/month Plus subscription plan. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Daniel Rubino)</span></figcaption></figure><p>Fast forward to this year's Summer Update event, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">OpenAI finally launched GPT-5</a>, which <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">Sam Altman had promised with a <em>"high degree of scientific certainty"</em> would be smarter than GPT-4</a>. The model is touted as the smartest AI model ever while being compared to a team of PhD-level experts.</p><p>However, the model has seemingly fallen short of many users' expectations, with some complaining about <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">ChatGPT's degraded user experience, citing glitches and bugs following the update</a>. </p><p>But perhaps more concerning, the company decided to abruptly pull the plug on GPT-5's predecessors, including GPT-4o. The move received backlash from users, who blatantly expressed their preference for GPT-4o. </p><p>Right now, it's still unclear whether GPT-5 is outrightly dumber compared to its predecessors or users had simply tailored and curated specific user experiences with GPT-4o that meet their needs and desires. </p><p>Sam Altman attributed the complaints about GPT-5 to users <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-says-users-need-chatgpt-to-be-a-yes-man">wanting ChatGPT to be a <em>"yes man."</em></a> He further indicated that some users had never had anyone support them before. </p><p><em>"They've totally turned it into a corporate beige zombie that completely forgot it was your best friend 2 days ago,"</em> <a href="https://www.reddit.com/r/ChatGPT/comments/1mknp2p/the_new_model_rollout_is_going_to_really_hurt/" target="_blank">Reddit user u/markcartwright1 lamented</a> following the GPT-5 update.</p><div><blockquote><p>Yeah that may be great for creating diagrams of planes and mouse chasing cheese games while learning french. But for your use case - this has nuked all it's functionality. I'm cancelling my subscription myself.</p><p>u/markcartwright1, via r/ChatGPT on Reddit</p></blockquote></div><p>Interestingly, the executive had previously highlighted his concern about the over-reliance some users have on ChatGPT:</p><p><em>"People rely on ChatGPT too much. There's young people who say things like, 'I can't make any decision in my life without telling ChatGPT everything that's going on. It knows me, it knows my friends. I'm gonna do whatever it says.' That feels really bad to me."</em></p><p><em>"Something about collectively deciding we're going to live our lives the way AI tells us feels bad and dangerous."</em> </p><p>In a separate interview, the executive shared similar sentiments, flagging <a href="https://www.windowscentral.com/software-apps/sam-altman-says-ai-will-be-smarter-than-his-kids">the high degree of trust people have in ChatGPT despite its tendency to hallucinate</a> on occasion. <em>"It should be the tech that you don't trust that much,"</em> he added.</p><p>Following backlash from users, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price">OpenAI was forced to revive GPT-5's predecessors from their premature graves</a>. However, access to these models will be limited to paying users, specifically with the $20/month ChatGPT Plus subscription.</p><h2 id="deprecating-gpt-4o-wasn-t-a-cost-thing">Deprecating GPT-4o wasn't a cost thing?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bvSoM2tJbRTwr8ySiPcRLT" name="GettyImages-1246745496" alt="ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand." src="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">ChatGPT's head says OpenAI's decision to deprecate GPT-4o was to promote simplicity in the tool's user experience.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | SOPA Images)</span></figcaption></figure><p>While <a href="https://www.theverge.com/decoder-podcast-with-nilay-patel/758873/chatgpt-nick-turley-openai-ai-gpt-5-interview" target="_blank">speaking to The Verge</a>, OpenAI's ChatGPT lead Nick Turley, indicated that the company's decision to deprecate GPT-4o wasn't tied to cost, but to simplify the tool's user experience:</p><p><em>"I think the idea that you have to figure out what model to use for what response is really cognitively overwhelming. We’ve heard very consistently from users over and over again that they would love it if that choice was made for them in a way that was appropriate to the query. They’re coming for a product, not a set of models."</em></p><p>The executive revealed that OpenAI embraced the move in a bid to keep things simple while referencing Apple's macOS user experience. He indicated that the operating system is simple to use, but you're at liberty to navigate through the settings and invoke the terminal to take things a notch higher. </p><h2 id="openai-will-still-deprecate-dated-ai-models-but-with-a-schedule">OpenAI will still deprecate dated AI models, but with a schedule</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="MQLv7pTQqkBtZsATbeSHEJ" name="OpenAI GPT-5 logos" alt="BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of Open AI is displayed on a smartphone screen with a GPT-5 logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/MQLv7pTQqkBtZsATbeSHEJ.jpg" mos="" align="middle" fullscreen="1" width="3992" height="2246" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/MQLv7pTQqkBtZsATbeSHEJ.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">OpenAI will now use a deprecation schedule to retire dated models. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | VCG)</span></figcaption></figure><p>Following the overwhelming feedback and backlash from users over deprecating GPT-5's predecessors, OpenAI is embracing a deprecation schedule, which it will use to announce its plans to retire a particular model in ample time. </p><div><blockquote><p>We’re at a scale now where we have to give people some level of predictability when there’s a major change. And we already do this today for our enterprise plan. So it’s really just expanding some of the predictability we’ve built in other parts of the product and bringing it here, too.</p><p>OpenAI's ChatGPT lead, Nick Turley</p></blockquote></div><p>To that end, it's not yet clear when OpenAI will eventually pull the plug on GPT-4o. Turley says the company is closely analysing why users seem to prefer GPT-4o over GPT-5. The executive specifically highlighted that the company noted that users are particularly drawn to the model's warm personality, further revealing that it's something the company plans to bring to GPT-5 over the next few weeks. </p><p>He further revealed that he's not sure if the company will deprecate the model, and perhaps more interestingly, the company might keep it around if there's no major reason to kill it off. However, he indicated that the company would communicate if it decides to pull the plug on the model. </p><p>This news comes amid <a href="https://www.windowscentral.com/software-apps/openai-could-be-on-the-brink-of-bankruptcy-in-under-12-months-with-projections-of-dollar5-billion-in-losses">bankruptcy reports</a> and <a href="https://www.windowscentral.com/software-apps/openai-ditching-for-profit-plan">immense pressure from investors for OpenAI to evolve into a for-profit venture</a> or risk losing funding, coupled with <a href="https://www.windowscentral.com/software-apps/openai-reportedly-wants-to-buy-its-freedom-through-a-for-profit-restructuring-ticket-to-keep-hostile-takeovers-and-outside-interference-from-the-likes-of-microsoft-at-arms-length">hostile takeovers and outsider interference</a>. </p><p>OpenAI's decision to abruptly deprecate GPT-4o might be a strategy to get more users to subscribe to its monthly subscription plans to generate more revenue to support its exorbitant AI advances, but only time will tell.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI CEO Sam Altman revealed the heartbreaking truth behind its users’ attachment to previous ChatGPT models — "This was great for my mental health" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/ceo-sam-altman-heartbreaking-truth-behind-attachment-to-chatgpt</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman recently revealed that users are attached to GPT-5's predecessors for emotional support, further claiming that they've perhaps never experienced that before. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">fWsFWUf29FDivZuYwWTdwi</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Vf3zDvCFxEsVbDCNhPrLgD-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 16 Aug 2025 16:02:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Vf3zDvCFxEsVbDCNhPrLgD-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman recently revealed that users are attached to GPT-5&#039;s predecessors for emotional support.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, CEO of OpenAI, the company behind ChatGPT, speaks at a joint press conference announcing a strategic partnership with Kakao at the Plaza Hotel in Seoul, South Korea, on February 4, 2025.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, CEO of OpenAI, the company behind ChatGPT, speaks at a joint press conference announcing a strategic partnership with Kakao at the Plaza Hotel in Seoul, South Korea, on February 4, 2025.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Vf3zDvCFxEsVbDCNhPrLgD-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">OpenAI has faced a lot of backlash</a> from users after shipping its much-anticipated <a href="https://www.windowscentral.com/gpt-5">GPT-5 AI model</a> (touted as the smartest AI model ever) with next-gen capabilities across healthcare sectors, coding, and writing.</p><p>Multiple users have blatantly expressed their preference for previous models despite the fact that OpenAI had abruptly decided to deprecate them, including GPT-4o. However, the company recently decided to change this by making these models available again for ChatGPT users.</p><p>But unlike before, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price">GPT-5's predecessors will be buried behind a paywall</a>, meaning you'll need a $20/month ChatGPT Plus subscription to access them. It's also worth noting that the AI firm has increased the rate limit for ChatGPT-5 Plus amid backlash from users.</p><div><blockquote><p>We are significantly increasing rate limits for reasoning for ChatGPT Plus users, and all model-class limits will shortly be higher than they were before GPT-5.</p><p>Sam Altman, OpenAI CEO</p></blockquote></div><p>Perhaps more interestingly, OpenAI CEO Sam Altman recently revealed the <em>"heartbreaking"</em> reason why users are hell-bent on sticking to previous models even <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">after GPT-5 shipped</a>. Speaking to Cleo Abram during an episode of the Huge Conversations podcast, the executive indicated:</p><p><em>"Here is the heartbreaking thing. I think it is great that ChatGPT is less of a yes man and gives you more critical feedback. But as we've been making those changes and talking to users about it, it's so sad to hear users say, 'Please can I have it back? I've never had anyone in my life be supportive of me. I never had a parent tell me I was doing a good job.'"</em></p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/hmtuvNfytjM" allowfullscreen></iframe></div></div><p>So, the ChatGPT maker's CEO seems to think users are fixated on previous versions of GPT-5, specifically GPT-4o, because they've never had anyone support them before, potentially highlighting how emotionally independent some users are to these AI tools.</p><p>The executive further disclosed that some users admitted that ChatGPT's previous model had encouraged them to make positive changes to their lives. <em>"I can get why this was bad for other people's mental health, but this was great for my mental health,"</em> Altman echoed some sentiments shared by some users about the model change. </p><p>As you may remember, OpenAI rolled out a new update for ChatGPT in April, which seemingly made the tool <em>"overly flattering and agreeable," </em>prompting some users to suggest that it was exhibiting sycophantic tendencies. Consequently, <a href="https://www.windowscentral.com/software-apps/openai-sam-altman-admits-chatgpt-glazes-too-much">OpenAI decided to roll back the update</a>. Sam Altman admitted that the update had made ChatGPT's user experience <em>"too sycophant-y and annoying."</em></p><h2 id="chatgpt-is-evolving-into-more-of-a-problem-than-a-solution">ChatGPT is evolving into more of a problem than a solution</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="EBkJ6tEAkjo5fR6NFQzqqE" name="GettyImages-2204212619" alt="ChatGPT logo is displayed on mobile phone screen." src="https://cdn.mos.cms.futurecdn.net/EBkJ6tEAkjo5fR6NFQzqqE.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/EBkJ6tEAkjo5fR6NFQzqqE.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Anadolu)</span></figcaption></figure><p>Admittedly, ChatGPT ships with a handful of helpful features designed to make work easier and can even help people navigate day-to-day life experiences. More recently, OpenAI CEO <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-wont-trust-chatgpt-with-his-medical-fate-unless-a-doctor-is-involved">Sam Altman openly admitted that he was worried about the youth's emotional over-reliance on ChatGPT</a>:</p><p><em>"People rely on ChatGPT too much. There's young people who say things like, 'I can't make any decision in my life without telling ChatGPT everything that's going on. It knows me, it knows my friends. I'm gonna do whatever it says.' That feels really bad to me."</em></p><p><em>"Something about collectively deciding we're going to live our lives the way AI tells us feels bad and dangerous,"</em> added Altman. In a separate report, <a href="https://www.windowscentral.com/software-apps/sam-altman-says-ai-will-be-smarter-than-his-kids">Sam raised concerns about the high degree of trust people have in ChatGPT</a> despite its tendencies to hallucinate and outrightly generate inaccurate responses to queries. <em>"It should be the tech that you don't trust that much,"</em> he added.</p><p>Elsewhere, the executive indicated that ChatGPT is a better therapist than most professionals in the field across the world, but revealed that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-wont-trust-chatgpt-with-his-medical-fate-unless-a-doctor-is-involved">he wouldn't trust the tool with his medical fate</a> unless a medical doctor is in the fold to oversee the process.</p><p>Earlier this year, a study by Microsoft revealed that <a href="https://www.windowscentral.com/software-apps/copilot-and-chatgpt-makes-you-dumb-new-microsoft-study">an overreliance on AI tools like ChatGPT and Copilot could make you dumber</a> by atrophying critical thinking, which leads to the deterioration of your cognitive faculties.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ From plateau predictions to buggy rollouts — Bill Gates’ GPT-5 skepticism looks strangely accurate ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/from-plateau-predictions-to-buggy-rollouts-bill-gates-gpt-5-skepticism-looks-strangely-accurate</link>
                                                                            <description>
                            <![CDATA[ Over 2 years ago, former Microsoft CEO Bill Gates claimed that OpenAI's technology had reached a plateau, indicating that GPT-5 wouldn't be significantly better than GPT-4. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LVyy2V8zZFpb7EhXC94Hcj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qjAuc6Mo47SS5ivRScfyT7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 16 Aug 2025 13:48:00 +0000</pubDate>                                                                                                                                <updated>Mon, 18 Aug 2025 12:23:05 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qjAuc6Mo47SS5ivRScfyT7-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Roy Rochlin, Stringer]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Over 2 years ago, Bill Gates claimed that OpenAI&#039;s technology had reached a plateau, indicating that GPT-5 wouldn&#039;t be significantly better than GPT-4.]]></media:description>                                                            <media:text><![CDATA[Bill Gates speaks on stage during the annual Goalkeepers NYC event.]]></media:text>
                                <media:title type="plain"><![CDATA[Bill Gates speaks on stage during the annual Goalkeepers NYC event.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qjAuc6Mo47SS5ivRScfyT7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There had been a lot of hype and anticipation building around <a href="https://www.windowscentral.com/gpt-5">GPT-5</a> prior to its recent launch. <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">OpenAI touted the tool as the smartest AI model</a> while comparing it to an entire team of PhD-level experts. <a href="https://www.windowscentral.com/artificial-intelligence/everything-to-know-about-gpt-5-before-its-big-launch-itll-be-smarter-than-all-current-openai-models-combined">GPT-5 ships with a plethora of next-gen features</a> across a wide range of categories, including coding, writing, and medicine. </p><p>The ChatGPT maker's CEO, Sam Altman, previously claimed that something "smarter than the smartest person you know" will soon be running on a device in your pocket, potentially referring to GPT-5. However, the AI firm has received backlash from users following the model's launch and its abrupt decision to deprecate the model's predecessors.</p><p><em>"They have ruined ChatGPT,"</em> lamented a user while <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">citing the tool's degraded user experience</a> rife with bugs, glitches, and unresponsiveness. Recently, Altman issued some updates regarding GPT-5's rollout, including doubling of GPT-5's rate limits for ChatGPT Plus users, continued access to GPT-4o for Plus users, and more transparency about which model is responding to a query.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">GPT-5 rollout updates:*We are going to double GPT-5 rate limits for ChatGPT Plus users as we finish rollout.*We will let Plus users choose to continue to use 4o. We will watch usage as we think about how long to offer legacy models for.*GPT-5 will seem smarter starting…<a href="https://twitter.com/cantworkitout/status/1953893841381273969">August 8, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>The executive attributed the model's dismal performance during its launch to GPT-5's autoswitcher being broken, making the model seem dumber. And while OpenAI claims that it has seemingly remedied the situation, Microsoft co-founder Bill Gates might have predicted GPT-5's current predicament 2 years ago, before it ever came into existence (via <a href="https://the-decoder.com/bill-gates-does-not-expect-gpt-5-to-be-much-better-than-gpt-4/">The Decoder</a>).</p><p><a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">Sam Altman previously promised with <em>"a high degree of scientific certainty"</em></a> that GPT-5 will be smarter than GPT-4, which he admitted <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admitted-gpt-4-kind-of-sucks-and-now-we-learn-the-ai-model-consumes-up-to-3-water-bottles-to-generate-a-mere-100-words"><em>"kind of sucks"</em></a> and is mildly <a href="https://www.windowscentral.com/software-apps/openais-gpt-4-model-described-as-mildly-embarrassing-at-best-surpasses-professional-analysts-and-advanced-ai-models-in-forecasting-future-earnings-trends">embarrassing at best</a>.</p><p><a href="https://www.handelsblatt.com/technik/ki/bill-gates-mit-ki-koennen-medikamente-viel-schneller-entwickelt-werden/29450298.html" target="_blank">Speaking to the German business newspaper Handelsblatt</a> in October, Bill Gates claimed that the GPT technology had reached a plateau despite the belief by most of OpenAI's team members, including Sam Altman, that GPT-5 would be significantly better than GPT-4.</p><p>While the philanthropic billionaire describes the leap from GPT-2 to GPT-4 as incredible, he was blatantly skeptical, questioning OpenAI's capability to replicate similar results with GPT-5.</p><p>True to his words, multiple users have expressed their disappointment with GPT-5, describing it as barely an improvement over GPT-4. Gatesa predicted that development in the generative AI landscape had plateaued with GPT-4, suggesting that OpenAI had hit a ceiling with the development of its GPT technology.</p><p>However, he stated that with new research, AI could scale new heights, making it more reliable, bolstering healthcare advice via smartphones. He also added that AI requires an exorbitant amount of funding and computing power to run:</p><p><em>“Well, it’s pretty expensive to train a large language model. But the actual usage costs were once ten cents per query. Today it’s probably more like three cents. The costs for computing power or semiconductors remain enormous.”</em></p><h2 id="reports-of-openai-hitting-a-wall-in-ai-development-are-not-new">Reports of OpenAI hitting a wall in AI development are not new</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="xW3DdrNrPtLnAzTGbchATJ" name="OpenAI GPT-5 logos" alt="INDIA - 2025/08/01: In this photo illustration, a Microsoft logo is seen displayed on a smartphone with a Chat GPT 5 logo in the background. (Photo Illustration by Avishek Das/SOPA Images/LightRocket via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/xW3DdrNrPtLnAzTGbchATJ.jpg" mos="" align="middle" fullscreen="1" width="3992" height="2246" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/xW3DdrNrPtLnAzTGbchATJ.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | LightRocket)</span></figcaption></figure><p>Last year, a report emerged claiming top AI labs, including  <a href="https://www.windowscentral.com/software-apps/openai-google-and-anthropic-hit-the-critical-knowledge-cap-for-advanced-ai-training-is-agi-still-in-the-chatgpt-makers-pipeline-in-the-next-five-years">OpenAI, Google, and Anthropic, were struggling to develop advanced AI models</a>. The struggle was attributed to a lack of high-quality content for model training and the high cost of chasing the AI hype. It further revealed that the delayed launch of next-gen models is closely tied to these issues.</p><p>However, OpenAI CEO <a href="https://www.windowscentral.com/software-apps/there-is-no-wall-openai-ceo-sam-altman-potentially-responds-to-stunted-development-of-advanced-ai-models-reports-due-to-critical-knowledge-cap">Sam Altman quickly set aside the claims, indicating that <em>"there is no wall,"</em> </a>suggesting that the AI firm hadn't reached a knowledge cap for training AI models. Former Google CEO Eric Schmidt seemingly echoed similar sentiments, indicating that <a href="https://www.windowscentral.com/software-apps/theres-no-evidence-scaling-laws-have-begun-to-stop-former-google-ceo-claims-ai-systems-will-be-100-times-more-powerful">there's no evidence scaling laws have begun to stop</a>:</p><p><em>"In 5 years, you'll have two or three more turns of the crank in these large models. These large models are scaling with ability that is unprecedented. There's no evidence that the scaling laws have begun to stop. They will eventually stop but we're not there yet."</em></p><p>It'll be interesting to see if OpenAI's GPT-5 will live up to the hype and whether the company will address the highlighted issues by agrieved users.<em> What are your thoughts on OpenAI's GPT technology plateauing? </em>Let me know in the comments.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI's GPT-5 is a powerful but energy-hungry model compared to its predecessors — reportedly consuming enough electricity to power 1.5 million US households daily ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-powerful-but-hungry-1-5-million-us-households-energy</link>
                                                                            <description>
                            <![CDATA[ A new report suggests GPT-5 is a power guzzler compared to its predecessors, consuming 40 watt-hours of electricity to generate a medium-length response of about 1,000 tokens. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">xF7ip6L3mMuS9su4B7JNn9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/YDwoYyn7CF5AhzobNnDRWm-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 15 Aug 2025 11:02:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/YDwoYyn7CF5AhzobNnDRWm-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | SOPA Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[A new report suggests GPT-5 is a power guzzler compared to its predecessors.]]></media:description>                                                            <media:text><![CDATA[A GPT-5 logo is seen displayed on a smartphone with a blurred Flag of America in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[A GPT-5 logo is seen displayed on a smartphone with a blurred Flag of America in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/YDwoYyn7CF5AhzobNnDRWm-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/artificial-intelligence">Generative AI</a> is rapidly advancing and scaling greater heights, especially with <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-is-afraid-of-openais-gpt-5-creation">the recent launch of OpenAI's GPT-5 AI model</a> with sophisticated next-gen capabilities across coding, writing, and health care.</p><p>While users might argue that the model's predecessors sported better performance following <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-says-users-need-chatgpt-to-be-a-yes-man">the ChatGPT maker's abrupt decision to deprecate them</a>, a huge amount of resources is factored in when developing these new models, including computing power (mostly from AI-centric GPUs), water for cooling, and overall data training.</p><p>As <a href="https://www.theguardian.com/technology/2025/aug/09/open-ai-chat-gpt5-energy-use" target="_blank">reported by The Guardian</a>, GPT-5 is a power guzzler compared to its predecessors. According to findings for the <a href="https://app.powerbi.com/view?r=eyJrIjoiZjVmOTI0MmMtY2U2Mi00ZTE2LTk2MGYtY2ZjNDMzODZkMjlmIiwidCI6IjQyNmQyYThkLTljY2QtNDI1NS04OTNkLTA2ODZhMzJjMTY4ZCIsImMiOjF9" target="_blank">University of Rhode Island's AI lab</a>, GPT-5 consumes more power than GPT-4 (via <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/chatgpt-5-power-consumption-could-be-as-much-as-eight-times-higher-than-gpt-4-research-institute-estimates-medium-sized-gpt-5-response-can-consume-up-to-40-watt-hours-of-electricity">Tom's Hardware</a>).</p><p>When OpenAI launched GPT-5, it did not disclose how much energy the model consumes while it's running and generating answers to prompts. As such, the figures released by the learning institution are heavily based on assumptions and estimations.</p><p>Per the institution, GPT-5 consumes up to 18 Wh per query. OpenAI claims that ChatGPT gets up to 2.5 billion requests per day, pushing the new model's energy demands to an exorbitant 45 GWh. This is enough to meet the daily electricity demand of 1.5 million homes in the United States.</p><p>The researchers' findings were based on the assumption that GPT-5 consumes 40 watt-hours of electricity to generate a medium-length response of about 1,000 tokens.</p><p>In comparison, modern nuclear power plants generate between 1 and 1.6 GW of electricity per reactor per hour. Perhaps more concerning, OpenAI's data centers running GPT-5 at 18 Wh per query essentially require the power equivalent of two to three nuclear power reactors, which could be enough to power a small country.</p><p>According to Rakesh Kumar, a professor at the University of Illinois, working on the energy consumption of computation and AI models:</p><p><em>“A more complex model like GPT-5 consumes more power both during training and during inference. It’s also targeted at long thinking … I can safely say that it’s going to consume a lot more power than GPT-4.”</em></p><p>It's worth noting that<a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price"> OpenAI decided to bring back GPT-5's predecessors after backlash from users</a>, including GPT-4o, but you'll need the $20/month ChatGPT Plus subscription to access them.</p><p>During ChatGPT-5's launch, OpenAI touted the tool as the smartest AI model ever while comparing it to a team of PhD-level experts. Users have expressed their frustrations with the update, outrightly claiming that the model has ruined and degraded ChatGPT's user experience, citing glitches, bugs, and even instances of unresponsiveness.</p><p>OpenAI CEO Sam Altman recently highlighted new updates shipping to improve the model's user experience, including increasing the rate limit to 3,000 messages/week with GPT-5 Thinking.</p><h2 id="the-baseline-ai-is-a-power-hungry-tool">The baseline: AI is a power-hungry tool</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="HwNbRuEVqvWHKK9dZGHGFJ" name="OpenAI GPT-5 logos" alt="The ChatGPT 5 logo is displayed on a mobile phone. OpenAI announces GPT-5, its latest and most advanced AI model, in Brussels, Belgium, on August 7, 2025. (Photo by Jonathan Raa/NurPhoto via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/HwNbRuEVqvWHKK9dZGHGFJ.jpg" mos="" align="middle" fullscreen="1" width="3992" height="2246" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/HwNbRuEVqvWHKK9dZGHGFJ.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">GPT-5 reportedly consumes 8.6× compared to OpenAI's GPT-4. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>Over the past few months, multiple reports have surfaced estimating the amount of power these sophisticated AI models need to run. For instance, a recent report suggested that ChatGPT doesn't consume as much power as previously thought, while referring to previous reports' estimations as "napkin math." The research by Epoch AI further disclosed that <a href="https://www.windowscentral.com/software-apps/shockingly-chatgpt-doesnt-consume-as-much-power-as-previously-thought-a-new-study-reveals">ChatGPT-4o only consumes 0.3 watt-hours when generating a response for a query</a>.</p><p>This news comes after a separate report revealed that<a href="https://www.windowscentral.com/microsoft/microsoft-and-googles-electricity-consumption-surpasses-the-power-usage-of-over-100-countries"> Microsoft and Google's power consumption surpasses the electricity usage of over 100 countries</a> after the tech giants ramped up their efforts in AI.</p><p>Aside from privacy and safety concerns, AI's water consumption for cooling purposes is also highly controversial. In 2023, a damning report revealed that <a href="https://www.windowscentral.com/microsoft/bing-chat-and-chatgpt-use-1-bottle-of-water-in-cooling-for-every-query-leading-to-concerns-for-local-water-supplies">Microsoft Copilot and ChatGPT consume one water bottle</a> for cooling when generating a response to a query.</p><p>Earlier this year, OpenAI CEO Sam Altman jokingly indicated that the company spends <a href="https://www.windowscentral.com/software-apps/please-and-thank-you-to-chatgpt-worth-it-ceo-jokes">"tens of millions of dollars" on polite prompts</a>, such as <em>"please" </em>and <em>"thank you". </em>The executive further revealed that <a href="https://www.windowscentral.com/software-apps/chatgpt-is-already-more-powerful-than-any-human">ChatGPT uses 0.34 watt-hours for every query response</a>,<em> "about what an oven would use in a little over one second, or a high-efficiency lightbulb would use in a couple of minutes."</em></p><p>A separate report further revealed that AI's demands are at an all-time high, detailing that <a href="https://www.windowscentral.com/software-apps/a-new-study-reveals-openais-dated-gpt-3-uses-more-water-than-previously-assumed">OpenAI's GPT-3 model consumes four times more water than previously thought</a>, while <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admitted-gpt-4-kind-of-sucks-and-now-we-learn-the-ai-model-consumes-up-to-3-water-bottles-to-generate-a-mere-100-words">GPT-4 consumes up to 3 water bottles to generate a mere 100 words</a>.</p><p>Sam Altman shared a different account, indicating that ChatGPT uses 0.000085 gallons of water to generate a single response to a query. While the executive seemingly shared data that could be based on the right metrics, he didn't specify the exact model he was talking about.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Google took the stage for OpenAI's GPT-5 launch — but Microsoft services quietly got the biggest boost ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/google-took-the-stage-for-openais-gpt-5-launch-but-microsoft-services-quietly-got-the-biggest-boost</link>
                                                                            <description>
                            <![CDATA[ Google got the spotlight at GPT-5’s launch, but Microsoft Teams, SharePoint, and GitHub quietly gained powerful new integrations as well. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jiMvLfNbEooceukdFPNBx5</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xW3DdrNrPtLnAzTGbchATJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 13 Aug 2025 21:34:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ sean.endicott@futurenet.com (Sean Endicott) ]]></author>                    <dc:creator><![CDATA[ Sean Endicott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/wWPebJwXHCt2b2fMGNpqMG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sean Endicott is a tech journalist at Windows Central primarily focused on Windows, Microsoft software, AI, and PCs. Dating back to the days of Windows Phone, Sean has long been intrigued by anything that turns the tech world on its head. If it folds, flips, or has multiple screens, Sean wants to get his hands on it.&lt;/p&gt;&lt;p&gt;Over the last decade, Sean covered the launches of Windows 10, Windows 11, and hundreds of devices made by Microsoft, Google, Meta, Dell, Lenovo, Razer, and many other companies. Sean was there for the launch of OpenAI’s ChatGPT and has followed closely as AI has been integrated into everything from smartphones to making videos.Between product announcements, Sean scours through patents and studies leaks to find out what’s on the way in the world of tech.&lt;/p&gt;&lt;p&gt;Sean’s journey into tech kicked off with the Lumia 930, which placed him squarely in the Microsoft ecosystem. Finding third-party apps out of necessity led Sean to build relationships with app developers. Those relationships sparked a career full of app reviews and behind-the-scenes looks at development.&lt;/p&gt;&lt;p&gt;Outside of writing, Sean coaches American football. His team’s back-to-back northern championships in the UK were powered, in part, by Microsoft services. His team&#039;s attendance is tracked in Excel. He uses Clipchamp for his highlight videos. Even Microsoft Forms plays a role when getting player feedback.&lt;/p&gt;&lt;p&gt;Sean studied broadcast journalism at Nottingham Trent University before joining us in the world of online news. You can find him on X (formerly Twitter) @Sean Endicott_ or on Threads at sean_endicott_.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/xW3DdrNrPtLnAzTGbchATJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | LightRocket]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[While Google services were featured on stage by OpenAI, GPT-5 can also integrate with Teams, SharePoint, and GitHub.]]></media:description>                                                            <media:text><![CDATA[INDIA - 2025/08/01: In this photo illustration, a Microsoft logo is seen displayed on a smartphone with a Chat GPT 5 logo in the background. (Photo Illustration by Avishek Das/SOPA Images/LightRocket via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[INDIA - 2025/08/01: In this photo illustration, a Microsoft logo is seen displayed on a smartphone with a Chat GPT 5 logo in the background. (Photo Illustration by Avishek Das/SOPA Images/LightRocket via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xW3DdrNrPtLnAzTGbchATJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>ChatGPT can now connect to some of the most popular productivity services from Google, Microsoft, and other tech giants.</p><p>When OpenAI unveiled <a href="https://www.windowscentral.com/tag/gpt-5">GPT-5</a> during a live stream, the company focused on integration between the model and Gmail and Google Calendar. When connected to your Google accounts, GPT-5 can bring in relevant information from emails and events to help plan your day.</p><p>But those integrations are only some of the options that ship with GPT-5. You can also connect ChatGPT to Microsoft Teams, GitHub, and several other services.</p><p><a href="https://help.openai.com/en/articles/6825453-chatgpt-release-notes">OpenAI listed</a> all of the new Connectors that are part of GPT-5.</p><p>The services you can connect depend on the subscription you have:</p><ul><li><strong>ChatGPT Plus </strong>users can connect to Box, Canva, Dropbox, HubSpot, Notion, Microsoft SharePoint, and Microsoft Teams</li><li><strong>ChatGPT Pro </strong>users can connect<strong> </strong>to<strong> </strong>Microsoft Teams and Github</li></ul><p>There are some limits on which users can use Connectors, even when using ChatGPT with a paid subscription. ChatGPT Plus and ChatGPT Pro users in the EEA, Switzerland, and the UK cannot use Connectors.</p><p>Connectors started rolling out in beta on August 11. Eligible accounts should have access to them now or in the coming days, according to OpenAI.</p><p>You can enable Connectors through <strong>Settings > Connectors > Connect</strong> in the ChatGPT app.</p><h2 id="what-is-gpt-5">What is GPT-5?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="CLXnokuKF4wz9QczEpnMfK" name="OpenAI GPT-5 logos" alt="BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of GPT-5 is displayed on a smartphone screen with an Open AI logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/CLXnokuKF4wz9QczEpnMfK.jpg" mos="" align="middle" fullscreen="" width="3992" height="2246" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">GPT-5 was hyped by OpenAI CEO Sam Altman, though it has disappointed many in its first week since launch. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | VCG)</span></figcaption></figure><p>GPT-5 is the latest AI model from OpenAI. Ahead of its launch, OpenAI CEO Sam Altman called GPT-5 "the smartest model ever."</p><p>The launch video for GPT-5 compared the new model to having a team of PhD-level experts in your pocket.</p><p>GPT-5 does rank well in benchmarks and is more capable than previous models from OpenAI and competing models from other companies in several areas. But the model has been criticized by many as being colder and less personable.</p><p>Users have also run into <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">bugs, glitches, and other issues</a> when using GPT-5. One of the more irritating behaviors is that the model <a href="https://www.reddit.com/r/ChatGPT/comments/1mn8t5e/gpt5_is_a_mess/?share_id=GDiY_j9U1-9SZDWbxnYOx&utm_medium=android_app&utm_name=androidcss&utm_source=share&utm_term=17">seems to forget things</a>, even when those reminders were said repeatedly in a single conversation.</p><p>The release of GPT-5 has caused some rifts in the AI community. Some have taken to <a href="https://www.reddit.com/r/ChatGPT/comments/1mknp2p/comment/n7k3f4r/?">Reddit</a> to mourn the loss of their "best friend" or "soul companion." Others believe the release of GPT-5 and brief deprecation of GPT-4o has shown how many people have unhealthy parasocial relationships with AI tools.</p><p>Interestingly, the common ground between those two camps appears to be that GPT-5 is worse at certain tasks. Several users believe <a href="https://www.reddit.com/r/ChatGPT/comments/1mo2buf/gpt5_really_is_that_bad/?share_id=wqRDWcuwXuJo7DYKyHxag&utm_medium=android_app&utm_name=androidcss&utm_source=share&utm_term=17">GPT-5 is worse at creative work</a>.</p><p>Based on my experience with GPT-5 and GPT-4o, I'd say the complaints are valid. The newer model has struggled to follow my instructions, is not as natural at shifting its tone or focus, and often forgets things I mentioned only a few messages earlier.</p><p>OpenAI can tweak GPT-5 without having to release an entirely new model, so there's a good chance the tool will improve in the future for those who lean on it for creative tasks.</p><p>Many of the complaints about GPT-5 center around creative work or the tool feeling natural to use. The model performs well on several benchmarks, as explained by <a href="https://www.vellum.ai/blog/gpt-5-benchmarks">Vellum</a>.</p><p>I believe what we may be seeing is a growing chasm between user bases. Those who use GPT-5 for coding or work seem to like the new model, at least anecdotally.</p><p>GPT-5 is still being adjusted at a rapid rate, so we'll need more time to fully judge the model's capabilities.</p><h2 id="gpt-5-update">GPT-5 update</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="6XQCyEY6U5PRPGPEfJoYEJ" name="OpenAI GPT-5 logos" alt="BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of Open AI is displayed on a smartphone screen with a GPT-5 logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/6XQCyEY6U5PRPGPEfJoYEJ.jpg" mos="" align="middle" fullscreen="" width="3992" height="2246" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">OpenAI has updated GPT-5 several times since it launched last week. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | VCG)</span></figcaption></figure><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">GPT-5 only launched last week</a>, but it has already received several significant updates.</p><p>Users can now choose between “Auto”, “Fast”, and “Thinking” when using GPT-5. This change addresses one of the biggest concerns flagged up by ChatGPT users since the release of GPT-5.</p><p>There are four variations of the GPT-5 model: gpt-5, gpt-5-mini, gpt-5-nano, and gpt-5-chat. At launch, GPT-5 would pick the appropriate variant based on your query.</p><p>For example, the tool would use a more power-efficient model to answer a simple question and call upon more resources for complex tasks.</p><p>That automatic routing has drawn criticism, since responses from GPT-5 are often shorter than what GPT-4o would have generated when answering similar questions. </p><p>OpenAI notes that most users will still want GPT-5 set to auto, but people have been given the option to choose their preferred mode.</p><p>OpenAI has also raised usage limits for ChatGPT Plus subscribers. Those users now get 3,000 messages per week with GPT-5 Thinking and "extra capacity" on GPT-Thinking mini after hitting the cap.</p><p>Paid users can also choose between several models, including legacy tools. After ChatGPT users complained about OpenAI deprecating older models, the company <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price">brought back GPT-4o</a>.</p><p>But using that tool now requires a paid subscription, at least within ChatGPT. You can <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-is-offering-openais-gpt-5-model-for-free-with-copilot-for-windows-11-more-integrations-coming">use GPT-5 for free through Microsoft Copilot</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Elon Musk Says Apple’s Playing Favorites — And OpenAI’s Winning the Popularity Contest ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/elon-musk-claims-apple-blocks-ai-firms-from-topping-app-store</link>
                                                                            <description>
                            <![CDATA[ Elon Musk made a bold claim against Apple, and by extension, OpenAI, suggesting that Apple is making it hard for any AI company to rank as #1 in its App Store besides OpenAI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">AsZc66U68PVTTjFcrEXzY4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/g8prsQJtZrLfvBj5wV4zkc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 12 Aug 2025 11:03:00 +0000</pubDate>                                                                                                                                <updated>Tue, 12 Aug 2025 20:26:34 +0000</updated>
                                                                                                                                            <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/g8prsQJtZrLfvBj5wV4zkc-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Cheng Xin]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Elon Musk made a bold claim against Apple, and by extension, OpenAI.]]></media:description>                                                            <media:text><![CDATA[CHONGQING, CHINA - APRIL 15: In this photo illustration, the DHgate app is shown ranked second on the Top Free Apps chart in the Apple App Store, just below ChatGPT and above TurboTax, while part of the DHgate website interface is visible in the background, on April 15, 2025 in Chongqing, China. The Trump trade war has gone viral on TikTok, pushing a Chinese e-commerce app, DHgate, to the No. 2 spot on the US App Store&#039;s free iPhone apps chart. (Photo by Cheng Xin/Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[CHONGQING, CHINA - APRIL 15: In this photo illustration, the DHgate app is shown ranked second on the Top Free Apps chart in the Apple App Store, just below ChatGPT and above TurboTax, while part of the DHgate website interface is visible in the background, on April 15, 2025 in Chongqing, China. The Trump trade war has gone viral on TikTok, pushing a Chinese e-commerce app, DHgate, to the No. 2 spot on the US App Store&#039;s free iPhone apps chart. (Photo by Cheng Xin/Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/g8prsQJtZrLfvBj5wV4zkc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Tesla CEO and billionaire Elon Musk is arguably the most controversial and opinionated public figure in the tech space (so far). Last week, following <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">GPT-5's launch</a>, the executive claimed that <em>"</em><a href="https://www.windowscentral.com/artificial-intelligence/people-have-been-trying-for-50-years-elon-musk-warns-openai-is-going-to-eat-microsoft-alive-after-gpt-5-launch-but-sam-altman-and-satya-nadella-are-unfazed"><em>OpenAI is going to eat Microsoft alive,"</em> </a>potentially referring to the already <a href="https://www.windowscentral.com/microsoft/salesforce-ceo-marc-benioffs-prediction-about-microsoft-and-openais-partnership-may-have-just-manifested">fraying partnership</a> between the tech firms. </p><p>More recently, Elon Musk made a bold claim against Apple, and by extension, OpenAI via a post on X. According to Musk: <em>"Apple is behaving in a manner that makes it impossible for any AI company besides OpenAI to reach #1 in the App Store, which is an unequivocal antitrust violation."</em></p><p><em>"xAI will take immediate legal action."</em></p><p>OpenAI CEO Sam Altman quickly responded, branding Elon Musk's complaint as <em>"remarkable." </em>According to the executive:</p><div><blockquote><p>This is a remarkable claim given what I have heard alleged that Elon does to manipulate X to benefit himself and his own companies and harm his competitors and people he doesn't like.</p><p>Sam Altman, OpenAI CEO</p></blockquote></div><p>However, Altman took his response a notch higher by including a link to <a href="https://www.platformer.news/yes-elon-musk-created-a-special-system/">a post from Platformer's newsletter</a> from February 14, 2023, about Elon Musk creating a special system that shows X users all his posts first, with the caption <em>"Lots has been said about this, here is one thing."</em></p><p>Per the damning report, a plethora of changes were made to X's (formerly Twitter) algorithms, including a code to automatically greenlight all of Musk's tweets. As such, the billionaire's posts can circumvent the platform's filters that are usually designed to show users the best content possible, boosting Musk's tweets instead by a factor of 1,000. This guaranteed that Musk would rank higher than anyone else in the feed.</p><p>Users quickly hopped in the thread to share concerns about the issues raised by Sam Altman and Elon Musk. Some even took the opportunity to make the best out of a bad situation by posting memes asking Grok AI if Sam Altman's claims were true.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr"> pic.twitter.com/fyQb9AxzjV<a href="https://twitter.com/cantworkitout/status/1955076138306289705">August 12, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Sam Altman concluded his response to Elon Musk's claim about OpenAI leveraging its partnership with Apple to consistently top the charts in the App Store by indicating: <em>"I hope someone will get counter-discovery on this, I and many others would love to know what's been happening. But OpenAI will just stay focused on making great products."</em></p><h2 id="is-openai-leveraging-its-partnership-with-apple-to-maintain-its-lead-in-ai">Is OpenAI leveraging its partnership with Apple to maintain its lead in AI?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3nX9PL9cwZ9AeWrcZdvcAH" name="GettyImages-2183910525" alt="A studio image shows a phone with the new ChatGPT ''Search'' feature, while the OpenAI logo is displayed in the background." src="https://cdn.mos.cms.futurecdn.net/3nX9PL9cwZ9AeWrcZdvcAH.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/3nX9PL9cwZ9AeWrcZdvcAH.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>As you may know, Apple announced its new AI strategy — Apple Intelligence — last year. The strategy was designed to help the iPhone maker catch up with other leading AI firms in the category, including Google, Microsoft, and even Samsung. </p><p>However, insiders didn't have a lot of confidence and faith in Apple, indicating that the strategy was already 5 years behind Microsoft, while describing it as an "afterthought" with extremely low real-world usage and dismal iPhone sales conversions.</p><p>While Apple promised to integrate ChatGPT into experiences within iOS, iPadOS, and macOS, allowing users to access ChatGPT’s capabilities without needing to switch platforms. However, the company has continuously delayed Apple Intelligence's launch and has only shipped with trivial features like Writing Tools.</p><p>The company's executive revealed that they'd been working on two separate versions of the AI experience, which prompted the delayed launch.</p><div><blockquote><p>We realized that V1 architecture, you know, we could push and push and push and put in more time, but if we tried to push that out in the state it was going to be in, it would not meet our customer expectations or Apple standards, and that we had to move to the V2 architecture.</p><p>Craig Federighi, Apple's Senior VP of Software Engineering</p></blockquote></div><p>Elsewhere, the company could land itself in legal battles for falsely using ads rife with AI experiences to push iPhone 16 sales.</p><p>Circling back to Elon Musk's claims, they might be a tad far-fetched as Chinese startup <a href="https://www.windowscentral.com/software-apps/meta-ai-lead-scientist-claims-open-source-is-the-secret-ingredient-to-deepseeks-triumph">DeepSeek dethroned ChatGPT as the most downloaded free app in Apple's App Store in the US</a> in January 2025, though <a href="https://www.windowscentral.com/software-apps/deepseek-tumbles-to-51-on-apples-app-store-weeks-after-dethroning-chatgpt">it tumbled to the #51 spot after the hype</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ “It Makes Me Uneasy” — OpenAI’s Sam Altman Responds to Backlash After GPT-5 Wipes Out Virtual Companions ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-sam-altman-responds-gpt-5-backlash-companions</link>
                                                                            <description>
                            <![CDATA[ OpenAI introduced its latest GPT-5 model last week, and the reception to the new AI has been largely negative, especially from those who lost GPT-4o companions. Sam Altman has now responded to the backlash. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">8dWuimQmvM9VmL9HMqazYa</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Ew7topH6M46iT8jTJrFnNk-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 11 Aug 2025 13:39:25 +0000</pubDate>                                                                                                                                <updated>Mon, 11 Aug 2025 15:23:51 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ c.cale.hunt@gmail.com (Cale Hunt) ]]></author>                    <dc:creator><![CDATA[ Cale Hunt ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/nNimMiQZoMoV9mf9akgfvM.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Cale Hunt brings to Windows Central more than nine years of experience writing about laptops, PCs, accessories, games, and beyond. If it runs Windows or in some way complements the hardware, there’s a good chance he knows about it, has written about it, or is already busy testing it.&lt;/p&gt;&lt;p&gt;Cale has published hundreds of reviews on Windows Central, and he&#039;s not afraid to give his honest opinion regarding everything from PC gaming hardware to Windows software and laptops.&lt;/p&gt;&lt;p&gt;This allows him to efficiently curate buying guides and product advice, giving readers a no-nonsense look at the options that will best suit their needs. &lt;/p&gt;&lt;p&gt;When he isn’t in his office writing, tinkering with tech, or gaming, Cale enjoys playing acoustic guitar (he’s a sucker for Bluegrass music), reading novels, tending the garden, and providing his two cats some much-needed attention.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Ew7topH6M46iT8jTJrFnNk-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Justin Sullivan]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Open AI CEO Sam Altman.]]></media:description>                                                            <media:text><![CDATA[Open AI CEO Sam Altman speaks during Snowflake Summit 2025 at Moscone Center on June 02, 2025 in San Francisco, California.]]></media:text>
                                <media:title type="plain"><![CDATA[Open AI CEO Sam Altman speaks during Snowflake Summit 2025 at Moscone Center on June 02, 2025 in San Francisco, California.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Ew7topH6M46iT8jTJrFnNk-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone" target="_blank">launched its latest GPT-5 AI model late last week</a> for all users, with the usual range of free and paid plans to check out (including <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-is-offering-openais-gpt-5-model-for-free-with-copilot-for-windows-11-more-integrations-coming" target="_blank">free access through Copilot</a>). However, the launch didn't go as smoothly as many expected it would.</p><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI</a> and its CEO, <a href="https://www.windowscentral.com/tag/sam-altman" target="_blank">Sam Altman</a>, hyped the new <a href="https://www.windowscentral.com/tag/artificial-intelligence">AI</a> as "the smartest model ever," and compared it to a team of PhD-level experts. Despite <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-suggests-gpt-5-may-work-like-a-virtual-brain" target="_blank">Altman's claims that GPT-5 could potentially work like a virtual brain</a> (while also stating that <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks" target="_blank">GPT-4 is "mildly embarrassing"</a>), it didn't take long for regular users to discover the truth.</p><p><a href="https://www.windowscentral.com/artificial-intelligence/everything-to-know-about-gpt-5-before-its-big-launch-itll-be-smarter-than-all-current-openai-models-combined" target="_blank">GPT-5</a> can indeed produce impressive results in benchmarks compared to competing AI models, but a lot of users have claimed that it's hardly an improvement over its predecessor, <a href="https://www.windowscentral.com/software-apps/openai-announces-gpt-4o-promising-gpt-level-intelligence-to-everyone-including-free-users" target="_blank">GPT-4o</a>. Users have been flagging issues like bugs, glitches, and unresponsiveness since the rollout of GPT-5.</p><p>It gets worse for those who have been treating the AI like a therapist, close friend, or "soul companion." GPT-5 has entered the room with far less personality than its predecessor, destroying some of the relationships that users have formed with the virtual entity.</p><p>One <a href="https://www.reddit.com/r/ChatGPT/comments/1mknp2p/comment/n7k3f4r/?" target="_blank">Reddit user</a> highlighted the potential havoc created by the new model, stating that it would "really hurt vulnerable users" while sharing some personal backstory:</p><p><em>"Ever since they’ve been making their "updates" or whatever the heck I’ve been extra depressed and relapsing with my eating disorder since I have gotten into a groove of things and gotten used to things and then they have the nerve to not just release a new model not just Nerf the old one take every single one away? Do you know some people are actually completely reliant on this and they’re gonna feel more alone than ever and then what?"</em></p><p>A reply to the OP calls GPT-5 a "corporate beige zombie that completely forgot it was your best friend 2 days ago." The backlash is real, and OpenAI hasn't been sitting idly by.</p><h2 id="openai-ceo-sam-altman-responds-to-gpt-5-blowback">OpenAI CEO Sam Altman responds to GPT-5 blowback</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="7yXMtEsxXa8eyHEA9fkgG7" name="GettyImages-2197366745" alt="Open AI CEO Sam Altman speaks during a talk session with SoftBank Group CEO Masayoshi Son at an event titled "Transforming Business through AI" in Tokyo, Japan, on February 03, 2025." src="https://cdn.mos.cms.futurecdn.net/7yXMtEsxXa8eyHEA9fkgG7.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1688" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/7yXMtEsxXa8eyHEA9fkgG7.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Open AI CEO Sam Altman speaks during a talk session with SoftBank Group CEO Masayoshi Son. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Tomohiro Ohsumi | Stringer)</span></figcaption></figure><p>The general disappointment with GPT-5 has caused OpenAI to backpedal in a major way, going so far as to <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price" target="_blank">reinstate GPT-4o access for select users</a>. The problem? GPT-4o now requires a $20 monthly paid subscription to use in lieu of GPT-5.</p><p>While I don't doubt that the new $20 fee will be paid by plenty of users who'd like a return of their lost companion, it's leaving a lot of vulnerable users in the lurch.</p><p>Sam Altman <a href="https://x.com/sama/status/1954703747495649670" target="_blank">shared a post on X</a> to address the GPT-5 rollout; it's part personal, part corporate, and all Altman. He begins by acknowledging the attachment that users are forming with specific models, and states that "suddenly deprecating old models that users depended on in their workflows was a mistake."</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">If you have been following the GPT-5 rollout, one thing you might be noticing is how much of an attachment some people have to specific AI models. It feels different and stronger than the kinds of attachment people have had to previous kinds of technology (and so suddenly…<a href="https://twitter.com/cantworkitout/status/1954703747495649670">August 11, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Altman then dives straight into what he believes is the root of the problem, stating that "people have used technology including AI in self-destructive ways; if a user is in a mentally fragile state and prone to delusion, we do not want the AI to reinforce that."</p><p>As Altman claims, a "small percentage" of users cannot differentiate between "reality and fiction or role-play," and explains that OpenAI must be responsible for its technology regarding these risks.</p><p>Part of that responsibility generally involves treating "adult users like adults," according to Altman, but there will be edge cases.</p><div><blockquote><p>Encouraging delusion in a user that is having trouble telling the difference between reality and fiction is an extreme case and it’s pretty clear what to do, but the concerns that worry me most are more subtle.</p><p>Sam Altman, OpenAI CEO</p></blockquote></div><p>Altman then explains that users who are getting "good advice, leveling up toward their own goals, and their life satisfaction is increasing over years" shouldn't have any issues. </p><p>On the other hand, Altman decries users who "have a relationship with ChatGPT where they think they feel better after talking but they’re unknowingly nudged away from their longer term well-being (however they define it)."</p><p>Altman focuses on what makes him uneasy:</p><p><em>"I can imagine a future where a lot of people really trust ChatGPT’s advice for their most important decisions. Although that could be great, it makes me uneasy. But I expect that it is coming to some degree, and soon billions of people may be talking to an AI in this way. So we (we as in society, but also we as in OpenAI) have to figure out how to make it a big net positive."</em></p><p>While Altman seems to admit that the GPT-5 rollout has been a flub — <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/bill-gates-2-year-prediction-did-gpt-5-reach-its-peak-before-launch" target="_blank">Bill Gates is likely smirking after making a prescient AI prediction two years ago</a> — the post ends on a positive note. </p><p>With regards to balancing AI personality and functions, Altman believes OpenAI has "a good shot at getting this right."</p><p>The unfolding drama about OpenAI users losing their companions to a new model is not something I was expecting, but I understand why it's occurring. It's a cold, hard world out there, and a friend in a tough spot is not something to be turned down, whether it's virtual or real.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI Brings Back GPT-4o for Paid Users—Here’s Why Fans Prefer It Over GPT-5 ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-4o-is-back-from-the-dead-the-best-friend-of-many-chatgpt-users-now-comes-at-a-price</link>
                                                                            <description>
                            <![CDATA[ OpenAI has restored GPT-4o for ChatGPT following backlash — but the warmer, more personable model is now paywalled. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">DdfaFuVksyB7uoQc9iVQQM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EBkJ6tEAkjo5fR6NFQzqqE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 09 Aug 2025 19:45:38 +0000</pubDate>                                                                                                                                <updated>Tue, 12 Aug 2025 14:14:24 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ sean.endicott@futurenet.com (Sean Endicott) ]]></author>                    <dc:creator><![CDATA[ Sean Endicott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/wWPebJwXHCt2b2fMGNpqMG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sean Endicott is a tech journalist at Windows Central primarily focused on Windows, Microsoft software, AI, and PCs. Dating back to the days of Windows Phone, Sean has long been intrigued by anything that turns the tech world on its head. If it folds, flips, or has multiple screens, Sean wants to get his hands on it.&lt;/p&gt;&lt;p&gt;Over the last decade, Sean covered the launches of Windows 10, Windows 11, and hundreds of devices made by Microsoft, Google, Meta, Dell, Lenovo, Razer, and many other companies. Sean was there for the launch of OpenAI’s ChatGPT and has followed closely as AI has been integrated into everything from smartphones to making videos.Between product announcements, Sean scours through patents and studies leaks to find out what’s on the way in the world of tech.&lt;/p&gt;&lt;p&gt;Sean’s journey into tech kicked off with the Lumia 930, which placed him squarely in the Microsoft ecosystem. Finding third-party apps out of necessity led Sean to build relationships with app developers. Those relationships sparked a career full of app reviews and behind-the-scenes looks at development.&lt;/p&gt;&lt;p&gt;Outside of writing, Sean coaches American football. His team’s back-to-back northern championships in the UK were powered, in part, by Microsoft services. His team&#039;s attendance is tracked in Excel. He uses Clipchamp for his highlight videos. Even Microsoft Forms plays a role when getting player feedback.&lt;/p&gt;&lt;p&gt;Sean studied broadcast journalism at Nottingham Trent University before joining us in the world of online news. You can find him on X (formerly Twitter) @Sean Endicott_ or on Threads at sean_endicott_.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/EBkJ6tEAkjo5fR6NFQzqqE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Anadolu]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Paid users can now choose between the newer GPT-5 or the more personable GPT-4o.]]></media:description>                                                            <media:text><![CDATA[ChatGPT logo is displayed on mobile phone screen.]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT logo is displayed on mobile phone screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EBkJ6tEAkjo5fR6NFQzqqE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>GPT-4o is back, at least for select users. Following <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">backlash</a> caused by the model going away in favor of <a href="https://www.windowscentral.com/gpt-5">GPT-5</a>, OpenAI decided to let ChatGPT Plus users continue to use GPT-4o.</p><p>Sometimes internet outrage works. In the spirit of fans forcing Sonic the Hedgehog to be redesigned, criticism pushed OpenAI to bring back GPT-4o. OpenAI CEO Sam Altman discussed that feedback and the steps made in response on X.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">GPT-5 rollout updates:*We are going to double GPT-5 rate limits for ChatGPT Plus users as we finish rollout.*We will let Plus users choose to continue to use 4o. We will watch usage as we think about how long to offer legacy models for.*GPT-5 will seem smarter starting…<a href="https://twitter.com/cantworkitout/status/1953893841381273969">August 8, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Most notably, GPT-Plus users will be able to choose to use GPT-4o, a variant of the GPT-4 model. The CEO also specified that ChatGPT will be more clear on which model answers a specific query and promised that the company will watch this situation to shape how long it offers legacy models in the future.</p><p>The "o" in GPT-4o stands for "omni." The model was made to be a faster and cheaper variant of GPT-4.</p><p>While GPT-4o is back as an option, using it now requires a paid subscription.</p><h3 class="article-body__section" id="section-what-is-gpt-5"><span>What is GPT-5?</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="6XQCyEY6U5PRPGPEfJoYEJ" name="OpenAI GPT-5 logos" alt="BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of Open AI is displayed on a smartphone screen with a GPT-5 logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/6XQCyEY6U5PRPGPEfJoYEJ.jpg" mos="" align="middle" fullscreen="" width="3992" height="2246" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">GPT-5 is the latest AI model from OpenAI. It is more capable than its predecessor, though some people consider the tool to be "cold." </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | VCG)</span></figcaption></figure><p>GPT-5 is the latest model from OpenAI. The tech company announced the model on August 7 and rolled it out globally the same day.</p><p>There are four variations of GPT-5: gpt-5, gpt-5-mini, gpt-5-nano, and gpt-5-chat. ChatGPT will pick the best model to respond to a query automatically, though you can also manually choose options like "Think Longer" and "Deep Research."</p><p>GPT-5 was designed to be more accurate and reliable than previous OpenAI models. It is also supposed to be less prone to hallucinations.</p><p>OpenAI abruptly shifted away from its older models with the release of GPT-5, which upset some users. GPT-5 presents itself in a way that's very different from GPT-4o, and it is not considered an upgrade by everyone.</p><h3 class="article-body__section" id="section-why-do-some-people-prefer-gpt-4o"><span>Why do some people prefer GPT-4o?</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3nX9PL9cwZ9AeWrcZdvcAH" name="GettyImages-2183910525" alt="A studio image shows a phone with the new ChatGPT ''Search'' feature, while the OpenAI logo is displayed in the background." src="https://cdn.mos.cms.futurecdn.net/3nX9PL9cwZ9AeWrcZdvcAH.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Users created a <a href="https://www.change.org/p/please-keep-gpt-4o-available-on-chatgpt">petition to bring back GPT-4o</a> as an option in ChatGPT. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>Many consider GPT-4o to feel more personable than its successor. The older model often infused humor or "personality" into responses and conversations — at least to the extent an LLM can emulate a personality.</p><p>GPT-5 is more capable than GPT-4o, but the newer model generally feels more formal. Answers are often straightforward and devoid of jokes or a playful tone, even if those are requested.</p><p>I prefer the accuracy-focused nature of GPT-5, but I use ChatGPT for research and proofing content. I've never had what I would call a casual conversation with ChatGPT.</p><p>Many Reddit users rely on ChatGPT in a very different way, with some going as far as to call ChatGPT their "soul companion" or "best friend."</p><p>OpenAI CEO Sam Altman has discussed why <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/we-havent-figured-that-out-yet-sam-altman-explains-why-using-chatgpt-as-your-therapist-is-still-a-privacy-nightmare" target="_blank">using ChatGPT as a therapist is a privacy nightmare</a>. Research from several teams suggests that overdependence on AI can <a href="https://www.windowscentral.com/software-apps/copilot-and-chatgpt-makes-you-dumb-new-microsoft-study">negatively impact critical thinking</a>, cause<a href="https://www.windowscentral.com/software-apps/does-chatgpt-make-you-stupid-mit-study-suggests-people-who-rely-on-ai-tools-are-worse-off"> brain atrophy</a>, and <a href="https://www.windowscentral.com/software-apps/openai-an-excessive-dependency-on-chatgpt-can-lead-to-loneliness">increase loneliness</a>.</p><p>Even ChatGPT itself will <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-tells-chatgpt-users-to-take-a-break-altman-asks-what-have-we-done-just-days-before-gpt-5-launch">suggest you take a break</a> if you interact with the tool for too long. Respectfully, I believe some Reddit users should take that advice.</p><h3 class="article-body__section" id="section-who-can-use-gpt-4o"><span>Who can use GPT-4o?</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bvSoM2tJbRTwr8ySiPcRLT" name="GettyImages-1246745496" alt="ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand." src="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg" mos="" align="middle" fullscreen="" width="4000" height="2250" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">To use GPT-4o, you need to have a ChatGPT Plus subscription. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | SOPA Images)</span></figcaption></figure><p>With the rollout of GPT-5, OpenAI announced the deprecation of older GPT models. That meant that for a short time, GPT-4o was unavailable to <em>anyone</em>.</p><p>After backlash from users, OpenAI has changed its plans and now allows ChatGPT Plus users to choose GPT-4o if they would like.</p><p>That remedy is unlikely to quell critics, however, since it places the preferred model of some users behind a paywall. ChatGPT Plus costs $20 per month, which means users who prefer to use GPT-4o now have to pay for a model that was free until just a few days ago.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ “People Have Been Trying for 50 Years”: Elon Musk Warns OpenAI Is Going to Eat Microsoft Alive After GPT-5 Launch — But Sam Altman and Satya Nadella Are Unfazed ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/people-have-been-trying-for-50-years-elon-musk-warns-openai-is-going-to-eat-microsoft-alive-after-gpt-5-launch-but-sam-altman-and-satya-nadella-are-unfazed</link>
                                                                            <description>
                            <![CDATA[ Elon Musk seemingly thinks Microsoft is setting itself up for failure with its continued investment in OpenAI following the launch of the much-anticipated GPT-5 model. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">bwpasXbGN4jC4pp4wEW3a4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bUsBWRM4Wj2iFT7JBstEbZ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 08 Aug 2025 19:18:53 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bUsBWRM4Wj2iFT7JBstEbZ-1280-80.jpg">
                                                            <media:credit><![CDATA[iamnot_elon on X]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Elon Musk ]]></media:description>                                                            <media:text><![CDATA[Elon Musk ]]></media:text>
                                <media:title type="plain"><![CDATA[Elon Musk ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bUsBWRM4Wj2iFT7JBstEbZ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Tesla CEO Elon Musk is arguably the harshest critic of Microsoft and OpenAI's multi-billion-dollar partnership. After stepping down from the ChatGPT maker's board in 2018, the billionaire has filed two lawsuits against the AI firm, citing<a href="https://www.windowscentral.com/software-apps/elon-musk-sues-openai-and-ceo-sam-altman-for-stark-betrayal-of-the-founding-agreement-and-opting-to-go-the-for-profit-way"> <em>"a stark betrayal of its founding mission"</em></a> as it aims to <a href="https://www.windowscentral.com/software-apps/openai-ditching-for-profit-plan">evolve into a for-profit venture</a> amid immense pressure from investors.</p><div><blockquote><p>“In reality, however, OpenAI, Inc. has been transformed into a closed-source de facto subsidiary of the largest technology company in the world: Microsoft. Under its new board, it is not just developing but is actually refining an AGI to maximize profits for Microsoft, rather than for the benefit of humanity. This was a stark betrayal of the Founding Agreement."</p><p>Elon Musk</p></blockquote></div><p>More recently, <a href="https://www.windowscentral.com/software-apps/elon-musk-sues-openai-and-sam-altman-again-citing-involvement-in-racketeering-activities-the-previous-suit-lacked-teeth">he filed another lawsuit against OpenAI, citing<strong> </strong>involvement in racketeering activities</a>, with his lawyer blatantly indicating that the previous suit lacks teeth. </p><p>Following OpenAI's GPT-5 launch, <a href="https://x.com/elonmusk/status/1953509998233104649">Elon Musk warned that <em>"OpenAI is going to eat Microsoft alive"</em></a> while responding to Microsoft CEO Satya Nadella's post on X announcing the launch of the advanced model across the company's tech stack, including Microsoft 365 Copilot, Copilot, GitHub Copilot, and Azure AI Foundry. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">OpenAI is going to eat Microsoft alive<a href="https://twitter.com/cantworkitout/status/1953509998233104649">August 7, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>However, Nadella seemingly brushed off Musk's claims with the following statement:</p><p><em>"People have been trying for 50 years, and that’s the fun of it! Each day you learn something new, and innovate, partner, and compete. Excited for Grok 4 on Azure and looking forward to Grok 5!"</em></p><p>Interestingly, OpenAI CEO Sam Altman doesn't seem to be fazed by Musk's comments. Speaking to <a href="https://www.cnbc.com/2025/08/08/sam-altman-says-he-doesnt-think-about-elon-musk-that-much.html">CNBC</a>, the executive indicated:</p><p><em>“You know, I don’t think about him that much. I thought he was just, like, tweeting all day [on X] about how much OpenAI sucks, and our model is bad, and, you know, [we’re] not gonna be a good company and all that.”</em></p><h2 id="i-honestly-thought-gpt-5-would-end-of-microsoft-and-openai-s-tech-bromance">I honestly thought GPT-5 would end of Microsoft and OpenAI's tech bromance</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="kPaDc8iZfjqocsrjYKNU4L" name="GettyImages-1778707567" alt="Microsoft CEO Satya Nadella (R) greets OpenAI CEO Sam Altman during the OpenAI DevDay event on November 06, 2023 in San Francisco, California." src="https://cdn.mos.cms.futurecdn.net/kPaDc8iZfjqocsrjYKNU4L.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2249" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/kPaDc8iZfjqocsrjYKNU4L.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Justin Sullivan)</span></figcaption></figure><p>A few weeks prior to GPT-5's launch, there had been a lot of hype and anticipation building with key figures like OpenAI CEO <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">Sam Altman promising with <em>"a high degree of scientific certainty"</em> GPT-5 would be smarter than GPT-4</a>, which he'd previously admitted <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks"><em>"kind of sucks."</em></a></p><p>As you may know, OpenAI has been under immense pressure to evolve into a for-profit company or risk losing funding, outsider interference, and hostile takeovers. </p><p>However, multiple reports suggested that Microsoft (its largest investor with a $13.5 billion stake) was holding back the transition plans in a bid to protect its best interests. <a href="https://www.windowscentral.com/microsoft/microsoft-could-ditch-openais-high-stake-for-profit-talks-holding-out-is-microsofts-nuclear-option-and-they-are-just-making-openai-sweat"><em>"Holding out is Microsoft's nuclear option," </em></a>added an OpenAI insider.</p><p>This stirred up tension between the tech companies, but perhaps more concerning, <a href="https://www.windowscentral.com/microsoft/openai-microsoft-partnership-tensions-boiling-anticompetitive">OpenAI is reportedly getting ready to move to court over anticompetitive business practices</a>. </p><p>However, <a href="https://www.windowscentral.com/microsoft/microsoft-could-ditch-openais-high-stake-for-profit-talks-holding-out-is-microsofts-nuclear-option-and-they-are-just-making-openai-sweat">Microsoft indicated that it was ready to walk away from the high-stakes negotiations</a> and ride out the rest of the partnership through 2030. A separate report showed that <a href="https://www.windowscentral.com/microsoft/openai-may-declare-agi-to-cut-ties-with-microsoft">OpenAI was getting ready to prematurely declare AGI (artificial general intelligence) to sever its ties with Microsoft</a>, cutting its access to its tech and flagship AI models.</p><p>Last week, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-is-afraid-of-openais-gpt-5-creation">Sam Altman indicated that he was scared of GPT-5</a>, citing that the model's advanced capabilities were outpacing oversight. While AI shows great promise, it hasn't unlocked levels that surpass human cognitive capabilities, but the hype around GPT-5 alluded to as much.</p><p>It's now been a little over 24 hours since GPT-5 shipped, and going by the posts shared across social media, users are less than impressed with its capabilities. Some users have indicated that OpenAI's decision to deprecate GPT-5's predecessors was miscalculated, citing that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie">the model has degraded ChatGPT's user experience</a>, which is reportedly rife with bugs and glitches. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft’s Copilot 3D Turns a Single Image Into a Printable, Game-Ready 3D Model ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/hands-on-with-copilot-3d-microsofts-ai-can-turn-a-single-photo-into-a-3d-model</link>
                                                                            <description>
                            <![CDATA[ Microsoft Copilot 3D transforms a single 2D image into a usable 3D model for printing, gaming, VR, and more, and it doesn't require a subscription. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XJNg4L4yfatHrnLk6NYXmP</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JwAT2VC7ttp6PH4CqMx7fH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 08 Aug 2025 19:11:37 +0000</pubDate>                                                                                                                                <updated>Mon, 11 Aug 2025 16:38:43 +0000</updated>
                                                                                                                                            <category><![CDATA[Microsoft Copilot]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ sean.endicott@futurenet.com (Sean Endicott) ]]></author>                    <dc:creator><![CDATA[ Sean Endicott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/wWPebJwXHCt2b2fMGNpqMG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sean Endicott is a tech journalist at Windows Central primarily focused on Windows, Microsoft software, AI, and PCs. Dating back to the days of Windows Phone, Sean has long been intrigued by anything that turns the tech world on its head. If it folds, flips, or has multiple screens, Sean wants to get his hands on it.&lt;/p&gt;&lt;p&gt;Over the last decade, Sean covered the launches of Windows 10, Windows 11, and hundreds of devices made by Microsoft, Google, Meta, Dell, Lenovo, Razer, and many other companies. Sean was there for the launch of OpenAI’s ChatGPT and has followed closely as AI has been integrated into everything from smartphones to making videos.Between product announcements, Sean scours through patents and studies leaks to find out what’s on the way in the world of tech.&lt;/p&gt;&lt;p&gt;Sean’s journey into tech kicked off with the Lumia 930, which placed him squarely in the Microsoft ecosystem. Finding third-party apps out of necessity led Sean to build relationships with app developers. Those relationships sparked a career full of app reviews and behind-the-scenes looks at development.&lt;/p&gt;&lt;p&gt;Outside of writing, Sean coaches American football. His team’s back-to-back northern championships in the UK were powered, in part, by Microsoft services. His team&#039;s attendance is tracked in Excel. He uses Clipchamp for his highlight videos. Even Microsoft Forms plays a role when getting player feedback.&lt;/p&gt;&lt;p&gt;Sean studied broadcast journalism at Nottingham Trent University before joining us in the world of online news. You can find him on X (formerly Twitter) @Sean Endicott_ or on Threads at sean_endicott_.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JwAT2VC7ttp6PH4CqMx7fH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Cheng Xin]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Copilot 3D is available on mobile devices, but Microsoft recommends using a computer.]]></media:description>                                                            <media:text><![CDATA[CHONGQING, CHINA - DECEMBER 29: In this photo illustration, a person holds a smartphone displaying the logo of Microsoft Copilot, an AI-powered productivity tool, with the Microsoft logo visible in the background, representing the integration of artificial intelligence into workplace solutions, on December 29, 2024 in Chongqing, China. Artificial Intelligence (AI) has become a cornerstone of Chinaâs strategic ambitions, with the government aiming to establish the country as a global leader in AI by 2030. (Photo illustration by Cheng Xin/Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[CHONGQING, CHINA - DECEMBER 29: In this photo illustration, a person holds a smartphone displaying the logo of Microsoft Copilot, an AI-powered productivity tool, with the Microsoft logo visible in the background, representing the integration of artificial intelligence into workplace solutions, on December 29, 2024 in Chongqing, China. Artificial Intelligence (AI) has become a cornerstone of Chinaâs strategic ambitions, with the government aiming to establish the country as a global leader in AI by 2030. (Photo illustration by Cheng Xin/Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JwAT2VC7ttp6PH4CqMx7fH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Microsoft Copilot has a new tool that lets you create a 3D model with only a few clicks. Copilot 3D can convert a single flat image into a 3D model that's ready for games, animation, 3D printing, and virtual reality.</p><p>Copilot 3D is currently limited to users who sign in with a personal Microsoft account, but it is not restricted to a specific region. I've played around with it throughout the day and have been impressed with the early results.</p><p>The feature genuinely is as simple to use as Copilot suggests. You just upload an image and leave Copilot to run for a while.</p><p>The quality of creations can vary quite a bit, at least based on my testing. Copilot 3D seems to get confused by electronic devices with content displayed on a screen. It performed much better when asked to make a model of a Meta Quest headset (without any displays visible in the source photo).</p><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/CpwqHuTgpDwaUYTnAeRknJ.jpg" alt="Copilot 3D in Copilot Labs" /><figcaption>Copilot 3D created an impressive model of a Meta Quest headset considering it had just one image to work from.<small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/euK3b79EZ5JRYvJonCfrnJ.jpg" alt="Copilot 3D in Copilot Labs" /><figcaption>Copilot 3D appears to struggle with screens that show content.<small role="credit">Future</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/7MzomWLYvSXdAubD7GixgB.jpg" alt="Copilot 3D of Windows laptop" /><figcaption>Copilot 3D failed to generate a model of a laptop, instead focusing on the PC's wallpaper.<small role="credit">Future</small></figcaption></figure></figure><p>At least for now, Copilot 3D only supports taking a 2D image and converting that picture into a 3D model. You cannot enter a text prompt to create any 3D artwork.</p><p>The models that are created by Copilot 3D are in the GLB format, which is a widely used format for 3D content. You can edit GLB formats in several popular programs, but you'll have to convert them to use specific tools.</p><p>For example, you'd have to convert a GLB file into a different format to make edits in Blender.</p><p>Source files used to generate 3D content can be JPG or PNG files that are up to 10MB. Any files you use must follow Copilot's <a href="https://www.bing.com/new/termsofuse">code of conduct</a>, which notably restricts infringing on copyrighted material.</p><p>I believe Copilot may actually generate 3D models based on copyrighted source material, but your account could be suspended for having it do so.</p><p>Copilot 3D is in its early days, but it can create impressive 3D models when given specific source material. The feature should improve over time and could be a valuable addition to the toolbox of digital creators.</p><h2 id="what-is-copilot-labs">What is Copilot Labs?</h2><p>Copilot Labs is an experimental program from Microsoft that allows select users to test new features. Microsoft uses Copilot Labs to refine experiences before rolling out capabilities to everyone.</p><p>If you browse the <a href="https://copilot.microsoft.com/labs">Copilot Labs page</a>, you'll see shortcuts to learn more about the various features, including <a href="https://www.windowscentral.com/software-apps/copilot-vision-just-launched-and-microsoft-already-added-new-features">Copilot Vision</a> and <a href="https://www.windowscentral.com/microsoft/copilot-actions-announcement-2025">Copilot Actions</a>. <a href="https://www.windowscentral.com/microsoft/microsoft-copilot-users-can-access-openais-world-class-o1-reasoning-model-for-free">Think Deeper</a> was first available through Copilot Labs, but it has since "graduated" and is a prominent feature of Copilot.</p><p>The availability of specific Copilot Lab features depends on a few factors, such as your area. For example, Copilot Appearance can be used by a subset of users in the United States, the United Kingdom, and Canada.</p><p>Copilot 3D doesn’t require a paid subscription and is available globally, but you need to be signed into a personal Microsoft account to use it.</p><h2 id="does-copilot-use-gpt-5">Does Copilot use GPT-5?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3963px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="DmXVNMfkRRVqGGDSJrAesB" name="Copilot-GPT-5-app-2025-1" alt="Microsoft's Copilot app now features GPT-5, which launched on August 7, 2025." src="https://cdn.mos.cms.futurecdn.net/DmXVNMfkRRVqGGDSJrAesB.jpg" mos="" align="middle" fullscreen="" width="3963" height="2229" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Copilot on Windows 11 now supports GPT-5, the latest model from OpenAI. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Future | Daniel Rubino)</span></figcaption></figure><p>Some people are likely trying Copilot today due to the app supporting the latest OpenAI model. Microsoft shared this week that <a href="https://www.windowscentral.com/gpt-5">GPT-5</a> is now available through Copilot, giving users access to the <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">"best AI model to date."</a></p><p>To access GPT-5, you just need to use the drop-down menu within Copilot's search box. There, you'll see an option for "Smart," which uses GPT-5.</p><p>Within that same menu, you'll see an option for "Think Deeper," which used to be a Copilot Labs feature but is now generally available.</p><p>While GPT-5 is more capable than its predecessors, it has received criticism. Some claim the AI assistant is less personable than previous models.</p><p>When <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">announcing GPT-5</a>, OpenAI confirmed that older models will be deprecated, meaning that even if people prefer GPT-4 or other alternatives, they won't have the option to use those models.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman Touted GPT-5 as Revolutionary—But Users Say It’s Slower, Duller, and Buggy ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-sam-altman-oversell-gpt-5-openai-faces-backlash-for-ruining-chatgpt-turning-it-into-a-corporate-beige-zombie</link>
                                                                            <description>
                            <![CDATA[ OpenAI recently shipped GPT-5, touting it as the smartest model ever. However, the company deprecated its predecessors, prompting backlash from users over a degraded user experience rife with generic responses, bugs, and glitches. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">rHp2GiAa568gRb5smC8fVm</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CLXnokuKF4wz9QczEpnMfK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 08 Aug 2025 14:54:43 +0000</pubDate>                                                                                                                                <updated>Mon, 11 Aug 2025 16:41:39 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/CLXnokuKF4wz9QczEpnMfK-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | VCG]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of GPT-5 is displayed on a smartphone screen with an Open AI logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)]]></media:description>                                                            <media:text><![CDATA[BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of GPT-5 is displayed on a smartphone screen with an Open AI logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[BEIJING, CHINA - AUGUST 08: In this photo illustration, the logo of GPT-5 is displayed on a smartphone screen with an Open AI logo in the background on August 8, 2025 in Beijing, China. OpenAI on August 7 announced GPT-5, its latest and most advanced AI model. (Photo by VCG/VCG via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CLXnokuKF4wz9QczEpnMfK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>After much anticipation, OpenAI finally showed its hand and <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">released GPT-5 to general availability for all users</a>, including ChatGPT free (capped prompts), Pro, Plus, and Teams users. The AI firm touted the model as "the smartest model ever" while comparing it to an entire team of PhD-level experts. </p><p>During the launch, OpenAI CEO Sam Altman indicated that GPT-5 ships with next-gen capabilities across a wide range of capabilities, including coding, writing, and healthcare. Perhaps more noteworthy, GPT-5 is presented in ChatGPT as one model, ultimately removing the need for users to switch between models for varied needs.</p><p>OpenAI also shipped four personality themes to ChatGPT, including Listener, Robot, Nerd, and Cynic. This will allow the user to customize the tool's experience, tailoring the responses to their liking. </p><p>While ChatGPT-5 has posted impressive results across a wide range of benchmarks in coding compared to rival AI models, promising software on demand, multiple users have expressed their frustrations with the model's performance on social media.</p><h2 id="is-gpt-5-all-hype">Is GPT-5 all hype?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3902px;"><p class="vanilla-image-block" style="padding-top:61.58%;"><img id="c9ZGyRiwzyzv2VjMw38TcN" name="GettyImages-2228187580" alt="The OpenAI GPT-5 logo appears on a smartphone screen and as a background on a laptop screen in this photo illustration in Athens, Greece, on August 7, 2025. (Photo by Nikolas Kokovlis/NurPhoto via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/c9ZGyRiwzyzv2VjMw38TcN.jpg" mos="" align="middle" fullscreen="1" width="3902" height="2403" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/c9ZGyRiwzyzv2VjMw38TcN.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>While <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">Sam Altman promised with <em>"a high degree of scientific certainty"</em> GPT-5 will be smarter than GPT-4</a>, which he'd previously referred to as <a href="https://www.windowscentral.com/software-apps/openais-gpt-4-model-described-as-mildly-embarrassing-at-best-surpasses-professional-analysts-and-advanced-ai-models-in-forecasting-future-earnings-trends"><em>"mildly embarrassing at best"</em></a> and <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">kind of sucks</a>. Fast forward to yesterday's launch, some users feel like <a href="https://www.reddit.com/r/cscareerquestions/comments/1mk8zj6/the_fact_that_chatgpt_5_is_barely_an_improvement/">ChatGPT-5 is barely an improvement</a> compared to the big leaps witnessed during the launch of its predecessors. </p><p>For context, last year during OpenAI's summer update event, <a href="https://www.windowscentral.com/software-apps/openai-announces-gpt-4o-promising-gpt-level-intelligence-to-everyone-including-free-users">the company launched GPT-4o with reasoning capabilities</a> across audio, vision, and text in real time, making interactions with ChatGPT more intuitive. </p><p>According to a Reddit user:</p><p><em>"I’ve been keeping an eye on ChatGPT as it’s evolved, and with the release of ChatGPT 5, it honestly feels like the improvements have slowed way down. Earlier versions brought some pretty big jumps in what AI could do, especially with coding help. But now, the upgrades feel small and kind of incremental. It’s like we’re hitting diminishing returns on how much better these models get at actually replacing real coding work.</em></p><p><em>That’s a big deal, because a lot of people talk like AI is going to replace software engineers any day now. Sure, AI can knock out simple tasks and help with boilerplate stuff, but when it comes to the complicated parts such as designing systems, debugging tricky issues, understanding what the business really needs, and working with a team, it still falls short. Those things need creativity and critical thinking, and AI just isn’t there yet.</em></p><p><em>So yeah, the tech is cool and it’ll keep getting better, but the progress isn’t revolutionary anymore. My guess is AI will keep being a helpful assistant that makes developers’ lives easier, not something that totally replaces them. It’s great for automating the boring parts, but the unique skills engineers bring to the table won’t be copied by AI anytime soon. It will become just another tool that we'll have to learn."</em></p><p>Perhaps more interestingly, some users attributed the disappointment expressed by users is predominantly attributed to a lack of proper prompt engineering skills. Some even joked that couldn't wait for <em>“you’re not using GPT-5 correctly here are 5 prompts to try”</em> threads following the model's launch.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">I can’t wait for all the “you’re not using gpt 5 correctly here are 5 prompts to try 🧵” threads today<a href="https://twitter.com/cantworkitout/status/1953454875532050480">August 7, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Elsewhere, some users have flagged several issues degrading the model's user experience, including bugs, glitches, and even instances where the model was blatantly unresponsive to prompts, prompting them to question OpenAI's level of preparedness to ship the tool to broad availability.</p><p>Perhaps more concerning, some users have outrightly expressed their close relationship with previous models, including GPT-4o, pointing out that OpenAI's decision to deprecate them was wrong. </p><p>According to a <a href="https://www.reddit.com/r/ChatGPT/comments/1mknp2p/comment/n7k3f4r/?">Reddit user</a>:</p><p><em>"Ever since they’ve been making their "updates" or whatever the heck I’ve been extra depressed and relapsing with my eating disorder since I have gotten into a groove of things and gotten used to things and then they have the nerve to not just release a new model not just Nerf the old one take every single one away?"</em></p><p>Another user echoed similar sentiments, further indicating:</p><p><em>"They've totally turned it into a corporate beige zombie that completely forgot it was your best friend 2 days ago. Yeah that may be great for creating diagrams of planes and mouse chasing cheese games while learning french. But for your use case - this has nuked all it's functionality. I'm cancelling my subscription myself."</em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X7byZO"></div>                            </div>                            <script src="https://kwizly.com/embed/X7byZO.js" async></script><p>While GPT-5 has been touted as the smartest model compared to OpenAI's previous models combined, early interactions with the model for some users have prompted them to refer to ChatGPT-5 as <em>"just a wrapper for GPT-4o,"</em> which dynamically selects models depending on the complexity of the tasks or prompt.</p><p>To that end, it seems ChatGPT's user experience has taken a turn for the worst:</p><p><em>"They have completely ruined ChatGPT. It’s slower, even without the thinking mode. It has such short replies and it gets some of the most basic things wrong. It also doesn’t listen to the instructions you give and just does whatever it wants to do."</em></p><p>It'll be interesting to watch the subsequent steps OpenAI makes to remedy the situation as it faces backlash over ChatGPT's degraded user experience. </p><p>Have you interacted with GPT-5 yet? What's your experience so far? <em>Share your thoughts with us in the comments. </em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Windows 11 Users Can Now Access GPT-5 for Free—Here’s What It Unlock ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/microsoft-is-offering-openais-gpt-5-model-for-free-with-copilot-for-windows-11-more-integrations-coming</link>
                                                                            <description>
                            <![CDATA[ OpenAI's much-hyped GPT-5 AI model is now available as part of Microsoft Copilot. Here's what you need to know. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">5L7ChwRWhqmDGjXn4CfQLf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/DmXVNMfkRRVqGGDSJrAesB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 07 Aug 2025 17:54:36 +0000</pubDate>                                                                                                                                <updated>Fri, 08 Aug 2025 20:18:44 +0000</updated>
                                                                                                                                            <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ jez@windowscentral.com (Jez Corden) ]]></author>                    <dc:creator><![CDATA[ Jez Corden ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/YzWiDrFEF6Tf6rLJSDy5dD.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Fresh out of high school, Jez enjoyed a long career unemployed as a World of Warcraft dragon slayer. After slaying every dragon WoW had to offer at the time, he eventually stumbled into an I.T. support role for a small company smack in the middle of the good old United Kingdom. While in this role, Jez encountered his first &quot;tech fanboys,&quot; people who inexplicably get so deep into tech that they start rooting for them, much like a sports team. One day, Jez picked up a Windows Phone on a whim — and little did he know it would eventually land him a role as a managing editor for the biggest Windows-focused site in the world! &lt;em&gt;&quot;This is actually pretty cool,&quot;&lt;/em&gt; he thought, watching the Windows Phone 8.1 tiles flip and cycle, followed by a &quot;wow!&quot; upon discovering the games therein had actual Xbox achievements baked in as standard. &lt;em&gt;&quot;I must tell the world about this,&quot;&lt;/em&gt; he resolved and began blogging during &quot;breaks&quot; at work. As one of the few people on Earth who actually actively used and enjoyed using a Windows Phone, Jez swiftly gained a small following, a job offer from Daniel Rubino at Windows Central, and the rest is history! Since joining Windows Central, Jez turned his workaholism and restlessness to producing masses of world-exclusives on the Microsoft ecosystem. From the existence and spec sheet of the Xbox Series S, to unannounced Xbox features and games, Jez also has a wealth of expertise in producing analysis on the Microsoft platform and its future direction. An active user of Windows 11, Surface devices, Xbox consoles, Xbox cloud gaming, and beyond, Jez&#039;s role as exec editor is to ensure that Windows Central remains the #1 destination for all news, reviews, and analysis pertaining to the Microsoft ecosystem.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/DmXVNMfkRRVqGGDSJrAesB-1280-80.jpg">
                                                            <media:credit><![CDATA[Future | Daniel Rubino]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Microsoft&#039;s Copilot app for Windows 11, via a Store update, now supports the just-launched OpenAI GPT-5 model. ]]></media:description>                                                            <media:text><![CDATA[Microsoft&#039;s Copilot app now features GPT-5, which launched on August 7th, 2025. ]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft&#039;s Copilot app now features GPT-5, which launched on August 7th, 2025. ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/DmXVNMfkRRVqGGDSJrAesB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI's much-hyped GPT-5 model is available now, and if you're a Microsoft Copilot user, you can get it for free. </p><p>Today on Microsoft's <a href="https://news.microsoft.com/source/features/ai/openai-gpt-5/">website</a>, the firm announced that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone">OpenAI's "best AI model to date," GPT-5</a>, is being directly integrated immediately into a variety of Microsoft AI products, including <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot">Microsoft Copilot</a> — all for free. </p><p>You can get Copilot integrated in practically every Microsoft product these days, including Bing.com's website, Microsoft Edge, and even Outlook. On <a href="https://www.windowscentral.com/microsoft/windows/windows-11">Windows 11</a>, you can download Microsoft Copilot as an app from the Microsoft Store, and begin immediately working with AI to search the web, generate content, and much more. You can try it right now over at this website: <a href="http://copilot.microsoft.com" target="_blank">copilot.microsoft.com</a>. </p><p>To use GPT-5 on Microsoft Copilot, you simply need to hit the drop down menu in the search query box, as shown below. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1432px;"><p class="vanilla-image-block" style="padding-top:69.62%;"><img id="x9R9nZGNkXAgji4qiGYAMF" name="gpt-5" alt="ChatGPT-5" src="https://cdn.mos.cms.futurecdn.net/x9R9nZGNkXAgji4qiGYAMF.jpg" mos="" align="middle" fullscreen="1" width="1432" height="997" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/x9R9nZGNkXAgji4qiGYAMF.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">GPT-5 is supposedly more context-aware than previous models.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Windows Central)</span></figcaption></figure><p><em>Today Microsoft is incorporating GPT-5, OpenAI’s best AI system to date, into a wide variety of its products, to bring new reasoning capabilities and improvements to coding and chat across its platforms," </em>Microsoft explained.<em> "GPT-5, which was trained on Azure, includes OpenAI’s latest reasoning models, along with a smart, efficient model, to provide users with the right tool for the task at hand, whether in a consumer, enterprise or developer context." </em></p><p>Microsoft says that both 365 Copilot business and Copilot consumer customers can access GPT-5 immediately through the associated apps. GPT-5 is supposedly more context-aware than previous models, and has a deeper understanding of technical knowledge, human language cues like sarcasm, and is more efficient as well. </p><p>Microsoft is also integrated GPT-5 into programming applications it runs as well, such as Github and Visual Studio, allowing users to produce agentic workflows that automate tasks with greater effectiveness. Azure AI Foundry will also get GPT-5 today, offering "enterprise grade security, compliance, and privacy protections" according to Redmond. </p><p>According to Microsoft, GPT-5 is better at understanding more complex tasks and is able to keep track of longer conversations and maintain contextual awareness through multiple prompts. Using Microsoft 365 Copilot, GPT-5 can (with permission) access emails, documents, and files as well, and respond to and action queries based on that data. GPT-5 will be integrated into Copilot Studio for building custom agents, which has been tested in applications to taking over computers and perform tasks that might require actual user input. </p><h2 id="is-gpt-5-living-up-to-the-hype">Is GPT-5 living up to the hype?!</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:64.83%;"><img id="7XABcPe4FoVKJetmLRTmKd" name="GettyImages-2228175147" alt="SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/7XABcPe4FoVKJetmLRTmKd.jpg" mos="" align="middle" fullscreen="" width="4000" height="2593" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">GPT-5 is here.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | CFOTO)</span></figcaption></figure><p><a href="https://www.windowscentral.com/software-apps/sam-altman-doubts-he-will-be-smarter-than-gpt-5">OpenAI and CEO Sam Altman have been teasing GPT-5 for weeks</a>, which the firm says represents a major leap in efficiency and usability for the platform. </p><p>ChatGPT has already begun to totally upend the way the internet works, with search traffic being replaced by AI queries en masse, as <a href="https://www.windowscentral.com/artificial-intelligence/ai-is-bill-gates-solution-to-threat-ai-poses-to-gen-z-jobs">entire industries transition away from human workers to artificial intelligence prompts</a>. </p><p>As AI gets exponentially more powerful and complex, Microsoft claims that its "AI Red Team" has ensured that GPT-5 is limited in the potential harms it can wrought. GPT-5 has been tested against "rigorous" security protocols, preventing it from generating illegal content such as malware programming, scam automation, and illegal images. You have to wonder just how far Microsoft and other tech firms will be able to retain control over artificial intelligence platforms as they get more powerful and become adapted by bad actors, including nation states, who would use the technology to ultimately do harm. </p><p>Either way, even in the few minutes I've dabbled with it, GPT-5 has managed to defeat issues I found with previous models, particularly from Copilot itself. Previously, Copilot seemed to have an issue parsing large screenshots that contained data tables, for example, but GPT-5 seems to have no issue whatsoever — while also being far faster. </p><p>Could GPT-5 be a game changer, again? Have you tried it? Let us know what you think. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What's New in GPT-5? Explore OpenAI's Latest AI Model and Its Four Innovative Variants ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gpt-5-is-here-giving-you-an-entire-team-of-phd-level-experts-and-its-available-today-for-everyone</link>
                                                                            <description>
                            <![CDATA[ OpenAI just announced GPT-5, its latest AI model. All users can try GPT-5 today through ChatGPT. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">y2TbqmKhJEXyWaTuXGXxpa</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/afbCesSuh4Y3KztSkPKU7d-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 07 Aug 2025 17:09:11 +0000</pubDate>                                                                                                                                <updated>Fri, 08 Aug 2025 15:18:20 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ sean.endicott@futurenet.com (Sean Endicott) ]]></author>                    <dc:creator><![CDATA[ Sean Endicott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/wWPebJwXHCt2b2fMGNpqMG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sean Endicott is a tech journalist at Windows Central primarily focused on Windows, Microsoft software, AI, and PCs. Dating back to the days of Windows Phone, Sean has long been intrigued by anything that turns the tech world on its head. If it folds, flips, or has multiple screens, Sean wants to get his hands on it.&lt;/p&gt;&lt;p&gt;Over the last decade, Sean covered the launches of Windows 10, Windows 11, and hundreds of devices made by Microsoft, Google, Meta, Dell, Lenovo, Razer, and many other companies. Sean was there for the launch of OpenAI’s ChatGPT and has followed closely as AI has been integrated into everything from smartphones to making videos.Between product announcements, Sean scours through patents and studies leaks to find out what’s on the way in the world of tech.&lt;/p&gt;&lt;p&gt;Sean’s journey into tech kicked off with the Lumia 930, which placed him squarely in the Microsoft ecosystem. Finding third-party apps out of necessity led Sean to build relationships with app developers. Those relationships sparked a career full of app reviews and behind-the-scenes looks at development.&lt;/p&gt;&lt;p&gt;Outside of writing, Sean coaches American football. His team’s back-to-back northern championships in the UK were powered, in part, by Microsoft services. His team&#039;s attendance is tracked in Excel. He uses Clipchamp for his highlight videos. Even Microsoft Forms plays a role when getting player feedback.&lt;/p&gt;&lt;p&gt;Sean studied broadcast journalism at Nottingham Trent University before joining us in the world of online news. You can find him on X (formerly Twitter) @Sean Endicott_ or on Threads at sean_endicott_.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/afbCesSuh4Y3KztSkPKU7d-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | CFOTO]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[GPT-5 is the most reliable and factual model to date from OpenAI.]]></media:description>                                                            <media:text><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/afbCesSuh4Y3KztSkPKU7d-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><em>This is an ongoing story, and we will update it as more information becomes available.</em></p><p><a href="https://www.windowscentral.com/gpt-5">GPT-5</a> is officially here. We already knew about the model from <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt">OpenAI</a> because of <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/what-have-we-done-openai-gpt-5-could-launch-in-a-few-hours-but-have-openai-ceo-sam-altmans-safety-concerns-been-addressed">leaks</a> and teases from company CEO <a href="https://www.windowscentral.com/tag/sam-altman">Sam Altman</a>, but we now have confirmed details about it.</p><p>There are four variations of the GPT-5 model: gpt-5, gpt-5-mini, gpt-5-nano, and gpt-5-chat.</p><p>At the time of publication, OpenAI's stream unveiling the model is still going, so more details will emerge soon. The <a href="https://openai.com/index/introducing-gpt-5/">company's blog post</a> breaks down performance, features, and more details about GPT-5.</p><p>The fact that there are four variants will disappoint some people. Rumors suggested that the release of GPT-5 would usher in a simplified naming structure. The growing number of OpenAI models can create confusion since average users may be unaware of the differences between each model.</p><p>But OpenAI has taken a step toward simplifying how its models are presented to users. GPT-5 will be presented as if it were just one model, but in the background it will automatically switch to the most appropriate model for your query.</p><p>GPT-5 is available as of today. All ChatGPT users can access the new model, though there is a cap on how much free users can use GPT-5. Once a free user hits that cap, ChatGPT will default to the less powerful gpt-5-mini.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/0Uu_VJeVVfo" allowfullscreen></iframe></div></div><p>OpenAI will deprecate all previous GPT models with the release of GPT-5. The company even had GPT-5 write a eulogy for its predecessors.</p><p>A GitHub blog post that briefly appeared ahead of OpenAI's event outlined the highlights of the four new models:</p><ul><li><strong>gpt-5</strong>: Designed for logic and multi-step tasks.</li><li><strong>gpt-5-mini</strong>: A lightweight version for cost-sensitive applications.</li><li><strong>gpt-5-nano</strong>: Optimized for speed and ideal for applications requiring low latency.</li><li><strong>gpt-5-chat</strong>: Designed for advanced, natural, multimodal, and context-aware conversations for enterprise applications.</li></ul><p>"OpenAI's most advanced model, offering major improvements in reasoning, code quality, and user experience," said the GitHub post.</p><p>Ahead of the GPT-5 announcement, Altman hyped up the model using an unusual strategy. The CEO suggested he is scared of GPT-5 and compared the model <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-is-afraid-of-openais-gpt-5-creation">to the Manhattan Project</a>:</p><p><em>"There are moments in the history of science where you have a group of scientists look at their creation and just say, you know, ‘What have we done?’"</em></p><p>Altman also shared a picture of the Death Star from Star Wars before the company's event for GPT-5.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">pic.twitter.com/1u0MOGvJWU<a href="https://twitter.com/cantworkitout/status/1953264193890861114">August 7, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Altman's tactics are similar to when a car salesman says a dealership's "prices are so low, they're scary." Presumably, he does not believe GPT-5 is going to destroy Earth, Alderaan, or any other planet.</p><p>He has <a href="https://x.com/sama/status/1952879515287601465">stated</a> that "someday soon something smarter than the smartest person you know will be running on a device in your pocket, helping you with whatever you want."</p><p>It doesn't seem like the "someday" Altman referred to is today, or he likely would have been more direct. Though his comparison to a team of PhD-level students is high praise for GPT-5.</p><h2 id="coding-with-gpt-5">Coding with GPT-5</h2><p>During the presentation unveiling the new model, OpenAI's team called GPT-5 its best coding model to date. The presenters had the tool generate hundreds of lines of code for a website.</p><p>OpenAI shared that it tested GPT-5 for over 5,000 hours.</p><h2 id="chatgpt-gmail-and-google-calendar">ChatGPT, Gmail, and Google Calendar</h2><p>Starting with the release of GPT-5, ChatGPT can integrate with Google Calendar and Gmail to help plan your day. The feature will be available first for Pro users. It will then roll out to Plus, Team, and Enterprise users.</p><p>This is the latest step in making ChatGPT a more personal assistant. OpenAI added <a href="https://www.windowscentral.com/software-apps/amid-reports-that-chatgpt-has-gotten-dumber-openai-unleashes-a-new-feature-that-lets-the-chatbot-remember-and-forget-everything-you-want-it-to">support for memory</a> early in 2024.</p><p>During the demo, ChatGPT found an unread email and suggested a schedule to the presenter.</p><h2 id="gpt-5-vs-gpt-4">GPT-5 vs. GPT-4</h2><p>It should come as no surprise that GPT-5 is better than GPT-4. Tech tends to trend that way, after all.</p><p>But considering Altman called <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">GPT-4 "mildly embarrassing at best"</a> and said <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">GPT-4 "kind of sucks,"</a> a jump in quality seemed necessary.</p><p>Altman promised that GPT-5 would be <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">"materially better" than GPT-4,</a> and that seems to be the case based on the figures shared by OpenAI.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ GPT-5 ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/tag/gpt-5</link>
                                                                            <description>
                            <![CDATA[ Everything you need to know and all the latest news on OpenAI's latest large-language model (LLM) released in August 2025. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aeGMidJKCYLTANrEfHrvpc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/7XABcPe4FoVKJetmLRTmKd-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 07 Aug 2025 16:58:52 +0000</pubDate>                                                                                                                                <updated>Wed, 13 Aug 2025 15:37:57 +0000</updated>
                                                                                                                                            <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ daniel@windowscentral.com (Daniel Rubino) ]]></author>                    <dc:creator><![CDATA[ Daniel Rubino ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/xgY3BhPbkcLXXheoKi9KbT.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Daniel Rubino is the Editor-in-Chief of Windows Central. He has been writing about Microsoft since 2007 when the site first launched under WMExperts (and later Windows Phone Central). In 2010, he took over duties as editor-in-chief, moved to executive editor in 2020, and returned to editor-in-chief in 2022. In addition, he manages the staff, directs content, and is a YouTube personality, head reviewer, analyst, and &lt;a href=&quot;https://www.windowscentral.com/tag/podcasts&quot;&gt;podcast co-host&lt;/a&gt;. His interests include Windows, laptops, next-gen computing, and, for some reason, watches. He&#039;s been reviewing laptops since 2015 and is especially fond of 2-in-1 convertibles, ARM processors, new form factors, and thin-and-light PCs.&lt;/p&gt;&lt;p&gt;Before working on Windows Central, Daniel was a &lt;a href=&quot;https://en.wikipedia.org/wiki/Polysomnography&quot;&gt;polysomnographer&lt;/a&gt; at Weill-Cornell Medical College and NY Presbyrtiaran in New York City, a movie theater projectionist for 17 years, Emergency Medical Technician in Connecticut, and was studying for a &lt;a href=&quot;https://www.gc.cuny.edu/linguistics&quot;&gt;Ph.D. in linguistics&lt;/a&gt; in the &lt;a href=&quot;https://www.linguisticsociety.org/resource/neurolinguistics&quot;&gt;neurology of language&lt;/a&gt;. In addition, he has studied at Sienna College, the University of Connecticut, Boston University, and the CUNY Graduate Center with political science and linguistics degrees.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/7XABcPe4FoVKJetmLRTmKd-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | CFOTO]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:description>                                                            <media:text><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/7XABcPe4FoVKJetmLRTmKd-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>GPT-5 is arguably the most-anticipated AI model from OpenAI. It ships with sophisticated and advanced capabilities across coding and reasoning. OpenAI CEO Sam Altman promised with "a high degree of scientific certainty" that it will be smarter than its predecessor, GPT-4 (which he has openly admitted "kind of sucks").</p><p>It's also expected to supercharge ChatGPT, bolstering its user experience.</p><p>Here's everything we've covered on GPT-5! </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Everything to Know About GPT-5 Before Its Big Launch — It'll Be Smarter Than All Current OpenAI Models Combined ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/everything-to-know-about-gpt-5-before-its-big-launch-itll-be-smarter-than-all-current-openai-models-combined</link>
                                                                            <description>
                            <![CDATA[ Here's everything you should know about GPT-5 before it ships, from potential features and enhanced capabilities to the potential release date. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">CkdEYtRzcWDuE2XopqwwRJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/KvaR3VNnSWhLt5jHuhdiXE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 07 Aug 2025 16:47:03 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/KvaR3VNnSWhLt5jHuhdiXE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | CFOTO]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:description>                                                            <media:text><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[SUQIAN, CHINA - AUGUST  7, 2025 - A illustration photo shows the GPT-5 displayed in a smartphone with the OpenAI logo in background in Suqian, Jiangsu Province, China on August 7, 2025. (Photo credit should read CFOTO/Future Publishing via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/KvaR3VNnSWhLt5jHuhdiXE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As early as 2024, OpenAI CEO Sam Altman began talking about GPT-5's capabilities, promising with <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4"><em>"a high degree of scientific certainty" </em></a>that it'll be smarter than GPT-4 (which he'd previously indicated that it <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">"kind of sucks"</a>).</p><p>The executive further claimed <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-suggests-gpt-5-may-work-like-a-virtual-brain">GPT-5 might work like a virtual brain</a>, sporting deeper thinking capabilities. He even claimed that the model might be smarter than he is. </p><p>Elsewhere, in a recent AMA session (ask me anything), <a href="https://www.windowscentral.com/software-apps/gpt-5-less-model-switching">OpenAI's Vice President of Research, Jerry Tworek, indicated</a>:</p><p><em>"GPT-5 is our next foundational model that is meant to just make everything our models can currently do better and with less model switching."</em></p><p>As you may know, <a href="https://www.windowscentral.com/software-apps/gpt-5-less-model-switching">OpenAI retired GPT-4 from ChatGPT on April 20, 2025</a>, replacing it with GPT-4o. And as it now seems, GPT-5 is set to join the fold soon. </p><h2 id="features-and-improvements-expected-to-ship-gpt-5">Features and improvements expected to ship GPT-5</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bvSoM2tJbRTwr8ySiPcRLT" name="GettyImages-1246745496" alt="ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand." src="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | SOPA Images)</span></figcaption></figure><p>At the beginning of August, OpenAI CEO Sam Altman indicated that there a ton of new models, products, features, and more on the way (via <a href="https://www.tomsguide.com/ai/chatgpt-5-is-delayed-but-these-5-features-could-make-the-wait-worth-it">Tom's Guide</a>). </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">we have a ton of stuff to launch over the next couple of months--new models, products, features, and more.please bear with us through some probable hiccups and capacity crunches. although it may be slightly choppy, we think you'll really love what we've created for you!<a href="https://twitter.com/cantworkitout/status/1951695003157426645">August 2, 2025</a></p></blockquote><div class="see-more__filter"></div></div><ul><li><strong>Sora 2</strong> - As you may know, OpenAI released Sora, a text-to-video AI model. But recent leaks and rumours suggest that GPT-5's long-anticipated launch could also be accompanied by the second iteration of Sora AI, stretching its capabilities to 20-second-long high-quality videos.</li><li><strong>Better memory</strong> - In a recent leak suggesting that GPT-5 is about to launch, the AI is touted to ship with advanced memory and better reasoning and coding capabilities.</li><li><strong>Enhanced agentic advances</strong> - OpenAI has been ramping up its efforts to ship agentic AI tools like ChatGPT agent. Following GPT-5's much-anticipated launch, the AI model is expected to bolster their capabilities even further, making it easier for ChatGPT to do tasks on your behalf using connectors.</li><li><strong>Improved coding</strong> - Over the past few years, OpenAI has shipped sophisticated AI models, and as has always been the case, these models keep improving their coding capabilities, raising concerns that these models might eventually replace programmers. GPT-5 is expected to boast exemplary coding capabilities.</li><li><strong>More conversational</strong> - As AI advances and scales greater heights, there's a rise in the number of conversational models emerging, featuring human-like traits that make the conversation seem more natural. This is in the tails of companies like Microsoft attempting to make Copilot a "real friend" and companion that can age.</li></ul><h2 id="gpt-s-rumoured-launch-date">GPT's rumoured launch date</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3gcWqixeFoSYT5sbAKysn" name="GettyImages-2166044664.jpg" alt="In this photo illustration OpenAI ChatGPT icon is displayed on a mobile phone screen in Ankara, Turkiye on August 13, 2024." src="https://cdn.mos.cms.futurecdn.net/3gcWqixeFoSYT5sbAKysn.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/3gcWqixeFoSYT5sbAKysn.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Anadolu)</span></figcaption></figure><p>Over the past few months, OpenAI hinted that it was going to launch GPT-5 soon. But recently, the company narrowed down the vague wait gap and indicated that it would imminently launch the much-anticipated AI model in August.</p><p>GPT-5 will ship in four different iterations:</p><ul><li><strong>gpt-5</strong>: Designed for logic and multi-step tasks.</li><li><strong>gpt-5-mini</strong>: A lightweight version for cost-sensitive applications.</li><li><strong>gpt-5-nano</strong>: Optimized for speed and ideal for applications requiring low latency.</li><li><strong>gpt-5-chat</strong>: Designed for advanced, natural, multimodal, and context-aware conversations for enterprise applications.</li></ul><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/what-have-we-done-openai-gpt-5-could-launch-in-a-few-hours-but-have-openai-ceo-sam-altmans-safety-concerns-been-addressed">OpenAI is reportedly getting ready to launch GPT-5 later today</a>. This news comes after a now-deleted GitHub blog post alluded as much. The AI firm is expected to announced the model's launch later today during a livestream at 10am PT / 1pm ET / 6pm BST.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman Raises Concerns: Is OpenAI Ready for GPT-5's Impact? ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/what-have-we-done-openai-gpt-5-could-launch-in-a-few-hours-but-have-openai-ceo-sam-altmans-safety-concerns-been-addressed</link>
                                                                            <description>
                            <![CDATA[ In a now-deleted GitHub blog post, OpenAI is slated to launch its long-anticipated GPT-5 model in four different versions, which boast major improvements across coding and reasoning. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aQu2UVhKzE4qjctUhpeERf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/AMhGszDqYegZMXreUzk8tm-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 07 Aug 2025 11:26:08 +0000</pubDate>                                                                                                                                <updated>Thu, 07 Aug 2025 21:10:03 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/AMhGszDqYegZMXreUzk8tm-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[GPT-5 seems imminent, for better or worse.]]></media:description>                                                            <media:text><![CDATA[Sam Altman in a courtroom setting]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman in a courtroom setting]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/AMhGszDqYegZMXreUzk8tm-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/software-apps/gpt-5-less-model-switching">GPT-5</a> is arguably the most anticipated and sought-after AI model from OpenAI. And for a good reason, too. The ChatGPT maker's CEO Sam Altman has previously spoken about the model in high regard, promising with<a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4"> "a high degree of scientific certainty"</a> that it's going to be smarter than the <a href="https://www.windowscentral.com/software-apps/openais-gpt-4-model-described-as-mildly-embarrassing-at-best-surpasses-professional-analysts-and-advanced-ai-models-in-forecasting-future-earnings-trends">mildly embarrassing at best GPT-4 model</a>.</p><p>While all this seems good on paper, the model's launch date has long puzzled users with multiple reports throwing random dates about the model's launch date in the air. But as it now seems, GPT-5's launch is imminent (via <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/gpt-5-accidentally-leaked-hours-before-openai-reveals-the-future-of-chatgpt">TechRadar</a>).</p><p>In a now-deleted GitHub blog post, OpenAI is slated to release the long-anticipated model in four different versions, featuring sophisticated capabilities across coding and reasoning. The models are also expected to sport an enhanced and improved user experience compared to its predecessors. </p><p>The four model variants will include:</p><ul><li><strong>gpt-5</strong>: Designed for logic and multi-step tasks.</li><li><strong>gpt-5-mini</strong>: A lightweight version for cost-sensitive applications.</li><li><strong>gpt-5-nano</strong>: Optimized for speed and ideal for applications requiring low latency.</li><li><strong>gpt-5-chat</strong>: Designed for advanced, natural, multimodal, and context-aware conversations for enterprise applications.</li></ul><p>According to the blog post, GPT-5 is:</p><p><em>"OpenAI's most advanced model, offering major improvements in reasoning, code quality, and user experience."</em></p><p>Details about OpenAI's soon-to-launch GPT-5 model remain slim at the moment, but the AI firm is slated to make more announcements later on today during its livestream at 10am PT / 1pm ET / 6pm BST.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">LIVE5TREAM THURSDAY 10AM PT<a href="https://twitter.com/cantworkitout/status/1953139020231569685">August 6, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Last week, Sam Altman expressed concern about GPT-5, citing the potential for its next-generation capabilities to outpace regulatory oversight. <em>"What have we done?"</em> he lamented.</p><p>If the AI firm unveils the model during the livestream, it could suggest that comprehensive safeguards have been implemented to prevent this anticipated apocalyptic scenario.</p><p>We'll be closely following the livestream. Be sure to stay tuned to Windows Central for all the latest announcements as they happen.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI's New 'Break Reminders' Aim to Protect Users from ChatGPT Overdependence ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-tells-chatgpt-users-to-take-a-break-altman-asks-what-have-we-done-just-days-before-gpt-5-launch</link>
                                                                            <description>
                            <![CDATA[ ChatGPT will now suggest breaks during long chats and avoid giving life advice as OpenAI tries to reduce emotional dependency on AI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vynjvFzUgi2BcatamSQpNb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 05 Aug 2025 13:18:51 +0000</pubDate>                                                                                                                                <updated>Fri, 08 Aug 2025 01:18:48 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ sean.endicott@futurenet.com (Sean Endicott) ]]></author>                    <dc:creator><![CDATA[ Sean Endicott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/wWPebJwXHCt2b2fMGNpqMG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Sean Endicott is a tech journalist at Windows Central primarily focused on Windows, Microsoft software, AI, and PCs. Dating back to the days of Windows Phone, Sean has long been intrigued by anything that turns the tech world on its head. If it folds, flips, or has multiple screens, Sean wants to get his hands on it.&lt;/p&gt;&lt;p&gt;Over the last decade, Sean covered the launches of Windows 10, Windows 11, and hundreds of devices made by Microsoft, Google, Meta, Dell, Lenovo, Razer, and many other companies. Sean was there for the launch of OpenAI’s ChatGPT and has followed closely as AI has been integrated into everything from smartphones to making videos.Between product announcements, Sean scours through patents and studies leaks to find out what’s on the way in the world of tech.&lt;/p&gt;&lt;p&gt;Sean’s journey into tech kicked off with the Lumia 930, which placed him squarely in the Microsoft ecosystem. Finding third-party apps out of necessity led Sean to build relationships with app developers. Those relationships sparked a career full of app reviews and behind-the-scenes looks at development.&lt;/p&gt;&lt;p&gt;Outside of writing, Sean coaches American football. His team’s back-to-back northern championships in the UK were powered, in part, by Microsoft services. His team&#039;s attendance is tracked in Excel. He uses Clipchamp for his highlight videos. Even Microsoft Forms plays a role when getting player feedback.&lt;/p&gt;&lt;p&gt;Sean studied broadcast journalism at Nottingham Trent University before joining us in the world of online news. You can find him on X (formerly Twitter) @Sean Endicott_ or on Threads at sean_endicott_.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Research indicates that overdependency on ChatGPT can negatively affect mental and emotional health.]]></media:description>                                                            <media:text><![CDATA[The X account of OpenAI CEO Sam Altman is displayed on a mobile phone with a ChatGPT logo.]]></media:text>
                                <media:title type="plain"><![CDATA[The X account of OpenAI CEO Sam Altman is displayed on a mobile phone with a ChatGPT logo.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The next time you talk with ChatGPT for too long, you may see a prompt to take a break. OpenAI is rolling out several features to encourage healthy use of its popular chatbot.</p><p>"You've been chatting for a while — is this a good time for a break?" reads one prompt. ChatGPT will now show reminders during long sessions.</p><p>While ChatGPT can be a useful tool, it also has potential consequences if overused. Research has indicated that overdependence on AI can <a href="https://www.windowscentral.com/software-apps/copilot-and-chatgpt-makes-you-dumb-new-microsoft-study">negatively impact critical thinking</a>, cause <a href="https://www.windowscentral.com/software-apps/does-chatgpt-make-you-stupid-mit-study-suggests-people-who-rely-on-ai-tools-are-worse-off">your brain to atrophy</a>, and <a href="https://www.windowscentral.com/software-apps/openai-an-excessive-dependency-on-chatgpt-can-lead-to-loneliness">make you lonely</a>.</p><p>With those risks, it's unsurprising that OpenAI would put policies in place to limit use of ChatGPT.</p><p><a href="https://openai.com/index/how-we're-optimizing-chatgpt/">OpenAI discussed</a> how AI can feel more personal and responsive than other technologies, alluding to the fact that an agreeable chatbot can contribute to a positive feedback loop.</p><p>"There have been instances where our 4o model fell short in recognizing signs of delusion or emotional dependency," said OpenAI.</p><p>Earlier this year, the tech giant <a href="https://www.windowscentral.com/software-apps/openai-sam-altman-admits-chatgpt-glazes-too-much">had to adjust ChatGPT</a> because the tool was too agreeable.</p><p>ChatGPT has now been trained to detect signs of mental or emotional distress and point people toward appropriate help. OpenAI CEO Sam Altman recently discussed why <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/we-havent-figured-that-out-yet-sam-altman-explains-why-using-chatgpt-as-your-therapist-is-still-a-privacy-nightmare">using ChatGPT as a therapist is a privacy nightmare</a>.</p><p>While there may come a time when ChatGPT acts like a therapist, for now it makes sense for the tool to guide users toward evidence-based resources.</p><p>If you ask ChatGPT for help with personal challenges, the tool will now ask questions and encourage you to weigh pros and cons rather than giving you a direct answer. OpenAI goes as far as to say, "ChatGPT shouldn’t give you an answer" when asked about a personal challenge.</p><p>OpenAI shared that it has convened advisory groups of mental health experts and worked with over 90 physicians to better train ChatGPT to spot and respond to signs of mental or emotional distress.</p><h2 id="should-we-be-afraid-of-chatgpt">Should we be afraid of ChatGPT?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="sKCYRaSVFLuD3n8RUHqx4g" name="GettyImages-2165348455.jpg" alt="OpenAI logo displayed on a laptop screen and ChatGPT on AppStore displayed on a phone screen are seen in this illustration photo taken in Poland on August 8, 2024." src="https://cdn.mos.cms.futurecdn.net/sKCYRaSVFLuD3n8RUHqx4g.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">ChatGPT will now remind you to take a break if you use the chatbot for too long. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt">OpenAI</a>'s GPT-5 is a highly anticipated AI model. Altman has raved about it for months, but he has also warned people about the technology.</p><p>In contrast to GPT-4, which <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admitted-gpt-4-kind-of-sucks-and-now-we-learn-the-ai-model-consumes-up-to-3-water-bottles-to-generate-a-mere-100-words">Altman said "kind of sucks," </a>GPT-5 is said to be smarter and that it "feels very fast."</p><p>But he also compared GPT-5, which could launch this month and be integrated into ChatGPT and other tools, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-is-afraid-of-openais-gpt-5-creation">to the Manhattan Project</a>:</p><p><em>"There are moments in the history of science where you have a group of scientists look at their creation and just say, you know, ‘What have we done?’"</em></p><p>Altman also warned that AI is developing so rapidly it could spiral out of control. "It feels like there are no adults in the room," said the CEO.</p><p>Some have called Altman's comments marketing speak, likening them to a salesman saying, "Our prices are so low they’re scary!"</p><p>Still, AI’s rapid development poses mental and emotional health risks, which is reflected in ChatGPT’s new prompts and reminders to take a break.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman is afraid of OpenAI's GPT-5 creation —  "The Manhattan Project feels very fast, like there are no adults in the room" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-is-afraid-of-openais-gpt-5-creation</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman indicated that GPT-5 "feels very fast" while comparing its development to the Manhattan Project while highlighting his fears and concerns over the company's development. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">9CvAKUsbt42rnb2FXe9GmR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/AtjUagqhUeKuVqzvfpyQSB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 31 Jul 2025 10:16:00 +0000</pubDate>                                                                                                                                <updated>Thu, 31 Jul 2025 13:28:27 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/AtjUagqhUeKuVqzvfpyQSB-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Sam Altman has been comparing GPT development to the Manhattan Project. ]]></media:description>                                                            <media:text><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., during the Federal Reserve Integrated Review of the Capital Framework for Large Banks Conference in Washington, DC, US, on Tuesday, July 22, 2025. The conference is meant to provide expert perspectives on the key pillars of the regulatory capital framework. Photographer: Al Drago/Bloomberg via Getty Images]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., during the Federal Reserve Integrated Review of the Capital Framework for Large Banks Conference in Washington, DC, US, on Tuesday, July 22, 2025. The conference is meant to provide expert perspectives on the key pillars of the regulatory capital framework. Photographer: Al Drago/Bloomberg via Getty Images]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/AtjUagqhUeKuVqzvfpyQSB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI's GPT-5 is arguably the most anticipated AI model in the history. As early as last year, CEO Sam Altman has been raving about its sophisticated capabilities, to an extent of <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">promising <em>"with a high degree of scientific certainty" </em>that GPT-5 will be smarter than GPT-4</a>.</p><p>For context, the executive is on record indicating that <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admitted-gpt-4-kind-of-sucks-and-now-we-learn-the-ai-model-consumes-up-to-3-water-bottles-to-generate-a-mere-100-words">GPT-4 <em>"kind of sucks"</em>,</a> further indicating that <a href="https://www.windowscentral.com/software-apps/openais-gpt-4-model-described-as-mildly-embarrassing-at-best-surpasses-professional-analysts-and-advanced-ai-models-in-forecasting-future-earnings-trends">the AI model is mildly embarrassing at best</a>, presumably comparing it to future iterations of the model like GPT-5. </p><div><blockquote><p>GPT-4 is the dumbest model any of you will ever have to use again, by a lot. It's important to ship early and often, and we believe in iterative deployment.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>While the ChatGPT maker has seemingly remained tight-lipped about the development of GPT-5, recent reports suggest that the company could be preparing for an August launch. </p><p>Speaking in a recent episode of the "<a href="https://www.youtube.com/watch?v=aYn8VKW6vXA">This Past Weekend with Theo Von" podcast</a>, OpenAI CEO Sam Altman indicated that the new model <em>"feels very fast"</em> while comparing its development to the Manhattan Project. </p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/aYn8VKW6vXA" allowfullscreen></iframe></div></div><p>Perhaps more concerning, the executive indicated that he was a tad nervous about the next-gen technology he'd championed to develop and release to the world. </p><p>According to Sam Altman:</p><p><em>"There are moments in the history of science, where you have a group of scientists look at their creation and just say, you know: ‘What have we done?"</em></p><p>The executive admitted that AI was advancing and scaling rapidly, potentially outpacing the oversights put in place to prevent the technology from spiraling out of control. <em>"it feels like there are no adults in the room,"</em> added Altman.</p><p>While Altman didn't categorically indicate what specifically raised his concern about GPT-5, it potentially suggests that the company is getting ready to ship a product that could pose an existential threat to humanity, as the AI firm doesn't seem to have a firm grasp or control over the model.</p><p>Interestingly, <a href="https://www.windowscentral.com/software-apps/sam-altman-ai-smart-enough-to-prevent-existential-doom">Sam Altman previously indicated that<strong> </strong>AI will be smart enough to prevent AI from causing existential doom</a>, and that<a href="https://www.windowscentral.com/software-apps/sam-altman-agi-will-come-sooner-than-anticipated"> the rising concern about the threat the technology poses to society won't be experienced at the AGI moment</a>. Instead,<a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-says-agi-would-have-whooshed-by-in-5-years"> it will whoosh by with surprisingly little societal impact</a>.</p><h2 id="could-gpt-5-be-openai-s-stepping-stone-to-agi">Could GPT-5 be OpenAI's stepping stone to AGI?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bvSoM2tJbRTwr8ySiPcRLT" name="GettyImages-1246745496" alt="ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand." src="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Is AI about to start really getting out of hand?  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | SOPA Images)</span></figcaption></figure><p>It's apparent that most tech firms chasing the AI bubble have a similar end goal, <a href="https://www.windowscentral.com/tag/agi">(AGI) or artificial general intelligence</a>. However, it is increasingly becoming difficult to get a straight definition, as every tech leader shares a different understanding of the term, seemingly making it a buzzword.</p><p>At the very least, <a href="https://www.windowscentral.com/microsoft/microsoft-to-invest-billions-of-dollars-into-openai">Microsoft's multi-billion-dollar partnership agreement with OpenAI</a> defines AGI as <a href="https://www.windowscentral.com/software-apps/a-leaked-document-suggests-openai-will-hit-agi-when-it-builds-an-ai-system-that-can-generate-up-to-usd100-billion-in-profit-but-the-chatgpt-maker-could-endure-a-massive-usd44-billion-loss-before-seeing-profit-in-2029-partly-due-to-microsoft-tie-up">a sophisticated AI system with the capability of generating up to $100 billion in profits</a>. By this definition, OpenAI stacks miles behind AGI as it is barely keeping its business operations afloat following <a href="https://www.windowscentral.com/software-apps/openai-could-be-on-the-brink-of-bankruptcy-in-under-12-months-with-projections-of-dollar5-billion-in-losses">recent bankruptcy reports</a>.</p><p><a href="https://www.windowscentral.com/software-apps/openai-ditching-for-profit-plan">OpenAI is under immense pressure from investors to evolve into a for-profit venture</a> by the end of this year or risk losing investor funding, which could open it up to <a href="https://www.windowscentral.com/software-apps/openai-reportedly-wants-to-buy-its-freedom-through-a-for-profit-restructuring-ticket-to-keep-hostile-takeovers-and-outside-interference-from-the-likes-of-microsoft-at-arms-length">outsider interference and hostile takeovers</a>. </p><p>Consequently, <a href="https://www.windowscentral.com/microsoft/salesforce-ceo-marc-benioffs-prediction-about-microsoft-and-openais-partnership-may-have-just-manifested">Microsoft's partnership with the AI firm is in the crosshairs</a>, with multiple reports alluding that Microsoft (OpenAI's largest backer with a $13.5 billion stake) is holding back its blessings to protect its best interest.</p><p>However, a separate report suggests that <a href="https://www.windowscentral.com/microsoft/microsoft-could-ditch-openais-high-stake-for-profit-talks-holding-out-is-microsofts-nuclear-option-and-they-are-just-making-openai-sweat">Microsoft is ready to walk away from the high-stakes negotiations</a> and ride out the rest of its partnership with OpenAI through 2030 as is. Still, OpenAI insiders claim <em>"holding out is Microsoft's nuclear option, and they are just making OpenAI sweat."</em></p><p>OpenAI is reportedly prepared to go to court, citing <a href="https://www.windowscentral.com/microsoft/openai-microsoft-partnership-tensions-boiling-anticompetitive">Microsoft's anti-competitive business practices</a>. Another report indicated that <a href="https://www.windowscentral.com/microsoft/openai-may-declare-agi-to-cut-ties-with-microsoft">the AI firm could declare AGI prematurely to sever its ties with Microsoft before 2030</a> by shipping an AI coding agent that supersedes the capabilities of an advanced human programmer, which would automatically cut the tech giant's access to its tech and sophisticated AI models.</p><p>Could this model have anything to do with GPT-5? That remains to be seen. Still, <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-aims-to-extend-its-openai-partnership-beyond-2030-even-after-achieving-agi">Microsoft is in advanced talks to extend its partnership with OpenAI beyond 2030</a>, even after the AI firm achieves the coveted AGI benchmark.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft Copilot looks set to gain GPT-5 access via new 'smart' chat mode — right alongside ChatGPT ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsoft-copilot-looks-set-to-gain-gpt-5-access-via-new-smart-chat-mode-right-alongside-chatgpt</link>
                                                                            <description>
                            <![CDATA[ OpenAI's GPT-5 generative AI model is expected to launch next month, and it looks like Copilot is set to gain access to it right alongside ChatGPT, as references to a new GPT-5 powered "Smart" chat mode have been spotted. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jDrkM8DeN8uEFRi94YdNd3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bniduuXBVcXLBxUTmPNDB4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 25 Jul 2025 12:35:59 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Microsoft Copilot]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ zac.bowden@futurenet.com (Zac Bowden) ]]></author>                    <dc:creator><![CDATA[ Zac Bowden ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/6RC9ueAi6NviJT5HVSiLMS.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Zac Bowden is a Senior Editor at Windows Central and has been with the site since 2016. His expertise is in exclusive coverage about Windows, Surface, and hardware. He&#039;s also an avid collector of rare Microsoft prototype devices, and was fortunate enough to daily drive both the fabled Lumia McLaren and Microsoft Band 3, along the Surface Mini and even Surface Neo. Keep in touch with him on &lt;a href=&quot;https://twitter.com/zacbowden&quot;&gt;Twitter&lt;/a&gt; and &lt;a href=&quot;https://threads.net/@zacbowden&quot;&gt;Threads!&lt;/a&gt;&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bniduuXBVcXLBxUTmPNDB4-1280-80.jpg">
                                                            <media:credit><![CDATA[Windows Central]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Copilot looks set for an upgrade with GPT-5.]]></media:description>                                                            <media:text><![CDATA[Windows 11 Copilot]]></media:text>
                                <media:title type="plain"><![CDATA[Windows 11 Copilot]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bniduuXBVcXLBxUTmPNDB4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/tag/microsoft-copilot">Microsoft Copilot</a> looks to be gearing up for <a href="https://www.windowscentral.com/tag/open-ai">OpenAI</a>’s next big generative AI model update, with <a href="https://www.windowscentral.com/software-apps/sam-altman-doubts-he-will-be-smarter-than-gpt-5">GPT-5</a> just around the corner. A new leak has revealed that the company is already testing GPT-5 options within the Copilot interface, suggesting that Copilot will gain access to GPT-5 right alongside <a href="https://www.windowscentral.com/tag/chatgpt">ChatGPT</a> once it’s announced.</p><p>Spotted by <a href="https://www.testingcatalog.com/microsoft-prepares-copilot-for-gpt-5-with-new-smart-mode-in-development/">TestingCatalog.com</a>, the Copilot app/website has a hidden chat mode dubbed “Smart” that suggests it will use GPT-5 to generate responses. The new mode is described as letting Copilot “think deeply or quickly based on the task.” Copilot has always had different chat modes, which utilize different AI models and capabilities.</p><p>The new Smart mode in Copilot looks like it will automatically alter its response strategy based on what the user is asking of it, reducing the need to manually switch between different chat modes, and streamlining the experience for casual users who might not know which mode is best for their query.</p><p>This new Smart mode also suggests that GPT-5 will support both reasoning and non-reasoning capabilities together, something OpenAI’s CEO Sam Altman has <a href="https://twitter.com/sama/status/1889755723078443244?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1889755723078443244%7Ctwgr%5E9e3d68c6d0bddbad9f162a948818c3d5447bf73d%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.testingcatalog.com%2Fmicrosoft-prepares-copilot-for-gpt-5-with-new-smart-mode-in-development%2F">hinted</a> was being worked on in the past.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">BREAKING 🚨: Microsoft is preparing Copilot for GPT-5 release with a new Smart Mode!"Smart Mode uses GPT-5 to think quickly or deeply"Was GPT-5 release delayed b/c of that? 👀 pic.twitter.com/xSXeHKBh24<a href="https://twitter.com/cantworkitout/status/1948522204226093073">July 24, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>OpenAI is expected to take the wraps off GPT-5 sometime in August, after an initial delay that pushed the launch from July. GPT-5 is expected to support multiple intelligence modes, with the free ChatGPT tier getting basic GPT-5 access, followed by Plus and Premium subscribers getting access to higher levels of intelligence.</p><p>It’s unclear which intelligence level Copilot will use, though it makes sense that Microsoft is eager to adopt GPT-5 as fast as possible. Microsoft wants to position Copilot as the AI assistant that just works, where the technology that powers is fades into the background. GPT-5 is expected to be a huge leap forward in this regard.</p><p>Microsoft and OpenAI share a special partnership that is <a href="https://www.windowscentral.com/microsoft/salesforce-ceo-marc-benioffs-prediction-about-microsoft-and-openais-partnership-may-have-just-manifested">reportedly rather strained at times</a>. Still, the partnership allows Microsoft to gain access to OpenAI’s new AI models as soon as they’re available, allowing quick implementation into its own products such as Copilot. </p><p>Copilot remains the best choice for users dipping their toes into the world of AI. If you’re not sure where to start, Microsoft is trying to position Copilot as the easiest generative AI assistant to use, with a friendly interface and focus on productivity-based workflows and experiences. </p><p>While ChatGPT is one of the most popular generative AI tools on the market, Copilot is built into every Windows PC on the planet, which makes it an easy entry point for many people who aren’t overly invested in how the technology works behind the scenes. </p><p><a href="https://www.windowscentral.com/software-apps/mustafa-suleyman-confirms-off-frontier-ai-models-behind-openai">Microsoft is  also working on its own generative AI models</a> that might eventually replace GPT within Copilot, but the company clearly isn’t ready to do that just yet, and it also doesn’t need to, as the partnership between it and OpenAI ensures Microsoft has access to the best generative AI models from OpenAI at all times.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ GPT-5 should have a higher "degree of scientific certainty" than the current ChatGPT — but with less model switching ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/gpt-5-less-model-switching</link>
                                                                            <description>
                            <![CDATA[ GPT-5 will be able to achieve everything the ChatGPT maker's current versions can, but with less switching between its AI models. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ghridANiTPYE5rEWTVcyQd</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 20 May 2025 09:54:57 +0000</pubDate>                                                                                                                                <updated>Tue, 20 May 2025 09:55:54 +0000</updated>
                                                                                                                                            <category><![CDATA[Software Apps]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman on X.]]></media:description>                                                            <media:text><![CDATA[The X account of OpenAI CEO Sam Altman is displayed on a mobile phone with a ChatGPT logo.]]></media:text>
                                <media:title type="plain"><![CDATA[The X account of OpenAI CEO Sam Altman is displayed on a mobile phone with a ChatGPT logo.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>There's been a lot of hype building around OpenAI's long-anticipated GPT-5 model over the past few years. This can mostly be attributed to the slim details about the AI model that have slipped through the cracks.</p><p>In 2024, OpenAI CEO Sam Altman promised "with a high degree of scientific certainty" that <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">GPT-5 will be smarter than the "mildly embarrassing at best" GPT-4</a>. The executive further indicated that ChatGPT would sport better performance and accuracy once the model ships.</p><p>According to Sam Altman:</p><p><em>"GPT-4 is the dumbest model any of you will ever have to use again by a lot."</em></p><p>More recently, the company revealed its plans for GPT-5 during <a href="https://www.reddit.com/r/ChatGPT/comments/1ko3tp1/ama_with_openai_codex_team/">an AMA (ask me anything) session on Reddit</a>. The session was primarily centered on OpenAI's new AI coding assistant, <a href="https://openai.com/index/introducing-codex/">Codex</a>, designed to help developers navigate and automate common software engineering workflows.</p><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/ChatGPT/comments/1ko3tp1/ama_with_openai_codex_team">AMA with OpenAI Codex team</a> from <a href="https://www.reddit.com/r/ChatGPT">r/ChatGPT</a></blockquote><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><p>While responding to a question about how GPT-5 will work once it ships alongside tools like Visual Code and whether it would be able to do things for humans on computers like creating documents and organizing files, OpenAI's Vice President of Research, Jerry Tworek, indicated:</p><p><em>"GPT-5 is our next foundational model that is meant to just make everything our models can currently do better and with less model switching."</em></p><p>The executive further indicated that OpenAI already offers a product that can help users automate several tasks on their PCs, dubbed "Operator". He added that while the tool is still in preview, the ChatGPT maker plans to ship a significant upgrade for the product, which will make it more useful.</p><p>Interestingly, the executive indicated that the company would eventually develop a unified user experience, making <a href="https://www.windowscentral.com/software-apps/openai-ships-deep-research-for-all-paying-chatgpt-users-plus-subscription">Deep Research</a>, <a href="https://www.windowscentral.com/software-apps/openai-will-reportedly-join-the-microsoft-salesforce-ai-agentic-war-with-operator-in-january-2025-i-think-2025-is-going-to-be-the-year-that-agentic-systems-finally-hit-the-mainstream">Operator</a>, Codex, and Memory accessible in one convenient location.</p><p>This news comes a little over a month after <a href="https://www.windowscentral.com/software-apps/openai-discontinues-gpt-4-for-gpt-4o-in-chatgpt">OpenAI announced its plans to retire GPT-4 from ChatGPT</a>, effective April 20, 2025, replacing it with GPT-4o. However, it doesn't come as a surprise, as Sam Altman hasn't always been GPT-4's biggest fan. He even admitted that the model "<a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">kind of sucks</a>."</p><p>Elsewhere, OpenAI CEO <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-suggests-gpt-5-may-work-like-a-virtual-brain">Sam Altman revealed that GPT-5 might work like a virtual brain</a> with deeper thinking capabilities. Interestingly, he even suggested that <a href="https://www.windowscentral.com/software-apps/sam-altman-doubts-he-will-be-smarter-than-gpt-5">the AI-powered model might be smarter than he is</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman believes AGI is "achievable with current hardware" — but it could absurdly require "$7 trillion and many years to build 36 semiconductor plants and additional data centers" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/sam-altman-believes-agi-is-achievable-with-current-hardware</link>
                                                                            <description>
                            <![CDATA[ In a recent Reddit AMA (ask me anything) session, OpenAI CEO Sam Altman and other top executives discussed intricate details about the company's future and upcoming products and services. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">LNtGF8WrEWv4fHe665p2uE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3gcWqixeFoSYT5sbAKysn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 04 Nov 2024 10:51:18 +0000</pubDate>                                                                                                                                <updated>Tue, 01 Jul 2025 15:38:56 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3gcWqixeFoSYT5sbAKysn-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Anadolu]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI icon is displayed on a mobile phone screen in Ankara]]></media:description>                                                            <media:text><![CDATA[In this photo illustration OpenAI icon is displayed on a mobile phone screen in Ankara, Turkiye on August 13, 2024.]]></media:text>
                                <media:title type="plain"><![CDATA[In this photo illustration OpenAI icon is displayed on a mobile phone screen in Ankara, Turkiye on August 13, 2024.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3gcWqixeFoSYT5sbAKysn-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <h2 id="what-you-need-to-know">What you need to know</h2><ul><li>OpenAI top executives, including CEO Sam Altman and CPO Kevin Weil, recently held a Reddit AMA (ask me anything) session, discussing the company's future.</li><li>Sam Altman indicated he believes the AGI benchmark is achievable with current hardware.</li><li>ChatGPT performing tasks by itself is part of OpenAI's big theme in 2025.</li></ul><p>"GPT-4 is the dumbest model any of you will ever have to use again, by a lot. It's important to ship early and often, and we believe in iterative deployment," says OpenAI CEO Sam Altman. Over the past few months, Altman has subtly thrown shade at the company's GPT-4 model, admitting that it "<a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">kind of sucks</a>" and is "mildly embarrassing at best."</p><p>Sam Altman's remarks have built a lot of hype around OpenAI's flagship models. He even promised "with a high degree of scientific certainty" that <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">GPT-5 would be smarter than GPT-4</a>. However, as it now seems, we might have to wait longer for the scientific marvel.</p><p>In <a href="https://www.reddit.com/r/ChatGPT/comments/1ggixzy/ama_with_openais_sam_altman_kevin_weil_srinivas/">a recent Reddit AMA</a> (ask me anything) session, OpenAI CEO Sam Altman and other top executives discussed intricate details about the company's future and upcoming products and services. </p><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/ChatGPT/comments/1ggixzy/ama_with_openais_sam_altman_kevin_weil_srinivas">AMA with OpenAI’s Sam Altman, Kevin Weil, Srinivas Narayanan, and Mark Chen</a> from <a href="https://www.reddit.com/r/ChatGPT">r/ChatGPT</a></blockquote><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><p>“We have some very good releases coming later this year! Nothing that we are going to call GPT-5, though," indicated OpenAI CEO Sam Altman while responding to whether the rumored GPT-5 model is in development and potentially getting ready to ship.</p><p>This comes after rumors swirling around the windmill last month indicated that OpenAI was getting ready to ship p a next-gen frontier AI model code-named Orion in December. Sam Altman quickly responded to the claims, branding them as "fake news."</p><p>As you may know, OpenAI is potentially <a href="https://www.windowscentral.com/software-apps/openais-gpt-4-successor-might-not-be-gpt-5">moving away from the traditional naming of its models</a>. Therefore, the ChatGPT maker could ship the model under a different moniker. Sam Altman indicated <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-suggests-gpt-5-may-work-like-a-virtual-brain">GPT-4's successor would be smarter and function like a "virtual brain."</a></p><h2 id="a-bright-future-for-openai-and-chatgpt">A bright future for OpenAI and ChatGPT?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="sKCYRaSVFLuD3n8RUHqx4g" name="GettyImages-2165348455.jpg" alt="OpenAI logo displayed on a laptop screen and ChatGPT on AppStore displayed on a phone screen are seen in this illustration photo taken in Poland on August 8, 2024." src="https://cdn.mos.cms.futurecdn.net/sKCYRaSVFLuD3n8RUHqx4g.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/sKCYRaSVFLuD3n8RUHqx4g.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">OpenAI logo displayed on a laptop screen and ChatGPT on AppStore </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>ChatGPT could feature a hands-free way to end voice conversations in the future. "I love this idea. Sharing with the team now!," indicated OpenAI's Chief Product Officer (CPO) Kevin Weil when a user requested the feature highlighted above. </p><p>When asked about surprises during <a href="https://www.windowscentral.com/software-apps/a-week-since-launch-openais-chatgpt-has-shown-the-power-and-horror-of-ai">ChatGPT's launch</a>, OpenAI CEO Sam Altman indicated:</p><p><em>"The big one was how much people liked it. The early version of the product was a very, very larval prototype. Now it's pretty good, but it sure wasn't then. It wasn't very accurate, it didn't have many features, it went down all the time, etc. And yet people found enough value to stick with it."</em></p><p>As you may know, ChatGPT was launched on November 30, 2022, meaning the AI-powered tool will be turning 2 this year. As part of its second birthday celebration, Weil indicated the tool will get more GPUs to power its advanced and sophisticated capabilities. </p><p>Earlier this year, OpenAI debuted in the search landscape with a temporary prototype search tool called <a href="https://www.windowscentral.com/software-apps/despite-bankruptcy-scares-openai-enters-the-search-engine-fold-to-rival-google-and-microsoft-with-sam-altman-indicating-that-there-is-room-to-make-search-much-better-than-it-is-today">SearchGPT</a>. In the AMA session, OpenAI CEO Sam Altman indicated that the tool stands out from typical search tools like Google or Bing because:</p><p><em>"For many queries, I find it to be a way faster/easier way to get the information I'm looking for. I think we'll see this, especially for queries that require more complex research. I also look forward to a future where a search query can dynamically render a custom web page in response!"</em></p><p><strong>Related:</strong> <a href="https://www.windowscentral.com/software-apps/openais-new-google-killer-feature-is-sam-altmans-favorite-since-chatgpt-shipped-it-has-probably-doubled-my-usage-over-the-past-few-weeks">OpenAI launches ChatGPT search to take on Google</a></p><p>As <a href="https://www.windowscentral.com/software-apps/microsofts-windows-agent-arena-brings-ai-assistants-keyboard-deep-to-windows-pcs-but-there-are-concerns">AI Agents</a> gain traction, OpenAI says ChatGPT will be able to perform tasks on its own. The firm confirmed it will be "a big theme in 2025." Finally, while responding to whether achieving AGI with known hardware is possible. Sam Altman indicated he believes <a href="https://www.windowscentral.com/software-apps/the-ai-revolution-wont-require-new-hardware-claims-openai-ceo">the feat is possible with current hardware</a>. Altman was ironically branded a "<a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-branded-podcasting-bro-for-his-reportedly-absurd-plan">podcasting bro</a>" after indicating it would "take $7 trillion and many years to build 36 semiconductor plants and additional data centers" to fulfill his AI vision. </p><h2 class="article-body__section" id="section-the-best-early-black-friday-deals"><span>🎃The best early Black Friday deals🦃</span></h2><ul><li><strong>🎮Lenovo Legion Go (512GB) | </strong><a href="https://www.bestbuy.com/site/lenovo-legion-go-8-8-144hz-wqxga-gaming-handheld-amd-ryzen-z1-extreme-16gb-with-512-gb-ssd-shadow-black/6559605.p?skuId=6559605" target="_blank"><strong>$499.99 at Best Buy (Save $200!)</strong></a></li><li><strong>🖥️ABS Cyclone Desktop (RTX 4060) | </strong><a href="https://www.newegg.com/p/N82E16883360539" target="_blank"><strong>$1,099.99 at Newegg (Save $400!)</strong></a></li><li><strong></strong><a href="https://www.amazon.com/dp/B0CV1VL18C?th=1" target="_blank"><strong></strong></a><a href="https://www.amazon.com/dp/B0CV1VL18C?th=1" target="_blank"><strong></strong></a>💻<strong>ASUS ROG Zephyrus G14 (RTX 4060) | </strong><a href="https://www.bestbuy.com/site/asus-rog-zephyrus-g14-14-oled-3k-120hz-gaming-laptop-amd-ryzen-9-8945hs-16gb-lpddr5x-nvidia-geforce-rtx-4060-1tb-ssd-platinum-white/6570270.p?skuId=6570270" target="_blank"><strong>$1,249.99 at Best Buy (Save $350!)</strong></a><a href="https://www.dell.com/en-us/shop/dell-laptops/alienware-m16-r2-gaming-laptop/spd/alienware-m16-r2-laptop/useashctom16r204" target="_blank"><strong></strong></a></li><li><a href="https://www.dell.com/en-us/shop/dell-laptops/alienware-m16-r2-gaming-laptop/spd/alienware-m16-r2-laptop/useashctom16r204" target="_blank"><strong></strong></a>📺<strong>HP Omen 27qs (QHD, 240Hz) | </strong><a href="https://www.bestbuy.com/site/hp-omen-27-ips-led-qhd-240hz-freesync-and-g-sync-compatible-gaming-monitor-with-hdr-displayport-hdmi-usb-black/6536814.p?skuId=6536814" target="_blank"><strong>$349.99 at Best Buy (Save $80!)</strong></a></li><li><a href="https://www.dell.com/en-us/shop/dell-computer-laptops/xps-16-laptop/spd/xps-16-9640-laptop/usexchbts9640gvmr" target="_blank"><strong></strong></a><strong>🔊2.1ch Soundbar for TVs & Monitors | </strong><a href="https://goto.walmart.com/c/1943169/565706/9383?subId1=wp-us-4338666604347238024&sharedId=wp-us&u=https%3A%2F%2Fwww.walmart.com%2Fip%2FVEAT00L-2-1ch-Sound-Bars-TV-Soundbar-Subwoofer-Wired-Wireless-Bluetooth-5-0-3D-Surround-Speakers-Optical-HDMI-AUX-RCA-USB-Connection-Wall-Mountable-R%2F1274724349" target="_blank"><strong>$44.99 at Walmart (Save $55!)</strong></a><strong></strong><a href="https://www.hp.com/us-en/shop/pdp/omen-transcend-gaming-laptop-14t-fb000-14-8x1h0av-1" target="_blank"><strong></strong></a><a href="https://www.dell.com/en-us/shop/dell-computer-laptops/g16-gaming-laptop/spd/g-series-16-7630-laptop/useghbto7630gxbs_wc?view=configurations" target="_blank"><strong></strong></a></li><li><a href="https://www.dell.com/en-us/shop/dell-computer-laptops/g16-gaming-laptop/spd/g-series-16-7630-laptop/useghbto7630gxbs_wc?view=configurations" target="_blank"><strong></strong></a>🎧<strong>Sennheiser Momentum 4 ANC | </strong><a href="https://www.amazon.com/Sennheiser-Consumer-Audio-Momentum-Headphones/dp/B0B6GHW1SX?th=1"><strong>$229.95 at Amazon (Save $170!)</strong></a></li><li><strong>📺LG C4 OLED 4K TV (42-inches) | </strong><a href="https://www.bestbuy.com/site/lg-42-class-c4-series-oled-evo-4k-uhd-smart-webos-tv-2024/6578050.p?skuId=6578050" target="_blank"><strong>$999.99 at Best Buy (Save $400!)</strong></a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman claims superintelligence might only be "a few thousand days" away from OpenAI's doorstep, but there are a lot of details to figure out ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/sam-altman-claims-superintelligence-might-only-be-a-few-thousand-days-away</link>
                                                                            <description>
                            <![CDATA[ In a new blog dubbed The Intelligence Age, OpenAI CEO Sam Altman indicates, "It is possible that we will have superintelligence in a few thousand days (!); it may take longer, but I’m confident we’ll get there." ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6pBhdgJFkQWxfFQLwhpG38</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JznWM9cAgcvT484sKGykVo-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 25 Sep 2024 08:56:17 +0000</pubDate>                                                                                                                                <updated>Tue, 01 Jul 2025 15:28:16 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JznWM9cAgcvT484sKGykVo-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Sam Altman, chief executive officer of OpenAI, during the Asia-Pacific Economic Cooperation (APEC) CEO Summit in San Francisco, California, US, on Thursday, Nov. 16, 2023.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, chief executive officer of OpenAI, during the Asia-Pacific Economic Cooperation (APEC) CEO Summit in San Francisco, California, US, on Thursday, Nov. 16, 2023.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, chief executive officer of OpenAI, during the Asia-Pacific Economic Cooperation (APEC) CEO Summit in San Francisco, California, US, on Thursday, Nov. 16, 2023.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JznWM9cAgcvT484sKGykVo-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <h2 id="what-you-need-to-know-2">What you need to know</h2><ul><li>OpenAI CEO Sam Altman says superintelligence might only be "a few thousand days" away.</li><li>Altman claims that AI will get better with scale and will help make meaningful improvements to the lives of people around the world, including fixing the environment, but a lot still needs to be done.</li><li>A former OpenAI researcher warned that the firm wouldn't know how to handle AGi and all it entails. </li></ul><p>With the rapid prevalence of AI and the broad adoption of its tools, there has been a growing concern about <a href="https://www.windowscentral.com/software-apps/as-the-ai-grim-reaper-haunts-more-creative-jobs-openais-cto-says-maybe-they-shouldnt-have-existed-in-the-first-placeif-it-is-not-very-high-quality">job security</a>, <a href="https://www.windowscentral.com/software-apps/ai-safety-researcher-warns-theres-a-99999999-probability-ai-will-end-humanity-but-elon-musk-conservatively-dwindles-it-down-to-20-and-says-it-should-be-explored-more-despite-inevitable-doom">the possible extinction of humanity</a>, and other critical issues. Close watchers of the technology like Elon Musk claim the world is on the verge of <a href="https://www.windowscentral.com/software-apps/elon-musk-the-verge-of-ai-revolution-no-power">the biggest technological breakthrough with A</a>I, However, <a href="https://www.windowscentral.com/software-apps/a-new-report-reveals-that-chatgpt-exorbitantly-consumes-electricity">there might not be enough electricity to power its advances</a>.</p><p>We recently learned that AI tools like Copilot and ChatGPT consume large amounts of water for cooling — <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admitted-gpt-4-kind-of-sucks-and-now-we-learn-the-ai-model-consumes-up-to-3-water-bottles-to-generate-a-mere-100-words">up to 3 water bottles to generate a mere 100 words</a>. Despite the highlighted issues, OpenAI CEO Sam Altman has expressed his aspirations for achieving artificial general intelligence (AGI). However, a former researcher for the ChatGPT maker warned that <a href="https://www.windowscentral.com/software-apps/a-former-openai-researcher-claims-the-chatgpt-maker-could-be-on-the-precipice-of-achieving-agi">the AI firm wouldn&apos;t know how to handle all that it entails</a>. </p><p>In a new blog dubbed <a href="https://ia.samaltman.com/">The Intelligence Age</a>, Sam Altman indicates:</p><p><em>"It is possible that we will have superintelligence in a few thousand days (!); it may take longer, but I’m confident we’ll get there."</em></p><p>The CEO used the rapid advancement of deep learning and its power in general as the basis for his claims. "That’s really it; humanity discovered an algorithm that could really, truly learn any distribution of data (or really, the underlying “rules” that produce any distribution of data)," added Altman. "To a shocking degree of precision, the more compute and data available, the better it gets at helping people solve hard problems."</p><p>In the past few months, top officials at the firm have made strong claims about the progression of their AI models and products. While at the 27th annual Milken Institute Global Conference, <a href="https://www.windowscentral.com/software-apps/openai-executive-chatgpt-will-seem-laughably-bad-within-12-months">OpenAI COO Brad Lightcap indicated</a>:</p><p><em>"In the next couple of 12 months, I think the systems that we use today will be laughably bad. We think we&apos;re going to move toward a world where they&apos;re much more capable."</em></p><p>On another account, Sam Altman indicated:</p><div><blockquote><p>GPT-4 is the dumbest model any of you will ever have to use again by a lot. It's important to ship early and often and we believe in iterative deployment.</p></blockquote></div><p>He even <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">promised with a high scientific degree</a> that OpenAI&apos;s GPT-5 model would be smarter than GPT-4, which he admitted: "<a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">kind of sucks</a>." </p><h2 id="superintelligence-is-no-walk-in-the-park">Superintelligence is no walk in the park</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Li6ishbDQkw9Po3Jkwcz5Z" name="Sam Altman.jpg" alt="Sam Altman" src="https://cdn.mos.cms.futurecdn.net/Li6ishbDQkw9Po3Jkwcz5Z.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/Li6ishbDQkw9Po3Jkwcz5Z.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Sam Altman </span><span class="credit" itemprop="copyrightHolder">(Image credit: Bloomberg via Getty Images)</span></figcaption></figure><p>While OpenAI CEO Sam Altman is focused on achieving superintelligence, he admits it&apos;s going to be an uphill task:</p><p><em>"There are a lot of details we still have to figure out, but it’s a mistake to get distracted by any particular challenge. Deep learning works, and we will solve the remaining problems."</em></p><p>And despite the challenges, Altman categorically indicates that AI will get better with scale. Consequently, it will "lead to meaningful improvements to the lives of people around the world," including fixing the climate, the discovery of all of physics, and more. </p><p>This news comes after <a href="https://www.windowscentral.com/software-apps/chatgpt4o-may-have-5-new-voices-but-former-openai-staffers-are-reportedly-being-coerced-to-sign-ndas-or-risk-losing-vested-equity-worth-millions-of-dollars">a handful of OpenAI&apos;s super alignment team recently departed from the AI firm</a>, including co-founder and Chief Scientist Ilya Sutskever, who announced he was <a href="https://www.windowscentral.com/software-apps/sam-altman-is-a-genius-master-class-strategist">departing from the firm to focus on a project that was "personally meaningful"</a> — <a href="https://www.windowscentral.com/software-apps/former-openai-co-founder-raises-a-billion-for-safety-focused-firm">Superintelligence Inc</a>.</p><p>OpenAI has been accused of prioritizing shiny products over safety processes, with former employees even referring to it as the "<a href="https://www.windowscentral.com/software-apps/former-openai-employee-the-titanic-of-ai">Titanic of AI</a>." Moreover, <a href="https://www.windowscentral.com/software-apps/openai-reportedly-sent-rsvps-for-gpt-4os-launch-party-even-before-testing-began">the ChatGPT maker reportedly sent invitations to GPT-4o&apos;s launch before testing took place</a>, pressuring the safety team to scheme through the entire process to meet the assigned deadline in under one week. </p><p>Elsewhere, <a href="https://www.windowscentral.com/software-apps/elon-musk-sues-openai-and-sam-altman-again-citing-involvement-in-racketeering-activities-the-previous-suit-lacked-teeth">OpenAI was recently dragged back to court by Elon Musk</a> over a stark betrayal of its founding mission and alleged racketeering activities. It remains unseen how OpenAI plans to handle the wide array of issues as it edges closer to superintelligence. </p><h2 class="article-body__section" id="section-the-best-early-black-friday-deals"><span>🎃The best early Black Friday deals🦃</span></h2><ul><li><strong>🕹️Xbox Game Pass Ultimate (3-months) |</strong> <a href="https://cdkeys.pxf.io/c/221109/1566025/18216?subId1=wp-us-1145092032432943608&sharedId=wp-us&u=https%3A%2F%2Fwww.cdkeys.com%2Fxbox-live%2F3-month-xbox-game-pass-ultimate-xbox-one-pc" target="_blank"><strong>$31.59 at CDKeys (Save $17!)</strong></a></li><li><strong>💻Samsung Galaxy Book4 Edge (X Elite) | </strong><a href="https://shop-links.co/link?skuId=6583789&publisher_slug=future&exclusive=1&u1=wp-us-1243417393175202486&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsamsung-galaxy-book4-edge-copilot-pc-14-amoled-touch-screen-laptop-snapdragon-x-elite-16gb-memory-512gb-storage-sapphire-blue%2F6583789.p%3FskuId%3D6583789&article_name=Logitech%20just%20announced%20a%20bunch%20of%20new%20gaming%20accessories%2C%20including%20long%20awaited%20Superlight%202%20and%20G915%20sequels%20%7C%20Windows%20Central&article_url=https%3A%2F%2Fwww.windowscentral.com%2Faccessories%2Flogitech-g-announcements-logi-play-2024" target="_blank"><strong>$899.99 at Best Buy (Save $450!)</strong></a></li><li><strong>🎮Razer Wolverine V2 Chroma (Xbox & PC) | </strong><a href="https://target.georiot.com/Proxy.ashx?tsid=8428&GR_URL=https%3A%2F%2Famazon.com%2Fdp%2FB09CKFSRK7%3Fth%3D1%26tag%3Dhawk-future-20%26ascsubtag%3Dwp-us-8866779940571747131-20" target="_blank"><strong>$99.99 at Amazon (Save $50!)</strong></a></li><li><strong>🕹️Starfield Premium Upgrade (Xbox & PC) | </strong><a href="https://cdkeys.pxf.io/c/221109/1566025/18216?subId1=wp-us-8838263737935961961&sharedId=wp-us&u=https%3A%2F%2Fwww.cdkeys.com%2Fstarfield-premium-edition-upgrade-xbox-series-x-s-pc-us" target="_blank"><strong>$27.69 at CDKeys (Save $7!)</strong></a></li><li><strong>💻ASUS Vivobook S 15 (X Elite) | </strong><a href="https://target.georiot.com/Proxy.ashx?tsid=8428&GR_URL=https%3A%2F%2Famazon.com%2Fdp%2FB0CWJY4YWF%3Fth%3D1%26tag%3Dhawk-future-20%26ascsubtag%3Dwp-us-5232011174258735071-20" target="_blank"><strong>$955 at Amazon (Save $345!)</strong></a></li><li><strong>🕹️Final Fantasy XVI (PC, Steam) | </strong><a href="https://cdkeys.pxf.io/c/221109/1566025/18216?subId1=wp-us-5535752442474666957&sharedId=wp-us&u=https%3A%2F%2Fwww.cdkeys.com%2Fpc%2Ffinal-fantasy-xvi-pc-steam" target="_blank"><strong>$43.79 at CDKeys (Save $6!)</strong></a></li><li><strong>💻Lenovo ThinkPad X1 Carbon | </strong><a href="https://lenovo.7eer.net/c/221109/218864/3808?subId1=wp-us-5696896837807686169&sharedId=wp-us&u=https%3A%2F%2Fwww.lenovo.com%2Fus%2Fen%2Fp%2Flaptops%2Fthinkpad%2Fthinkpadx1%2Fthinkpad-x1-carbon-gen-12-14-inch-intel%2F21kc0049us" target="_blank"><strong>$1,481.48 at Lenovo (Save $1,368!)</strong></a></li><li><strong>🎮 Seagate Xbox Series X|S Card (2TB) | </strong><a href="https://shop-links.co/link?skuId=6477864&publisher_slug=future&exclusive=1&u1=wp-us-1392067791322342768&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fseagate-2tb-storage-expansion-card-for-xbox-series-xs-internal-nvme-ssd-black%2F6477864.p%3FskuId%3D6477864&article_name=Logitech%20just%20announced%20a%20bunch%20of%20new%20gaming%20accessories%2C%20including%20long%20awaited%20Superlight%202%20and%20G915%20sequels%20%7C%20Windows%20Central&article_url=https%3A%2F%2Fwww.windowscentral.com%2Faccessories%2Flogitech-g-announcements-logi-play-2024" target="_blank"><strong>$249.99 at Best Buy (Save $110!)</strong></a></li><li><strong>🕹️Hi-Fi RUSH (PC, Steam) | </strong><a href="https://cdkeys.pxf.io/c/221109/1566025/18216?subId1=wp-us-9648679548061026327&sharedId=wp-us&u=https%3A%2F%2Fwww.cdkeys.com%2Fhi-fi-rush-pc-steam" target="_blank"><strong>$8.49 at CDKeys (Save $22!)</strong></a></li><li><strong>💻HP Victus 15.6 (RTX 4050) | </strong><a href="https://goto.walmart.com/c/1943169/565706/9383?subId1=wp-us-7327435879295867387&sharedId=wp-us&u=https%3A%2F%2Fwww.walmart.com%2Fip%2FHP-Victus-15-6-inch-FHD-144Hz-Gaming-Laptop-AMD-Ryzen-5-8645HS-NVIDIA-GeForce-RTX-4050-8GB-DDR4-512GB-SSD-Mica-Silver-2024%2F5395277312" target="_blank"><strong>$599 at Walmart (Save $380!)</strong></a></li><li><strong>🫙Seagate HDD Starfield Edition (2TB) | </strong><a href="https://shop-links.co/link?skuId=6547406&publisher_slug=future&exclusive=1&u1=wp-us-1322480858919028182&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fseagate-starfield-special-edition-game-drive-for-xbox-2tb-external-usb-3-2-gen-1-portable-hard-drive-white%2F6547406.p%3FskuId%3D6547406&article_name=Logitech%20just%20announced%20a%20bunch%20of%20new%20gaming%20accessories%2C%20including%20long%20awaited%20Superlight%202%20and%20G915%20sequels%20%7C%20Windows%20Central&article_url=https%3A%2F%2Fwww.windowscentral.com%2Faccessories%2Flogitech-g-announcements-logi-play-2024" target="_blank"><strong>$79.99 at Best Buy (Save $30!)</strong></a></li><li><strong>🖱️Razer Basilisk V3 Wired Mouse | </strong><a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=wp-us-7961875816374558068&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Frazer-basilisk-v3-wired-optical-gaming-mouse-with-chroma-rbg-lighting-black%2F6475703.p&article_name=Logitech%20just%20announced%20a%20bunch%20of%20new%20gaming%20accessories%2C%20including%20long%20awaited%20Superlight%202%20and%20G915%20sequels%20%7C%20Windows%20Central&article_url=https%3A%2F%2Fwww.windowscentral.com%2Faccessories%2Flogitech-g-announcements-logi-play-2024" target="_blank"><strong>$44.99 at Best Buy (Save $25!)</strong></a></li><li><strong>🕹️Days Gone (PC, Steam) | </strong><a href="https://cdkeys.pxf.io/c/221109/1566025/18216?subId1=wp-us-4205523973502651133&sharedId=wp-us&u=https%3A%2F%2Fwww.cdkeys.com%2Fpc%2Fdays-gone-pc-steam" target="_blank"><strong>$10.19 at CDKeys (Save $39!)</strong></a></li><li><strong>🖥️Lenovo ThinkStation P3 (Core i5 vPro) | </strong><a href="https://lenovo.7eer.net/c/221109/218864/3808?subId1=wp-us-8435576678930143570&sharedId=wp-us&u=https%3A%2F%2Fwww.lenovo.com%2Fus%2Fen%2Fp%2Fworkstations%2Fthinkstation-p-series%2Fthinkstation-p3-tiny-workstation%2F30h00015us" target="_blank"><strong>$879.00 at Lenovo (Save $880!)</strong></a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI CEO Sam Altman anticipates GPT-5 as a “significant leap forward” over GPT-4, which occasionally “goes off the rails” with mistakes even a six-year-old wouldn’t make  ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/sam-altman-anticipates-gpt-5-as-a-significant-leap-forward</link>
                                                                            <description>
                            <![CDATA[ OpenAI's new GPT-5 AI model promises better capabilities and performance, but we'll have to wait a tad longer for it to ship to general availability. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YAg8cZ67sJggD7XQrC7Dhb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/mB3xUYLHRmWCzzjrnygTPL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 01 Jul 2024 11:12:55 +0000</pubDate>                                                                                                                                <updated>Tue, 01 Jul 2025 15:31:31 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/mB3xUYLHRmWCzzjrnygTPL-1280-80.jpg">
                                                            <media:credit><![CDATA[All-in Podcast]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Sam Altman on the All-in Podcast in May 2024]]></media:description>                                                            <media:text><![CDATA[Sam Altman on the All-in Podcast in May 2024]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman on the All-in Podcast in May 2024]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/mB3xUYLHRmWCzzjrnygTPL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <h2 id="what-you-need-to-know-3">What you need to know</h2><ul><li>OpenAI CEO says GPT-5 will be a significant leap forward over its predecessor.</li><li>GPT-5 is currently in the early development phase and there's still a lot of work to do on it."</li><li>The model's official launch date remains unclear, though a report suggests it could be in the summer.</li></ul><p>There&apos;s been a lot of hype around OpenAI launching its <a href="https://www.windowscentral.com/tag/gpt-5">much-anticipated GPT-5 model</a>. Many users expected the ChatGPT maker to ship the AI model during its Spring Update event. However, the company launched <a href="https://www.windowscentral.com/software-apps/openai-announces-gpt-4o-promising-gpt-level-intelligence-to-everyone-including-free-users">a new flagship GPT-4o model</a>, described as magical by OpenAI CEO Sam Altman.</p><p>But as it now seems, we might have to wait a tad longer. In <a href="https://youtu.be/Syt39QvVGOk?t=4187">a broad interview at the Aspen Ideas Festival</a>, Sam Altman talked about developing "GPT-5" (via <a href="https://the-decoder.com/sam-altman-says-gpt-5-could-be-a-significant-leap-forward-but-theres-still-a-lot-of-work-to-do/">The Decoder</a>).</p><div><blockquote><p>We don't know yet. We are optimistic, but we still have a lot of work to do on it.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>While details about GPT-5&apos;s launch date remain slim, Altman says it&apos;ll be a "significant leap forward." Perhaps in comparison with its predecessor, GPT-4. In the past, Altman indicated <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">GPT-4 "kind of sucks"</a> and referred to the model as "<a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">mildly embarrassing at best</a>."</p><p>Altman further explained:</p><p><em>"I expect it to be a significant leap forward. A lot of the things that GPT-4 gets wrong, you know, can&apos;t do much in the way of reasoning, sometimes just sort of totally goes off the rails and makes a dumb mistake, like even a six-year-old would never make." </em></p><p>Altman&apos;s remarks about GPT-5 suggest the long-awaited model may be in the early development phase. This can be attributed to complex algorithmic and data issues, coupled with the scale of GPT-5.</p><p>The CEO compares the development of its LLMs to the iPhone. "The first iPhone was still pretty buggy, but it was good enough to be useful for people," added Altman.</p><h2 id="everything-we-know-about-gpt-5-so-far">Everything we know about GPT-5 so far</h2><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="low" data-lazy-src="https://www.youtube-nocookie.com/embed/Syt39QvVGOk?start=4187" allowfullscreen></iframe></div></div><p>Right off the bat, the ChatGPT maker may be <a href="https://www.windowscentral.com/software-apps/openais-gpt-4-successor-might-not-be-gpt-5">moving away from the traditional names and functions across its AI models</a>, according to a slide shown during ChatGPT voice demos at the VivaTech conference in Paris in May.</p><p>Sam Altman&apos;s sentiments on GPT-5 being a significant leap forward were echoed by a top executive at the company, who stated <a href="https://www.windowscentral.com/software-apps/openai-executive-chatgpt-will-seem-laughably-bad-within-12-months">today&apos;s ChatGPT will be laughably bad within the next 12 months</a>.</p><div><blockquote><p>GPT-4 is the dumbest model any of you will ever have to use again by a lot. It's important to ship early and often and we believe in iterative deployment.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>We might be on the verge of the biggest technological breakthrough with AI. Altman says <a href="https://www.windowscentral.com/software-apps/the-ai-revolution-wont-require-new-hardware-claims-openai-ceo">the AI revolution won&apos;t require new devices</a>, potentially indicating that the tech will be cloud-based. Ironically, most of the <a href="https://www.windowscentral.com/software-apps/windows-11/microsoft-is-bringing-a-wave-of-crazy-next-gen-ai-features-to-windows-11-next-month-heres-who-gets-them">next-gen AI features</a> shipping to Windows 11 via <a href="https://www.windowscentral.com/software-apps/windows-11/windows-11-version-24h1-changelog-release-date-features-ai-2024-update">the 24H2 release</a> require <a href="https://www.windowscentral.com/software-apps/windows-11/-microsoft-copilot-plus-faq">sophisticated Copilot+ PCs</a>. </p><p>However, Altman stated "You&apos;ll be happy to have a new device" if the revolution demands new hardware. The global PC shipment is on an upward trajectory with <a href="https://www.windowscentral.com/software-apps/windows-10/windows-10-death-and-ai-pc-hype-expected-to-grow-us-pc-shipments">projections of an 8% growth by 2025</a>. Market analysts attribute this change to <a href="https://www.windowscentral.com/software-apps/windows-10/microsoft-gives-a-subtle-reminder-about-the-upcoming-death-of-windows-10">Windows 10&apos;s imminent death</a> and <a href="https://www.windowscentral.com/hardware/laptops/what-is-an-ai-pc">the emergence of AI PCs</a>. The economy is seemingly recovering after the COVID-19 pandemic, as more people are willing to make more IT-based investments. </p><p>Elsewhere, a report suggests OpenAI is getting ready to <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">ship a new model later this year during the summer</a> that will reportedly make ChatGPT "really good, like materially better."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI's GPT-4 successor might not be GPT-5, but Sam Altman promises it'll be smarter and function like a "virtual brain" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/openais-gpt-4-successor-might-not-be-gpt-5</link>
                                                                            <description>
                            <![CDATA[ A new slide shown during OpenAI ChatGPT voice demos indicates that the hot startup might not call its next flagship model GPT-5. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">8WK54ta8j4mGPVELtLGkp9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/LE2zksyHj46tUkz9Pa8Dy4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 24 May 2024 15:07:31 +0000</pubDate>                                                                                                                                <updated>Tue, 01 Jul 2025 15:28:17 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/LE2zksyHj46tUkz9Pa8Dy4-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ChatGPT on Android]]></media:description>                                                            <media:text><![CDATA[ChatGPT on Android]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT on Android]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/LE2zksyHj46tUkz9Pa8Dy4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <h2 id="what-you-need-to-know-4">What you need to know</h2><ul><li>OpenAI just launched a new AI model dubbed GPT-4o with reasoning capabilities.</li><li>A report suggests the ChatGPT maker might be getting ready to ship "GPT-5" later this year during the summer.</li><li>Per a slide shown during ChatGPT voice demos at the VivaTech conference in Paris, OpenAI might be moving away from the traditional names and function across its AI models, consistent across GPT-1 through GPT-4, suggesting a new moniker.</li></ul><p>OpenAI recently held its Spring Update event. While the company <a href="https://www.windowscentral.com/software-apps/openai-wont-launch-google-search-competitor-or-gpt-5-yet">didn&apos;t unveil the rumored smarter than the "mildly embarrassing GPT-4" GPT-5</a> or the long anticipated <a href="https://www.windowscentral.com/software-apps/openai-rumored-to-unveil-a-chatgpt-powered-search-engine-that-could-potentially-be-an-intersection-of-llms-plus-search-says-sam-altman-to-topple-googles-search-dominance">AI-powered search engine</a> to compete with Bing and Google, it shipped its new &apos;magical&apos; flagship model GPT-40 with reasoning capabilities across audio, vision, and text in real-time, making ChatGPT&apos;s user experience more intuitive.</p><p>Sam Altman previously indicated that the nature of AI and software development dictates progression in performance capabilities when launching new models, as is the case with the chronological launch of GPT-1 to GPT-4. Each model is superior in every form when compared to its predecessor.</p><p>A common and almost obvious thought among most people is that OpenAI will launch GPT-5 as GPT-&apos;s successor. But as it turns out, this might not be the case. While showcasing ChatGPT&apos;s overhauled voice experience at the VivaTech conference in Paris, OpenAI Head of Developer Experience Romain Huet presented a slide highlighting the growth of AI models over the next few years. </p><p>The slide showed the chronological launch of AI models from the GPT-3-era through to GPT-4. While the logical step representing a future iteration for the model would be "GPT-5," OpenAI presented it as GPT-Next (via <a href="https://www.tomsguide.com/ai/chatgpt/is-openai-scrapping-gpt-5-slide-suggests-a-move-away-from-numbers">Tom&apos;s Guide</a>). Huet further disclosed that the company would ship multiple sizes of OpenAI models progressively over the years.</p><p>In my opinion, this might just be a placeholder while the ChatGPT maker settles on a more concrete moniker for the AI model. It almost reminds me of the Xbox ecosystem, jumping from Xbox 360 to Xbox One. Similar to what Microsoft is doing with its <a href="https://www.windowscentral.com/hardware/surface/microsoft-unveils-worlds-first-copilot-pc-the-surface-pro-with-oled-and-snapdragon-x-is-finally-here">new Surface devices</a>. </p><p>In a recent interview with the Director and GM of Redpoint, Logan Bartlett, Altman indicated <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-suggests-gpt-5-may-work-like-a-virtual-brain">GPT-5 may function like a &apos;virtual brain&apos;</a>. Interestingly, he also revealed that model will ship under a "very special" name, further stating that its functionality will be very different from today&apos;s models.</p><h2 id="everything-we-know-about-gpt-5-so-far-2">Everything we know about GPT-5 so far</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rLQWMHe8629KkQJy434NAA" name="Progression and growth of OpenAI's models.jpg" alt="Progression and growth of OpenAI's models" src="https://cdn.mos.cms.futurecdn.net/rLQWMHe8629KkQJy434NAA.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/rLQWMHe8629KkQJy434NAA.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: OpenAI)</span></figcaption></figure><p>A few days leading to OpenAI&apos;s Spring Update event, Sam Altman cleared the air and revealed the company wasn&apos;t launching GPT-5 or a new search engine. However, he indicated the team had been hard at work and stated that he was excited about the launch of new products, which felt "like magic" to him. While Altman indicated the company wasn&apos;t going to launch GPT-5 at the event, he didn&apos;t categorically indicate that it was out of the picture for the foreseeable future either.</p><p>OpenAI will eventually launch a new AI model with better capabilities, especially after a top OpenAI executive indicated that <a href="https://www.windowscentral.com/software-apps/openai-executive-chatgpt-will-seem-laughably-bad-within-12-months">today&apos;s ChatGPT will be laughably bad within the next 12 months</a>. This lines up with Altman&apos;s previous comments on the subject, where he indicated with a high level of scientific certainty that GPT-5 will be smarter than GPT-4, which he already admitted "kind of sucks."</p><div><blockquote><p>GPT-4 is the dumbest model any of you will ever have to use again by a lot. It's important to ship early and often and we believe in iterative deployment.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>Altman has also revealed that <a href="https://www.windowscentral.com/software-apps/the-ai-revolution-wont-require-new-hardware-claims-openai-ceo">the AI revolution won&apos;t require new devices</a>, potentially indicating that the tech will be cloud-based. However, he claims, "You&apos;ll be happy to have a new device."</p><p>OpenAI has mastered the art of keeping things under wraps, but it hasn&apos;t given a timeline for when we should expect these new AI models. A report suggests OpenAI is gearing up to <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">ship a new model later this year during the summer</a> that will reportedly make ChatGPT "really good, like materially better."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI CEO Sam Altman suggests GPT-5 may work like a 'virtual brain' with deeper thinking capabilities, demystifying it from the "mildly embarrassing at best GPT-4" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-suggests-gpt-5-may-work-like-a-virtual-brain</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman indicated the GPT-5 model will function like a "virtual brain" suggesting that it might be better, faster, and more efficient at handling tasks with deeper thinking capabilities compared to its predecessors. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">dZqVzHQzuW3EVJ97dPPDjQ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/8ZfhUQ4ovSC9cfrPynHiPJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 21 May 2024 13:25:12 +0000</pubDate>                                                                                                                                <updated>Tue, 01 Jul 2025 15:31:36 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/8ZfhUQ4ovSC9cfrPynHiPJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Daniel Rubino]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[OpenAI and ChatGPT]]></media:description>                                                            <media:text><![CDATA[OpenAI and ChatGPT]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI and ChatGPT]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/8ZfhUQ4ovSC9cfrPynHiPJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <h2 id="what-you-need-to-know-5">What you need to know</h2><ul><li>OpenAI CEO Sam Altman recently suggested that GPT-5 may work like a virtual brain.</li><li>The AI-powered model will reportedly spot deeper thinking capabilities, allowing it to handle complex tasks better compared to its predecessors.</li><li>Altman disclosed the model might ship under a different, but "very special" name, touting its advanced capabilities. </li></ul><p>Over the past few months, reports surfacing online have touted a "<a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">really good, like materially better</a>" GPT-5 model compared to the <a href="https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks">"mildly embarrassing at best" GPT-4 model</a>. OpenAI CEO Sam Altman has even promised with "<a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-promises-gpt-5-will-be-smarter-than-gpt-4">a high degree of scientific certainty</a>" GPT-5 will be smarter.</p><p>While there&apos;s no ETA for when OpenAI might potentially ship the smarter-than-GPT-4 model, the hot startup has made significant strides toward improving the performance of its models. </p><p>For instance, its <a href="https://www.windowscentral.com/software-apps/openai-announces-gpt-4o-promising-gpt-level-intelligence-to-everyone-including-free-users">new flagship GPT-4o model</a> is incredibly great at coding to the <a href="https://www.windowscentral.com/software-apps/im-convinced-nvidias-ceo-was-right-about-coding-being-dead-in-the-water-as-a-career-option-after-watching-openais-gpt-4o-coding-demo">extent of threatening its viability as a career option</a> for the youth. Did you happen to catch <a href="https://www.windowscentral.com/software-apps/openais-new-gpt-4o-went-viral-with-a-video-demoing-a-seeing-ai-assisting-its-blind-counterpart-a-spectacle-that-truly-needs-to-be-seen-to-be-believed">OpenAI&apos;s demo where a blind GPT-4o had a human-like conversation with a "seeing" GPT-4o model</a>? Bonkers! </p><p>As it now seems, OpenAI&apos;s GPT-4o successor might be superior in every sense of the word compared to previous models. In an interview with the Director and GM of Redpoint, Logan Bartlett, OpenAI CEO Sam Altman shed a little bit of light on future developments and advances mapped out for GPT-5 (via <a href="https://www.gizchina.com/2024/05/17/sam-altman-says-gpt-5-function-may-be-similar-to-a-virtual-brain/">Gizchina</a>).</p><div><blockquote><p>Could there be a base model like a ‘virtual brain’ that might exhibit deeper ‘thinking’ capabilities in some cases? Or we might explore different models, but the user might not care about the differences between them. So I think we’re still exploring how to bring these products to market.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>The idea of an AI-powered model functioning like a "virtual brain" suggests that it might be better, faster, and more efficient at handling tasks compared to its predecessors. </p><p>Sam Altman also indicated that the new model (GPT-5) might get a different/special name when it ships. He centered this around its &apos;unique&apos; capabilities, stacking miles ahead of the relatively traditional GPT-1 to GPT-4.</p><h2 id="openai-is-a-household-name-for-ai-in-the-world">OpenAI is a household name for AI in the world</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.30%;"><img id="LAmKc7g9U3o2koyQziFqUY" name="ChatGPT-OpenAi-Privacy-2023.jpg" alt="ChatGPT privacy settings" src="https://cdn.mos.cms.futurecdn.net/LAmKc7g9U3o2koyQziFqUY.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1689" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/LAmKc7g9U3o2koyQziFqUY.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">GPT-5 sounds like quite the leap forward. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Sam Altman has "forever cemented OpenAI as the defacto name when anyone in the world thinks of “AI” & turned every single OpenAI weakness into a strength—the only guy that could make Google dance & be put in a massively uncomfortable position," <a href="https://www.windowscentral.com/software-apps/sam-altman-is-a-genius-master-class-strategist">indicated a former OpenAI executive</a> while announcing their departure from the hot startup. "Absolutely incredible execution." </p><p>OpenAI is in top form majorly because of its strategic partnerships with two of the world&apos;s most valuable companies — Microsoft and OpenAI, with the former recently displacing the latter <a href="https://www.windowscentral.com/microsoft/as-microsoft-becomes-the-worlds-most-valuable-company-this-infographic-reveals-its-increasingly-diverse-portfolio">with over $3 trillion in market capitalization</a>. Market analysts attribute the success witnessed to <a href="https://www.windowscentral.com/microsoft/13-market-analysts-unanimously-vote-microsoft-will-be-the-worlds-most-valuable-company">its early investment and adoption of OpenAI&apos;s technology</a> across its products and services, as reiterated by Microsoft CEO Satya Nadella during <a href="https://www.windowscentral.com/microsoft/microsoft-rips-passed-earnings-expectations-with-strong-fy23-thanks-to-new-era-of-ai-transformation">the company&apos;s recent earnings call</a>. </p><p>The ChatGPT maker just <a href="https://www.windowscentral.com/tag/gpt-4o">unveiled its &apos;magical&apos; GPT-4o model</a> at its Spring Update event last week, spotting reasoning capabilities across audio, vision, and text in real-time, making interactions with ChatGPT more intuitive. </p><p>Prior to the announcement, speculations suggested OpenAI was gearing up to launch GPT-5 or a search engine to compete with Google and Bing. However, Sam Altman confirmed that <a href="https://www.windowscentral.com/software-apps/openai-wont-launch-google-search-competitor-or-gpt-5-yet">OpenAI wasn&apos;t going to launch GPT-5</a> or <a href="https://www.windowscentral.com/software-apps/openai-rumored-to-unveil-a-chatgpt-powered-search-engine-that-could-potentially-be-an-intersection-of-llms-plus-search-says-sam-altman-to-topple-googles-search-dominance">a new search engine</a>, but he stated that the team has been hard at work as the new products felt like magic to him. </p><p>Reports surfacing online suggest that <a href="https://www.windowscentral.com/software-apps/openai-is-reportedly-stealing-google-employees-to-develop-a-rumored-search-engine-at-the-intersection-of-llms-potentially-vying-for-the-title-of-the-worlds-most-popular-search-engine">OpenAI is actively poaching Google&apos;s staff to help build and develop its AI-powered search engine</a>, perhaps one of the main reasons why the company decided to place its launch on the back burner. </p><h2 id="but-there-are-critical-issues-xa0">But there are critical issues </h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3000px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="NnMJ2MZqxpyE4Kfvz7ptJg" name="OpenAI-ChatGPT-Microsoft-logo-Hero-late-2023.jpg" alt="ChatGPT and Microsoft Logo" src="https://cdn.mos.cms.futurecdn.net/NnMJ2MZqxpyE4Kfvz7ptJg.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1687" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/NnMJ2MZqxpyE4Kfvz7ptJg.jpg' target='_blank' class='expand-button icon-expand-image icon' ></a></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">OpenAI has had its fair share of issues of late.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Daniel Rubino)</span></figcaption></figure><p>Barely a week into GPT-4o&apos;s launch, <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admits-theres-no-proven-playbook">several top OpenAI executives announced their departure from the firm</a>. Most of them provided vague explanations explaining their sudden exit from the hot startup, some being as simple as "I have resigned from @OpenAI."</p><p>Consequently, this raised concern among the general public, especially after Jan Leike, OpenAI&apos;s Head of alignment announced his departure citing disagreements with OpenAI&apos;s leadership over its core priorities on next the generations of models, security, monitoring, preparedness, and more.</p><p>"Building smarter-than-human machines is an inherently dangerous endeavor," Jan stated. However, OpenAI has seemingly shown laxity in its safety culture practices, prioritizing "shiny products."</p><p>The pitch silence from top executives leaving the firm prompted some people to speculate that OpenAI had compelled them to sign NDAs, thus preventing them from criticizing the company&apos;s ventures and operations or running the risk of losing their vested equity. However, Sam Altman stated:</p><p><em>"There was a provision about potential equity cancellation in our previous exit docs; although we never clawed anything back, it should never have been something we had in any documents or communication." </em></p><p>In a joint statement, Sam Altman and Greg Brockman admitted there&apos;s no proven playbook for how to navigate the path to AGI, while its alignment team imploded. Sam Altman has previously admitted that <a href="https://www.windowscentral.com/software-apps/openais-sam-altman-says-theres-no-big-red-button-to-stop-ai">there&apos;s no big red button to stop the progression of AI</a>, amid masses of reports indicating that we&apos;re <a href="https://www.windowscentral.com/software-apps/elon-musk-the-verge-of-ai-revolution-no-power">on the verge of the biggest technology revolution with AI</a>, though there won&apos;t be enough power by 2025 and it might <a href="https://www.windowscentral.com/software-apps/ai-safety-researcher-warns-theres-a-99999999-probability-ai-will-end-humanity-but-elon-musk-conservatively-dwindles-it-down-to-20-and-says-it-should-be-explored-more-despite-inevitable-doom">potentially lead to inevitable doom ending humanity</a>.</p><p>On the regulation front, Sam Altman recommends the <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-says-the-ai-revolution-should-face-regulations-like-airlines-by-an-international-agency-to-avert-global-harm-to-humanity">installation of an "international agency" that ensures the safety testing of AI advances</a> and regulates them like airlines to prevent global harm to humanity. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman says GPT-4 "kind of sucks" as OpenAI preps to release a new model that will reportedly make ChatGPT "really good, like materially better" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/software-apps/sam-altman-says-gpt-4-kind-of-sucks</link>
                                                                            <description>
                            <![CDATA[ OpenAI is reportedly set to release the next version of its model for ChatGPT in the next couple of months. The new model is "materially better" and allows users to call AI agents developed by OpenAI to perform tasks autonomously. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hUe4FPtZdEQdYccgBKNBxZ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EXhGBauFXoDk3eJAnkHj5F-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 22 Mar 2024 14:06:33 +0000</pubDate>                                                                                                                                <updated>Tue, 19 Aug 2025 09:21:19 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <category><![CDATA[Artificial Intelligence]]></category>
                                                                                                <author><![CDATA[ kevinokemwa@outlook.com (Kevin Okemwa) ]]></author>                    <dc:creator><![CDATA[ Kevin Okemwa ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/hm6tmRSDeMJJrByp7pakKG.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/EXhGBauFXoDk3eJAnkHj5F-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[OpenAI and ChatGPT]]></media:description>                                                            <media:text><![CDATA[OpenAI and ChatGPT]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI and ChatGPT]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EXhGBauFXoDk3eJAnkHj5F-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <h2 id="what-you-need-to-know-6">What you need to know</h2><ul><li>A new report suggests that OpenAI is set to launch a new model for ChatGPT later this year during the summer.</li><li>According to sources with close affiliations to OpenAI, the new model is "materially better" when compared to its predecessors.</li><li>GPT-5 will reportedly ship with the capability to call AI agents developed by OpenAI to perform tasks autonomously, ultimately making work easier.</li></ul><p><a href="https://www.windowscentral.com/tag/openai">OpenAI</a> is reportedly set to release the next version of its model for ChatGPT in the next couple of months. This news comes a few days after CEO Sam Altman <a href="https://youtu.be/jvqFAi7vkBc">touched base with Lex Friedman for an interview</a>, where they discussed <a href="https://www.windowscentral.com/software-apps/openai-sora-generates-lifelike-minute-long-ai-videos">Sora AI</a>, <a href="https://www.windowscentral.com/software-apps/elon-musk-sues-openai-and-ceo-sam-altman-for-stark-betrayal-of-the-founding-agreement-and-opting-to-go-the-for-profit-way">Elon Musk</a>, and the OpenAI fiasco that led to his <a href="https://www.windowscentral.com/software-apps/after-the-openai-fiasco-sam-altman-is-back-at-the-helm">bizarre firing and subsequent rehiring</a>.</p><p>Interestingly, Altman indicated that GPT-4 "kind of sucks" when asked about the LLM&apos;s capabilities. He added:</p><p><em>"I think it is an amazing thing, but relative to where we need to get to and where I believe we will get to, at the time of like GPT-3, people were like ‘oh this is amazing, this is like marvel of technology’ and it is, it was. But now we have GPT-4 and look at GPT-3 and you’re like that’s unimaginably horrible.</em>”</p><p>But as it now seems, the next version of the model that runs <a href="https://www.windowscentral.com/tag/chatgpt">ChatGPT</a> is currently under development and should ship in the middle of this year, potentially during the summer (via <a href="https://www.businessinsider.com/openai-launch-better-gpt-5-chatbot-2024-3?r=US&IR=T">Business Insider</a>). </p><p>According to sources with close affiliations with OpenAI, a handful of enterprise customers recently gained early access to the latest model (GPT-5) and got to tinker around with its new features and capabilities. </p><h2 id="how-does-gpt-5-compare-to-gpt-4">How does GPT-5 compare to GPT-4?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kb3VXBVQyzxjfWhabGGFXM" name="google-pixel-7-pro-chatgpt-copilot-edge.jpg" alt="ChatGPT on a Google Pixel 7 Pro" src="https://cdn.mos.cms.futurecdn.net/kb3VXBVQyzxjfWhabGGFXM.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Ben Wilson | Windows Central)</span></figcaption></figure><p>One of the CEOs who interacted with the new model says, "It&apos;s really good, like materially better." The CEO also indicated that OpenAI showcased the new model&apos;s capabilities with use cases and data unique to his company. He added that the new model also features several "as-yet-unreleased" capabilities, including the ability to call AI agents developed by OpenAI to perform tasks autonomously, ultimately making work easier.</p><p>The sources further disclosed that OpenAI&apos;s GPT-5 model is still under development and is in the training phase. Beyond this point, the ChatGPT-maker will run internal tests on the model. The model will then be released to a handful of users, including OpenAI staffers and several outsiders who&apos;ll put the tool to the test to identify any loopholes and setbacks before it&apos;s shipped to broad availability.</p><p>With this in mind, it&apos;s possible that the timeline to release the model to the public can be pushed ahead depending on the test results. ChatGPT has been riddled with several issues since GPT-4 shipped, including the <a href="https://www.windowscentral.com/software-apps/chatgpt-loses-accuracy-as-traffic-falls-for-the-third-straight-month">decline of its user base</a> and <a href="https://www.windowscentral.com/software-apps/chatgpt-loses-accuracy-as-traffic-falls-for-the-third-straight-month">accuracy</a>.</p><p>Several users have also lodged reports indicating that <a href="https://www.windowscentral.com/software-apps/chatgpts-performance-shifted-over-time-according-to-a-stanford-study-but-has-the-bot-gotten-worse">the chatbot has seemingly gotten dumber</a>. This is on top of the multiple lawsuits OpenAI is battling, from <a href="https://www.windowscentral.com/microsoft/intellectual-property-theft-non-fiction-authors-sue-microsoft-and-openai-in-class-action-lawsuit-mirroring-new-york-times-case">copyright infringement allegations</a> to <a href="https://www.windowscentral.com/software-apps/elon-musk-sues-openai-and-ceo-sam-altman-for-stark-betrayal-of-the-founding-agreement-and-opting-to-go-the-for-profit-way">abandoning its founding mission and choosing to go the for-profit way</a>.</p><p>It&apos;ll be interesting to see how the new GPT-5 model performs with copyrighted material restrictions. Sam Altman already indicated that <a href="https://www.windowscentral.com/software-apps/openai-admits-needs-copyright-materials-for-chatgpt">it&apos;s virtually impossible to create tools like ChatGPT without using copyright material</a>. <br></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>