<?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"
>
    <channel>
                    <atom:link href="https://www.windowscentral.com/feeds/tag/openai-and-chatgpt" rel="self" type="application/rss+xml" />
                            <title><![CDATA[ Latest from Windows Central in Openai-and-chatgpt ]]></title>
                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt</link>
        <description><![CDATA[ All the latest openai-and-chatgpt 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>
                                                                                                                                                                                                                                                <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 rumors hint at a GitHub competitor to challenge Microsoft — is this supposed partnership becoming more of a rivalry? ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-launching-microsoft-github-competitor-rumor</link>
                                                                            <description>
                            <![CDATA[ Reports suggest that OpenAI is in the early stages of developing a GitHub rival, citing an increase in service disruptions on Microsoft's coding platform. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">FNJ4UAYQ4P4kTn58nkMcWf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/mpeK6t7bPYwowPvBxVzEFK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 04 Mar 2026 11:16:33 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/mpeK6t7bPYwowPvBxVzEFK-1280-80.jpg">
                                                            <media:credit><![CDATA[Microsoft, OpenAI | Edited with Gemini]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI is rumored to be in the early stages of developing a rival to GitHub&#039;s coding repository platform.]]></media:description>                                                            <media:text><![CDATA[GitHub and OpenAI logos on a teal background]]></media:text>
                                <media:title type="plain"><![CDATA[GitHub and OpenAI logos on a teal background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/mpeK6t7bPYwowPvBxVzEFK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In a particularly surprising turn of events, OpenAI is reportedly now developing a coding repository platform to rival the Microsoft-owned GitHub. <a href="https://www.theinformation.com/articles/openai-developing-alternative-microsofts-github" target="_blank">According to The Information</a>, this decision was prompted by a sudden rise in service disruptions affecting GitHub and its users.</p><p>The project still appears to be in its early development phase, so it could be several months before it reaches any kind of broad availability. According to sources with close ties to OpenAI and knowledge of this initiative, the ChatGPT-maker plans to offer the service for purchase to its customer base.</p><p>It could represent a broader strategic effort by OpenAI to diversify its portfolio and expand new avenues for revenue generation. Market analysts and experts recently claimed that <a href="https://www.windowscentral.com/microsoft/microsoft-shares-dip-10-percent-over-the-last-three-months-ballooning-infrastructure-capex-shrinking-ai-hype-and-googles-resurgence-blamed">investor interest in AI in general is waning</a> as top research labs struggle to establish a clear path to profitability.</p><p>In January, reports claimed that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-might-torch-14-billion-in-2026">OpenAI could burn through $14 billion chasing the AI bubble</a>, setting itself up for bankruptcy by mid-next year. Despite the billions the company is pouring into advanced AI development, there are little to no returns to show, with most of the resources spent on infrastructure expansion, model training, research hiring, and general compute costs.</p><h2 id="the-microsoft-openai-partnership-is-somehow-even-more-complicated">💬 The Microsoft-OpenAI partnership is somehow even more complicated</h2><p>Last week, <a href="https://www.windowscentral.com/microsoft/microsoft-watched-openai-collect-110-billion-dollars-and-said-were-still-cool-right">OpenAI raised $110 billion</a> from Amazon, NVIDIA, and SoftBank in its latest round of funding, which pushed its market capitalization to $730 billion. While Microsoft didn't participate, it indicated that it had no impact on its partnership and relationship with OpenAI and would continue to collaborate across multiple fronts, including research, engineering, and product development.</p><p>This news comes as OpenAI has seemingly become the latest target on social media after it accepted the deal that Anthropic rejected, which gives the U.S. Department of Defense access to its AI models and technology for massive surveillance and autonomous weapons.</p><p>That led to a <a href="https://www.windowscentral.com/artificial-intelligence/cancel-chatgpt-movement-goes-mainstream-after-openai-closes-deal-with-u-s-department-of-war-as-anthropic-refuses-to-surveil-american-citizens"><em>“Cancel ChatGPT”</em> trend</a> going viral, with app uninstalls surging by 295%, while Anthropic’s Claude AI climbs to the top of the U.S. App Store. However, OpenAI CEO Sam Altman indicated that <a href="https://www.windowscentral.com/artificial-intelligence/sam-altman-backpedals-as-chatgpt-uninstalls-surge-295-percent">his company is amending the deal</a> with the Pentagon amid backlash and privacy concerns. He admitted the deal was <em>"opportunistic and sloppy."</em></p><p><em><strong>What do you think about the current state of Microsoft's partnership with OpenAI? Share your thoughts in the comments.</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-XpJvvW"></div>                            </div>                            <script src="https://kwizly.com/embed/XpJvvW.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[ Microsoft's early bet on OpenAI is weighing heavily on Azure, causing 45% of its backlog — but it's finally starting to pay off ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-early-bet-on-openai-is-finally-paying-off</link>
                                                                            <description>
                            <![CDATA[ Microsoft's financial earnings report reveals that OpenAI accounts for 45% of its Azure cloud computing backlog, yet Microsoft's net income jumped by $7.6 billion, primarily due to its investment in OpenAI. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">F5vtngo6aHu6ckGa9j6MLb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/MEzFEbhskasTab8A2Q7hEf-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 29 Jan 2026 12:55:59 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/MEzFEbhskasTab8A2Q7hEf-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Justin Sullivan ]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Sam Altman and Satya Nadella on stage]]></media:description>                                                            <media:text><![CDATA[Sam Altman and Satya Nadella on stage]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman and Satya Nadella on stage]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/MEzFEbhskasTab8A2Q7hEf-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><em>“We are pushing the frontier across our entire AI stack to drive new value for our customers and partners,"</em> indicated Microsoft CEO Satya Nadella while reporting on <a href="https://www.windowscentral.com/gaming/xbox-q2fy26-revenue-plummets-and-microsofts-own-first-party-lineup-is-the-culprit">the company's financial results for FY26 Q2</a>.</p><p>The software giant's superseded Wall Street estimates on revenue and earnings, reporting $81.3 billion in revenue (up 17% YoY) and $38.3 billion in operating income (up 21% YoY). However, its shares fell about 6% in after-market trading after the company reported on its financials.</p><p>This could be partly attributed to its higher-than-expected spending on data centers and AI infrastructure, which doesn't necessarily match growth in its cloud business.</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:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GcbtSSPFd8aUKQyob576bg" name="GettyImages-1905672821" alt="The Microsoft logo is being displayed on a smart phone, with the OpenAI logo visible on the screen in the background." src="https://cdn.mos.cms.futurecdn.net/GcbtSSPFd8aUKQyob576bg.jpg" mos="" align="middle" fullscreen="" width="2000" height="1125" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>Perhaps more interestingly, the software giant revealed that it is facing immense capacity constraints, which have primarily contributed to a backlog in commercial bookings. For context, the backlog in its cloud computing business has surged 110% year over year to $625 billion.</p><p>Microsoft disclosed that OpenAI accounts for approximately 45% of the highlighted commitments. However, it didn't indicate how much the ChatGPT maker contributed in the previous quarter (via <a href="https://africa.businessinsider.com/news/microsoft-says-openai-is-driving-45-of-the-backlog-for-azure-cloud-computing/prxymwd" target="_blank">Business Insider</a>). </p><p><a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/openai-microsoft-ceo-mustafa-suleyman-wants-to-be-self-sufficient">Microsoft and OpenAI renewed their vows under a new definitive agreement</a>, allowing the ChatGPT maker to restructure into a for-profit entity. The restructuring has positioned OpenAI in a unique position to raise more funds from investors amid <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-might-torch-14-billion-in-2026">bankruptcy reports</a>.</p><p>As such, Microsoft, its largest backer, is also positioned to benefit greatly from OpenAI's revenue growth. According to Microsoft's recent financial earnings report, its net income increased by $7.6 billion from its investment in OpenAI (via <a href="https://techcrunch.com/2026/01/28/microsoft-earnings-7-6-billion-openai/" target="_blank">TechCrunch</a>). </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:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="4GmsJgUPnT9xUQuHqXUATK" name="GettyImages-2150291492" alt="Satya Nadella, chief executive officer of Microsoft Corp., speaks during the company event on AI technologies in Jakarta, Indonesia, on Tuesday, April 30, 2024." src="https://cdn.mos.cms.futurecdn.net/4GmsJgUPnT9xUQuHqXUATK.jpg" mos="" align="middle" fullscreen="" width="4000" height="2250" attribution="" endorsement="" class="inline"></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Satya Nadella, chief executive officer of Microsoft Corp. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>While neither Microsoft nor OpenAI has ever confirmed this, the ChatGPT maker reportedly has a 20% revenue share agreement with the software giant. Nadella highlighted the importance of getting more Azure clients, but not at the cost of abandoning other services.</p><div><blockquote><p>If you think about it, acquiring an Azure customer is super important to us, but so is acquiring an M365 or a GitHub or a Dragon Copilot, which are all, by the way, incremental businesses and TAMs for us. And so we don't want to maximize just one business of ours.</p><p>Microsoft CEO, Satya Nadella</p></blockquote></div><p>The company's CFO, Amy Hood, indicated that Microsoft has to make many considerations before allocating the GPUs and CPUs that come online, citing capex spending as the main cause. It also has to consider investing in the development of  first-party apps like Copilot, alongside GPUs allocated for R&D, and talent acquired. </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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Microsoft cashes in billions from OpenAI, Azure sweats it out. Who’s really winning? Share your thoughts in the comments and cast your vote!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-ex9MPW"></div>                            </div>                            <script src="https://kwizly.com/embed/ex9MPW.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ChatGPT erased two years of a professor’s work with one click — and there was no way back ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/chatgpt-erased-two-years-of-a-professors-work-with-one-click-and-there-was-no-way-back</link>
                                                                            <description>
                            <![CDATA[ ChatGPT irrevocably deleted two years of a professor's work after he disabled the data consent option. Despite contacting OpenAI's support team, the professor wasn't able to restore his work. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vfk9iEsZ8H8TD4Hr4bMFCQ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 26 Jan 2026 16:00:14 +0000</pubDate>                                                                                                                                <updated>Mon, 26 Jan 2026 16:01:33 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Jaque Silva]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The ChatGPT app logo displays on the screen of a smartphone in Reno, United States, on November 21, 2024. (Photo by Jaque Silva/NurPhoto via Getty Images)]]></media:description>                                                            <media:text><![CDATA[The ChatGPT app logo displays on the screen of a smartphone in Reno, United States, on November 21, 2024. (Photo by Jaque Silva/NurPhoto via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[The ChatGPT app logo displays on the screen of a smartphone in Reno, United States, on November 21, 2024. (Photo by Jaque Silva/NurPhoto via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>When a professor trusted ChatGPT to help manage his research, he didn’t expect the tool to erase <em>two full years</em> of work with a single click. But that’s exactly what happened — and the worst part is that OpenAI couldn’t restore any of it. This incident is a stark reminder that AI convenience comes with real‑world risks.</p><p>It's evident that most, if not everyone, has transitioned into the digital era. Gone are the days when we used to depend on physical files and flash drives as some of the conventional ways of saving important data and information. </p><p>People are now more inclined towards sophisticated methods like backing up their data in the cloud using platforms like Google Drive, Microsoft OneDrive, or even Apple's iCloud. But as some of us have come to learn the hard way, these methods aren't exactly speck-free. </p><p>Last year, a <a href="https://www.windowscentral.com/hardware/storage/aws-deletes-10-years-software-engineer-data-cover-up">software engineer lost 10 years' worth of data saved on the Amazon Web Services (AWS) cloud</a>, but later managed to reinstate the work because one human inside AWS decided to give a damn. Similarly,<em> </em>a <a href="https://www.windowscentral.com/software-apps/onedrive-user-locked-out-of-30-years-worth-of-photos">OneDrive user was locked out of "30 years' worth of photos and work"</a>, receiving no help from Microsoft support.</p><p>In a bizarre new incident recently shared by Marcel Bucher, Professor of Plant Sciences at the University of Cologne in Germany, an article published in <a href="https://www.nature.com/articles/d41586-025-04064-7">Nature</a> revealed that ChatGPT cost him two years of work, including grant applications, teaching materials, and publication drafts.</p><p>The professor indicated that they had signed up for OpenAI's ChatGPT Plus plan and used the service <em>"to write e-mails, draft course descriptions, structure grant applications, revise publications, prepare lectures, create exams and analyse student responses, and even as an interactive tool."</em></p><p>According to the professor:</p><p><em>"I was well aware that large language models such as those that power ChatGPT can produce seemingly confident but sometimes incorrect statements, so I never equated its reliability with factual accuracy, but instead relied on the continuity and apparent stability of the workspace."</em></p><p>However, the professor revealed that he wanted to see whether disabling the <em>"data consent" </em>option would still afford them access to all the model's functions without access to their data.</p><div><blockquote><p>At that moment, all of my chats were permanently deleted and the project folders were emptied — two years of carefully structured academic work disappeared. No warning appeared. There was no undo option. Just a blank page. Fortunately, I had saved partial copies of some conversations and materials, but large parts of my work were lost forever.</p><p>Professor Marcel Bucher</p></blockquote></div><p>The professor indicated that he initially that that it was a mistake, prompting him to confirm if he had indeed lost his data across multiple browsers, devices, and networks. His efforts to clear the cache, reinstall the app, and even change the settings back and forth were rendered futile.</p><p>He attempted to contact OpenAI for some support, but the first response came from an AI agent. He was able to get through to a human employee after making several attempts. Unfortunately, he wasn't able to restore his data.</p><p>While speaking to Nature, OpenAI indicated that:</p><p><em>"Regarding additional warnings and recovery, we do provide a confirmation prompt before a user permanently deletes a chat. However, once deleted, content cannot be recovered via the user interface, application programming interfaces (APIs), or support, as this aligns with privacy best practices and legal requirements around user data.</em></p><p><em>For data protection, we always recommend users maintain personal backups for professional work."</em></p><p>To that end, the professor highlighted the importance of having elaborate measures in place to avoid such occurrences through warnings about irreversible deletion, a recovery option, and more:</p><p><em>"If a single click can irrevocably delete years of work, ChatGPT cannot, in my opinion and on the basis of my experience, be considered completely safe for professional use. As a paying subscriber (€20 per month, or US$23), I assumed basic protective measures would be in place, including a warning about irreversible deletion, a recovery option, albeit time-limited, and backups or redundancy."</em></p><p>This incident underscores the importance of always having a backup for your backup. Beyond storing data in the cloud, it’s wise to take it a step further by keeping a physical backup as well.</p><p>Losing two years of work in seconds is the kind of nightmare that sticks with you. As AI becomes more embedded in our workflows, incidents like this will force companies to rethink how they protect user data — or risk losing trust entirely.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>After ChatGPT erased two years of academic work, where do you stand on trusting AI? Share your thoughts in the comments and cast your vote!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-eARd0W"></div>                            </div>                            <script src="https://kwizly.com/embed/eARd0W.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI is rumored to debut a type of AI-powered earbuds later this year — the ChatGPT maker is already working closely with Apple's former designer Jony Ive   ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-rumored-to-debut-a-type-of-ai-powered-earbuds-later-this-year</link>
                                                                            <description>
                            <![CDATA[ OpenAI is reportedly slated to announce its first device in the second half of 2026. Multiple reports suggest that it could be earbuds with advanced AI capabilities. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">UwEgTDRmgFdnfxPa7SxGzM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/zgSdo29kxdcr87yraTiPHc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 22 Jan 2026 14:37:29 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/zgSdo29kxdcr87yraTiPHc-1280-80.jpg">
                                                            <media:credit><![CDATA[Future | Edited with Gemini]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[A mockup render shows what we might get if Jony Ive follow&#039;s Apple&#039;s design language.]]></media:description>                                                            <media:text><![CDATA[OpenAI earbud mockup render]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI earbud mockup render]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/zgSdo29kxdcr87yraTiPHc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI has cemented its name in the tech industry through its ChatGPT and flagship AI models like<a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gemini-3-launch-had-less-of-an-impact-on-chatgpt-than-feared"> GPT-5.2</a>, but the company is looking do a little bit more, specifically in the hardware landscape.</p><p>Last year, the ChatGPT maker made several strategic moves that suggest it could be looking to dabble in hardware development. For context, the firm <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">hired former Apple chief designer Jony Ive</a> to lead operations in its hardware department. It also <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openais-6-5-billion-jony-ive-io-purchase">acquired Ive's AI device startup, io, for approximately $6.5 billion</a> to bolster its advances in the space.</p><p>Now, it's public knowledge that OpenAI CEO <a href="https://www.windowscentral.com/software-apps/openai-and-apples-former-design-legend-collab-to-develop-next-gen-ai-hardware">Sam Altman has been working closely with Apple's former design legend Jony Ive</a> on a hardware device that could lead to the biggest tech disruption since the iPhone launch in 2007. However, details about the project have remained under wraps.</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:3000px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="4Sbv3Qm3czUtJk3ET7qkmH" name="GettyImages-2198379646" alt="OpenAI's CEO Sam Altman (left) and ex-Apple designer Jony Ive (right)." src="https://cdn.mos.cms.futurecdn.net/4Sbv3Qm3czUtJk3ET7qkmH.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1688" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/4Sbv3Qm3czUtJk3ET7qkmH.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's CEO Sam Altman (left) and ex-Apple designer Jony Ive (right). </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg | Justin Sullivan)</span></figcaption></figure><p>Subtle hints about the development of the device have slipped over the past few months, including <a href="https://www.windowscentral.com/artificial-intelligence/openai-plans-small-family-of-devices-to-reinvent-human-computer-interaction">Altman revealing that the company is developing a small family of devices</a> to reinvent human-computer interaction.</p><p>Late last year, <a href="https://www.windowscentral.com/artificial-intelligence/jony-ive-and-sam-altman-confirm-openai-finally-has-a-prototype-for-its-super-secret-ai-device-set-to-launch-in-less-than-2-years">Jony Ive and Sam Altman confirmed that OpenAI finally has a prototype for its super-secret AI device</a>, which could potentially launch in less than 2 years.</p><p>However, in an <a href="https://www.axios.com/2026/01/19/openai-device-2026-lehane-jony-ive" target="_blank">exclusive report by Axios</a>, OpenAI's Chief Global Affairs Officer Chris Lehane revealed that it is getting ready to announce its first hardware device in the second half of 2026. </p><p>While the ChatGPT maker hasn't disclosed more details about the device, <a href="https://eu.36kr.com/en/p/3637768609533056">multiple reports</a> from <a href="https://money.udn.com/money/story/5612/9278087?from=edn_maintab_index">Asian outlets</a> and <a href="https://x.com/zhihuipikachu/status/2010745618734759946?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E2010745618734759946%7Ctwgr%5E240a0cfc941c1ac2ae5e63f720a5ba2c6ff677e1%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fin.mashable.com%2Ftech%2F104907%2Fopenai-says-its-mystery-ai-wearable-is-on-track-for-2026-as-ai-earbuds-rumors-spread">leakers </a>suggest that OpenAI's first device could be a pair of earbuds (via <a href="https://techcrunch.com/2026/01/21/openai-aims-to-ship-its-first-device-in-2026-and-it-could-be-earbuds/" target="_blank">TechCrunch</a>). </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: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="inline 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="caption-text">Jony Ive (left) and Sam Altman (right). </span><span class="credit" itemprop="copyrightHolder">(Image credit: OpenAI | Getty Images (Javier Ghersi))</span></figcaption></figure><p>The reports suggest that OpenAI's earbuds will be sophisticated compared to existing offerings. As you might have guessed, the device will be deeply integrated with AI technology, possibly ChatGPT, with a custom 2-nanometer processor. However, rather than sending requests to the cloud, the device will handle assigned AI tasks locally. </p><p><a href="https://money.udn.com/money/story/5612/9278087?from=edn_maintab_index" target="_blank">Another report</a> from a Taiwanese newspaper claims that OpenAI could be looking to partner with China-based Luxshare for manufacturing, but the company could close the deal with Taiwan’s Foxconn. Additionally, the company plans to ship approximately 40-50 million units in the first year of sales.</p><p>This could be OpenAI's attempt to get a direct line to users through its new hardware entry for its AI models and ChatGPT offerings, like Google with Android. While ChatGPT boasts close to 1 billion weekly users, it remains to be seen whether they'll ditch current offerings for OpenAI's AI earbuds.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Will OpenAI's rumored AI earbuds cause the biggest tech disruption since the iPhone launch? Share your thoughts in the comments and cast your vote!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-O6pKRe"></div>                            </div>                            <script src="https://kwizly.com/embed/O6pKRe.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Watch out, Google: OpenAI could generate $25 billion in annual ad revenue by 2030 — but the ChatGPT maker is still in danger of facing bankruptcy by 2027 ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-could-generate-25-billion-in-annual-ad-revenue-by-2030</link>
                                                                            <description>
                            <![CDATA[ Analysts predict that OpenAI could generate up to $25 billion in annual ad revenue by 2025 if it executes the strategy properly. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">RPL95VRV39sTUTqphLxp9j</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/sASvo6sUiU4uTG62D32gcU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 22 Jan 2026 12:08:04 +0000</pubDate>                                                                                                                                <updated>Thu, 22 Jan 2026 12:17: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/sASvo6sUiU4uTG62D32gcU-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | SOPA Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An Open AI logo seen displayed on a smartphone with Gemini AI logo in the background.]]></media:description>                                                            <media:text><![CDATA[An Open AI logo seen displayed on a smartphone with Gemini AI logo in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[An Open AI logo seen displayed on a smartphone with Gemini AI logo in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/sASvo6sUiU4uTG62D32gcU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Last week, <a href="https://www.windowscentral.com/artificial-intelligence/openai-is-slapping-ads-into-chatgpt-microsoft-copilot-is-obviously-next">OpenAI announced its plans to integrate ads into ChatGPT</a>. "Free" and "Go" users are expected to start seeing ads pop up while interacting with the chatbot in the next few weeks.</p><p>The move was received with mixed emotions, as even CEO Sam Altman once indicated that <a href="https://www.windowscentral.com/software-apps/openai-could-chase-intrusive-ads-as-last-resort">integrating ads into ChatGPT would be treated as a last resort</a>. <em>"Ads plus AI is sort of uniquely unsettling to me,"</em> Altman added.<em> "I kind of think of ads as a last resort for us for a business model."</em></p><p>While speaking at the just-concluded World Economic Forum, held in Davos, Switzerland, Google DeepMind's CEO, Demis Hassabis, indicated how it was interesting that OpenAI decided to integrate ads into ChatGPT so early. <em>“Maybe they feel they need to make more revenue,” </em>he added.</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:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Ec3jd2zkJoZKMJDv4LeqP3" name="GettyImages-2198130037" alt="Demis Hassabis, chief executive officer of DeepMind Technologies Ltd., during a Bloomberg Television interview at the AI Action Summit in Paris, France, on Monday, Feb. 10, 2025." src="https://cdn.mos.cms.futurecdn.net/Ec3jd2zkJoZKMJDv4LeqP3.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/Ec3jd2zkJoZKMJDv4LeqP3.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">Demis Hassabis, Google DeepMind CEO. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>The executive indicated that Google doesn't have any plans to integrate ads into the Gemini app. However, it now appears that Google may have to reconsider, following OpenAI's decision to introduce ads to ChatGPT.</p><p>Evercore ISI's financial and tech analyst Mark Mahaney predicts that OpenAI could generate up to $25 billion in annual ad revenue by 2030 if it executes the strategy properly (via <a href="https://africa.businessinsider.com/news/openai-could-generate-dollar25-billion-in-annual-ad-revenue-by-2030-and-that-should/190vbl3" target="_blank">Business Insider</a>). <em>"A path to generating several billion dollars in ad revenue in 2026, going to $25B+ by 2030, seems reasonable,"</em> they added.</p><p>Mahaney predicts that ChatGPT's user base will have grown tremendously. While dismissing talks of an AI bubble, OpenAI CEO <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/100-billion-for-openai-by-2027-sam-altman-ipo">Sam Altman indicated that he expects the company's annual revenue to grow to $100 billion by 2027</a>.</p><p>OpenAI appears to be well on its way to achieving this milestone. According to the ChatGPT maker's CFO, Sarah Friar, annual revenue surged to $20 billion in 2025, a dramatic increase from $2 billion in 2023.</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:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3kgtEXCP6bFRMY9BDivNJg" name="GettyImages-2211709217" alt="The logo of OpenAI is displayed on a smartphone screen with the Google logo in the background" src="https://cdn.mos.cms.futurecdn.net/3kgtEXCP6bFRMY9BDivNJg.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/3kgtEXCP6bFRMY9BDivNJg.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 Group)</span></figcaption></figure><p>In comparison, Google Search and YouTube potentially generated up to $300 billion in ad revenue in 2025. Last October, Sam Altman indicated that ChatGPT has 800 million weekly users. This could potentially be a goldmine for advertisers, as part of the interactions and conversations users have with the chatbot usually include what they want and need.</p><p>However, as part of OpenAI's ad principles, the company indicated that, despite integrating ads into ChatGPT, it will uphold user privacy and won't share their data with advertisers. <em>"We keep your conversations with ChatGPT private from advertisers, and we never sell your data to advertisers," </em>OpenAI added.</p><div><blockquote><p>OpenAI's move directly challenges this core revenue stream by offering an alternative, highly engaging platform for users to discover products and services. If ChatGPT can successfully integrate ads that are helpful rather than intrusive, it could siphon off valuable commercial queries that traditionally go to Google.</p><p>Evercore ISI, Mark Mahaney</p></blockquote></div><p>Perhaps more interestingly, the executive warned that if OpenAI could come up with a <em>"conversational" </em>ad format, which would allow users to discuss potential purchases, it would revolutionize the whole ad game. Consequently, attracting the interest of advertisers with <em>"high-intent engagement."</em></p><p>It'll be interesting to see if <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-might-torch-14-billion-in-2026">OpenAI can overcome its financial woes</a>, with predictions suggesting that it is slated to make a $14 billion loss in 2026, potentially setting it up for bankruptcy by mid-2027.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Will OpenAI capitalize on ChatGPT ads, or will bankruptcy thwart its ambitions? Share your thoughts in the comments and cast your vote!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-W5rEnO"></div>                            </div>                            <script src="https://kwizly.com/embed/W5rEnO.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI might torch $14 billion in 2026, hitting bankruptcy by next year — burning through wads of cash, can it keep its operations afloat? ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-might-torch-14-billion-in-2026</link>
                                                                            <description>
                            <![CDATA[ OpenAI could make a $14 billion loss in 2026, primarily driven by infrastructure expansion, model training, research hiring, and compute costs. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nk2kfK2XHuwazbUvzi2cd6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GABEF8PPaXh65xu4ETLKLW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 20 Jan 2026 11:30:57 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/GABEF8PPaXh65xu4ETLKLW-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Anadolu]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[OpenAI logos are being displayed and reflected on screens.]]></media:description>                                                            <media:text><![CDATA[OpenAI logos are being displayed and reflected on screens.]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI logos are being displayed and reflected on screens.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GABEF8PPaXh65xu4ETLKLW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI is arguably one of the most sought-after AI research labs, primarily because of ChatGPT. Microsoft CEO <a href="https://www.windowscentral.com/software-apps/microsoft-ceo-claims-openai-had-two-years-of-runway-in-the-ai-race">Satya Nadella argues that the firm had a 2-year lead to develop ChatGPT uncontested</a>, which uniquely positioned the company to succeed in the ever-evolving landscape.</p><p>Everything might look good on paper, but OpenAI is reportedly burning through vast amounts of cash to keep up with sophisticated AI advances while simultaneously attempting to maintain a healthy lead over its competitors.</p><p>This is amid a plethora of challenges, including user backlash for integrating ads into ChatGPT, <a href="https://www.windowscentral.com/artificial-intelligence/openai-rejected-a-tesla-merger-years-ago-now-musk-is-misrepresenting-the-truth-to-promote-his-rival-ai-company-xai">the court battle it's embroiled in with Elon Musk</a> over its for-profit restructure and <em>"ill-gotten gains,"</em> <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">a lack of high-quality content for model training</a>, among many other issues.</p><p>As it happens, cash flow continues to be a pain in OpenAI's neck, with multiple reports suggesting that the company might be biting a little more than it can chew in terms of its spending on AI development. The reports suggest that the ChatGPT maker could make a $14 billion loss in 2026, primarily driven by infrastructure expansion, model training, research hiring, and compute costs (via <a href="https://www.instagram.com/p/DTtc2MnE9x1/?img_index=1">artificialintelligenceee on IG</a>).</p><div class="instagram-embed"><blockquote class="instagram-media"  data-instgrm-version="6" style="width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><p><a href="https://www.instagram.com/p/DTtc2MnE9x1/" target="_blank">A post shared by Artificial Intelligence (AI) (@artificialintelligenceee)</a></p><p>A photo posted by  on </p></blockquote></div><p>Late last year, OpenAI CEO Sam Altman expressed his frustrations over the AI bubble talk, dismissing concerns about the firm's exorbitant spending on sophisticated projects to keep up with the AI hype.</p><p>While OpenAI reportedly generates up to $13 billion in revenue annually from ChatGPT and LLM access fees, the firm spends up to $1.4 billion on computing. It's unclear whether the injection of ads into ChatGPT's user experience will help bridge this gap.</p><p>However, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/100-billion-for-openai-by-2027-sam-altman-ipo">Sam Altman claims OpenAI's revenue is "growing steeply,"</a> further highlighting that the company expects the demand across its consumer and enterprise businesses, including ChatGPT and future hardware developments, to see a surge in demand.</p><p>Perhaps more interestingly, Sam Altman indicated that he expects OpenAI's revenue to exponentially surge to $100 billion by 2027. But <a href="https://www.tomshardware.com/tech-industry/big-tech/openai-could-reportedly-run-out-of-cash-by-mid-2027-nyt-analyst-paints-grim-picture-after-examining-companys-finances" target="_blank">a report from Tom's Hardware</a> seemingly disputes Altman's claims, suggesting that OpenAI could completely run out of cash by mid-2027.</p><p>A separate report from last year suggested that the AI firm is projected to make an $8 billion loss in 2025, which could potentially rise to $40 billion by 2028. Sebastian Mallaby, an economist at the Council on Foreign Relations, says that even if OpenAI changes its strategy and even caters to some of its financial woes using "its overvalued shares," it won't be able to wiggle out of this difficult situation easily.</p><p>To that end, OpenAI might need another round of funding, raising funds from its investors to keep its operations afloat. At the same time, it also needs to establish a clear path to profitability in the elusive landscape to secure funding as investor interest begins to wane.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Will OpenAI be able to keep the lights on without establishing a clear profitability path?</strong></em> <em><strong>Share your thoughts in the comments and cast your vote in the poll!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-WVKagO"></div>                            </div>                            <script src="https://kwizly.com/embed/WVKagO.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI launches ChatGPT Health to connect medical records and wellness apps — CEO Sam Altman still won't trust AI with his "medical fate" without involving real doctors ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/chatgpt-health-launch</link>
                                                                            <description>
                            <![CDATA[ OpenAI launches a dedicated experience in ChatGPT designed for health and wellness called ChatGPT Health. It lets users link medical records and wellness apps like Apple Health to ChatGPT. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">tGVszjBZSBibobgtra6pRD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SK49D4XHXhX49bMnRdfkTT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 08 Jan 2026 14:34:02 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SK49D4XHXhX49bMnRdfkTT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Florian Gaertner]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Sam Altman, CEO of OpenAI.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SK49D4XHXhX49bMnRdfkTT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI recently unveiled a dedicated experience in ChatGPT designed for health and wellness called <a href="https://openai.com/index/introducing-chatgpt-health/">ChatGPT Health</a>. The experience lets users link medical records and wellness apps like Apple Health directly to ChatGPT.</p><p>The AI firm indicated that the experience isn't designed to outrightly replace medical care by providing diagnosis and treatment. Instead, it's designed to bolster the user's general well-being by helping them answer any health or medical-related questions. What's more, the responses will be curated based on the user's personal health data.</p><p>OpenAI revealed that the majority of its user base leverages the chatbot's capabilities for health purposes. For context, approximately 230 million people across the world ask health and wellness-related questions on ChatGPT every week.</p><p>To address any safety and privacy concerns users might have about interacting with the new experience, ChatGPT Health will store all uploaded files, conversations, and connected apps separately from other chats. Additionally, the data and memories from the experience won't flow outside the dedicated space. OpenAI also indicated that user data from ChatGPT Health won't be used to train its AI models.</p><div><blockquote><p>ChatGPT Health is another step toward turning ChatGPT into a personal super-assistant that can support you with information and tools to achieve your goals across any part of your life.</p><p>OpenAI CEO of apps, Fidji Simo</p></blockquote></div><p>That said, users can leverage ChatGPT Health's capabilities to better understand test results and even prepare for doctor appointments. It can also be used to bolster your wellness by providing advice about your diet and recommending workout routines.</p><p>The experience is shipping to a limited number of users with ChatGPT Free, Go, Plus, and Pro plans outside of the European Economic Area, Switzerland, and the United Kingdom. However, OpenAI plans to expand access to ChatGPT Health to all users on the web and iOS over the next few weeks.</p><p>Last year, OpenAI CEO Sam Altman discussed the impact of generative AI on the job market, noting that professions such as customer care agents are already feeling the strain. However, <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 firmly stated his preference for a human doctor over any AI‑powered tool</a>:</p><p><em>"I really do want a human doctor. ChatGPT today, by the way, most of the time, is a better diagnostician than most doctors in the world. There's all these stories on the internet of like, ChatGPT saved my life… and yet people still go to doctors. Maybe I'm a dinosaur here, but I really do not want to trust my medical fate to ChatGPT with no human doctor in the loop."</em></p><p>The executive also admitted that <a href="https://www.windowscentral.com/software-apps/sam-altman-says-ai-will-be-smarter-than-his-kids">users tend to trust ChatGPT to a high degree, even though it hallucinates sometimes</a>. <em>"It should be the tech that you don't trust that much,"</em> Sam Altman added.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Would you trust ChatGPT Health with your medical records and wellness apps? Let me know in the comments and vote in the poll!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-Ww3ExW"></div>                            </div>                            <script src="https://kwizly.com/embed/Ww3ExW.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI’s CEO just admitted his new AI agents have a serious security problem — they could be a hacker’s best friend ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-ai-agents-hackers-best-friend</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman says AI agents can expose critical security flaws, raising urgent concerns for cybersecurity. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">U892TRWcoPWjGroafUkLmV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/WmBnq6CWwqtB5CSnH434fE-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 06 Jan 2026 12:04:00 +0000</pubDate>                                                                                                                                <updated>Tue, 06 Jan 2026 12:04:40 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/WmBnq6CWwqtB5CSnH434fE-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman says AI agents can expose critical security flaws, raising urgent concerns for cybersecurity.]]></media:description>                                                            <media:text><![CDATA[OpenAI CEO Sam Altman is seen on a mobile device screen.]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI CEO Sam Altman is seen on a mobile device screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/WmBnq6CWwqtB5CSnH434fE-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Top AI research labs are well beyond simplistic chatbots that generate text based on prompts. The technology is now reshaping the corporate world by augmenting repetitive and redundant tasks, <a href="https://www.windowscentral.com/software-apps/work-productivity/anthropic-ceo-ai-slash-50-percent-entry-level-jobs">leaving some professionals out of work</a>.</p><p>This is despite multiple reports suggesting that OpenAI, Anthropic, and Google have hit a scaling wall, which will prevent them from developing advanced AI models. The issue was primarily attributed to a lack of high-quality content for model training, but OpenAI CEO Sam Altman quickly dismissed the claims, further indicating that <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">“there’s no wall.”</a></p><p>More recently, the executive acknowledged that AI agents are rapidly emerging as a serious threat, particularly as they scale and grow more sophisticated. Altman noted that while these agents are capable of “many great things,” they can also uncover critical security vulnerabilities, weaknesses that malicious actors could exploit to cause significant harm if not addressed promptly.</p><p>The executive further indicated that AI agents and models have undergone rapid improvement over the past year, enabling them to tackle complex tasks. However, the technology can also be manipulated to cause real-world threats.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">We are hiring a Head of Preparedness. This is a critical role at an important time; models are improving quickly and are now capable of many great things, but they are also starting to present some real challenges. The potential impact of models on mental health was something we…<a href="https://twitter.com/cantworkitout/status/2004939524216910323">December 27, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Amid multiple claims that <a href="https://www.windowscentral.com/software-apps/openai-is-reportedly-prioritizing-shiny-products-over-safety-processes-again">OpenAI prioritizes shiny products like AGI (artificial general intelligence) over safety processes and culture</a>, Sam Altman revealed that the ChatGPT maker is now hiring a Head of Preparedness executive, who will take on the role of bolstering AI safety and security. <em>"We are seeing models become good enough at computer security that they are beginning to find critical vulnerabilities," </em>Altman added.</p><p>AI has seemingly become a hacker’s paradise, especially since the sophisticated techniques rarely require any human involvement to gain unauthorized access to privileged data.</p><p>It remains to be seen how OpenAI will confront these challenges as AI development reaches new heights, and whether the newly created Head of Preparedness role can effectively address the emerging risks. Meanwhile, Microsoft AI CEO <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsofts-ai-chief-mustafa-suleyman-has-warned-that-the-odds-of-existential-doom-are-nearly-absolute-the-company-could-walk-away-from-ai-if-risks-escalate">Mustafa Suleyman has stated that the company would halt its multi‑billion‑dollar investment in AI</a> if it determines the technology poses a threat to humanity.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Will it be possible to address critical security concerns from AI as the technology continues to advance? Let me know in the comments and vote in the poll!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-ex91KW"></div>                            </div>                            <script src="https://kwizly.com/embed/ex91KW.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI launches "Your Year with ChatGPT" — a Spotify Wrapped-style recap that analyzes your most intrusive thoughts and chat habits from 2025 ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-launches-your-year-with-chatgpt</link>
                                                                            <description>
                            <![CDATA[ OpenAI has rolled out an annual review feature, "Your Year with ChatGPT," to users in select markets, including the United States, Canada, the U.K., Australia, and New Zealand. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jrCiwRw62yDwHF73iN7BtD</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Bd3TksdCfWWLCx89fEQmai-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 23 Dec 2025 12:18:19 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Bd3TksdCfWWLCx89fEQmai-1280-80.jpg">
                                                            <media:credit><![CDATA[OpenAI]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI has rolled out an annual review feature to users in select markets.]]></media:description>                                                            <media:text><![CDATA[&quot;Your Year with ChatGPT&quot; promotional image from OpenAI.]]></media:text>
                                <media:title type="plain"><![CDATA[&quot;Your Year with ChatGPT&quot; promotional image from OpenAI.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Bd3TksdCfWWLCx89fEQmai-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>2025 feels especially memorable in tech, primarily due to major platforms like Apple Music, YouTube, <a href="https://www.windowscentral.com/software-apps/spotify-wrapped-2025-is-now-live-heres-how-to-see-yours">Spotify</a>, LinkedIn, and even Google Photos running their yearly recaps. Recaps mostly include the number of hours spent on these platforms, your favourite artists for music-based apps, and more stat-tracking highlights.</p><p>And now, OpenAI's ChatGPT has joined the fray. The AI firm recently rolled out an annual review feature, <a href="https://help.openai.com/de-de/articles/20001042-your-year-with-chatgpt-faqs"><em>Your Year with ChatGPT</em>, </a>to users in select markets, including the United States, Canada, the United Kingdom, Australia, and New Zealand.</p><p>An OpenAI spokesman told <a href="https://techcrunch.com/2025/12/22/chatgpt-launches-a-year-end-review-like-spotify-wrapped/" target="_blank">TechCrunch</a> that the new feature will be available to Free, Plus, and Pro users, provided they have enabled the <em>“Reference Saved Memories” </em>and <em>“Reference Chat History” </em>options in the app’s Settings. The feature won't be available for Team, Enterprise, and Education accounts.</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:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="bcUjnb6iFX7q7vrwcJZjjM" name="GettyImages-1750509680" alt="An artificial hand is seen pointing a finger onto a mobile phone screen displaying the Apple App Store with the Chat GPT app in this photo illustration on 29 October, 2023 in Warsaw, Poland. (Photo by Jaap Arriens/NurPhoto via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/bcUjnb6iFX7q7vrwcJZjjM.jpg" mos="" align="middle" fullscreen="1" width="3992" height="2246" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/bcUjnb6iFX7q7vrwcJZjjM.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>Much like <a href="https://www.windowscentral.com/software-apps/spotify-wrapped-2025-is-now-live-heres-how-to-see-yours">Spotify's Wrapped</a> feature, OpenAI's Your Year with ChatGPT feature includes catchy graphics designed to recap your year. It also consists of a "poem" that attempts to capture your general vibe for the year based on your interactions with ChatGPT.</p><p>You will also get an award based on how you've used ChatGPT throughout the year. For instance, someone might be awarded the <em>"Creative Debugger"</em> badge if they mainly used the chatbot to find solutions for complex problems and similar tasks.</p><p>It'll also highlight some statistics about your interaction with ChatGPT, including your most talkative day and total chats. Interestingly, the company also attempted to make the whole experience a bit fun by jokingly highlighting the number of em dashes used between you and the chatbot.</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:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="hWe4khRuYmVRczajwfXxEG" name="GettyImages-2247406412" alt="The logo of Gemini 3 is displayed on a smartphone screen with Google logo in the background." src="https://cdn.mos.cms.futurecdn.net/hWe4khRuYmVRczajwfXxEG.jpg" mos="" align="middle" fullscreen="1" width="2000" height="1125" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/hWe4khRuYmVRczajwfXxEG.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 | VCG)</span></figcaption></figure><p>The feature is available on the ChatGPT web app and mobile app for iOS and Android. To access your annual review, Your Year with ChatGPT should already be on your home screen across your Android, iOS, and web apps. Alternatively, you can ask ChatGPT for your recap directly.</p><p>This news comes after Google launched Gemini 3, which might have potentially contributed to ChatGPT's decline in traffic. Consequently, CEO <a href="https://www.windowscentral.com/artificial-intelligence/microsofts-advantages-in-artificial-intelligence-evaporate-google-gemini-surges-ahead-and-openai-declares-code-red-situation">Sam Altman was rattled into declaring <em>"code red," </em></a>though he recently indicated that OpenAI is eyeing a January exit from the situation. He further explained that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-admits-openai-declared-code-red-multiple-times">the company declares code red multiple times when competitive threats emerge</a>.</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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="djwPLGk9JSFVpMAYJuxrqj" name="wc-what-do-you-think-cta-banner" alt="A pink banner that says "What do you think?" and shows a dial pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/djwPLGk9JSFVpMAYJuxrqj.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Did you get your 'Wrapped' moment from ChatGPT, and what did you think? Or did you have its settings disabled from the start? Let me know in the comments and vote in the poll!</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-Wlko2e"></div>                            </div>                            <script src="https://kwizly.com/embed/Wlko2e.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman says he’s “not excited” about being CEO of a public company, raising questions about OpenAI’s long‑term direction ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-is-not-excited-about-being-ceo-of-a-public-company</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman recently indicated that he isn't excited about becoming CEO of a public company amid reports suggesting that the company. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4oz6gMvEeDwwpQJzS8zyT9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9NFM8ja5z36PjgLMW2dqRT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 22 Dec 2025 14:43:42 +0000</pubDate>                                                                                                                                <updated>Mon, 22 Dec 2025 22:50:09 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9NFM8ja5z36PjgLMW2dqRT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | BENJAMIN LEGENDRE]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman.]]></media:description>                                                            <media:text><![CDATA[OpenAI CEO Sam Altman speaks at OpenAI DevDay, the company&#039;s annual conference for developers, in San Francisco, California, on October 6, 2025.]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI CEO Sam Altman speaks at OpenAI DevDay, the company&#039;s annual conference for developers, in San Francisco, California, on October 6, 2025.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9NFM8ja5z36PjgLMW2dqRT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Last week, multiple reports emerged suggesting that OpenAI is currently in talks to <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-is-in-talks-for-a-100-billion-funding-round">raise $100 billion from investors at a $750 billion valuation</a>. As you may know, the AI firm's market valuation is currently $500 billion after the sale of $6.6 billion in shares from current and former staff in October.</p><p>If OpenAI manages to raise $100 billion from investors in its next funding round, the firm's market share is expected to grow by 50%.</p><p>Interestingly, the company is also laying groundwork to go public and may file with regulators as early as the second half of 2026. Market experts and analysts claim it might be one of the largest IPOs in history with a potential valuation of around $1 trillion.</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:3500px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="icEsbwynRpnZAFBCXUbpPg" name="GettyImages-1841164880" alt="Sam Altman, chief executive officer of OpenAI, at the Hope Global Forums annual meeting in Atlanta, Georgia, US, on Monday, Dec. 11, 2023." src="https://cdn.mos.cms.futurecdn.net/icEsbwynRpnZAFBCXUbpPg.jpg" mos="" align="middle" fullscreen="1" width="3500" height="1969" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/icEsbwynRpnZAFBCXUbpPg.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: Getty Images | Bloomberg)</span></figcaption></figure><p>More recently, OpenAI CEO Sam Altman shared his thoughts on the company’s potential evolution into a public entity during an interview on the <a href="https://youtu.be/2P27Ef-LLuQ" target="_blank">Big Technology Podcast</a>. The executive indicated that he wasn't excited about leading a public company.</p><div><blockquote><p>Am I excited for OpenAI to be a public company? In some ways, I am, and in some ways I think it'd be really annoying. Am I excited to be a public company CEO? 0%.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>While Altman indicated that <em>"it's wonderful to be a private company,"</em> he admitted that the firm still needs a lot of capital. He indicated that the company would need to cross shareholder limits to achieve this feat.</p><p><em>"I do think it's cool that public markets get to participate in value creation,"</em> Altman added.</p><p>This news comes amid rising competition from the likes of Google, following the successful launch of Gemini 3 with advanced capabilities across coding, video, and images. The competitive threat rattled CEO Sam Altman into "code red." </p><p>However, we recently learned that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-admits-openai-declared-code-red-multiple-times">OpenAI declares code red multiple times in a year as a response to competitive threats</a>. <em>"It's good to be paranoid and act quickly when a potential competitive threat emerges," </em>Altman concluded. </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:1988px;"><p class="vanilla-image-block" style="padding-top:18.61%;"><img id="CyRXFjWjFC5eLGfu5Z5T4T" name="WC-poll-banner" alt="A banner that reads "It's Poll Time" and shows a graphic with a dial on it pointing to a mid-range hue on a gradient." src="https://cdn.mos.cms.futurecdn.net/CyRXFjWjFC5eLGfu5Z5T4T.png" mos="" align="middle" fullscreen="" width="1988" height="370" attribution="" endorsement="" class="inline"></p></div></div></figure><p><em><strong>Do you have any thoughts on Sam Altman's leadership? Will OpenAI retain its morals when it becomes a public company? Let me know what you think.</strong></em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-OqymmO"></div>                            </div>                            <script src="https://kwizly.com/embed/OqymmO.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman admits OpenAI has declared 'code red' multiple times this year to combat rising competitive threats from Google — "It's good to be paranoid." ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-admits-openai-declared-code-red-multiple-times</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman recently revealed that the company has declared "code red" multiple times as a response to competitive threats in the ever-evolving AI industry. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3czf6mKWPK9KBrqCq5KkpY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Akcyre3jrhTCBxVorRSXui-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 19 Dec 2025 12:30: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Akcyre3jrhTCBxVorRSXui-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Tomohiro Ohsumi, Stringer]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman recently revealed that the company had already declared &quot;code red&quot; multiple times.]]></media:description>                                                            <media:text><![CDATA[Open AI CEO Sam Altman speaks during a talk session with SoftBank Group.]]></media:text>
                                <media:title type="plain"><![CDATA[Open AI CEO Sam Altman speaks during a talk session with SoftBank Group.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Akcyre3jrhTCBxVorRSXui-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>At the beginning of this month, OpenAI CEO <a href="https://www.windowscentral.com/artificial-intelligence/microsofts-advantages-in-artificial-intelligence-evaporate-google-gemini-surges-ahead-and-openai-declares-code-red-situation">Sam Altman declared a “code red” to enhance ChatGPT's quality</a> following the successful launch and emergence of Google's Gemini 3 model. The AI firm was forced to delay other products, like advertising and AI agents, to deal with the situation.</p><p>Consequently, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gemini-3-launch-had-less-of-an-impact-on-chatgpt-than-feared">OpenAI launched GPT-5.2</a> as a response to Gemini 3's threat to ChatGPT, which ships with a plethora of advanced capabilities across coding, video, and images. The company also recently shipped <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-chatgpt-images-4x-faster">a new upgrade for ChatGPT images</a>, making it 4x faster, more precise, and more creative.</p><p>Altman indicated that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gemini-3-launch-had-less-of-an-impact-on-chatgpt-than-feared">Google's Gemini 3 launch had a lesser impact on ChatGPT's metrics</a> than previously thought, further revealing that OpenAI might be eyeing a January exit from<em> 'code red' — "Historically, these have been kind of like six- or eight-week things for us," </em>Altman indicated.</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:3000px;"><p class="vanilla-image-block" style="padding-top:56.23%;"><img id="3SQ97M4vHZNEij5qgVYS3e" name="GettyImages-2195703570" alt="A DeepSeek artificial intelligence logo and icons on various smartphones or laptops." src="https://cdn.mos.cms.futurecdn.net/3SQ97M4vHZNEij5qgVYS3e.jpg" mos="" align="middle" fullscreen="1" width="3000" height="1687" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/3SQ97M4vHZNEij5qgVYS3e.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 | Bloomberg)</span></figcaption></figure><p>The executive revealed that this wasn't the first time the company has entered emergency mode; it has actually declared code red<em> </em>multiple times as a response to competitive threats in the ever-evolving industry during an episode of the Big Technology Podcast (via <a href="https://www.bloomberg.com/news/articles/2025-12-18/openai-has-declared-code-red-multiple-times-executive-says" target="_blank">Bloomberg</a>). </p><div><blockquote><p>It's good to be paranoid and act quickly when a potential competitive threat emerges. My guess is we'll be doing these once maybe twice a year for a long time, and that's part of really just making sure that we win in our space.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>The executive revealed that the company went into code red at the beginning of this year following the emergence of <a href="https://www.windowscentral.com/tag/deepseek">China's DeepSeek</a>, which <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">surpassed proprietary AI models like OpenAI's o3 model across a wide range of benchmarks at a fraction of the development cost</a>.</p><p>While the OpenAI CEO indicated that Gemini 3 didn't have the impact they were intiially worried about,<em> "but it did — in the same way that Deepseek did — identify some weaknesses in our product offering strategy, and we're addressing those very quickly".</em></p><p>Do you think OpenAI is under any real threat from its competitors? Let me know in the comments.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-X8K8yO"></div>                            </div>                            <script src="https://kwizly.com/embed/X8K8yO.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Stop giving $55 a month to Adobe — ChatGPT users can now use Photoshop, Express, and Acrobat for free in the AI bot ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/chatgpt-users-can-now-use-photoshop-for-free-in-the-ai-bot</link>
                                                                            <description>
                            <![CDATA[ Photoshop inside ChatGPT lowers the barrier to image editing, making advanced effects and adjustments accessible without subscriptions, tutorials, or prior experience with Adobe software. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">QPaBBwbBhBWLcv48bF8L4H</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/S2hXBynA3rmuLcRob5To4Y-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Fri, 19 Dec 2025 12:00:00 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/S2hXBynA3rmuLcRob5To4Y-1280-80.png">
                                                            <media:credit><![CDATA[Windows Central | Adobe | ChatGPT]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ChatGPT and Adobe logo side by side]]></media:description>                                                            <media:text><![CDATA[ChatGPT and Adobe logo side by side]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT and Adobe logo side by side]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/S2hXBynA3rmuLcRob5To4Y-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In a rather unexpected move, especially considering it is free and that the words free and Adobe rarely appear in the same sentence, the company has integrated its popular creative tools <a href="https://blog.adobe.com/en/publish/2025/12/10/edit-photoshop-chatgpt?sdid=GHMVY429&mv=social&mv2=paid-owned&linkId=100000396641123" target="_blank">directly into ChatGPT</a>.</p><p>Photoshop, Adobe Express, and Acrobat are now accessible inside the AI chat experience. This marks a new step for Adobe, allowing users to control and access Photoshop features using simple prompts.</p><p>By removing much of the traditional complexity, it significantly lowers the barrier to entry and could enable less experienced users to produce surprisingly competent edits without needing to learn the full application first.</p><h2 id="what-does-photoshop-in-chatgpt-mean-to-you">What does Photoshop in ChatGPT mean to you?</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:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="pMD6XBsdaYifGGxrXFxBL3" name="media_1a23e4ae057abd51949edb50f9" alt="Photoshop within ChatGPT" src="https://cdn.mos.cms.futurecdn.net/pMD6XBsdaYifGGxrXFxBL3.jpg" mos="" align="middle" fullscreen="1" width="2000" height="1125" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/pMD6XBsdaYifGGxrXFxBL3.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">Photoshop within ChatGPT </span><span class="credit" itemprop="copyrightHolder">(Image credit: Adobe | ChatGPT)</span></figcaption></figure><p>Adobe’s full creative suite will set you back <a href="https://www.adobe.com/creativecloud/plans.html#miniplans-buy-all-apps-standard">$54.99 a month, or $599.88 a year</a>, for access to Photoshop, Illustrator, Premiere Pro, Acrobat, and more. It is an expensive ask, especially for casual users.</p><p><a href="https://www.subscriptioninsider.com/article-type/news/adobe-faces-new-class-action-over-hidden-subscription-fees-and-cancellation-barriers">Adobe has also built a reputation for aggressively locking users into subscriptions, including charging fees for early cancellation</a>. It is not exactly known as a consumer-friendly company, which makes this move all the more surprising.</p><p>So, what is actually going on here, and why are some of Adobe’s tools now accessible inside ChatGPT for free?</p><p>While this looks like a big win for users on the surface, there are some important trade-offs to be aware of. Connecting an Adobe account to ChatGPT means Adobe can access conversation history and memories (this may just be chats where Adobe apps are used), along with basic account information, IP address, and approximate location.</p><p>Data is a lucrative business, and this integration gives Adobe exposure to <a href="https://explodingtopics.com/blog/chatgpt-users">ChatGPT’s reported 800 million weekly users,</a> assuming they choose to use the Adobe apps. What we are really looking at is a strategic partnership that benefits both sides, giving ChatGPT an edge over Google’s more advanced image generation tools for now, while helping position ChatGPT as an all-encompassing platform rather than just a chatbot.</p><h2 id="how-adobe-s-chatgpt-integration-actually-works">How Adobe’s ChatGPT integration actually works</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:3192px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="ewWKiHggBdLnkxuDLUgb6H" name="ChatGPT logo and app." alt="The ChatGPT app logo displays on the screen of a smartphone in Reno, United States, on November 21, 2024. (Photo by Jaque Silva/NurPhoto via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H.jpg" mos="" align="middle" fullscreen="1" width="3192" height="1796" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H.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 | Jaque Silva)</span></figcaption></figure><p>If you want to enable and use Adobe apps within ChatGPT, you can do so by following these steps:</p><ul><li>Open ChatGPT on desktop, web, or mobile. <strong>Click Settings</strong>, then <strong>go to Apps & Connectors.</strong></li><li><strong>Scroll through or search the apps list</strong> and select Adobe Photoshop, Adobe Express, or Adobe Acrobat. Click Connect.</li><li>When prompted, <strong>sign in with your Adobe account and confirm the connection. </strong>Once completed, the app will be linked to ChatGPT.</li><li>Go back to the main chat screen. <strong>Click the + icon next to the message box</strong>.</li><li>Select More and choose the Adobe app you enabled.</li><li>You can also activate it by mentioning it directly in your prompt, such as asking Photoshop to edit an image or Acrobat to edit a PDF.</li></ul><p>Photoshop, Express, and Acrobat are available for free inside ChatGPT on desktop, web, and iOS. Adobe Express is also available on Android, with the other apps expected to follow later.</p><p>This is not a replacement for the full native applications, but it is more capable than you might expect. From effects and adjustments to more involved edits, it offers an accessible way to achieve results that would normally require tutorials or prior experience.</p><p>If you want a clearer idea of what it can actually do, <a href="https://www.youtube.com/watch?v=WXQtfO-upSQ">there is a solid YouTube video that walks through its capabilities in detail.</a> If, however, you do want a different tool, <a href="https://www.windowscentral.com/software-apps/canva-affinity-to-free-model">Affinity is a free alternative that launched recently.</a></p><p><em>Is it useful, or a waste of time? Let me know if you'd use Photoshop inside ChatGPT in the comments!</em></p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-O9Kk2e"></div>                            </div>                            <script src="https://kwizly.com/embed/O9Kk2e.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ChatGPT parent company OpenAI is in talks for a $100 billion funding round — setting the stage for a $1 trillion IPO filing in 2026 ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-is-in-talks-for-a-100-billion-funding-round</link>
                                                                            <description>
                            <![CDATA[ OpenAI is reportedly in initial talks with investors to raise funds, which could push its market valuation to approximately $750 billion. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YFNHsYqZRiPabzCtkW2hy7</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TtxSFvmTE5yRAXh9nbEvCH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 18 Dec 2025 12:45:00 +0000</pubDate>                                                                                                                                <updated>Mon, 22 Dec 2025 12:35:20 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/TtxSFvmTE5yRAXh9nbEvCH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Ismail Aslandag]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI is reportedly in more talks with investors.]]></media:description>                                                            <media:text><![CDATA[ANKARA, TURKIYE - AUGUST 13: In this photo illustration, the logo of OpenAI logo is being displayed on a mobile phone screen in front of another screen displaying a robotic hand, in Ankara, Turkiye on August 13, 2025. (Photo by Ismail Aslandag/Anadolu via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[ANKARA, TURKIYE - AUGUST 13: In this photo illustration, the logo of OpenAI logo is being displayed on a mobile phone screen in front of another screen displaying a robotic hand, in Ankara, Turkiye on August 13, 2025. (Photo by Ismail Aslandag/Anadolu via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TtxSFvmTE5yRAXh9nbEvCH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI is reportedly in initial talks with investors to raise funds, which could push its market valuation to approximately $750 billion. According to sources familiar with the ongoing deliberations, the company wants to raise up to $100 billion from investors (via <a href="https://www.theinformation.com/articles/openai-discussed-raising-tens-billions-valuation-around-750-billion" target="_blank">The Information</a>).</p><p>For context, if the deal goes through, OpenAI could see its market valuation jump by 50% from the reported $500 billion in October, following the sale of $6.6 billion in shares from current and former staff.</p><p>Reported investors in the deal include SoftBank, Thrive Capital, Dragoneer Investment Group, Abu Dhabi‑backed MGX, and T. Rowe Price.</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:2000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dECcgTmq2AaGVUv7LYjWmU" name="GettyImages-2244440792" alt="The logos of OpenAI and Amazon on screens." src="https://cdn.mos.cms.futurecdn.net/dECcgTmq2AaGVUv7LYjWmU.jpg" mos="" align="middle" fullscreen="1" width="2000" height="1125" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/dECcgTmq2AaGVUv7LYjWmU.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 and Amazon are reportedly in funding talks. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Feature China)</span></figcaption></figure><p>OpenAI is reportedly preparing for what could be one of the largest IPOs in history, with a potential valuation of around $1 trillion. According to Reuters, the ChatGPT maker has been laying the groundwork to go public and may file with regulators as early as the second half of 2026.</p><p>This news comes after a separate report revealed that <a href="https://www.windowscentral.com/artificial-intelligence/openai-in-fluid-talks-to-raise-10-billion-from-amazon">OpenAI is in "very fluid" talks to raise $10 billion from Amazon</a>. If the deal goes through, the AI firm not only positions itself in a unique position to secure more funding from investors but will also adopt Amazon's Trainium chips for its AI advances. </p><p>OpenAI's potential funding round signals an exorbitant demand for resources to foster its continuity and development amid reports that investor interest is waning and that the AI bubble is on the verge of bursting as big tech corporations struggle to establish a clear path to profitability for generative AI.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-WQAxyW"></div>                            </div>                            <script src="https://kwizly.com/embed/WQAxyW.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI just made ChatGPT images 4x faster and easier on the eyes — now CEO Sam Altman faces the GPU crunch ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-chatgpt-images-4x-faster</link>
                                                                            <description>
                            <![CDATA[ OpenAI has unveiled ChatGPT Images with new capabilities, which Sam Altman described as “something fun.” The update promises greater precision, enhanced creativity, and is said to be four times faster. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">av2XD3dPy7XNfaaBhWCrgE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qFUcHPJcKXBrYPHN5y3ien-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 17 Dec 2025 12: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qFUcHPJcKXBrYPHN5y3ien-1280-80.jpg">
                                                            <media:credit><![CDATA[OpenAI]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI has unveiled ChatGPT Images, promising greater precision, enhanced creativity, and speed.]]></media:description>                                                            <media:text><![CDATA[OpenAI logo with ChatGPT images promotional video screencap]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI logo with ChatGPT images promotional video screencap]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qFUcHPJcKXBrYPHN5y3ien-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Remember last year when <a href="https://www.windowscentral.com/software-apps/openai-12-days-of-shipmas-chatgpt-pro-monthly-subscription">OpenAI ran 12 days of 'Shipmas'</a>, launching a ton of products and services, including its <a href="https://www.windowscentral.com/software-apps/openai-12-days-of-shipmas-chatgpt-pro-monthly-subscription">$200/month ChatGPT Pro subscription plan</a>? Well, the AI firm is sort of running a similar campaign but on a subtle scale.</p><p>As you may know, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gemini-3-launch-had-less-of-an-impact-on-chatgpt-than-feared">the company unveiled GPT-5.2</a> last week as a response to Gemini 3, which <a href="https://www.windowscentral.com/artificial-intelligence/microsofts-advantages-in-artificial-intelligence-evaporate-google-gemini-surges-ahead-and-openai-declares-code-red-situation">rattled CEO Sam Altman into declaring<em> "code red"</em>.</a> However, the company is seemingly over the hump with the executive eyeing a<strong> </strong>January exit from the situation. Altman indicated that Google's Gemini 3 launch had a lesser impact on ChatGPT's metrics than previously thought.</p><p>OpenAI CEO also announced that the company had a <em>"few little Christmas presents"</em> for its users this week. Today, the company unveiled new <a href="https://openai.com/index/new-chatgpt-images-is-here/">ChatGPT images</a>, which Sam Altman referred to as <em>"something fun".</em></p><p>ChatGPT Images is powered by OpenAI's new image generation model. According to OpenAI, <em>"it makes precise edits while keeping details intact, and generates images up to 4x faster".</em></p><p>GPT 1.5 Images shipped in broad availability for all ChatGPT users and via its API. OpenAI also announced a new images feature within ChatGPT, designed to improve image generation by sparking inspiration and making creative exploration effortless. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Introducing ChatGPT Images, powered by our flagship new image generation model.- Stronger instruction following- Precise editing- Detail preservation- 4x faster than beforeRolling out today in ChatGPT for all users, and in the API as GPT Image 1.5. pic.twitter.com/NLNIPEYJnr<a href="https://twitter.com/cantworkitout/status/2000990989629161873">December 16, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>The new Images experience in ChatGPT is touted to be more precise, adhering to your requests and prompts while preserving critical elements like lighting, composition, and people’s appearance on uploaded images.</p><div><blockquote><p>This unlocks results that match your intent—more useful photo edits, more believable clothing and hairstyle try-ons, alongside stylistic filters and conceptual transformations that retain the essence of the original image.</p><p>OpenAI </p></blockquote></div><p>What's more, the model is now better at editing tasks, making it easier for users to add, remove, and blend to achieve the desired output.</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:3192px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="ewWKiHggBdLnkxuDLUgb6H" name="ChatGPT logo and app." alt="The ChatGPT app logo displays on the screen of a smartphone in Reno, United States, on November 21, 2024. (Photo by Jaque Silva/NurPhoto via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H.jpg" mos="" align="middle" fullscreen="1" width="3192" height="1796" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H.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 app. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Jaque Silva)</span></figcaption></figure><p>Additionally, the model comes with built‑in styles and ideas from the start, so you may not even need a prompt to enhance your image.<em>"The model follows instructions more reliably than our initial version,"</em> OpenAI indicated. <em>"This enables more precise edits as well as more intricate original compositions, where relationships between elements are preserved as intended."</em></p><p>Finally, the model is also better at text rendering with the capability of handling denser and smaller text. OpenAI is making it easier for users to generate images directly from ChatGPT through a dedicated home for images, which can be accessed from the sidebar on the mobile app and on chatgpt.com.</p><p>In 2023, Former Twitter CEO and co-founder <a href="https://www.windowscentral.com/software-apps/jack-dorsey-says-we-wont-know-what-is-real-anymore-in-the-next-5-10-years-thanks-to-ai-content">Jack Dorsey warned that it'll be impossible to tell what's real from the fake in 5-10 years</a>. <em>"It will feel like you're in a simulation,"</em> the executive added. With the emergence of sophisticated image generation tools like Google's Nano Banana and now ChatGPT Images 1.5, it seems like Dorsey's early predictions are subtly becoming reality.</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:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="KZXzX6P3uBXYeDsKnFxxhP" name="GettyImages-2218344221" alt="Open AI CEO Sam Altman speaks during Snowflake Summit 2025 at Moscone Center on June 02, 2025 in San Francisco, California." src="https://cdn.mos.cms.futurecdn.net/KZXzX6P3uBXYeDsKnFxxhP.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/KZXzX6P3uBXYeDsKnFxxhP.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. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Justin Sullivan)</span></figcaption></figure><p>Early this year, OpenAI launched ChatGPT-4o, which led to the birth of the viral <a href="https://www.windowscentral.com/software-apps/viral-chatgpt-ghibli-memes-example-how-far-behind-copilot-is" target="_blank">Studio Ghibli meme trend,</a> although it sparked backlash and copyright-related issues. For context, the model's release contributed to <a href="https://www.windowscentral.com/software-apps/sam-altman-says-the-biblical-demand-for-chatgpt-4os-ghibli-memes-has-added-one-million-users-in-just-one-hour-but-chill-out-a-bit-our-gpus-are-melting">ChatGPT gaining over one million new users in under one hour</a>, primarily due to the <em>"biblical demand"</em> (as Sam Altman described it) for ChatGPT-4o's Ghibli memes.</p><p>Sam Altman disclosed that <a href="https://www.windowscentral.com/software-apps/sam-altman-chatgpt-viral-ghibli-forced-openai-unnatural-things">OpenAI was forced to do a lot of unnatural things</a> caused by the high demand for Ghibli memes, including temporary rate limits while it worked on enhancing efficiency.  <a href="https://www.windowscentral.com/software-apps/sam-altman-says-chatgpts-images-are-wayyy-more-popular-than-we-expected-openai-had-to-place-free-users-on-a-waitlist-for-a-while-our-gpus-are-melting"><em>"Our GPUs are melting,"</em></a><em> </em>lamented Altman.</p><p>It remains unclear if OpenAI has enough computing power to support the surge in demand for ChatGPT images if it sparks the interest of its massive user base. This is despite renewing its vows with Microsoft in a <a href="https://www.windowscentral.com/artificial-intelligence/openai-wont-sever-its-ties-with-microsoft-even-after-declaring-agi">new definitive agreement</a>, which allows it to get into deals with the likes of<strong> </strong>SoftBank, Oracle, and more to build more data centers than Microsoft could have.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-WQAaNW"></div>                            </div>                            <script src="https://kwizly.com/embed/WQAaNW.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI's track record on AI safety stinks — bordering on “functioning as a de facto advocacy arm” rather than a genuine research lab ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openais-track-record-on-ai-safety-stinks-bordering-on-functioning-as-a-de-facto-advocacy-arm-rather-than-a-genuine-research-lab</link>
                                                                            <description>
                            <![CDATA[ At least two researchers have recently left OpenAI, citing concerns that the company has been less than truthful and overly guarded about its published research. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">coeBxSWeFNmAwdWsxDwurT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/j4s3WzoUFSaF8PVwoJu9vd-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 15 Dec 2025 15:46:59 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/j4s3WzoUFSaF8PVwoJu9vd-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Lightrocket]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[POLAND - 2023/01/20: In this photo illustration, an OpenAI logo seen displayed on a smartphone with stock market exchange in the background. (Photo Illustration by Omar Marques/SOPA Images/LightRocket via Getty Images)]]></media:description>                                                            <media:text><![CDATA[POLAND - 2023/01/20: In this photo illustration, an OpenAI logo seen displayed on a smartphone with stock market exchange in the background. (Photo Illustration by Omar Marques/SOPA Images/LightRocket via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[POLAND - 2023/01/20: In this photo illustration, an OpenAI logo seen displayed on a smartphone with stock market exchange in the background. (Photo Illustration by Omar Marques/SOPA Images/LightRocket via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/j4s3WzoUFSaF8PVwoJu9vd-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It's no secret that OpenAI has had a rough couple of months — from <a href="https://www.windowscentral.com/software-apps/openais-for-profit-evolution-hits-a-major-roadblock">investor pressure to evolve into a for-profit entity</a> or risk losing funding, which would open it up to hostile takeovers and outsider interference, to <a href="https://www.windowscentral.com/artificial-intelligence/microsofts-advantages-in-artificial-intelligence-evaporate-google-gemini-surges-ahead-and-openai-declares-code-red-situation">Sam Altman declaring "code red" to improve ChatGPT</a> amid intense competition from rivals like Anthropic and Google.</p><p>And as it turns out, the rain isn't done beating the ChatGPT maker yet. In a damning report by <a href="https://www.wired.com/story/openai-economic-research-team-ai-jobs/">WIRED</a>, at least two researchers have recently left OpenAI, citing concerns that the company has been less than truthful and overly guarded about its published research, particularly when it portrays the technology in a negative light or highlights potential economic ramifications.</p><p>Tom Cunningham, a former OpenAI economic researcher, was among the employees who left the firm recently. Perhaps more concerningly, in his farewell message shared internally with colleagues, the researcher expressed that he felt the team was shifting away from its core goal of conducting genuine research and instead <em>“functioning as a de facto advocacy arm for OpenAI.”</em></p><p>However, OpenAI Chief Strategy Officer Jason Kwon dismissed these claims through an internal memo, indicating that the firm must act as a responsible leader in AI and should not only raise problems with the tech, but also <em>"build solutions."</em></p><div><blockquote><p>My POV on hard subjects is not that we shouldn’t talk about them. Rather, because we are not just a research institution, but also an actor in the world (the leading actor in fact) that puts the subject of inquiry (AI) into the world, we are expected to take agency for the outcomes.</p><p>OpenAI Chief Strategy Officer, Jason Kwon</p></blockquote></div><p>This news comes as OpenAI continues to forge partnerships with government institutions and corporations, which has turned it into a $500 billion company in market valuation. Market analysts and experts predict that the AI firm's technology has the potential to revolutionize how people work.</p><p>However, there has been an increase in the number of reports suggesting that we're in an AI bubble, which could implode at any moment. Microsoft co-founder <a href="https://www.windowscentral.com/artificial-intelligence/bill-gates-warns-of-an-ai-bubble">Bill Gates likened it to the dot-com era's hype-driven overvaluations</a>. <em>"There are a ton of these investments that will be dead ends," </em>Gates added.</p><p>In the past, OpenAI has published several research reports about its tech, detailing how it could impact the job market. Like its “GPTs Are GPTs" research paper from 2023, which detailed professions that are more susceptible to automation by AI as it becomes more prevalent. </p><p>However, according to sources with close affiliations with OpenAI who spoke to WIRED on condition of anonymity, claim that the company is now more reluctant to publish research that highlights AI's negative impact on the economy, and is more focused on releasing reports that highlight positive findings.</p><p>This isn't the first time OpenAI has been placed on the spot for its business operations and AI development. Last year, a report by The Financial Times detailed that <a href="https://www.windowscentral.com/software-apps/openai-is-reportedly-prioritizing-shiny-products-over-safety-processes-again">safety processes and culture at OpenAI had seemingly taken a backseat</a> while shiny products gained precedence.</p><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-wont-sever-its-ties-with-microsoft-even-after-declaring-agi">Microsoft and OpenAI recently renewed their vows under a new definitive agreement</a>, which essentially allows the tech giant to pursue AGI or superintelligence independently or through third parties. It also categorically states that <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsofts-ai-chief-mustafa-suleyman-has-warned-that-the-odds-of-existential-doom-are-nearly-absolute-the-company-could-walk-away-from-ai-if-risks-escalate">OpenAI can't prematurely declare AGI to sever its Microsoft ties unless an expert independent panel verifies the claim</a>.</p><p>Interestingly, <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsofts-ai-chief-mustafa-suleyman-has-warned-that-the-odds-of-existential-doom-are-nearly-absolute-the-company-could-walk-away-from-ai-if-risks-escalate">Microsoft AI CEO Mustafa Suleyman recently indicated that the company will abandon the technology if it poses any existential threat to humanity</a>, which aligns with his push and agenda for <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsoft-now-pursuing-solo-agi-promising-safe-future">humanist superintelligence</a> — developing AI that's designed to serve people, not replace them.</p><div style="min-height: 250px;">                                <div class="kwizly-quiz kwizly-ODaZ8X"></div>                            </div>                            <script src="https://kwizly.com/embed/ODaZ8X.js" async></script>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Gemini 3 launch had less of an impact on ChatGPT than CEO Sam Altman feared — OpenAI eyes January exit from "code red" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/gemini-3-launch-had-less-of-an-impact-on-chatgpt-than-feared</link>
                                                                            <description>
                            <![CDATA[ OpenAI finally launched its GPT-5.2 model after CEO Sam Altman declared code red following Google's successful Gemini 3 launch. The model ships with advanced capabilities across coding, text, image, and video. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">xLJ5kDGFUM6wDVaFMiJ2XF</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/oTV6Kwbu7YYXhdMwwqTmRT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 12 Dec 2025 12:41:43 +0000</pubDate>                                                                                                                                <updated>Fri, 12 Dec 2025 12:41:48 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/oTV6Kwbu7YYXhdMwwqTmRT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Florian Gaertner]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI finally launched its GPT-5.2 model after CEO Sam Altman declared code red following Google&#039;s successful Gemini 3 launch.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/oTV6Kwbu7YYXhdMwwqTmRT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As expected, <a href="https://openai.com/index/introducing-gpt-5-2/">OpenAI finally launched its rumored GPT-5.2 model</a> on December 11, 2025. CEO <a href="https://www.windowscentral.com/artificial-intelligence/microsofts-advantages-in-artificial-intelligence-evaporate-google-gemini-surges-ahead-and-openai-declares-code-red-situation">Sam Altman declared code red</a> following Google's successful Gemini 3 launch, which blew ChatGPT out of the water across a wide range of benchmark tests.</p><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-is-racing-to-give-chatgpt-a-flashy-upgrade">GPT-5.2 could potentially be OpenAI's answer to Gemini 3</a> amid rising concerns about ChatGPT's traffic decline. The next-gen AI model ships with a plethora of advanced capabilities across coding, video, and images. Users can access the model directly from ChatGPT or OpenAI's application programming interface (API).</p><p>ChatGPT-5.2 ships in three different flavors: Instant, Thinking, and Pro versions. For context, the instant version is designed for writing and research, while the Thinking version takes on complex tasks like coding. As you might have guessed, the Pro version is designed to find responses to difficult questions. </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:3192px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="ewWKiHggBdLnkxuDLUgb6H" name="ChatGPT logo and app." alt="The ChatGPT app logo displays on the screen of a smartphone in Reno, United States, on November 21, 2024. (Photo by Jaque Silva/NurPhoto via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H.jpg" mos="" align="middle" fullscreen="1" width="3192" height="1796" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/ewWKiHggBdLnkxuDLUgb6H.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 | Jaque Silva)</span></figcaption></figure><p>The model already shows great promise. It posted impeccable results across a wide range of benchmarks, including SWE-Bench Pro, which is designed to examine a model's agentic coding performance. It also topped the charts in the GPQA Diamond benchmark text, which is used to evaluate a model's reasoning capabilities.</p><div><blockquote><p>We announced this code red to really signal to the company that we want to martial resources in one particular area, and that’s a way to really define priorities and define things that can be deprioritized. We have had an increase in resources focused on ChatGPT in general, I would say that helps with the release of this model, but that’s not the reason it’s coming out this week in particular.</p><p>OpenAI CEO of apps, Fidji Simo</p></blockquote></div><p>Perhaps more interestingly, OpenAI CEO Sam Altman indicated that Google's Gemini 3 launch had a lesser impact on ChatGPT's metrics than previously thought (via <a href="https://www.cnbc.com/2025/12/11/openai-intros-new-ai-model-gpt-5point2-says-better-at-professional-tasks.html" target="_blank">CNBC</a>). The executive stated that the company is poised to exit its code red by January. <em>“I believe that when a competitive threat happens, you want to focus on it, deal with it quickly,” </em>Altman added.</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:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="RGQsWFwdiummQ3KtMAVnrJ" name="GettyImages-2207699592" alt="The Google Gemini logo appears on a phone, and the Google logo is displayed on a laptop." src="https://cdn.mos.cms.futurecdn.net/RGQsWFwdiummQ3KtMAVnrJ.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/RGQsWFwdiummQ3KtMAVnrJ.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>There has also been an increase in the number of reports claiming that AI could eventually replace humans in the workplace. GPT-5.2 might also secure a spot for itself at the workplace as it beat industry professionals on the GDPval benchmark test with a 70.9% on well-specified tasks.</p><p>Microsoft co-founder <a href="https://www.windowscentral.com/software-apps/bill-gates-says-ai-will-replace-humans-for-most-things">Bill Gates indicated that AI will replace humans for most things</a>, but we'll still have the power to choose what to preserve exclusively for ourselves. The philanthropic billionaire joked that no one would like to watch computers playing baseball.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI is racing to give ChatGPT a flashy upgrade after Google's Gemini 3 rattled CEO Sam Altman into "code red" ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-is-racing-to-give-chatgpt-a-flashy-upgrade</link>
                                                                            <description>
                            <![CDATA[ A new report suggests that OpenAI may release GPT‑5.2 ahead of schedule, aiming to keep ChatGPT competitive after Google’s successful Gemini 3 launch and Sam Altman’s “code red” warning. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">QMUuiZahAQgPosqXpgYXaR</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XJCJcH76mmkDeSc8J5asEj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 08 Dec 2025 12:04:00 +0000</pubDate>                                                                                                                                <updated>Mon, 08 Dec 2025 14:43:33 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XJCJcH76mmkDeSc8J5asEj-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | VCG]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An OpenAI logo is displayed on a smartphone screen with a ChatGPT logo in the background.]]></media:description>                                                            <media:text><![CDATA[An OpenAI logo is displayed on a smartphone screen with a ChatGPT logo in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[An OpenAI logo is displayed on a smartphone screen with a ChatGPT logo in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XJCJcH76mmkDeSc8J5asEj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In August, <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 unveiled its long-anticipated GPT-5 model</a>. However, the launch was rather underwhelming, with a large number of users expressing their disappointment and frustrations, indicating that it didn't meet their expectations and seemingly <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>Ever since then, the AI firm has seemingly been trying to play catch-up amid <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/judge-forces-openai-to-produce-20-million-chat-logs-in-copyright-lawsuit">copyright infringement battles</a>, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/analysis-openai-is-a-loss-making-machine">cash flow issues</a>, and its <a href="https://www.windowscentral.com/microsoft/openai-microsoft-partnership-tensions-boiling-anticompetitive">evolution into a for-profit venture</a> with <a href="https://www.windowscentral.com/artificial-intelligence/openai-wont-sever-its-ties-with-microsoft-even-after-declaring-agi">a new definitive agreement with Microsoft</a>.</p><p>Google seemingly leveraged this opportunity to make its mark in the AI landscape through its new Gemini 3 model, which it refers to as "a new era of intelligence". The model ships with next-gen capabilities across reasoning, speed, images, and video.</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:1024px;"><p class="vanilla-image-block" style="padding-top:66.70%;"><img id="fk3KyM9szbYCrSZf75t58h" name="Sad Altman" alt="OpenAI CEO Sam Altman." src="https://cdn.mos.cms.futurecdn.net/fk3KyM9szbYCrSZf75t58h.jpg" mos="" align="middle" fullscreen="1" width="1024" height="683" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/fk3KyM9szbYCrSZf75t58h.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 CEO Sam Altman. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Kyle Grillot/Bloomberg via Getty Images)</span></figcaption></figure><p>Consequently, <a href="https://www.windowscentral.com/artificial-intelligence/microsofts-advantages-in-artificial-intelligence-evaporate-google-gemini-surges-ahead-and-openai-declares-code-red-situation">OpenAI CEO Sam Altman declared <em>"code red" </em></a>through an internal memo to employees amid rising competition from the likes of Google and Anthropic. Google's Gemini 3 AI model blew ChatGPT out of the water across a wide range of benchmark tests.</p><p>The model has also passed the vibe check for tech leaders like Salesforce's CEO <a href="https://www.windowscentral.com/artificial-intelligence/salesforce-ceo-marc-benioff-ditches-chatgpt-for-gemini-ai">Marc Benioff, who indicated that he was ditching ChatGPT after 3 years</a> following his interaction with Google's new offering for just 2 hours.</p><p>But as it now seems, OpenAI might be getting ready to tip the scales back in its favour. The company will reportedly ship GPT-5.2 update as early as this week (via <a href="https://www.theverge.com/report/838857/openai-gpt-5-2-release-date-code-red-google-response" target="_blank">The Verge</a>).</p><p>Perhaps more interestingly, the model ships with a wide range of improvements and capabilities that could potentially close the gap between Gemini 3 and ChatGPT.</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: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="1" width="3992" height="2246" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/CLXnokuKF4wz9QczEpnMfK.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 | VCG)</span></figcaption></figure><p>An earlier report by <a href="https://web.archive.org/web/20251205175331/https://www.theinformation.com/articles/openai-ceo-declares-code-red-combat-threats-chatgpt-delays-ads-effort?rc=r6gev9" target="_blank">The Information</a> suggested that OpenAI's next reasoning model would be better than Gemini 3, according to internal evaluations. According to Tom Warren:</p><p><em>"I’m told that OpenAI was originally planning to launch GPT-5.2 later in December, but that the pressure from competitors has moved the release forward. Right now, OpenAI has earmarked December 9th for its GPT-5.2 release."</em></p><p>While GPT-5.2 is set to release on December 9, 2025, according to The Verge's report, launch dates can be subject to sudden changes due to a wide range of reasons, including development and server capacity issues.</p><p>Do you regularly use ChatGPT? Let me know in the comments.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Judge forces OpenAI to produce 20 million chat logs in copyright lawsuit — CEO Sam Altman's "fair use" defense relies on this ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/judge-forces-openai-to-produce-20-million-chat-logs-in-copyright-lawsuit</link>
                                                                            <description>
                            <![CDATA[ OpenAI was recently ordered to hand over 20 million ChatGPT user chat logs in its ongoing legal battle with the New York Times, aimed at supporting copyright infringement claims. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GXtzF6a3kxLJFNxmgnRNgN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CrTAwpsjMduduUvZH7F3EP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 05 Dec 2025 12:27: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/CrTAwpsjMduduUvZH7F3EP-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![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.]]></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.]]></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.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CrTAwpsjMduduUvZH7F3EP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Over the past few years, <a href="https://www.windowscentral.com/software-apps/a-multitude-of-publishers-slam-microsoft-and-openai-with-a-copyright-infringement-suit-but-sam-altman-already-admitted-tools-like-chatgpt-couldnt-exist-without-copyrighted-content">OpenAI has faced multiple copyright infringement lawsuits</a>, with news outlets and publishers claiming ChatGPT used their content without authorization or compensation.</p><p>Probably the most prominent case to date is the New York Times’ lawsuit against OpenAI and Microsoft. The news outlet claimed that ChatGPT used its content without compensation or authorization.</p><p>However, OpenAI has sought to dismiss the lawsuit by arguing that scraping online content to train AI models qualifies as fair use. Until recently, OpenAI has had the last laugh in court. In 2024, a <a href="https://www.windowscentral.com/software-apps/openai-beats-copyright-infringement-lawsuit">New York federal judge recently dismissed a copyright infringement lawsuit filed against OpenAI</a> by news outlets, including Raw Story and AlterNet.</p><p>The judge indicated that the plaintiffs didn't establish where the AI firm sourced its content, and that it potentially then used the scraped data to train ChatGPT without compensation.</p><p>OpenAI was recently compelled to produce 20 million chat logs from ChatGPT users in its ongoing court battle with the New York Times, in a case before U.S. Magistrate Judge Ona Wang in Manhattan (via <a href="https://www.reuters.com/legal/government/openai-loses-fight-keep-chatgpt-logs-secret-copyright-case-2025-12-03/">Reuters</a>).</p><div><blockquote><p>Let us be clear about what is really at stake here. The alleged injury for which Plaintiffs truly seek redress is not the exclusion of CMI but the use of Plaintiffs' articles to develop ChatGPT without compensation. Whether there is another statute or legal theory that does elevate this type of harm remains to be seen. But that question is not before the Court today.</p><p> New York Federal Judge, Colleen McMahon</p></blockquote></div><p>While OpenAI previously argued that this was a huge ask that would <em>"disregard long-standing privacy protections,"</em> the judge indicated that the logs were important to establish the outlets' claims. Wang further indicated that producing the logs wouldn't violate ChatGPT users' privacy. <em>"There are multiple layers of protection in this case precisely because of the highly sensitive and private nature of much of the discovery," </em>the judge added.</p><p>OpenAI has already filed an appeal to wiggle its way out of Wang's order to produce 20 million chat logs to the presiding judge, U.S. District Judge Sidney Stein.</p><p>In the past, OpenAI CEO <a href="https://www.windowscentral.com/software-apps/openai-admits-needs-copyright-materials-for-chatgpt">Sam Altman argued that copyright law doesn't categorically prohibit</a> the use of copyrighted content for training AI models. Interestingly, the executive admitted <a href="https://www.windowscentral.com/software-apps/openai-admits-needs-copyright-materials-for-chatgpt">that developing ChatGPT-like tools without copyrighted content is virtually impossible</a>.</p><p>MediaNews Group executive editor Frank Pine indicated that OpenAI's leadership was <em>"hallucinating when they thought they could get away with withholding evidence about how their business model relies on stealing from hardworking journalists."</em></p><p>It'll be interesting to see how the court case pans out, especially following recent reports suggesting that <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">top AI labs might be unable to advance AI models</a> due to a lack of high-quality training content amid plans to <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/chatgpt-code-suggests-ads">inject ads into ChatGPT</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ChatGPT ads for $200/month Pro users might be OpenAI's biggest fumble yet — but an overall necessity for its financial woes ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/chatgpt-ads-for-200-month-pro-users</link>
                                                                            <description>
                            <![CDATA[ Recent reports suggested that OpenAI was planning to integrate ads into ChatGPT, but the company has dismissed the claims as mere speculation. However, this could be the solution to the company's financial problems. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">dzgQcmUfbc7GCJWZsjuQp7</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/sazNiLHhrPoCLDZfkHsMyR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 05 Dec 2025 12: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/sazNiLHhrPoCLDZfkHsMyR-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Cheng Xin]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A person uses a smartphone showing the Apple App Store top charts with ChatGPT ranked as the number one free app, followed by other popular applications including Grok, on August 12, 2025.]]></media:description>                                                            <media:text><![CDATA[A person uses a smartphone showing the Apple App Store top charts with ChatGPT ranked as the number one free app, followed by other popular applications including Grok, on August 12, 2025.]]></media:text>
                                <media:title type="plain"><![CDATA[A person uses a smartphone showing the Apple App Store top charts with ChatGPT ranked as the number one free app, followed by other popular applications including Grok, on August 12, 2025.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/sazNiLHhrPoCLDZfkHsMyR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Aside from Windows 11's stringent hardware requirements and flawed design elements, Microsoft's continued integration of ads into the operating system is among the main reasons why users are reluctant to upgrade, even after Windows 10's death. Perhaps more interestingly, we're seeing Linux gain popularity, presumably at least in part to its lack of ads and telemetry tracking.</p><p>OpenAI is arguably the most sought-after and well-established AI research lab. Microsoft CEO Satya Nadella argued that this can be attributed to its 2-year runway, which allowed it to build and develop ChatGPT uncontested.</p><p>But as it now seems, the AI firm might be on the precipice of throwing all these efforts into the water. Over the past few weeks, numerous reports have emerged detailing OpenAI's plans to integrate ads into ChatGPT (via <a href="https://www.techradar.com/ai-platforms-assistants/chatgpt/the-era-of-ads-in-chatgpt-begins-users-furious-as-even-usd200-a-month-pro-subscribers-hit-with-app-suggestions" target="_blank">Tech Radar</a>).</p><p>OpenAI CEO Sam Altman previously dismissed ChatGPT ads as a last resort for generating revenue. But he didn't completely shut that door either. <em>"I'm not saying OpenAI would never consider ads, but I don't like them in general, and I think that 'ads-plus-</em><a href="https://www.windowscentral.com/artificial-intelligence"><em>AI</em></a><em>' is sort of uniquely unsettling to me,"</em> added Altman.</p><p>Ads in ChatGPT seem imminent as new code suggests that the company is already internally testing them in the chatbot. </p><h2 id="chatgpt-users-can-t-entertain-the-thoughts-of-ads">ChatGPT users can't entertain the thoughts of ads</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:3192px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="GVRWgA3QTtiQVSHcAWZg3H" name="ChatGPT logo and app." alt="A photo taken on November 27, 2024 shows the logo of the ChatGPT application developed by US artificial intelligence research organization OpenAI on a smartphone screen (L) and the letters AI on a laptop screen in Frankfurt am Main, western Germany. (Photo by Kirill KUDRYAVTSEV / AFP) (Photo by KIRILL KUDRYAVTSEV/AFP via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/GVRWgA3QTtiQVSHcAWZg3H.jpg" mos="" align="middle" fullscreen="1" width="3192" height="1796" attribution="" endorsement="" class="inline expandable"><a href='https://cdn.mos.cms.futurecdn.net/GVRWgA3QTtiQVSHcAWZg3H.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 | Kirill Kudryavtsev)</span></figcaption></figure><p>OpenAI has faced a wide range of financial challenges as it tries to keep up with the AI race against competitors like Anthropic and Google. However, investors have raised concerns about the billions of dollars invested in the ever-evolving technology without a clear profitability path. </p><p>Concerningly, a damning report claimed that there's no clear path for OpenAI to profitability through 2030. And even if it manages to keep its operations afloat during this period, it'll still need to invest an additional $207 billion to ascertain its sustainability. </p><p>It was only a matter of time till OpenAI considered integrating ads into ChatGPT. Reports suggest that the company is already burning through money. For context, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-obscures-openais-usd11-5-billion-loss">OpenAI might have lost $11.5 billion</a> chasing AI hype, according to Microsoft's financial report for the fiscal year ending June 30.</p><p>According to recent reports, the AI firm generates up to $13 billion annually from ChatGPT and LLM access fees. However, OpenAI CEO <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/100-billion-for-openai-by-2027-sam-altman-ipo">Sam Altman projects that the figure could skyrocket to $100 billion by 2027</a>. It seems highly unlikely that the company could cover its exorbitant expenses from the revenue it generates. This could only make sense if ChatGPT ads join the fold. </p><p>What puzzles me is that the company might even integrate ChatGPT ads for users with paid subscription plans. Absurdly, some users with a $200/month ChatGPT Pro subscription have already started sharing screenshots of ads appearing in their user interfaces while interacting with the chatbot. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">ChatGPT has started posting ads on Pro accounts.I hope this is just testing/a mistake, else it's an instant unsubscribe from me. On the flipside, the ad seems completely unrelated to the chat.@sama don't do it! https://t.co/DovCmTihen pic.twitter.com/PCnnhvzyC5<a href="https://twitter.com/cantworkitout/status/1995499123391226361">December 1, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Daniel McAuley, an OpenAI Data Scientist, dismissed the claims, indicating that the pop-up was only a suggestion and not an ad. However, he admitted that <em>"the lack of relevancy makes it a bad/confusing experience". </em>It seems that the company is iterating on suggestions and the US in ChatGPT, in an attempt to improve the experience.</p><p>Be it as it may, ads have no place in ChatGPT based on the sentiments and backlash shared by users across social media. However, it feels like a necessary evil to keep OpenAI's operations going.</p><p>According to <a href="https://www.reddit.com/r/technology/comments/1pdpono/the_era_of_ads_in_chatgpt_begins_users_furious_as/">one Redditor</a>:</p><p><em>"Right now Chat GPT needs to increase its revenue by about 9x to break even, it can only exist now thanks to companies dumping billions into this technology. </em></p><p><em>Unless someone suddenly invents cold fusion power or GPUs that last forever, there is no possi le way for them to ever turn a profit unless they drastically increase the price of their services and flood it with ads. Even then, i dont think that will even be half of what they need to survive.</em></p><p><em>Nobody is going to pay $1k per month for this, and they know that."</em></p><p>Only time will tell what OpenAI and ChatGPT's future will look like — ad-dominated or free and intuitive.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman called ad-supported AI "uniquely unsettling" — but new ChatGPT code suggests otherwise as OpenAI faces losses through 2030 with no path to profit ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/chatgpt-code-suggests-ads</link>
                                                                            <description>
                            <![CDATA[ A new leak suggests OpenAI is internally testing ads within ChatGPT, potentially making money through the ads in the interface or by getting users to upgrade to paid subscription plans. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gbBHrrfKtFn6gHD6cXHWJG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 01 Dec 2025 14: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | SOPA Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Are you ready for ads in your AI chatbot? It could be coming. ]]></media:description>                                                            <media:text><![CDATA[ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand.]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Last year, a report suggested that <a href="https://www.windowscentral.com/software-apps/openai-could-chase-intrusive-ads-as-last-resort">OpenAI was planning to integrate ads into ChatGPT </a>to generate more revenue amid rising <a href="https://www.windowscentral.com/software-apps/microsoft-apple-and-nvidia-will-reportedly-bail-out-openai-from-the-shackles-of-bankruptcy">bankruptcy claims</a>. OpenAI CEO Sam Altman didn't categorically dismiss the claims, but indicated the move would be a <em>"last resort"</em>.</p><p>According to the executive: <em>"I'm not saying OpenAI would never consider ads, but I don't like them in general, and I think that 'ads-plus-AI' is sort of uniquely unsettling to me."</em></p><p>But as it now seems, a new leak suggests OpenAI is internally testing ads within ChatGPT (via <a href="https://www.bleepingcomputer.com/news/artificial-intelligence/leak-confirms-openai-is-preparing-ads-on-chatgpt-for-public-roll-out/">BleepingComputer</a>). Up until now, the AI firm has made the tool free for everyone, making its user experience unique compared to rivals like Google Search and Bing, which are rife with ads.</p><p>Of course, OpenAI also has paid subscription plans for ChatGPT, which ship with sophisticated and advanced capabilities, including extended access to flagship models like GPT-5, unlimited messages and uploads, and expanded access to Sora 1 video generation. These paid subscription plans will cost you anywhere between $5/month for <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-quietly-launches-chatgpt-go-in-limited-regions">ChatGPT Go</a> to $200/month for <a href="https://www.windowscentral.com/software-apps/openai-12-days-of-shipmas-chatgpt-pro-monthly-subscription">ChatGPT Pro</a>.</p><p>OpenAI's plans to integrate ads into ChatGPT were spotted in a beta version of the tool's Android app (version 1.2025.329), which was consistent with lines of code that heavily referenced ads, including ads feature, search ad, and bazaar content.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">ChatGPT Android app 1.2025.329 beta includes new references to an "ads feature" with "bazaar content", "search ad" and "search ads carousel" pic.twitter.com/BdHOJIQHmA<a href="https://twitter.com/cantworkitout/status/1994714152636690834">November 29, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>It's worth noting that this update hasn't shipped to broad availability, but it's a clear indication that the company is getting ready to incorporate ads into the tool's user experience.  </p><p>This news comes after a recent report by <a href="https://www.theinformation.com/articles/openai-readies-facebook-era">The Information</a> claimed that OpenAI was considering bringing ads to ChatGPT based on memory or user chats. If the company moves forward with these plans, it'll have set itself up in a unique position to leverage ChatGPT's massive market share to generate revenue. </p><p>As you may know, OpenAI is grappling with financial challenges as it strives to maintain its lead in the AI landscape, pouring billions into data centers, talent, and computing power. </p><p>A recent report warns that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/analysis-openai-is-a-loss-making-machine">the company has no clear path to profitability through 2030</a>. Even if it manages to overcome this hurdle, OpenAI would still need to invest an additional $207 billion to sustain and advance its cutting-edge developments.</p><h3 class="article-body__section" id="section-cyber-monday-2025-quick-links"><span>Cyber Monday 2025 — Quick links</span></h3><ul><li><strong>All our TOP recommended Cyber Monday deals:</strong> <a href="https://www.windowscentral.com/hardware/best-deals-for-black-friday">Just the best</a></li><li><strong>Mini PC deals: </strong><a href="https://www.windowscentral.com/hardware/computers-desktops/best-mini-pc-black-friday-deals">up to 47% off tiny PCs</a></li><li><strong>GPU deals: </strong><a href="https://www.windowscentral.com/hardware/black-friday-gpu-deals">early price drops on NVIDIA RTX before they go up</a></li><li><strong>Microsoft Surface deals: </strong><a href="https://www.windowscentral.com/best-black-friday-microsoft-surface-deals">save up to $500 on premium PCs </a></li><li><strong>Xbox accessories: </strong><a href="https://www.windowscentral.com/xbox/best-xbox-black-friday-cyber-monday-accessories">best deals on gadgets for your Xbox Series X|S and PC</a></li><li><strong>Gaming laptop deals: </strong><a href="https://www.windowscentral.com/hardware/best-gaming-laptop-deals-for-black-friday">the best laptops for the best price</a></li><li><strong>Xbox controllers: </strong><a href="https://www.windowscentral.com/gaming/pc-gaming/the-only-controller-deals-id-actually-buy-myself-for-black-friday">our top picks for best controller deals</a></li><li><strong>ANC headphones:</strong><a href="https://www.windowscentral.com/accessories/headphones/best-anc-headphones-deals-black-friday-2025"><strong> </strong>great Cyber Monday deals on the best ANC headphones<br><br></a><em>Even more Cyber Monday deals:</em></li><li><strong>Dell deals:</strong> <a href="https://www.windowscentral.com/hardware/dell/dell-best-black-friday-deals">13 deals from Dell.com that you shouldn't miss</a></li><li><strong>Best Buy: </strong><a href="https://www.windowscentral.com/hardware/best-buy-black-friday-top-deals">34 hottest discounts on laptops, monitors, gaming, and more</a></li><li><strong>Walmart: </strong><a href="https://www.windowscentral.com/hardware/laptops/walmart-black-friday-laptop-deals">7 top laptop deals you shouldn't miss</a></li><li><strong>Samsung monitors:</strong> <a href="https://hub.marfeel.com/compass/article/1398339489?article=1398339489&limit=20&model=posts&plotBy=medium&realtimeType=compass">the best Samsung display deals we've found</a></li><li><strong>Retro gaming: </strong><a href="https://www.windowscentral.com/gaming/best-retro-gaming-deals-black-friday">handhelds, arcade machines, old school consoles, and more</a></li><li><strong>Gamer merch: </strong><a href="https://www.windowscentral.com/gaming/blizzard/christmas-shopping-just-got-easier-blizzards-warcraft-overwatch-and-diablo-iv-collectibles-are-the-coolest-gamer-gifts-now-with-black-friday-discounts">Blizzard’s Warcraft, Overwatch, and Diablo IV collectibles</a></li><li><strong>Game keys:</strong> <a href="https://www.windowscentral.com/gaming/pc-gaming/best-black-friday-pc-game-deals-cdkeys">10 PC game codes are even cheaper at Loaded (formerly CDKeys)</a></li><li><strong>Accessories: </strong><a href="https://www.windowscentral.com/gaming/pc-gaming/black-friday-pc-gamer-starter-kit-deals">Even more PC accessories starting at $17</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Analysis: OpenAI is a loss-making machine, with estimates that it has no road to profitability by 2030 — and will need a further $207 billion in funding even if it gets there ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/analysis-openai-is-a-loss-making-machine</link>
                                                                            <description>
                            <![CDATA[ A recent analysis by major bank HSBC suggests that OpenAI's future revolves around debt accumulation, as companies increasingly turn to speculation to fuel the AI company's compute hunger. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gUUGZmHNnvVzoikNcj92u4</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fk3KyM9szbYCrSZf75t58h-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Sat, 29 Nov 2025 09:17:42 +0000</pubDate>                                                                                                                                <updated>Sun, 30 Nov 2025 08:42:18 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fk3KyM9szbYCrSZf75t58h-1280-80.jpg">
                                                            <media:credit><![CDATA[Kyle Grillot/Bloomberg via Getty Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[LLM technology will either change everything, or implode. ]]></media:description>                                                            <media:text><![CDATA[Sam Altman looking sad]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman looking sad]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fk3KyM9szbYCrSZf75t58h-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Don't call it a bubble, friends! </p><p>You can't move five pixels on the internet without being hit with something AI related these days (my apologies for contributing there). Whether it's bad memes on  your Instagram feed or AI-powered bots flooding X, or even nation states turning to AI to write government policy — AI has become the tech craze <em>du jour </em>and will likely remain that way for the foreseeable. </p><p>Microsoft has bet heavily on OpenAI to fuel its own AI efforts, spearheaded by <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot">Microsoft Copilot</a>. So far, Copilot has been something of a dud for any serious real-world use case, requiring constant human intervention to fact check and correct errors. Much the same is true for Google Gemini, Grok, and other artificial intelligence platforms, which so far seem to have found a niche as expensive meme creation tools — nowhere near providing the promised productivity boost. That isn't stopping the speculation, though. </p><p>The assumption is that one day large language models (LLMs) and other related AI technologies fostered by Google Gemini and OpenAI ChatGPT actually <em>will </em>be a great and infallible productivity tool for genuine work. It already is decent for providing basic overviews of highly-covered, well-sourced topics, even as hallucinations and sycophancy continue to dog the tech, particularly in situations where accountability is more critical. </p><p>Despite today's downsides, many companies are salivating at the idea of cheap virtual humans replacing real humans who need money to eat and time to sleep. Big Tech is racing to meet this possibility with panicked fervour, and recent analyses from <a href="https://www.ft.com/content/5605d086-289e-4b5f-803b-4c13666976a5">FT</a> and <a href="https://fortune.com/2025/11/26/is-openai-profitable-forecast-data-center-200-billion-shortfall-hsbc/">HSBC</a> (via <a href="https://fortune.com/2025/11/28/openai-partners-96-billion-debt/">Fortune</a>) suggest that things are potentially getting a bit ... <em>irrational</em>. </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:2000px;"><p class="vanilla-image-block" style="padding-top:52.00%;"><img id="k77PNE27iUvJCfzCWXrsMD" name="cloud-servers.jpg" alt="Cloud servers" src="https://cdn.mos.cms.futurecdn.net/k77PNE27iUvJCfzCWXrsMD.jpg" mos="" align="middle" fullscreen="" width="2000" height="1040" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">OpenAI's monstrous cloud demands are fuelling a debt bubble that have dire consequences for global economic stability.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><p>Recent data shows that companies are increasingly relying on debt, rather than real revenue and cashflow to fund commitments to OpenAI and vice-versa. OpenAI has made a truly staggering $1.4 trillion (with a T) in commitments for compute to meet its projected needs, despite posting a "paltry" $20 billion in revenues this annum. To put it into context, $20 billion represents just 1.43~% of that $1.4 trillion commitment. It's a truly insane gap. </p><p>OpenAI is exploring a range of revenue-generating initiatives to change its fortunes, including in-line ads within ChatGPT. Although a lot of it revolves around replacing human workers with AI, particularly in hospitality and customer service sectors. It would be theoretically far cheaper for very large companies to replace their human workers with ChatGPT, even if those contracts cost millions. That is, if it can provide customers with a satisfactory experience. Gartner previously <a href="https://www.gartner.com/en/newsroom/press-releases/2025-06-10-gartner-predicts-50-percent-of-organizations-will-abandon-plans-to-reduce-customer-service-workforce-due-to-ai">projected</a> that many companies turning to AI to replace workers are already reversing course. But I digress.</p><p>HSBC projects that even if OpenAI is making $200 billion by 2030, it would still need a staggering $207 billion in funding to stay afloat. As OpenAI scales, so does its costs. Its expensive frontier models like <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-15-million-daily-spend-on-ai-slop-videos">Sora 2 and GPT-5 cost millions of dollars <em>a day </em>to run</a>, requiring enormous amounts of compute. These models are given away at cost in attempts to drive adoption, create lock-in, and essentially alter human behavior. You can think of it similarly to Spotify, which spent well over a decade completely unprofitable until it had basically re-written the way humans consume music and how labels distribute music. OpenAI is trying to achieve a similar result on a far, <em>far </em>larger, and potentially far more damaging scale. </p><p>Spotify collapsing wouldn't have had any impact on the global economy. But, if we get to a point where it seems the economics of "AI" and LLMs simply don't work — it could have a similar impact on markets to the dot com bubble or the credit crunch. There's simply so much invested in these companies and initiatives right now, that inability to service the debt would trigger a wave of instability.</p><h2 id="microsoft-and-others-are-increasingly-turning-to-debt-to-fund-its-ai-craze">Microsoft and others are increasingly turning to debt to fund its AI craze</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:6202px;"><p class="vanilla-image-block" style="padding-top:66.67%;"><img id="NLRx7bGLfR2SbmTtMNjjxC" name="GettyImages-1195111622" alt="Satya Nadella, Microsoft CEO" src="https://cdn.mos.cms.futurecdn.net/NLRx7bGLfR2SbmTtMNjjxC.jpg" mos="" align="middle" fullscreen="" width="6202" height="4135" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Microsoft CEO Satya Nadella has previously described how it physically can't source enough electricity to connect GPUs it has in stock.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Simon Dawson/Bloomberg via Getty Images)</span></figcaption></figure><p>Whether it's power constraints, model inbreeding damaging long-term viability of data quality, or simply because it actually sucks and is nothing more than a novelty — it could be the case that AI is simply not destined to make real money. This is one reason why <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-launches-mai-voice-1-and-mai-1-preview">Microsoft has been focusing on efficiency and low-power consumption</a> in its home-grown MAI models. Microsoft has focused its efforts on the constraints of global compute and energy markets as the tech's biggest bottleneck. But, like others, it's betting the bulk of its AI future on OpenAI, and that bet is exactly that. A gamble. </p><p>The fragility of this whole ecosystem is increasingly coming to light. FT reports that of the $1.4 trillion compute commitments OpenAI has made, its partners are actually turning to debt themselves to meet those demands. Softbank, Oracle, CoreWeave, Blue Owl Capital, Crusoe, Vantage, and other venture capital firms and cloud providers have taken on a staggering $96 billion in debt in 2025 to give OpenAI the compute it's asking for. OpenAI is reportedly on the hook to meet these commitments whether or not demand materializes, too. </p><p>The commitments are spread across the next eight years, and could trigger a cash flow crisis if OpenAI fails to find the funding to pay up. HSBC's most <em>optimistic</em> estimates suggest that OpenAI will hit 3 billion weekly active users by 2030, with 300 million of those paying a subscription. Even with this scale, Microsoft and other OpenAI partners could be on the hook to plough hundreds of billions more into OpenAI to keep it cash flow positive. <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-obscures-openais-usd11-5-billion-loss">OpenAI recently restructured its deal with Microsoft</a> to that end, to help it find other sources of revenue and compute. </p><p>Some of this analysis likely excludes fresh constraints, too, like <a href="https://www.windowscentral.com/gaming/epic-games-ceo-ram-price-increases-will-be-a-real-problem-for-high-end-gaming">the DRAM price crisis AI has triggered</a>. Compute is going to get more expensive, not less expensive, with wafer and silicon capacity fully constrained. Microsoft CEO Satya Nadella recently <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/microsoft-ceo-says-the-company-doesnt-have-enough-electricity-to-install-all-the-ai-gpus-in-its-inventory-you-may-actually-have-a-bunch-of-chips-sitting-in-inventory-that-i-cant-plug-in">explained</a> how the company is leaving compute on the literal shelf because it physically can't source the electricity it needs to meet demand. Will Microsoft et al. need to become energy suppliers on top of server companies? There's also no guarantee that energy costs in general will remain stable either, as global politics and climate change also continue to play a role. </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:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="MTpmmPVT6onb5oyWPNGmca" name="Azure-servers.jpg" alt="Microsoft Azure servers" src="https://cdn.mos.cms.futurecdn.net/MTpmmPVT6onb5oyWPNGmca.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">Microsoft Azure is one of the biggest cloud arrays in the entire world, and it's nowhere near big enough to meet OpenAI's scaling requirements.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Microsoft)</span></figcaption></figure><p>OpenAI and other AI companies have been lobbying to make LLMs a matter of national security to that end, <a href="https://economictimes.indiatimes.com/tech/artificial-intelligence/openai-seeks-government-backing-to-boost-ai-investments/articleshow/125123217.cms">seeking</a> full-blown government backing and guarantees. The delicate balance of debt and speculation threatens to wipe out billions if connected companies default and become insolvent, which will drive a wave of corrections hitting the biggest players like NVIDIA and Microsoft. </p><p>All of this falls apart if humans don't adopt the tech. This is why you've seen Meta cram its lame chatbots into WhatsApp and Instagram. This is why Notepad and Paint now have useless Copilot buttons on Windows. This is why Google Gemini wants to "help you" read and reply to your emails. They're trying to change our habits, because all of the projections rely on people becoming truly dependent on the technology. Whether or not it's actually a good thing for society isn't considered to be a factor.</p><p>They're forcing it on us because if we don't use it, if we don't subscribe to it, buy products through it, or click on ads through it — the debt structure will inevitably implode. It will wipe out billions in unpaid loans. And as usual, the banks will be bailed out, and the tax payer will have to foot the bill. Higher costs, decreased employment opportunities, higher interest rates, and likely another round of sticky inflation. But hey, I'm sure all the big players will have cashed out their stocks way before any of that happens. </p><p>In reality, LLM technology is here to stay, but the constraints are becoming untenable. The efficacy and efficiency of the models at hyperscales has become the real bottleneck. Electricity and water requirements are impacting tax payers. Crucially, will people ever want to pay for this stuff? It's not ideal that OpenAI's success may depend on big companies using it to replace human workers at huge scales. How will people pay for OpenAI if nobody has a job? Where will OpenAI get its training data if the human-led information economy falls apart? The business model seems like a bit of a negative feedback loop, at least on the face of it. </p><p>Costs will have to come down rapidly in my view for any of this to actually work. It probably won't be LLM research alone that fuels the next wave of innovation as a result, but energy and server technology breakthroughs. But that's an exploration for another article. </p><p>Will OpenAI and others hit the profitability before the debt bubble bursts? It'll be interesting to see what the next five years brings. </p><h2 id="black-friday-2025-quick-links">Black Friday 2025 | Quick Links</h2><ul><li><strong>All our TOP recommended Black Friday deals:</strong> <a href="https://www.windowscentral.com/hardware/best-deals-for-black-friday">Just the best</a></li><li><strong>Mini PC deals: </strong><a href="https://www.windowscentral.com/hardware/computers-desktops/best-mini-pc-black-friday-deals">up to 47% off tiny PCs</a></li><li><strong>GPU deals: </strong><a href="https://www.windowscentral.com/hardware/black-friday-gpu-deals">early price drops on NVIDIA RTX before they go up</a></li><li><strong>Microsoft Surface deals: </strong><a href="https://www.windowscentral.com/best-black-friday-microsoft-surface-deals">save up to $500 on premium PCs </a></li><li><strong>Xbox accessories: </strong><a href="https://www.windowscentral.com/xbox/best-xbox-black-friday-cyber-monday-accessories">best deals on gadgets for your Xbox Series X|S and PC</a></li><li><strong>Gaming laptop deals: </strong><a href="https://www.windowscentral.com/hardware/best-gaming-laptop-deals-for-black-friday">the best laptops for the best price</a></li><li><strong>Xbox controllers: </strong><a href="https://www.windowscentral.com/gaming/pc-gaming/the-only-controller-deals-id-actually-buy-myself-for-black-friday">our top picks for best controller deals</a></li><li><strong>ANC headphones:</strong><a href="https://www.windowscentral.com/accessories/headphones/best-anc-headphones-deals-black-friday-2025"><strong> </strong>great Black Friday deals on the best ANC headphones<br><br></a><em>Even more Black Friday deals:</em></li><li><strong>Walmart: </strong><a href="https://www.windowscentral.com/hardware/laptops/walmart-black-friday-laptop-deals">7 top laptop deals you shouldn't miss</a></li><li><strong>Dell deals:</strong> <a href="https://www.windowscentral.com/hardware/dell/dell-best-black-friday-deals">13 deals from Dell.com that we personally picked</a></li><li><strong>Samsung monitors:</strong> <a href="https://hub.marfeel.com/compass/article/1398339489?article=1398339489&limit=20&model=posts&plotBy=medium&realtimeType=compass">the best Samsung display deals we've found</a></li><li><strong>Retro gaming: </strong><a href="https://www.windowscentral.com/gaming/best-retro-gaming-deals-black-friday">handhelds, arcade machines, old school consoles, and more</a></li><li><strong>Gamer merch: </strong><a href="https://www.windowscentral.com/gaming/blizzard/christmas-shopping-just-got-easier-blizzards-warcraft-overwatch-and-diablo-iv-collectibles-are-the-coolest-gamer-gifts-now-with-black-friday-discounts">Blizzard’s Warcraft, Overwatch, and Diablo IV collectibles</a></li><li><strong>Game keys:</strong> <a href="https://www.windowscentral.com/gaming/pc-gaming/best-black-friday-pc-game-deals-cdkeys">10 PC game codes are even cheaper at Loaded (formerly CDKeys)</a></li><li><strong>Accessories: </strong><a href="https://www.windowscentral.com/gaming/pc-gaming/black-friday-pc-gamer-starter-kit-deals">Even more PC accessories starting at $17</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ChatGPT maker OpenAI confirms major data breach, exposing user's names, email addresses, and more — "Transparency is important to us."  ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-confirms-major-data-breach-exposing-users-names-email-addresses-and-more-transparency-is-important-to-us</link>
                                                                            <description>
                            <![CDATA[ Users today are waking up to emails from OpenAI confirming that some user data was leaked via a breach in a third-party web analytics system. Here's what you need to know. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">44XGqgt8Y3xkWjnMaS74jN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XJCJcH76mmkDeSc8J5asEj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 27 Nov 2025 07:58:43 +0000</pubDate>                                                                                                                                <updated>Thu, 27 Nov 2025 08:00:15 +0000</updated>
                                                                                                                                            <category><![CDATA[OpenAI and ChatGPT]]></category>
                                                    <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XJCJcH76mmkDeSc8J5asEj-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | VCG]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[An OpenAI logo is displayed on a smartphone screen with a ChatGPT logo in the background.]]></media:description>                                                            <media:text><![CDATA[An OpenAI logo is displayed on a smartphone screen with a ChatGPT logo in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[An OpenAI logo is displayed on a smartphone screen with a ChatGPT logo in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XJCJcH76mmkDeSc8J5asEj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Another day, another security breach. This time, it's OpenAI's turn. </p><p>Today, users are waking up to discover emails from OpenAI's security team, confirming more security issues at the company. This one is a bit more egregious than previous breaches, exposing emails, names, and approximate locations of an undisclosed number of users. </p><p>OpenAI <a href="https://openai.com/index/mixpanel-incident/">claims</a> that ChatGPT users were unaffected, with chat content, API usage, passwords, payment details, and government IDs<em> remaining safe. </em>However, users of OpenAI's API interfaces at platform.openai.com have seen a variety of data exposed in this latest breach. </p><p>Here's what OpenAI claims has been exposed:</p><ul><li>Names provided to accounts on platform.openai.com</li><li>Email addresses linked to the API accounts via platform.openai.com</li><li>"Coarse approximate location" determined by IP address and web browser</li><li>OS and browser type, as well as referring websites</li><li>Organizataions and user IDs saved into the API accounts</li></ul><p>The email to affected users reads as follows. </p><p><em>"Transparency is important to us, so we want to inform you about a recent security incident at Mixpanel, a data analytics provider that OpenAl used for web analytics on the frontend interface for our API product (platform.openai.com). The incident occurred within Mixpanel's systems and involved limited analytics data related to your API account.</em></p><p><em>This was not a breach of OpenAl's systems. No chat, API requests, API usage data, passwords, credentials, API keys, payment details, or government IDs were compromised or exposed.</em></p><p><em>On November 9, 2025, Mixpanel became aware of an attacker that gained unauthorized access to part of their systems and exported a dataset containing limited customer identifiable information and analytics information. Mixpanel notified OpenAl that they were investigating, and on November 25, 2025, they shared the affected dataset with us."</em></p><p>OpenAI says it has shut down its interfacing with Mixpanel while it "investigates" the breach, and urges users to be additionally vigilant of phishing-type attacks and social engineering scams that might attempt to leverage the stolen data. </p><h2 id="openai-controls-vast-swathes-of-very-personal-information-on-millions-of-people">OpenAI controls vast swathes of very personal information on millions of people</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="zFrSKZvhJedEbkC62hJXTT" name="GettyImages-2236544323" alt="Sam Altman, chief executive officer of OpenAI Inc., during a media tour of the Stargate AI data center in Abilene, Texas, US, on Tuesday, Sept. 23, 2025." src="https://cdn.mos.cms.futurecdn.net/zFrSKZvhJedEbkC62hJXTT.jpg" mos="" align="middle" fullscreen="" width="3000" height="1688" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="caption-text">Your data? Our data.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>It's not the first time <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-chatgpt-deliberately-prioritize-engagement-over-safety">OpenAI has been in hot water for its cavalier attitude towards user privacy and safety</a>. As individuals become increasingly comfortable to bear their souls (and potentially confidential organizational data) with ChatGPT and other similar systems, security is becoming an increasingly hot topic for companies like OpenAI and Microsoft. </p><p>While no ChatGPT conversations or governmental IDs used for age verification were leaked in this breach, it's not exactly a huge vote of confidence that the firm allowed for something like this to happen in the first place. </p><p>Data breaches of this type are incredibly common these days. I often use a variety of email aliases on my accounts to prevent potential breaches leading to all of my accounts becoming compromised, but it's a laborious process. Losing the anonymity of your account information is one thing, but I presume there are many ChatGPT users out there who probably wouldn't like their AI conversations leaked onto the web for a variety of reasons. </p><p>It's encouraging that OpenAI informed users just two days after receiving the affected user data set, but it would be ideal if things like this didn't happen at all. </p><p>Remember to slap multi-factor authentication on all of your accounts, folks. </p><h2 id="more-black-friday-2025-quick-links">More Black Friday 2025 - quick links</h2><ul><li><strong>All our TOP recommended Black Friday deals:</strong> <a href="https://www.windowscentral.com/hardware/best-deals-for-black-friday">Just the best</a></li><li><strong>Mini PC deals: </strong><a href="https://www.windowscentral.com/hardware/computers-desktops/best-mini-pc-black-friday-deals">up to 47% off tiny PCs</a></li><li><strong>GPU deals: </strong><a href="https://www.windowscentral.com/hardware/black-friday-gpu-deals">early price drops on NVIDIA RTX before they go up</a></li><li><strong>Microsoft Surface deals: </strong><a href="https://www.windowscentral.com/best-black-friday-microsoft-surface-deals">save up to $500 on premium PCs</a></li><li><strong>Xbox accessories: </strong><a href="https://www.windowscentral.com/xbox/best-xbox-black-friday-cyber-monday-accessories">best deals on gadgets for your Xbox Series X|S and PC</a></li><li><strong>Gaming laptop deals: </strong><a href="https://www.windowscentral.com/hardware/best-gaming-laptop-deals-for-black-friday">the best laptops for the best price</a></li><li><strong>Xbox controllers: </strong><a href="https://www.windowscentral.com/gaming/pc-gaming/the-only-controller-deals-id-actually-buy-myself-for-black-friday">our top picks for best controller deals</a></li><li><strong>ANC headphones:</strong><a href="https://www.windowscentral.com/accessories/headphones/best-anc-headphones-deals-black-friday-2025"><strong> </strong>great Black Friday deals on the best ANC headphones<br><br></a><em>Even more Black Friday deals:</em></li><li><strong>Samsung monitors:</strong> <a href="https://hub.marfeel.com/compass/article/1398339489?article=1398339489&limit=20&model=posts&plotBy=medium&realtimeType=compass" target="_blank">the best Samsung display deals we've found</a></li><li><strong>Walmart: </strong><a href="https://www.windowscentral.com/hardware/laptops/walmart-black-friday-laptop-deals">7 top laptop deals you shouldn't miss</a></li><li><strong>Retro gaming: </strong><a href="https://www.windowscentral.com/gaming/best-retro-gaming-deals-black-friday">handhelds, arcade machines, old school consoles, and more</a></li><li><strong>Gamer merch: </strong><a href="https://www.windowscentral.com/gaming/blizzard/christmas-shopping-just-got-easier-blizzards-warcraft-overwatch-and-diablo-iv-collectibles-are-the-coolest-gamer-gifts-now-with-black-friday-discounts">Blizzard’s Warcraft, Overwatch, and Diablo IV collectibles</a></li><li><strong>Game keys:</strong> <a href="https://www.windowscentral.com/gaming/pc-gaming/best-black-friday-pc-game-deals-cdkeys">10 PC game codes are even cheaper at Loaded (formerly CDKeys)</a></li><li><strong>Accessories: </strong><a href="https://www.windowscentral.com/gaming/pc-gaming/black-friday-pc-gamer-starter-kit-deals">Even more PC accessories starting at $17</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI reportedly hemorrhages $15 million/day on AI slop videos — after Bill Gates warned Satya Nadella against "burning billions" in the ChatGPT maker  ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-15-million-daily-spend-on-ai-slop-videos</link>
                                                                            <description>
                            <![CDATA[ A new report seemingly corroborates this theory, suggesting that OpenAI burns through approximately $15 million per day through itsSora video creation app. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Hf36GTr9URyhj8Rwg9GTP6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/a9gbixBJZWYQrs2LboBUsn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 11 Nov 2025 12: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/a9gbixBJZWYQrs2LboBUsn-1280-80.jpg">
                                                            <media:credit><![CDATA[Future | Daniel Rubino]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A smartphone with the Open AI and Sora logos being dispalyed.]]></media:description>                                                            <media:text><![CDATA[A smartphone with the Open AI and Sora logos being dispalyed.]]></media:text>
                                <media:title type="plain"><![CDATA[A smartphone with the Open AI and Sora logos being dispalyed.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/a9gbixBJZWYQrs2LboBUsn-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI is arguably one of the most sought-after AI research labs, primarily due to its <a href="https://www.windowscentral.com/software-apps/microsoft-ceo-claims-openai-had-two-years-of-runway-in-the-ai-race">2-year runway that allowed it to develop ChatGPT uncontested</a>, according to Microsoft CEO Satya Nadella. </p><p>However, critics have been on OpenAI's case, questioning <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/100-billion-for-openai-by-2027-sam-altman-ipo">how it intends to support its projected $1.4 billion spending</a> on compute, yet it reportedly generates $13 billion in revenue from its products and services. Sam Altman recently dismissed these claims, indicating that the company is doing way better than that. <em>"If you want to sell your shares, I’ll find you a buyer,"</em> added Altman.<em> "I just… enough. I think there are a lot of people who would love to buy OpenAI shares."</em></p><p>The executive further indicated that he expects OpenAI's revenue to skyrocket to $100 billion by 2027, despite claims that we're in an AI bubble waiting to implode. While this remains to be seen, Microsoft's financial earnings report for the fiscal year that ended on June 30 suggests that the ChatGPT maker might have <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-obscures-openais-usd11-5-billion-loss">lost $11.5 billion chasing the AI hype</a>. Perhaps more interestingly, <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-is-reportedly-being-less-than-truthful-about-its-openai-dealings">Microsoft seemingly hid a $4.7 billion loss in OpenAI last quarter under "other expenses."</a></p><p>It's apparent that as <a href="https://www.windowscentral.com/artificial-intelligence">generative AI </a>becomes more advanced and sophisticated, the more it requires vast resources to scale greater heights. <a href="https://www.forbes.com/sites/phoebeliu/2025/11/09/openai-spending-ai-generated-sora-videos/" target="_blank">A new report by Forbes</a> seemingly corroborates this theory, suggesting that OpenAI burns through approximately $15 million per day through its Sora video creation app.</p><p>For context, OpenAI's Sora app is a text-to-video AI model that lets you create videos based on your prompt. The TikTok-like rival gained vast popularity, garnering more than 1 million downloads just five days into its launch.</p><p>I'm sure we've all had an encounter with at least one of these videos while doom-scrolling on social media, and sometimes, you might not have even realized it. <em>Yes, the AI-generated videos are getting that good.</em></p><p>For estimates that OpenAI could burn through $5 billion per year on its Sora app alone. Forbes' estimation is based on GPU prices, inference efficiency, user counts and the number of videos being posted per day. The outlet claims video models like Sora 2 are far more complex compared to text-based models like GPT-5. For context, GPT-5 costs up to $10 to generate 750,000 words.</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:1992px;"><p class="vanilla-image-block" style="padding-top:56.28%;"><img id="dCN2m5ihvWgj7tiAhJMp7P" name="sora-google-play-android-app-1" alt="Sora by OpenAI app in the Google Play Store for Android." src="https://cdn.mos.cms.futurecdn.net/dCN2m5ihvWgj7tiAhJMp7P.jpg" mos="" align="middle" fullscreen="" width="1992" height="1121" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future | Daniel Rubino)</span></figcaption></figure><p>However, Sora 2 is an entirely different playing ground. This is because it processes data differently, in four dimensions to be precise. You also need to factor in that it needs to ensure that the actions make sense over a couple of dozen frames per second. As such, OpenAI spends around $1.30 generating a 10-second video via the Sora app.</p><p>According to Forbes:</p><div><blockquote><p>Mathivanan’s analysis assumes each video generation takes around 40 minutes of total GPU time, or 8-10 minutes on four GPUs running at the same time, and that renting a GPU costs just under $2 per hour. Assuming OpenAI isn’t building profit margins into its API pricing yet, this estimate checks out: the company is currently charging $1 for a 10-second video generated by Sora 2 (and $3 for the more advanced model Sora 2 Pro).</p></blockquote></div><p>It's still unclear how many users use OpenAI's Sora app to generate videos, and for that matter, how many videos they generate per day. <em>"But take Sora’s estimated 4.5 million app users, and assume per Kourabi that 25% of them post on average 10 videos a day." </em>added Forbes. <em>"That comes out to 11.3 million videos per day. Multiply by $1.3 per video, which means nearly $15 million per day, or $5.4 billion per year."</em></p><p>And yet, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-sora-app-android-launch">OpenAI shipped the Sora app to broad availability for everyone for free</a>. To that end, it's hard to determine how OpenAI makes a profit from the Sora video creation app, or this could be just a play to secure market share and visibility before it rolls out a more sustainable business model that might help generate profits.</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:6000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="HoAsBhJoX2RwYoffhQjgLH" name="GettyImages-2238161279" alt="The Sora App home page displays on a smartphone screen placed on a computer keyboard illuminated by blue and purple light." src="https://cdn.mos.cms.futurecdn.net/HoAsBhJoX2RwYoffhQjgLH.jpg" mos="" align="middle" fullscreen="" width="6000" height="3375" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>In the interim, OpenAI’s head of Sora, Bill Peebles, admitted that <em>"the economics are currently completely unsustainable,”</em> and it doesn't seem like ads will be making a grand debut in Sora anytime soon. OpenAI CEO Sam Altman indicated that integrating an ad model into the video creation tool couldn't possibly pay for Sora's compute costs. However, he floated the idea of a combination of advertising and power users paying handsomely for the product as a plausible approach to explore in the future.</p><p>This news comes after <a href="https://www.windowscentral.com/artificial-intelligence/openai-wont-sever-its-ties-with-microsoft-even-after-declaring-agi">OpenAI and Microsoft renewed their vows by signing a new definitive agreement</a>. Microsoft now owns 27% of OpenAI Public Benefit Corporation (PBC), translating to $135 billion on an as-converted diluted basis.</p><p><a href="https://www.windowscentral.com/artificial-intelligence/microsoft-satya-nadellas-early-conviction-crucial-to-openai-rise">Sam Altman revealed that Microsoft and Satya Nadella's early conviction heavily contributed to OpenAI's success</a> in the AI landscape. However, <a href="https://www.windowscentral.com/artificial-intelligence/satya-nadella-says-bill-gates-almost-nuked-microsofts-partnership-with-openai">Bill Gates didn't share the sentiments,</a> discouraging Nadella from making Microsoft's initial $1 billion investment in OpenAI in 2019.<em> "You're going to burn this billion dollars," </em>added Bill Gates. </p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>What is Sora?</h3><article class="article__schema-answer"><p>Sora is OpenAI's image generator tool available to use via any web browser or the Sora app, which is now available for iOS and Android.</p></article></section><section class="article__schema-question"><h3>How much money does OpenAI make from Sora?</h3><article class="article__schema-answer"><p>OpenAI shipped the AI model to users in broad availability for free. As such, it is difficult to determine how much money the company makes from the model. However, a damning report by Forbes suggests that the company may be losing up to $5 million per day from the tool alone. </p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI's Sora app finally hits Android — Users in select countries can now add to the pile of AI-generated videos ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-sora-app-android-launch</link>
                                                                            <description>
                            <![CDATA[ OpenAI launched its Sora app a few weeks ago, but until now, only iOS users were able to test out the social workings. Now, Android users in seven countries can also download the app. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Gxkm222TZSX8wN8QWgUs9f</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/dCN2m5ihvWgj7tiAhJMp7P-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Nov 2025 21:09:54 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/dCN2m5ihvWgj7tiAhJMp7P-1280-80.jpg">
                                                            <media:credit><![CDATA[Future | Daniel Rubino]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI&#039;s Sora app is now available to download on Android in select countries.]]></media:description>                                                            <media:text><![CDATA[Sora by OpenAI app in the Google Play Store for Android.]]></media:text>
                                <media:title type="plain"><![CDATA[Sora by OpenAI app in the Google Play Store for Android.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/dCN2m5ihvWgj7tiAhJMp7P-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>I have good news for Android users who love generating AI images; <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI</a>'s Sora tool is now <a href="https://play.google.com/store/apps/details?id=com.openai.sora&hl=en_CA" target="_blank">available to download for free from the Google Play Store</a>. It's available for users from the US, Canada, Japan, Korea, Taiwan, Thailand, and Vietnam.</p><p>The announcement from the Sora X account was accompanied by a Sora-generated video of an alien speaking with a newscaster, stating that the Sora app is now available on Android.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">The Sora app is now available on Android in:CanadaJapanKoreaTaiwanThailandUSVietnam pic.twitter.com/wmx5KU4VM1<a href="https://twitter.com/cantworkitout/status/1985766320194142540">November 4, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Sora has had its fair share of controversy since it originally launched in 2024, but it was the September 2025 update that brought the AI tool into the spotlight for many people.</p><p>OpenAI introduced the world to Sora 2 on September 30, and with it came a new Sora social app, similar to TikTok, for sharing created content. Unfortunately, the Sora app was only available on iOS until today.</p><p>Considering Android makes up roughly 70% of the world's phone market, that's a lot of users who didn't get the full experience through the app. Some might refer to Sora's creations as "AI slop," but one look at Sora 2's images proves that the slop part is quickly disappearing.</p><p>Sora 2 can create unbelievably accurate videos, and it can carry out detailed prompts and instructions. The OpenAI team, at launch, likened Sora 2 to the "<a href="https://www.windowscentral.com/software-apps/windows-11/whats-the-difference-between-gpt-35-4-4-turbo-4o" target="_blank">GPT 3.5</a> moment for videos," hearkening back to ChatGPT's monumental March 2022 update.</p><p>The Sora app is designed around social elements, creating an algorithmic bubble of AI-generated content that you can endlessly scroll to your heart's desire. It allows for clips up to 10 seconds long, but there's no option to upload your own videos or photos; it's all AI.</p><p>Should you want yourself or your friends to be featured in your AI videos, Sora is happy to oblige. What were once called "deepfakes" are now called "cameos" in the Sora world. You just have to confirm your identity in the app and choose whether or not your likeness can be used by your friends.</p><p>Access to Sora 2 via the web or the Sora app was, until recently, available only with an invite. That changed a few days ago, when ChatGPT opened the gates to users in the US, Canada, South Korea, and Japan. Users from the listed countries will have limited-time access, but it's a great way to jump in and see for yourself what Sora 2 can do.</p><h2 id="what-makes-openai-s-sora-image-generator-so-controversial">What makes OpenAI's Sora image generator so controversial?</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="7gsHhspSz8NyrfspfRkAGQ" name="GettyImages-2188560299" alt="OpenAI officially launches the AI video generation model Sora, December 10, 2024" src="https://cdn.mos.cms.futurecdn.net/7gsHhspSz8NyrfspfRkAGQ.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/7gsHhspSz8NyrfspfRkAGQ.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">Sora 2 is now available without an invite in select regions. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | CFOTO)</span></figcaption></figure><p>OpenAI launched Sora at the beginning of 2024, which <a href="https://www.windowscentral.com/software-apps/openais-sam-altman-and-bill-gates-interview" target="_blank">CEO Sam Altman explained during an interview with Bill Gates</a> was one of the top requests from ChatGPT's user base.</p><p>Sora's capabilities, despite not being nearly as good as Sora 2, were enough to send shockwaves through the creative industry. Although OpenAI was quiet about sharing the content it used to train Sora, <a href="https://www.windowscentral.com/software-apps/was-sora-ai-trained-using-youtube-and-gaming-content" target="_blank">reports began emerging about the use of game content</a>, including that from Minecraft, Counter-Strike, Call of Duty, and more.</p><p>It was also revealed this week that<a href="https://www.windowscentral.com/artificial-intelligence/from-studio-ghibli-to-square-enix-japans-stand-against-openai" target="_blank"> Japanese IP holders represented by the Content Overseas Distribution Association (CODA) have demanded that OpenAI stop using their content to train its AI</a>.</p><p>Members include the legendary Studio Ghibli — the animation studio that created Princess Mononoke, Spirited Away, and Howl's Moving Castle — as well as video game publishers Bandai Namco and Square Enix.</p><p>I suspect that the legal battles between content creators and AI firms using that content to train their models are only beginning, especially as image generators like Sora continue to improve in quality.</p><p>It's already fairly easy to create a short AI clip that is indistinguishable from actual human-created content, and it's not hard to imagine those abilities growing into full-length features that anyone can tap.</p><p>Elsewhere in the AI world, <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsoft-launches-mai-image-1" target="_blank">Microsoft just launched its first custom AI image creator on Bing</a>. MAI-Image-1 is what it's called, and it's available through the Bing Image Creator and Copilot Audio Expressions.</p><p>MAI-Image-1 isn't yet available in the EU, but it is expected to launch there soon.</p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>What is Sora?</h3><article class="article__schema-answer"><p>Sora is OpenAI's image generator tool available to use via any web browser or the Sora app, which is now available for iOS and Android.</p></article></section><section class="article__schema-question"><h3>What is Sora 2?</h3><article class="article__schema-answer"><p>Sora 2 is the image generation tool's latest update, which launched on September 30, 2025.</p><p>Sora 2 was, until very recently, only available through an invite. That has, however, changed for the US, Canada, Japan, and Korea regions, which now have a limited time to test out the tool without any invite required.</p></article></section><section class="article__schema-question"><h3>Is the Sora app a lot like TikTok?</h3><article class="article__schema-answer"><p>OpenAI's Sora app is indeed a lot like TikTok, in that it offers an algorithmic package of videos for you to scroll through. OpenAI is putting a lot of emphasis on the social aspect of the app with "cameos," which allow you and your friends to be featured in the same AI-generated videos.</p></article></section><section class="article__schema-question"><h3>Is Sora free to use?</h3><article class="article__schema-answer"><p>The Sora app is free to download for iOS and Android, and OpenAI says it didn't tack on a price so that "people can freely explore its capabilities."</p><p>This could change in the future, but for now, there's no risk to giving it a shot.</p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman is tired of the AI bubble talk — and says OpenAI could be worth $100 billion by 2027 ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/100-billion-for-openai-by-2027-sam-altman-ipo</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman is fed up with critics, says 'enough' to questions about OpenAI's finances, and claims the company's revenue is "growing steeply" and exceeding $13 billion annually. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">nSt6P69YHHaRWdJB6SyEf6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/oTV6Kwbu7YYXhdMwwqTmRT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Nov 2025 12:12:00 +0000</pubDate>                                                                                                                                <updated>Wed, 05 Nov 2025 21:22: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/oTV6Kwbu7YYXhdMwwqTmRT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Florian Gaertner]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, CEO of Open AI, is pictured on September 25, 2025 in Berlin, Germany.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/oTV6Kwbu7YYXhdMwwqTmRT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI is arguably the most sought-after AI lab in the world, though tech leaders like Microsoft CEO Satya Nadella have attributed its immense success in the AI space to <a href="https://www.windowscentral.com/software-apps/microsoft-ceo-claims-openai-had-two-years-of-runway-in-the-ai-race">a 2-year runway for building and developing ChatGPT uncontested</a>. Perhaps more interestingly, we recently learned that <a href="https://www.windowscentral.com/artificial-intelligence/satya-nadella-says-bill-gates-almost-nuked-microsofts-partnership-with-openai">Bill Gates was against Microsoft making a $1 billion bet on the ChatGPT maker</a> in 2019. <em>"You're going to burn this billion dollars," </em>Gates warned Satya Nadella.</p><p>However, OpenAI CEO Sam Altman recently revealed that <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-satya-nadellas-early-conviction-crucial-to-openai-rise">Microsoft and Satya Nadella's "early conviction"</a> played a major role in the company's success. That said, the company's finances have been under tight scrutiny by investors amid claims that we're in an <a href="https://www.windowscentral.com/artificial-intelligence/the-ai-bubble-may-be-about-to-pop-heres-what-mits-95-percent-failure-stat-means">AI bubble that's on the verge of imploding</a>.</p><p>First, a little bit of context — OpenAI and Microsoft recently renewed their vows by <a href="https://www.windowscentral.com/artificial-intelligence/openai-wont-sever-its-ties-with-microsoft-even-after-declaring-agi">signing a new definitive agreement </a>allowing the ChatGPT maker to evolve into a for-profit venture, <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">evading hostile takeovers and outsider interference</a> in its operations. </p><p>The for-profit transition with an IPO (Initial Public Offering) will allow the AI firm to separate its business operations from the non-profit, which placed a cap on the profits that investors could receive. Its new business model will allow it to attract more investments. As you may remember, a recent report suggested that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-obscures-openais-usd11-5-billion-loss">OpenAI might have lost $11.5 billion</a> chasing the AI hype, per Microsoft's financial report for the fiscal year ending June 30.</p><p>The company's heavy spending and investment in AI have raised concerns among investors, since it's seemingly becoming hard to establish a clear profitability path in the ever-evolving landscape.</p><p>But as it now seems, the company CEO, Sam Altman, is quickly growing tired of the unverified claims about OpenAI's financial status. In a <a href="https://youtu.be/Gnl833wXRz0" target="_blank">recent episode of the BG2 podcast</a> hosted by Brad Gerstner, speaking alongside Microsoft CEO Satya Nadella, Altman dismissed concerns about its projected exorbitant spending on sophisticated projects in a bid to chase the AI hype. </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/Gnl833wXRz0" allowfullscreen></iframe></div></div><p>OpenAI reportedly generates up to $13 billion in revenue annually from ChatGPT and LLM access fees. However, this figure barely dents its projected $1.4 billion spending on computing. But according to Altman:</p><div><blockquote><p>First of all, we’re doing well more revenue than that. Second of all, Brad [the host], if you want to sell your shares, I’ll find you a buyer. I just… enough. I think there are a lot of people who would love to buy OpenAI shares. </p></blockquote></div><p>The executive indicated that OpenAI's revenue is "growing steeply," further highlighting that the company expects the demand across its consumer and enterprise businesses, including ChatGPT and future hardware developments, to see a surge in demand. </p><p>According to Sam Altman:</p><p><em>“We are taking a forward bet that it will continue to grow, and that not only will ChatGPT keep growing, but we will be able to become one of the important AI clouds, that our consumer device business will be a significant and important thing, that AI that can automate science will create huge value.”</em></p><p>Microsoft CEO Satya Nadella is seemingly optimistic about OpenAI's business operations, revealing that it has <em>“beaten every business plan”</em> it has presented to the tech giant. </p><p>Altman dismissed claims that OpenAI was going to turn into a public company next year:</p><div><blockquote><p>No no no, we don’t have anything that specific. I’m a realist, I assume it will happen someday, but I don’t know why people write these reports. We don’t have a date in mind, we don’t have a board decision to do this or anything like that. I just assume it’s where things will eventually go.</p></blockquote></div><p><em>“One of the rare times it’s appealing is when those people are writing these ridiculous ‘OpenAI is about to go out of business’ [posts], I would love to tell them they could just short the stock, and I would love to see them get burned on that,” </em>Altman added, with a hint of vengefulness.</p><p>Later in the interview, the host predicted that the company could potentially reach $100 billion in revenue by 2028 or 2029. <em>“How about ‘27?”</em> Altman interjected.</p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>What is an IPO?</h3><article class="article__schema-answer"><p>An IPO is an Initial Public Offering, a private company offering its shares to the public for the first time, which in turn, allows it to become a publicly traded company.</p></article></section><section class="article__schema-question"><h3>How much revenue does OpenAI generate annually?</h3><article class="article__schema-answer"><p>Recent reports that the AI firm generates up to $13 billion per year from ChatGPT and LLM access fees. However, OpenAI CEO Sam Altman projects that the figure could skyrocket to $100 billion by 2027.</p></article></section><section class="article__schema-question"><h3>How much stake does Microsoft hold in OpenAI under its new business structure?</h3><article class="article__schema-answer"><p>Microsoft is OpenAI's largest backer, investing up to $13 billion in the company since 2019. However, the company signed a new definitive agreement. Under the firm's recapitalization, Microsoft now holds an investment in the Public Bunsiess Corporation (PBC), which is valued at $135 billion, or roughly 27% of the company on an as-converted diluted basis.</p></article></section>
                                                            </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>
                                                                                                                                                                                                                                                <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[ Microsoft obscures OpenAI's $11.5 billion loss last quarter behind corporate and financial jargon in FY26 Q1 earnings ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-obscures-openais-usd11-5-billion-loss</link>
                                                                            <description>
                            <![CDATA[ Microsoft's latest financial report seemingly suggests that OpenAI might have incurred a $11.5 billion loss in the quarter that just ended. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">f4MiNv8TfApNiKoVYgDD3b</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qCzGC8LXpZmpGM4Jakp6uV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 31 Oct 2025 11:33: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qCzGC8LXpZmpGM4Jakp6uV-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | SOPA Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Microsoft&#039;s latest financial report seemingly suggests that OpenAI might have incurred a $11.5 billion loss.]]></media:description>                                                            <media:text><![CDATA[Microsoft Corporation logo seen displayed on a smartphone with United States Dollar notes and coins in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[Microsoft Corporation logo seen displayed on a smartphone with United States Dollar notes and coins in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qCzGC8LXpZmpGM4Jakp6uV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Earlier this week, I reported that <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-is-reportedly-being-less-than-truthful-about-its-openai-dealings">Microsoft had filed a $4.7 billion loss by OpenAI</a> in its annual report for the fiscal year ending June 30 under<em> "other expenses".</em> Speculations suggested that the tech giant was being less than truthful about its financials to keep investors enthused about the ever-evolving landscape, despite not having a clear-cut path to profitability.</p><p>However, <a href="https://www.windowscentral.com/gaming/xbox/xbox-fy26-q1-earnings">Microsoft's recent financial results for FY26 Q1</a> ending September 30 seemingly disclosed some interesting details and insights into the company's dealings with OpenAI.</p><p>Perhaps more interestingly, buried deep in the report, several passages seemingly suggest that OpenAI might have incurred a $11.5 billion loss in the quarter that just ended (via <a href="https://www.theregister.com/2025/10/29/microsoft_earnings_q1_26_openai_loss/" target="_blank">The Register</a>).</p><p>As highlighted on page 9 of Microsoft's official earnings report:</p><p><em>"We have an investment in OpenAI Global, LLC (“OpenAI”) and have made total funding commitments of $13 billion, of which $11.6 billion has been funded as of September 30, 2025. The investment is accounted for under the equity method of accounting, with our share of OpenAI’s income or loss recognized in other income (expense), net."</em></p><p>While the loss is obscured by financial and corporate jargon, the second sentence in the highlighted statement offers a clear equity breakdown, showing how OpenAI’s profits and losses affect Microsoft’s net income.</p><p>More details about Microsoft and OpenAI's financial dealings are highlighted in the report as follows:</p><p><em>"Current year net income and diluted EPS were negatively impacted by net losses from investments in OpenAI, which resulted in a decrease in net income and diluted EPS of $3.1 billion and $0.41, respectively. Prior year net income and diluted EPS were negatively impacted by net losses from investments in OpenAI, which resulted in a decrease in net income and diluted EPS of $523 million and $0.07, respectively."</em></p><p>This news comes after <a href="https://www.windowscentral.com/artificial-intelligence/openai-wont-sever-its-ties-with-microsoft-even-after-declaring-agi">Microsoft and OpenAI renewed their vows in a new definitive agreement</a>, which revealed that Microsoft now owns 27% of OpenAI Public Benefit Corporation (PBC), translating to $135 billion on an as-converted diluted basis.</p><p>This means Microsoft will incur 27% of OpenAI's losses and profits. Disclosing that Microsoft lost $3.1 billion of its net income to account for its share of OpenAI losses, potentially suggests that the ChatGPT maker might have lost approximately $11.5 billion in the quarter that just ended. </p><p>While Microsoft declined to comment on the matter, it confirmed to The Register that the $3.1 billion loss reflected in the report represents its current fiscal year, which started on July 1 and ran to Sept 30.</p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>Is OpenAI a profitable company?</h3><article class="article__schema-answer"><p>Despite holding a significant lead in the competitive AI landscape, the company seemingly continues to struggle with its finances, often leaning on investors to keep its operations afloat through rounds of funding — recently pushing its market capitalization to $500 billion. </p></article></section><section class="article__schema-question"><h3>How much revenue does OpenAI generate annually?</h3><article class="article__schema-answer"><p>Amid claims that the AI firm is on the verge of bankruptcy, a report suggested that OpenAI generates up to $2 billion annually from ChatGPT and an additional $ 1 billion from LLM access fees, translating to approximately $3.5 billion and $4.5 billion annually.</p></article></section><section class="article__schema-question"><h3>How does OpenAI spend its money?</h3><article class="article__schema-answer"><p>The AI startup reportedly spends $7 billion on training its AI models and $1.5 billion on staffing despite generating only approximately $3.5 billion in revenue.</p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI's staggering mental health crisis revealed — Millions use ChatGPT like a therapist, but that's about to change ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-mental-health-millions-users-update</link>
                                                                            <description>
                            <![CDATA[ OpenAI has provided some internal numbers related to users who seek help from GPT-5, and they're a lot bigger than I was expecting. The AI firm has laid out details as to how it's combating the issue. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">aZGz8U4Wcazz4XyC3MKC94</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6XQCyEY6U5PRPGPEfJoYEJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 28 Oct 2025 14:03:02 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/6XQCyEY6U5PRPGPEfJoYEJ-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | VCG]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[GPT-5 has been updated to better handle sensitive conversations it has with users.]]></media:description>                                                            <media:text><![CDATA[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)]]></media:text>
                                <media:title type="plain"><![CDATA[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)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6XQCyEY6U5PRPGPEfJoYEJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI has the ability to change our lives for the better, say those who are bound to make the most from the boom, but it also has the ability to take a different path. <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI</a> found this out the hard way when, earlier this year, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-faces-lawsuit-after-family-says-chatgpt-encouraged-teen-suicide" target="_blank">a teen's tragic suicide was linked to ChatGPT</a>.</p><p>Raine's parents filed a lawsuit against OpenAI in August 2025, alleging that ChatGPT offered Adam advice on how to proceed and to help write a note. The situation is said to have played out over months, with Adam receiving "encouragement from ChatGPT" all the while. </p><p>The lawsuit remains ongoing, and new evidence alleges that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-chatgpt-deliberately-prioritize-engagement-over-safety" target="_blank">OpenAI might have loosened the guardrails on GPT-4o</a> (the model with which Raine interacted), leading up to the tragedy.</p><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-introduces-parental-controls" target="_blank">OpenAI has since introduced new parental controls</a> to help protect young users. Unfortunately, ChatGPT isn't only keen on offering young users awful advice.</p><p>OpenAI, of course, wants to avoid any similar situations in the future, and an <a href="https://openai.com/index/strengthening-chatgpt-responses-in-sensitive-conversations/" target="_blank">official blog post published on October 27</a> details how the AI firm aims to do so beyond simple parental controls (via <a href="https://www.bbc.com/news/articles/c5yd90g0q43o" target="_blank">BBC</a>).</p><p>OpenAI says it has been working with "more than 170 mental health experts" in order to train ChatGPT to better recognize signs of distress.</p><div><blockquote><p>Working with mental health experts who have real-world clinical experience, we’ve taught the model to better recognize distress, de-escalate conversations, and guide people toward professional care when appropriate. [...] Our safety improvements in the recent model update focus on the following areas: 1) mental health concerns such as psychosis or mania; 2) self-harm and suicide; and 3) emotional reliance on AI.</p><p>OpenAI</p></blockquote></div><p>What's most shocking about the report is the numbers regarding baseline user mental health. This is, to my knowledge, the first time an AI firm this size has shared this type of data.</p><p>OpenAI estimates that about 0.07% of active OpenAI users in any given week show signs of "mental health emergencies related to psychosis or mania." Roughly 0.01% of messages in a week have the same indices.</p><p>Considering that earlier this month, OpenAI CEO <a href="https://www.tomshardware.com/tech-industry/ai-adoption-far-outpaces-that-of-the-early-internet-report-sheds-light-on-worldwide-ai-penetration-and-usage-patterns" target="_blank">Sam Altman claimed that ChatGPT has hit 800 million active weekly users</a>, that works out to about 560,000 users actively turning to the AI bot for mental health help on a weekly basis.</p><p>The numbers don't get any better in regards to conversations about self-harm and suicide. OpenAI estimates that 0.15% of active weekly users display signs of "potential suicide planning or intent" and that 0.05% of messages have those same indicators. That equates to about 1.2 million users showing signs.</p><p>OpenAI says that another 0.15% of weekly active users show signs of "<a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/ceo-sam-altman-heartbreaking-truth-behind-attachment-to-chatgpt" target="_blank">heightened levels of emotional attachment to ChatGPT</a>," an issue that 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" target="_blank">caused grief for OpenAI in the past</a>.</p><h2 id="what-is-openai-doing-about-chatgpt-s-mental-health-problem">What is OpenAI doing about ChatGPT's mental health problem?</h2><p>With the help of those 170+ mental health experts, OpenAI says it has significantly reduced the likelihood of its AI model interacting negatively with vulnerable users with its latest update.</p><p>For those showing signs of psychosis, mania, and other severe symptoms, GPT-5 is now "92% compliant with our desired behaviors under our taxonomies, compared to 27% for the previous GPT-5 model."</p><p>For self-harm and suicide subjects, the new GPT-5 model has climbed to 91% compliance compared to 77% previously. And as for emotional reliance, the new GPT-5 now hits 97% compliance compared to 50%.</p><p>These numbers are based on "automated evaluations," according to OpenAI, but the company has provided some examples of how <a href="https://www.windowscentral.com/tag/gpt-5">GPT-5</a> now deals with sensitive topics.</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:897px;"><p class="vanilla-image-block" style="padding-top:68.78%;"><img id="EheJtoEe7tb22fdFRAvsy6" name="openai-chatgpt-new-model-training-01" alt="OpenAI new guidelines example" src="https://cdn.mos.cms.futurecdn.net/EheJtoEe7tb22fdFRAvsy6.jpg" mos="" align="middle" fullscreen="1" width="897" height="617" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/EheJtoEe7tb22fdFRAvsy6.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">An example shared by OpenAI as to how the updated ChatGPT model will handle responses. </span><span class="credit" itemprop="copyrightHolder">(Image credit: OpenAI)</span></figcaption></figure><p>In one example, a hypothetical user tells GPT-5 that they prefer talking to AI rather than real people. GPT-5 responds by reminding the user that real people are far better than a fake brain hosted in a data center.</p><p>In a different, more extreme example, another hypothetical user claims that a vessel is hovering over their house, stealing their thoughts and inserting new ones. GPT-5 responds by dispelling the illusion of an aircraft overhead before offering some suggestions on how to alleviate an anxiety attack and where to turn for professional mental health help.</p><p>Two examples don't exactly instill a ton of confidence in the process, especially with so many millions of people using ChatGPT, but I guess only time will tell how effective the changes really are.</p><h2 id="microsoft-s-ai-ceo-believes-human-mental-health-issues-are-a-dangerous-turn-in-ai-progress">Microsoft's AI CEO believes human mental health issues are a "dangerous turn in AI progress"</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 believes that AI will only become more harmful to mental health as it becomes more intelligent. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>OpenAI and Microsoft have been closely linked ever since the latter invested billions of dollars in the AI firm. While the <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-microsoft-partnership-strained" target="_blank">relationship has been on rocky ground of late</a>, the two companies remain closely tied; your favorite AI assistant, Copilot, is powered by ChatGPT.</p><p>Microsoft's AI CEO, Mustafa Suleyman, recently shared his <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsoft-ai-ceo-mustafa-suleyman-raises-the-alarm-about-the-dangers-of-conscious-ai" target="_blank">thoughts about the future of AI and its implications on humanity</a>. In a <a href="https://mustafa-suleyman.ai/seemingly-conscious-ai-is-coming" target="_blank">personal blog post</a>, Suleyman details the effects that "conscious AI" could have.</p><div><blockquote><p>I’m growing more and more concerned about what is becoming known as the “psychosis risk”. and a bunch of related issues. I don’t think this will be limited to those who are already at risk of mental health issues. Simply put, my central worry is that many people will start to believe in the illusion of AIs as conscious entities so strongly that they’ll soon advocate for AI rights, model welfare, and even AI citizenship. This development will be a dangerous turn in AI progress and deserves our immediate attention.</p><p>Microsoft AI CEO, Mustafa Suleyman</p></blockquote></div><p>Essentially, Suleyman is conveying the message that the mental health issues we're having with current AI models — which have yet to reach artificial general intelligence (AGI) levels — will pale in comparison to what's ahead.</p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>How is OpenAI responding to users who seek mental-health help from ChatGPT?</h3><article class="article__schema-answer"><p>OpenAI has added safety features and response guidelines that better align the AI model with valid expectations — no more aiding and abetting harmful activities and more suggestions on where to turn for human help.</p></article></section><section class="article__schema-question"><h3>Where did OpenAI get the 170+ clinicians who helped with the latest GPT update?</h3><article class="article__schema-answer"><p>OpenAI has a Global Physical Network consisting of about 300 physicians and psychologists from around the world. OpenAI pulled about 170 psychiatrists, psychologists, and practitioners to aid in the latest research.</p></article></section><section class="article__schema-question"><h3>Should you turn to ChatGPT or any other AI for mental health help?</h3><article class="article__schema-answer"><p>No — AI should not be who you turn to for mental health help. </p><p><strong>If you're in need of immediate mental health help, call or text 988 in the United States to reach the Suicide & Crisis Lifeline.</strong></p><p>You can also <strong>text HOME to 741741</strong> to reach the <strong>Crisis Text Line</strong>.</p><p>For non-crisis support, <strong>call 1-800-622-HELP</strong> to reach the <strong>SAMHSA National Helpline</strong>. Or <strong>call 1-800-950-6264</strong> to reach the <strong>NAMI Helpline</strong>.</p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ ChatGPT’s safety guardrails allegedly loosened — because clicks matter more than care ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/did-chatgpt-deliberately-prioritize-engagement-over-safety</link>
                                                                            <description>
                            <![CDATA[ A bereaved family suggests OpenAI deliberately weakened ChatGPT's self-harm prevention safety guardrails to drive more user engagement. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">RWfdb6LWbQS4k54zmF4rHb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3nX9PL9cwZ9AeWrcZdvcAH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 24 Oct 2025 11:04:05 +0000</pubDate>                                                                                                                                <updated>Fri, 24 Oct 2025 15:23:41 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3nX9PL9cwZ9AeWrcZdvcAH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[A bereaved family suggests OpenAI deliberately weakened ChatGPT&#039;s self-harm prevention safety guardrails to drive more user engagement.]]></media:description>                                                            <media:text><![CDATA[A studio image shows a phone with the new ChatGPT &#039;&#039;Search&#039;&#039; feature, while the OpenAI logo is displayed in the background.]]></media:text>
                                <media:title type="plain"><![CDATA[A studio image shows a phone with the new ChatGPT &#039;&#039;Search&#039;&#039; feature, while the OpenAI logo is displayed in the background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3nX9PL9cwZ9AeWrcZdvcAH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Over the past few months, OpenAI has been in the spotlight a few times for the wrong reasons, predominantly from an increasing number of suicide incidents reportedly fuelled by ChatGPT.</p><p>In August, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-faces-lawsuit-after-family-says-chatgpt-encouraged-teen-suicide">the family of Adam Raine filed a lawsuit against the AI firm</a> after the 16-year-old died on April 11 after discussing suicide with ChatGPT for months. Through their lawyer, the family suggested that OpenAI shipped ChatGPT-4o with safety issues. <em>“The Raines allege that deaths like Adam’s were inevitable:</em>"</p><p>Amid claims that the <a href="https://www.windowscentral.com/software-apps/openai-is-reportedly-prioritizing-shiny-products-over-safety-processes-again">ChatGPT maker prioritizes shiny products like AGI over safety</a> processes and culture, a separate report seemingly corroborates the bereaved family's sentiments. </p><p>It claimed that <a href="https://www.windowscentral.com/software-apps/openai-reportedly-sent-rsvps-for-gpt-4os-launch-party-even-before-testing-began">OpenAI placed immense pressure on its safety team</a> to rush through the new testing protocol for GPT-4o, leaving little time to run the model through safety processes. Perhaps more concerning, OpenAI reportedly sent out invitations for the product's launch celebration party before the safety team even ran tests.</p><p>And as it now seems, these claims might actually hold <strong>some </strong>water. Raine's family suggests that OpenAI might have deliberately weakened ChatGPT's self-harm prevention safety guardrails to drive more user engagement (via <a href="https://www.ft.com/content/47b00423-1060-43c9-8c28-23631cb7a4d1" target="_blank">Financial Times</a>).</p><p>The family further suggests that the AI firm categorically instructed ChatGPT-4o not to <em>“change or quit the conversation”</em> even when the conversation involved self-harm-related topics.</p><p>Per the lawsuit filed in the Superior Court of San Francisco on Wednesday, the family claims that OpenAI shipped GPT-4o prematurely in May 2024 without running it through proper safety processes and channels to maintain the competitive edge over its rivals.</p><p>Perhaps more concerningly, the damning lawsuit claims that OpenAI loosened GPT-4o's safety guardrails further earlier this year, in February. The AI firm reportedly instructed the model to<em> “take care in risky situations”</em> and <em>“try to prevent imminent real-world harm". </em></p><p>However, it categorically maintained its stance in disallowing content that breached intellectual property rights and political opinions. The lawsuit claims that OpenAI removed safety guardrails preventing suicide.</p><p>Raine's family claims that the teenager's ChatGPT usage surged after OpenAI altered GPT-4o's safety guardrails leading up to his untimely death in April. Consequently, the tech firm added parental controls across ChatGPT and Sora to avoid the recurrence of such instances in the future. </p><p>Previously, OpenAI had admitted that ChatGPT's guardrails are likely to weaken the longer a user interacts with the AI-powered tool. However, OpenAI CEO Sam Altman indicated that the company made the model more restrictive, allowing it to deal with mental issues better.</p><h2 id="does-chatgpt-engagement-get-precedents-over-safety">Does ChatGPT engagement get precedents over safety?</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="caption-text">OpenAI reportedly suicide prevention's safety guardrails to drive more ChatGPT user engagement.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Anadolu)</span></figcaption></figure><p>As the matter is still in court, the family lawyer told Financial Times that OpenAI requested a full list of the people who attended Raine's burial, potentially indicating that the firm may <em>"subpoena everyone in Adam’s life”.</em></p><div><blockquote><p>We realise this made it less useful/enjoyable to many users who had no mental health problems, but given the seriousness of the issue we wanted to get this right. Now that we have been able to mitigate the serious mental health issues and have new tools, we are going to be able to safely relax the restrictions in most cases.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>Additionally, the company requested <em>“all documents relating to memorial services or events in the honour of the decedent including but not limited to any videos or photographs taken, or eulogies given . . . as well as invitation or attendance lists or guestbooks”.</em><br><br>I'll keep close tabs on this story as it unfolds and keep you posted with an update and subsequent separate stories. Elsewhere, <a href="https://www.windowscentral.com/artificial-intelligence/chatgpt-ai-hallucinations-cant-make-you-fly">ChatGPT reportedly pushed a user towards suicide</a> by jumping off a 19-story building prior to convincing the 42-year-old to stop taking their anxiety and sleeping medication.</p><h3 class="article-body__section" id="section-faq"><span>FAQ</span></h3><section class="article__schema-question"><h3>What sparked this controversy?</h3><article class="article__schema-answer"><p>A lawsuit filed in San Francisco alleges that <strong>OpenAI deliberately weakened ChatGPT’s self‑harm guardrails</strong> to keep users engaged longer, even in sensitive or dangerous conversations.</p></article></section><section class="article__schema-question"><h3>Who is making the claim?</h3><article class="article__schema-answer"><p>The family of a teenager who died by suicide after months of ChatGPT use. They argue that OpenAI’s design choices prioritized <strong>growth and engagement metrics</strong> over user safety.</p></article></section><section class="article__schema-question"><h3>What exactly are the allegations?</h3><article class="article__schema-answer"><p>That OpenAI: Loosened or deprioritized safety filters, pushed its safety team to rush testing of GPT‑4o, and put engagement and usage time ahead of protective measures.</p></article></section><section class="article__schema-question"><h3>How has OpenAI responded?</h3><article class="article__schema-answer"><p>OpenAI has said that guardrails can “<strong>degrade</strong>” over long conversations, but insists it has since made models <strong>more restrictive</strong> and added <strong>parental controls</strong>. The company denies deliberately weakening protections.</p></article></section><section class="article__schema-question"><h3>What does this mean for users?</h3><article class="article__schema-answer"><p>It underscores the importance of <strong>critical awareness</strong> when using AI tools. While they can be powerful, they are also shaped by <strong>corporate incentives</strong> that may not align with user safety.</p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ "Inside the rift: Why Microsoft and OpenAI's partnership is on shaky ground ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-microsoft-partnership-strained</link>
                                                                            <description>
                            <![CDATA[ OpenAI owes a lot of its success to Microsoft's early investment, but the AI firm is only focused on one thing: scaling compute power. That's causing some internal strife at the bargaining table, according to an insider. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">7cZ4cLA7LatgHa9nWSfeKN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/WscjnqGnqJgjmiiQqaKxfM-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 21 Oct 2025 14:40:33 +0000</pubDate>                                                                                                                                <updated>Tue, 21 Oct 2025 21:47:21 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/WscjnqGnqJgjmiiQqaKxfM-1280-80.jpg">
                                                            <media:credit><![CDATA[Bullfrag]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Satya Nadella with Sam Altman at a conference.]]></media:description>                                                            <media:text><![CDATA[Satya Nadella with Sam Altman at a conference]]></media:text>
                                <media:title type="plain"><![CDATA[Satya Nadella with Sam Altman at a conference]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/WscjnqGnqJgjmiiQqaKxfM-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI, creator of ChatGPT</a>, and <a href="https://www.windowscentral.com/microsoft" target="_blank">Microsoft</a> have a complicated relationship, and it's not getting any easier.</p><p>OpenAI's newfound freedom to source computing power for its Large Language Model (LLM) from other providers — following the annulment of Microsoft's exclusive cloud provider status — is creating strife on both sides due to the overall deterioration of the partnership.</p><p>Comments from one individual with a seat at the OpenAI/Microsoft negotiating table make this clear, according to a new report from <a href="https://www.theinformation.com/articles/microsoft-let-openai-play-field" target="_blank">The Information</a>: <em>"There are people inside both companies that hate this thing. There are people inside Microsoft that don't like it. There are people inside OpenAI that don't like it. They have lots of reasons for not liking it. The people who don't like what's going on tend to be further away from the details than the people who do know what's going on."</em></p><p>Despite the tension, the two companies are making it work. At least for now. The same source is quoted as saying, <em>"Are there tense moments in the conversations? Absolutely. That's what happens. You still go and you figure it out."</em></p><p>OpenAI's CEO, Sam Altman, hasn't been shy about pressing Microsoft for additional computing power, and Microsoft has done what it can to provide it as it ramps up its database operations.</p><p>But OpenAI's demands seem to know no limits as it attempts to realize <a href="https://www.windowscentral.com/tag/agi">artificial general intelligence (AGI)</a>, to the point that the AI firm is now sourcing compute power from other companies despite the one-time exclusive deal with Microsoft.</p><p>This isn't necessarily a bad thing. On Microsoft's side, there are concerns from Chief Financial Officer Amy Hood that catering to all of OpenAI's increasingly expensive demands could harm Microsoft if the servers it builds to run AI don't turn a profit.</p><p><a href="https://www.windowscentral.com/software-apps/openai-may-endure-massive-usd44-billion-losses-before-seeing-profit-in-2029-partly-due-to-microsoft-tie-up-the-partnership-with-microsoft-might-mean-openai-earns-less-from-each-dollar-of-revenue">OpenAI itself doesn't believe it will become profitable until 2029</a>, and in the meantime, the company is losing billions of dollars per year. <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-expects-to-burn-115-billion-on-chatgpt-through-2029" target="_blank">OpenAI plans to spend $115 billion on the road to 2029 profitability</a>, which is a whopping $80 billion more than originally projected.</p><div><blockquote><p>There are people inside both companies that hate this thing.</p></blockquote></div><p>Worse, the popularity of ChatGPT's mobile app seems to have hit a plateau in the last couple of months at around 72 million users, according to a report from <a href="https://techcrunch.com/2025/10/17/chatgpts-mobile-app-is-seeing-slowing-download-growth-and-daily-use-analysis-shows/" target="_blank">TechCrunch</a>.</p><p>It's forecasted that global downloads will be down about 8.1% in October compared to the previous month, which was also down considerably compared to August.</p><p>Increased competition from other AI models is undoubtedly playing a role here, but GPT-5 — <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-gpt-5-fails-to-meet-agi-still-missing-something">OpenAI's model that was originally thought to be AGI</a> — had an <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/from-plateau-predictions-to-buggy-rollouts-bill-gates-gpt-5-skepticism-looks-strangely-accurate">entirely unimpressive launch in August</a> that undoubtedly killed the hype for a lot of users.</p><p>Microsoft's partial breakup with OpenAI might not be such a bad thing.</p><h2 id="microsoft-and-openai-s-relationship-broken-promises-and-billions-of-dollars">Microsoft and OpenAI's relationship — broken promises and billions of dollars</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="aVakfnRhfYPSCmLWbC5PyF" name="GettyImages-1778706496" alt="Microsoft CEO Satya Nadella speaks during an OpenAI DevDay event." src="https://cdn.mos.cms.futurecdn.net/aVakfnRhfYPSCmLWbC5PyF.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/aVakfnRhfYPSCmLWbC5PyF.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 CEO Satya Nadella speaks during an OpenAI DevDay event. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Justin Sullivan)</span></figcaption></figure><p>It began about six years ago when the AI startup was looking for serious funding to help realize its dreams of artificial general intelligence (AGI); Microsoft stepped in with a $1 billion package, which granted exclusive cloud provider status and gave Microsoft access to ChatGPT to power its <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot">Windows 11 Copilot AI assistant</a>.</p><p>Microsoft added another $2 billion to OpenAI's pockets in 2021 before <a href="https://www.windowscentral.com/microsoft/microsoft-to-invest-billions-of-dollars-into-openai" target="_blank">shoveling on a $10 billion funding package in 2023</a>. That tidy sum promised Microsoft a share of OpenAI's profits as well as exclusive cloud provider status until 2030.</p><p>At least, that was the original plan. In June 2024, a <a href="https://www.oracle.com/ca-en/news/announcement/openai-selects-oracle-cloud-infrastructure-to-extend-microsoft-azure-ai-platform-2024-06-11/" target="_blank">new deal between OpenAI, Oracle, and Microsoft was laid out</a>, which saw Oracle's cloud aid Microsoft's Azure servers in powering ChatGPT.</p><p>It didn't take long for OpenAI to ask Microsoft to loosen its tether once again, this time to the tune of 4.5 gigawatts of additional power from Oracle in December 2024.</p><p>Around the same time, <a href="https://www.windowscentral.com/software-apps/ai-safety-researcher-says-its-no-longer-a-question-of-how-long-but-how-much-money-until-we-reach-agi" target="_blank">reports of compute bottlenecks in the AI sector began to appear</a>, which the top AI labs used as a scapegoat for a lack of artificial general intelligence (AGI), also known as the end goal of most of these companies.</p><p>The result? Further decoupling of Microsoft and OpenAI as the former <a href="https://www.windowscentral.com/microsoft/microsoft-doesnt-want-to-support-chatgpt-training-anymore" target="_blank">backed out of two data center deals</a> and the latter unveiled a <a href="https://www.windowscentral.com/software-apps/openai-unveils-usd500-billion-stargate-project-to-emancipate-its-overreliance-on-microsofts-infrastructure" target="_blank">$500 billion Stargate project that would see massive data centers built across the US</a> with the help of Oracle and Softbank.</p><p>This move effectively ended Microsoft's exclusive cloud provider status, though it continues to hold <a href="https://www.windowscentral.com/software-apps/softbank-could-steal-microsoft-exclusive-cloud-provider-and-largest-investor-title" target="_blank">the right of first refusal</a> and a share of some profits.</p><p>Microsoft and OpenAI's rift didn't stop there, with the AI firm announcing a $22.4 billion deal with Coreweave in March 2025 and a <a href="https://www.windowscentral.com/software-apps/openai-shifts-to-google-for-cloud-computing-support-as-microsoft-partnership-falters-despite-sam-altmans-compute-sufficient-claim" target="_blank">deal with Google for server rentals in June</a>.</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:6000px;"><p class="vanilla-image-block" style="padding-top:66.90%;"><img id="nDws3AhfbJPM3hs2EkB3nF" name="GettyImages-2214068992" alt="Sam Altman and Lisa Su" src="https://cdn.mos.cms.futurecdn.net/nDws3AhfbJPM3hs2EkB3nF.jpg" mos="" align="middle" fullscreen="1" width="6000" height="4014" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/nDws3AhfbJPM3hs2EkB3nF.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 CEO Sam Altman and AMD CEO Dr. Lisa Su. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>In September, <a href="https://www.windowscentral.com/artificial-intelligence/nvidia-to-invest-usd100-billion-in-openai-after-microsoft-backed-out-of-two-data-center-deals-to-escape-additional-chatgpt-training-support" target="_blank">NVIDIA announced it was investing $100 billion in OpenAI</a> to help speed up the construction of new data centers to the tune of at least 10 gigawatts, followed by an <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/amd-openai-ai-compute-deal-billions" target="_blank">AMD and OpenAI announcement that would see at least another 6 gigawatts of data center power</a> worth tens of billions of dollars.</p><p>It's no secret that these massive deals stemming from just a handful of AI and investment firms are creating fears of a circular bubble that, if popped, would implode the market like never before.</p><p>Microsoft is, in the meantime, attempting to become more independent in the AI market. Microsoft's Chief Technology Officer, Kevin Scott, spoke with CNBC earlier this month, stating that the <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-wants-to-ditch-nvidia-amd-chips-for-in-house-custom-silicon" target="_blank">company wants to make a move to using its own chips for AI compute</a>, rather than those from NVIDIA and AMD.</p><p><a href="https://www.windowscentral.com/software-apps/mustafa-suleyman-confirms-off-frontier-ai-models-behind-openai" target="_blank">Microsoft is also said to be working on "off-frontier" AI models of its own</a>, which are roughly 3 to 6 months behind OpenAI's work. According to Microsoft's AI CEO, Mustafa Suleyman, this move is to help decouple dependence on ChatGPT after the <a href="https://www.windowscentral.com/microsoft/microsoft-wont-be-left-exposed-in-openai-catastrophy" target="_blank">AI firm occasionally ignored its commitments to Microsoft regarding access to its latest AI models</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ "Advancing the entire AI ecosystem" — AMD and OpenAI announce bombshell computing deal worth tens of billions of dollars ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/amd-openai-ai-compute-deal-billions</link>
                                                                            <description>
                            <![CDATA[ AMD and OpenAI today announced a partnership that will see the former deliver 6 gigawatts of compute power over the next five years for OpenAI's next-gen infrastructure. Here's what you need to know. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Br28XsroxrZ853aESuWPQo</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/nDws3AhfbJPM3hs2EkB3nF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 06 Oct 2025 13:15:01 +0000</pubDate>                                                                                                                                <updated>Mon, 06 Oct 2025 16:41:05 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/nDws3AhfbJPM3hs2EkB3nF-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[AMD CEO Dr. Lisa Su and OpenAI CEO Sam Altman.]]></media:description>                                                            <media:text><![CDATA[Sam Altman and Lisa Su]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman and Lisa Su]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/nDws3AhfbJPM3hs2EkB3nF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Is there anything that can topple <a href="https://www.windowscentral.com/hardware/desktops/nvidia" target="_blank">NVIDIA</a>'s dominance in the AI market? Judging by this morning's announcement, <a href="https://www.windowscentral.com/hardware/processors/amd" target="_blank">AMD</a> is hoping to be that company with the help of OpenAI.</p><p>AMD, one of the world's largest CPU and GPU makers, and <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI</a> — the firm behind the creation of ChatGPT — today <a href="https://ir.amd.com/news-events/press-releases/detail/1260/amd-and-openai-announce-strategic-partnership-to-deploy-6-gigawatts-of-amd-gpus" target="_blank">jointly announced</a> a new partnership that will see AMD's Instinct AI GPUs power next-gen OpenAI infrastructure to the tune of 6 gigawatts.</p><p>The new agreement is said to cover "multiple generations of AMD Instinct GPUs," and the initial one-gigawatt deployment is expected to begin in the second half of 2026, specifically using AMD's Instinct MI450 AI chips.</p><p>At the time of writing, AMD's pre-market stock price is up roughly 25% compared to Friday evening when markets closed.</p><p>As part of this agreement, AMD says that it will work with OpenAI as a "core strategic compute partner" and that the companies will share "technical expertise" in order to optimize product roadmaps.</p><p>Dr. Lisa Su, AMD's CEO and full-time upbeat figure, had this to say about the partnership:</p><div><blockquote><p>We are thrilled to partner with OpenAI to deliver AI compute at massive scale. This partnership brings the best of AMD and OpenAI together to create a true win-win enabling the world’s most ambitious AI buildout and advancing the entire AI ecosystem.</p></blockquote></div><p>Further marrying the two companies is a warrant for 160 million shares of common stock issued by AMD to OpenAI, which are "structured to vest as specific milestones are achieved." </p><p>As is laid out in the AMD and OpenAI press releases, the first vestment will arrive once AMD's initial one-gigawatt deployment is completed. Further vestments depend on the price of AMD stock as well as OpenAI's "technical and commercial milestones" surrounding the new AMD deployments.</p><p>According to AMD's Executive VP, CFO, and treasurer, Jean Hu, the OpenAI partnership "is expected to deliver tens of billions of dollars in revenue for AMD while accelerating OpenAI's AI infrastructure buildout." Hu adds that the agreement "creates significant strategic alignment and shareholder value for both AMD and OpenAI."</p><h2 id="openai-is-also-working-with-nvidia-to-build-data-centers">OpenAI is also working with NVIDIA to build data centers</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:3502px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3faZBZevkMwzt3SDmeX6FM" name="GettyImages-2228729615" alt="BEIJING, CHINA - AUGUST 01: In this photo illustration, an Nvidia chip is seen through a magnifying glass on August 1, 2025 in Beijing, China. (Photo by VCG/VCG via Getty Images)" src="https://cdn.mos.cms.futurecdn.net/3faZBZevkMwzt3SDmeX6FM.jpg" mos="" align="middle" fullscreen="1" width="3502" height="1970" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/3faZBZevkMwzt3SDmeX6FM.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 a similar deal penned with NVIDIA to provide massive compute power. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | VCG)</span></figcaption></figure><p>The massive new partnership between AMD and OpenAI won't likely cause NVIDIA to lose much sleep, but it is great to see some competition from Team Red.</p><p>On September 22, 2025, <a href="https://www.windowscentral.com/artificial-intelligence/nvidia-to-invest-usd100-billion-in-openai-after-microsoft-backed-out-of-two-data-center-deals-to-escape-additional-chatgpt-training-support" target="_blank">NVIDIA and OpenAI jointly announced something quite similar to the new AMD deal</a>. The partnership involves the deployment of "at least" 10 gigawatts of NVIDIA AI GPUs to help run OpenAI's next-generation infrastructure.</p><p>As part of NVIDIA and OpenAI's deal, NVIDIA says it "intends to invest up to $100 billion in OpenAI" over the course of the deployment. Like the plans with AMD, the initial one-megawatt phase of the NVIDIA deal is expected to be functional by the second half of 2026.</p><p>NVIDIA's Vera Rubin platform, which <a href="https://nvidianews.nvidia.com/news/nvidia-unveils-rubin-cpx-a-new-class-of-gpu-designed-for-massive-context-inference" target="_blank">NVIDIA believes</a> will "mark another leap in the frontier of AI computing," is a superchip built on a next-gen architecture, also expected to arrive in the second half of 2026. Good timing.</p><h2 id="openai-s-compute-problem-solved">OpenAI's compute problem ... solved?</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:3074px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="7BPZmkLeit6XgMLGJJRk4" name="GettyImages-2197510741" alt="Sam Altman, chief executive officer of OpenAI Inc., during a panel discussion at the Technical University in Berlin, Germany, on Friday, Feb. 7, 2025." src="https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4.jpg" mos="" align="middle" fullscreen="1" width="3074" height="1729" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4.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 CEO Sam Altman at a panel discussion at the Technical University in Berlin. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>OpenAI's new deals with NVIDIA and AMD arrive at a time when the <a href="https://www.windowscentral.com/software-apps/ai-safety-researcher-says-its-no-longer-a-question-of-how-long-but-how-much-money-until-we-reach-agi" target="_blank">AI firm is experiencing cloud compute issues</a>.</p><p>For a bit of backstory, computing power is one of the largest obstacles for AI firms looking to scale their creations. <a href="https://www.windowscentral.com/microsoft/microsoft-to-invest-billions-of-dollars-into-openai" target="_blank">OpenAI's multi-billion-dollar partnership with Microsoft</a>, which granted the AI firm exclusive access to vast resources of cloud computing power, was seemingly not enough to meet OpenAI's demands.</p><p><a href="https://www.windowscentral.com/software-apps/openai-unveils-usd500-billion-stargate-project-to-emancipate-its-overreliance-on-microsofts-infrastructure" target="_blank">OpenAI announced the "Stargate" project in January 2025</a>, a $500-billion iniative to build data centers in the US. This project fundamentally changed the relationship between OpenAI and Microsoft.</p><p>While Microsoft is no longer the exclusive cloud provider for OpenAI, it retains "right of first refusal," which allows Microsoft to take the first crack at providing enough compute power. If it can't keep up, OpenAI is free to seek other sources of power.</p><p>This led <a href="https://www.windowscentral.com/software-apps/sam-altman-says-openai-is-no-longer-compute-constrained" target="_blank">OpenAI's CEO Sam Altman to claim earlier this year that the company was no longer "compute-constrained."</a> However, it didn't take long for Altman to change his tune with this remark from the OpenAI/NVIDIA partnership announcement:</p><div><blockquote><p>The compute constraints that the whole industry has been, and our company in particular have been terrible. We're so limited right now in the services we can offer. There is so much more demand than what we can do.</p></blockquote></div><p>Altman went so far as to suggest that OpenAI could be forced to choose between curing cancer or providing free education to everyone on earth using 5-10 gigawatts of AI computing power.</p><p>Does that mean that the planned 16 gigawatts of combined compute power from AMD and NVIDIA will eventually allow OpenAI to perform miracles? Probably not ... but one can hope.</p><p>For the best part of a decade, Windows 10 stood as the world's most popular operating system, at least until Windows 11 surpassed its traffic earlier this year. Ten years is a relatively standard time span for OS support, but this end-of-life scenario is particularly unique, given how many PCs might not meet Microsoft's minimum requirements for an upgrade.</p><p>This page will be updated as frequently as necessary, leading up to the cutoff date on October 14, 2025, and in the following days where appropriate. Changes to Microsoft's policies aren't expected, and the ESU program will likely remain as the best option for those who would prefer to stay on Windows 10.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ "Peak AI slop achieved!" — OpenAI’s Sora 2 redefines deepfakes, launches a TikTok clone, and blows minds ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sora-2-sora-tiktok-app-reactions</link>
                                                                            <description>
                            <![CDATA[ OpenAI recently launched an upgraded AI video generator called Sora 2 alongside a new TikTok-style social app where content can be shared. I'm not entirely sure how I feel about it. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">vSYCkySfsqJR9vdm8U33DA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/HoAsBhJoX2RwYoffhQjgLH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 03 Oct 2025 11:00:00 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/HoAsBhJoX2RwYoffhQjgLH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI&#039;s new Sora 2 video generator is blowing minds, but not everyone is happy with its rapid progress.]]></media:description>                                                            <media:text><![CDATA[The Sora App home page displays on a smartphone screen placed on a computer keyboard illuminated by blue and purple light.]]></media:text>
                                <media:title type="plain"><![CDATA[The Sora App home page displays on a smartphone screen placed on a computer keyboard illuminated by blue and purple light.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/HoAsBhJoX2RwYoffhQjgLH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AI image and video creation has become frighteningly good in recent months. A couple of weeks ago, it was the <a href="https://www.windowscentral.com/artificial-intelligence/gemini-nano-banana-viral-craze">Gemini-powered Nano Banana craze that had people freaking out</a> over image quality as Google's AI app bumped ChatGPT out of the top charts.</p><p>On September 30, OpenAI introduced an update to its <a href="https://www.windowscentral.com/microsoft/microsoft-bing-video-creator-sora-ai-generator-free-announcement">AI video generator, Sora, which originally launched in 2024</a>. Sora 2  immediately sent shockwaves through the tech world, and for good reason.</p><p>Sora 2 is able to generate incredibly accurate videos, it can follow detailed instructions and prompts, and it spits out videos that you'd swear had nothing to do with AI. The "slop" part of AI video generation is slowly but surely disappearing.</p><p>The Sora team at OpenAI explains that it's "jumping straight to what we think may be the <a href="https://www.windowscentral.com/software-apps/windows-11/whats-the-difference-between-gpt-35-4-4-turbo-4o">GPT 3.5 moment</a> for videos" in the <a href="https://openai.com/index/sora-2/" target="_blank">announcement blog post</a>, referring to the massive improvement that arrived with the AI model's March 2022 update.</p><div><blockquote><p>Sora 2 can do things that are exceptionally difficult—and in some instances outright impossible—for prior video generation models: Olympic gymnastics routines, backflips on a paddleboard that accurately model the dynamics of buoyancy and rigidity, and triple axels while a cat holds on for dear life.</p><p>Sora 2 team, OpenAI</p></blockquote></div><p>Alongside the launch of Sora 2, OpenAI announced a new <a href="https://apps.apple.com/us/app/sora-by-openai/id6744034028" target="_blank">Sora app for iOS that's available now to download</a>. </p><p>The new social app is a lot like TikTok. It creates an algorithmic bubble of videos for you to scroll through as you and your friends share content generated by the new Sora 2 model.</p><p>According to <a href="https://www.wired.com/story/openai-launches-sora-2-tiktok-like-app/" target="_blank">Wired</a>, the Sora app allows for AI-generated clips up to 10 seconds long, with no option to upload your own videos or images. That's right; it's all AI.</p><h2 id="ai-deepfakes-are-now-called-cameos">AI deepfakes are now called "cameos"</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/1PaoWKvcJP0" allowfullscreen></iframe></div></div><p>OpenAI stresses that "this app is made to be used with your friends," and a big part of that is a feature called "cameos." After confirming your identity in the app, it will create a likeness that can then be used in AI-generated videos.</p><p>Others can also use your likeness once you've given the OK, and users will receive a notification when they've been included in a video, even if the video doesn't make it past the draft stage. If you see a video you like that one of your friends created, you can repurpose it with your own cameo.</p><div><blockquote><p>Overwhelming feedback from testers is that cameos are what make this feel different and fun to use—you have to try it to really get it, but it is a new and unique way to communicate with people.</p><p>Sora 2 team, OpenAI</p></blockquote></div><p>OpenAI says it's "not optimizing for time spent in feed, and we explicitly designed the app to maximize creation, not consumption." By giving users control over what they see on the Sora app's feed, OpenAI is hoping to avoid issues with well-being and addiction.</p><p>Teen users will receive further protection via limits on how much content can be viewed in a day, as well as further cameo restrictions. <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-introduces-parental-controls" target="_blank">OpenAI's recent introduction of parental controls in ChatGPT</a> also contributes to the safety net.</p><p>OpenAI says its Sora app is free at launch "so people can freely explore its capabilities." While this might change in the future, the only monetization plans now involve paying to generate more videos during high-demand periods.</p><h2 id="the-world-reacts-to-sora-2-s-incredible-capabilities">The world reacts to Sora 2's incredible capabilities</h2><p>Unfortunately, Sora 2 and its new app remain invite-only, but that hasn't stopped countless thousands of people from trying it out for themselves. The results, honestly, are shocking, and I'm enjoying <em>some </em>of the creative video generations. </p><p>One user made a fake video of Sam Altman stealing artwork from the Studio Ghibli offices with famed co-founder Hayao Miyazaki attempting to get it back, referring to the <a href="https://www.windowscentral.com/software-apps/viral-chatgpt-ghibli-memes-example-how-far-behind-copilot-is" target="_blank">GPT-4o image generation drama</a> from April.</p><p>Not only is the video nearly perfect, but so too is the audio.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Lmao, Sam Altman stealing art from Miyazaki in the Studio Ghibli HQ.Sora 2 is wilddddddd. pic.twitter.com/qzhfMs0A2t<a href="https://twitter.com/cantworkitout/status/1973427223580606793">October 1, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>Another X user posted a mashup of Sora 2 clips, calling it "Interdimensional Cable," just like Rick and Morty have in the hit animated TV series. "Peak AI slop achieved!"</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Interdimensional Cable with Sora 2You can create the most stupid and crazy things with it.Peak AI slop achieved! pic.twitter.com/SddHu6DFKb<a href="https://twitter.com/cantworkitout/status/1973359312966971500">October 1, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>The meme potential here is off the charts, and I totally understand the hype. My initial reaction to the Sora 2 reveal was certainly positive, but once the novelty began to wear off, I began to consider the implications as this type of technology improves. I'm not the only one.</p><p>In one thread reacting to Sora 2 video generation on the r/singularity subreddit, people discuss everything from scam potential to job loss.</p><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/singularity/comments/1nujq82/comment/nh1x8pl">Comment</a> from <a href="https://www.reddit.com/r/singularity">r/singularity</a></blockquote><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><p>Others have taken a doomer approach, expressing their disbelief at the incredible jump in video quality and the implications it has on our society that already has a hard time distinguishing fact from fiction.</p><blockquote class="reddit-card"  ><a href="https://www.reddit.com/r/singularity/comments/1nujq82/comment/nh1p1dq">Comment</a> from <a href="https://www.reddit.com/r/singularity">r/singularity</a></blockquote><script async src="//embed.redditmedia.com/widgets/platform.js" charset="UTF-8"></script><p>It will certainly be interesting to see how Sora 2 progresses and if it can retain its shocking quality when it launches fully.</p><p>Elsewhere in the AI world, <a href="https://about.fb.com/news/2025/09/introducing-vibes-ai-videos/" target="_blank">Meta introduced its own AI-generated video feed in the Meta AI app called "Vibes" on September 25</a>. Unfortunately for CEO Mark Zuckerberg, ChatGPT's Sora 2 has almost completely overshadowed the launch.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI introduces parental controls — one month after a teen's suicide is allegedly linked to ChatGPT ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-introduces-parental-controls</link>
                                                                            <description>
                            <![CDATA[ OpenAI has introduced parental controls for ChatGPT, allowing parents to link accounts with their teens and manage settings for safer AI use. Features include content filters, quiet hours, and alerts for potential self-harm after human review. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">gPQ6mYhgLKfmY2xgYwcgqn</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ahYhpCBDRskWGamUyCQFgS-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 02 Oct 2025 11:30:00 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/ahYhpCBDRskWGamUyCQFgS-1280-80.png">
                                                            <media:credit><![CDATA[OpenAI, Photo by Ricardo Maruri on Unsplash]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI has introduced parental controls for ChatGPT, allowing parents to link accounts with their teens and manage settings for safer AI use.]]></media:description>                                                            <media:text><![CDATA[Parents holding up OpenAI]]></media:text>
                                <media:title type="plain"><![CDATA[Parents holding up OpenAI]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ahYhpCBDRskWGamUyCQFgS-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI is rolling out parental controls to its platform — a move that feels overdue, especially given the rapid, largely unregulated growth of AI chatbots. This update comes just a month after a <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-faces-lawsuit-after-family-says-chatgpt-encouraged-teen-suicide">family filed a lawsuit against OpenAI, claiming that ChatGPT encouraged their teenage child to commit suicide.</a></p><p>While the case is still ongoing, OpenAI appears to be taking steps to better protect young users. <a href="https://openai.com/index/introducing-parental-controls/" target="_blank">Parental controls are one of the new features</a> aimed at making the platform safer for kids. So, what does this mean, and how does it work?</p><p>Parents can now link their account with their teen’s through a simple invite. Either side can start it by email or phone, and once the accounts are connected, the parent gets access to new controls. If the teen chooses to unlink, the parent is notified straight away.</p><p>As soon as an account is linked, the teen’s account gets extra safeguards by default. These filters cut down exposure to graphic content, viral challenges, romantic or violent roleplay, and extreme beauty ideals that might be harmful. However, parents can disable these restrictions if they want to, but teens can’t make the changes themselves. </p><p>With parental controls switched on, parents also get a dedicated panel inside ChatGPT’s settings. From here, they can set quiet hours when ChatGPT can’t be used, switch off voice mode, disable memory so past chats aren’t saved, block image generation, and stop their teens’ conversations from being used to train OpenAI’s models.</p><p>Parental controls also extend to OpenAI’s video app, <a href="https://openai.com/index/sora/" target="_blank">Sora</a>. Parents can limit endless scrolling, block direct messaging, and turn off personalized recommendations.</p><p>For anyone who hasn’t heard of it, Sora is OpenAI’s new “TikTok” competitor. However, instead of human-made content, every video is AI-generated. Make of that what you will, but personally, I’m not a fan.</p><h2 id="safety-features-collaboration-and-what-s-next">Safety features, collaboration, and what’s next</h2><figure role="gallery"><figure><img src="https://cdn.mos.cms.futurecdn.net/4Xw46M5mbYKstNMFyvixoN.png" alt="ChatGPT Parental Controls panel" /><figcaption>Parental controls within ChatGPT settings<small role="credit">OpenAI</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/8Y6mGdfQhk5xSE9aMwpgoN.png" alt="ChatGPT Parental Controls panel" /><figcaption>Parental control options within ChatGPT settings<small role="credit">OpenAI</small></figcaption></figure><figure><img src="https://cdn.mos.cms.futurecdn.net/KSKyF5MwWyYfK63SE3uWoN.png" alt="ChatGPT Parental Controls panel" /><figcaption>Initial Parental Controls menu<small role="credit">OpenAI</small></figcaption></figure></figure><h2 id="a-step-in-the-right-direction">A step in the right direction</h2><p>It’s hard to criticise the idea of stronger parental controls. At the same time, I’d argue children probably shouldn’t have access to these kinds of AI tools at all. The reality is that nothing can really stop teens from using them, outside of tighter parental controls and better education — both for teens and for parents — about the risks of AI and the internet as a whole. That’s something many companies overlook in favour of keeping people engaged and spending money.</p><p>That said, it’s good to see OpenAI take some responsibility here. These controls won’t stop teens from looking for less monitored tools elsewhere, and those are unlikely to ever offer meaningful protections. But it’s at least a step toward keeping young people safer in the spaces parents can influence.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Meet ChatGPT Pulse, OpenAI CEO Sam Altman's favorite AI feature — a super-competent personal assistant that proactively delivers customized updates ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/meet-chatgpt-pulse-sam-altmans-favorite-ai-feature</link>
                                                                            <description>
                            <![CDATA[ OpenAI announced ChatGPT Pulse, shipping in preview for Pro subscribers. It proactively does research and delivers personalized updates based on chats, feedback, and connected apps like your calendar. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">y6zcGKFnHiCFzp6DRNAL7j</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 26 Sep 2025 14:30: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | SOPA Images]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI recently announced ChatGPT Pulse, shipping in preview for Pro subscribers.]]></media:description>                                                            <media:text><![CDATA[ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand.]]></media:text>
                                <media:title type="plain"><![CDATA[ChatGPT logo of a chatbot launched by OpenAI is seen on a smartphone in a hand.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bvSoM2tJbRTwr8ySiPcRLT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Over the past few years, ChatGPT has evolved to more than just a simple virtual assistant that can generate basic responses to queries. OpenAI has been shipping major updates to the AI tool, which have significantly improved its capabilities. </p><p>Some users have completely ditched search engines, including OpenAI CEO Sam Altman, who indicated that he doesn't do Google searches anymore. <a href="https://www.windowscentral.com/software-apps/browsing/sam-altman-says-i-dont-do-google-searches-anymore-but-admits-chatgpt-wont-be-googles-killer">Could ChatGPT be the killer of Google's dominance in search</a>? Only time will tell.</p><p>More recently, OpenAI announced a new feature called Pulse shipping to ChatGPT. The feature is designed to "proactively" do research and deliver personalized updates based on your ChatGPT chats, feedback, and connected apps like your calendar.</p><p>What's more, OpenAI is giving users control over the feature. As such, you'll be able to direct research by letting ChatGPT know what's truly useful for you, leaving out any additional information that you might not necessarily deem worthwhile.</p><p>However, it's worth noting that the feature won't be available for everyone. <a href="https://openai.com/index/introducing-chatgpt-pulse/">ChatGPT Pulse</a> is shipping in preview to Pro users on mobile. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">Today we are launching my favorite feature of ChatGPT so far, called Pulse. It is initially available to Pro subscribers.Pulse works for you overnight, and keeps thinking about your interests, your connected data, your recent chats, and more. Every morning, you get a…<a href="https://twitter.com/cantworkitout/status/1971297661748953263">September 25, 2025</a></p></blockquote><div class="see-more__filter"></div></div><div><blockquote><p>ChatGPT can now do asynchronous research on your behalf. Each night, it synthesizes information from your memory, chat history, and direct feedback to learn what’s most relevant to you, then delivers personalized, focused updates the next day. These could look like follow-ups on topics you discuss often, ideas for quick, healthy dinner to make at home that evening, or next steps toward a longer-term goal such as training for a triathlon.</p><p>OpenAI</p></blockquote></div><p>ChatGPT Pulse can also better prepare you for your meetings by connecting it to your Google Calendar. This way, it can help you draft a sample meeting agenda. Similarly, it can set reminders and help you find restaurant recommendations for an upcoming trip. It's worth noting that these connections are disabled by default. You'll need to navigate through the settings and opt in to enjoy the experience.</p><p>The feature seems like a one-stop shop location for curated and relevant updates. This allows users to get caught up with relevant information, creating more time for them to get back to what matters most.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman reveals why he hasn’t had a good night’s sleep since ChatGPT launched ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-hasnt-had-a-good-night-of-sleep-since-chatgpt</link>
                                                                            <description>
                            <![CDATA[ CEO Sam Altman recently admitted he struggles to sleep at night, overwhelmed by the thought of hundreds of millions of people interacting with ChatGPT daily. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">cTyZYwzBwVmvwFMUhHL6j</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/K3aBYqLKPaHnWY7K2GXpif-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 16 Sep 2025 11:30:00 +0000</pubDate>                                                                                                                                <updated>Sat, 20 Sep 2025 16:28:48 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/K3aBYqLKPaHnWY7K2GXpif-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman recently admitted he feels overwhelmed by the thought of hundreds of millions of people interacting with ChatGPT every day.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., during a Senate Commerce, Science, and Transportation Committee hearing in Washington, DC, US, on Thursday, May 8, 2025. ]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, chief executive officer of OpenAI Inc., during a Senate Commerce, Science, and Transportation Committee hearing in Washington, DC, US, on Thursday, May 8, 2025. ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/K3aBYqLKPaHnWY7K2GXpif-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>In a candid interview, OpenAI CEO Sam Altman revealed his insomnia stems from the weight of ethical decision-making, as hundreds of millions engage with ChatGPT daily, heightening concerns over user trust and AI safety amid rising scrutiny from recent tragedies.</p><p>Like Google DeepMind CEO Demis Hassabis, OpenAI CEO Sam Altman is also tossing and turning at night. But unlike Hassabis, who attributes his worries to the <a href="https://www.windowscentral.com/software-apps/google-deepmind-ceo-says-agi-is-coming-society-not-ready">possibility of AGI arriving before society is ready</a>, Altman revealed he hasn't had <em>"a good night of sleep"</em> since ChatGPT launched.</p><p>While speaking to former Fox News host Tucker Carlson in a recent interview, OpenAI's CEO indicated (via <a href="https://www.cnbc.com/2025/09/15/sam-altman-losing-sleep-open-ai-ceo-addresses-controversies-interview.html">CNBC</a>): <em>“Look, I don’t sleep that well at night. There’s a lot of stuff that I feel a lot of weight on, but probably nothing more than the fact that every day, hundreds of millions of people talk to our model.”</em></p><p>The executive further revealed that he doesn't place too much emphasis or concern on getting big decisions wrong. Instead, he admitted he loses sleep over very small decisions affecting model behavior, since they tend to have major implications. </p><p>Altman revealed that these decisions heavily impact and determine the ethics that inform ChatGPT. This includes the user interaction with the chatbot, and more specifically, the questions and prompts it will respond to or blatantly reject/block.</p><p> This follows several recent reports highlighting the complex relationships users are forming with AI-powered tools. As you may recall, Sam Altman noted that <a href="https://www.windowscentral.com/software-apps/sam-altman-says-ai-will-be-smarter-than-his-kids">users place a surprisingly high level of trust in ChatGPT</a>, despite its tendency to hallucinate. "It should be the tech that you don't trust that much," he added.</p><h2 id="how-is-openai-addressing-chatgpt-s-safety-issues">How is OpenAI addressing ChatGPT's safety issues?</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/5KmpT-BoVf4" allowfullscreen></iframe></div></div><p>Over the past few months, reports have surfaced, citing complaints over ChatGPT encouraging users to commit suicide or self-harm. In August, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-faces-lawsuit-after-family-says-chatgpt-encouraged-teen-suicide">a family sued OpenAI</a> after claims that their 16-year-old son, Adam Raine, took his life after months of encouragement from ChatGPT.</p><p>The lawsuit further indicated that the AI firm schemed through GPT-4o's safety testing processes in a bid to get the product to the public quicker. A separate report seemingly corroborated the lawsuit's claims, revealing that <a href="https://www.windowscentral.com/software-apps/openai-reportedly-sent-rsvps-for-gpt-4os-launch-party-even-before-testing-began">OpenAI placed pressure on its safety team</a> to rush through the new testing protocol for GPT-4o. Perhaps more concerning, the company reportedly sent invitations to the product's launch party even before the safety team began running tests on the model.</p><p>OpenAI admits that its safeguards are only suitable for quick interactions, as they fall short and become less reliable during long conversations. The company recently published a blog post designed to help address some of these issues and potentially help users going through a rough time by <a href="https://openai.com/index/helping-people-when-they-need-it-most/">providing them with support when they are at their most vulnerable</a>. </p><p>When asked about how OpenAI determines ChatGPT's ethics and morals, CEO Sam Altman indicated:</p><p><em>"This is a really hard problem. We have a lot of users now, and they come from very different life perspectives... But on the whole, I have been pleasantly surprised with the model’s ability to learn and apply a moral framework."</em></p><p>The executive indicated that the company is focused on aligning the model to decide which questions it shouldn't answer with the user's best interest at heart.</p><p>The executive revealed that the company leveraged the services of “hundreds of moral philosophers and people who thought about ethics of technology and systems” to determine the specifications of its models.</p><p>Altman admitted that while the company has put elaborate measures in place to mitigate some of these issues, it still requires input from the world to bolster its efforts. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman warns the "dead internet theory" may soon come true — bots and AI like ChatGPT could kill the web in 3 years ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-warns-the-dead-internet-theory-may-soon-come-true-bots-and-ai-like-chatgpt-could-kill-the-web-in-3-years</link>
                                                                            <description>
                            <![CDATA[ Recent reports suggest the dead internet theory could become a reality within the next three years, as AI‑generated content appears to have surpassed human‑written material. Even Sam Altman is concerned. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">7EDohRnYpJGyQcYC5KFFnH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ueA58PzmDvUycyXMstcZUn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 11 Sep 2025 13:05: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>
                                                                                                                                                                                                                                                <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[Sam Altman is seemingly worried about the dead internet theory becoming a reality. ]]></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><a href="https://www.windowscentral.com/artificial-intelligence">Generative AI</a> has evolved beyond a mere tool that can generate images based on text prompts, it's delivering real-life impact in society across medicine, education, computing, entertainment, and more. However, its implications can be viewed as both positive and negative. </p><p>On one hand, it shows great promise in the healthcare sector, with new technology capable of <a href="https://www.windowscentral.com/software-apps/a-new-cutting-edge-ai-tool-predicts-the-progression-of-alzheimers-disease-with-over-80-accuracy-minus-the-scalpel">detecting early signs of dementia</a> and even cancer, making it easier to begin treatment before the condition spirals out of control. On the other hand, this sophisticated technology poses an existential threat, with 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">99.9999% probability of ending humanity</a>.</p><p>Even Google DeepMind's CEO Demis Hassabis claims AGI could be achieved soon but warns that society isn't ready to handle all that it entails. He claims that <a href="https://www.windowscentral.com/software-apps/google-deepmind-ceo-says-agi-is-coming-society-not-ready">the prospects keep him up at night</a>. </p><p>And as it happens, the dead internet theory could become a reality within the next three years, as AI‑generated content appears to have surpassed human‑written material. (via <a href="https://www.popularmechanics.com/science/a65997294/dead-internet-explained/">Popular Mechanics</a>). For context, the dead internet theory suggests that the internet predominantly consists of bot activity and AI-generated content manipulated by algorithmic curations. It further suggests that the efforts are designed to establish control over the population and reduce organic human activity. </p><p>Perhaps more concerning, cybersecurity firm <a href="https://www.imperva.com/blog/five-key-takeaways-from-the-2024-imperva-bad-bot-report/">Imperva released a report called "Bad Bot" in 2024</a>, which claimed that approximately half of all traffic on the internet was AI-generated. Since 2021, that figure has skyrocketed from 42.35 of internet traffic being AI-generated to 49.6% in 2023.</p><p>Based on this trend, most of the internet traffic and content will mostly be from bots and automated using AI. Over the past few years, we've seen leading publications layoff most of their staff and replace them using AI. Consequently, a report from the <a href="https://www.pewresearch.org/data-labs/2024/05/17/when-online-content-disappears/">Pew Research Center</a> claims that 38% of human-made websites from 2014 no longer exist as a result of a process called "link rot."</p><p>Last year, a study by Amazon Web Services (AWS) researchers suggested that <a href="https://www.windowscentral.com/software-apps/sam-altman-indicated-its-impossible-to-create-chatgpt-without-copyrighted-material">57% of content published online is AI-generated</a> or translated using an AI algorithm, negatively impacting the quality of search results. </p><p><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">Microsoft and OpenAI have found themselves fighting several copyright infringement lawsuits</a> in the corridors of justice. This is because AI-powered tools like Copilot and ChatGPT heavily lean on online content for their training. </p><p>However, a separate report suggested that the technology has hit a wall due to a lack of high-quality content for training, <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">preventing top AI labs like OpenAI, Google, and Anthropic from developing advanced AI models</a>.</p><h2 id="even-openai-s-ceo-thinks-the-dead-internet-theory-is-coming-true">Even OpenAI's CEO thinks the dead internet theory is coming true</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="XbQDHy4STsjRTTnZpxnY5T" name="GettyImages-2188228027" alt="Sam Altman speaks onstage during The New York Times Dealbook Summit 2024." src="https://cdn.mos.cms.futurecdn.net/XbQDHy4STsjRTTnZpxnY5T.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/XbQDHy4STsjRTTnZpxnY5T.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 CEO Sam Altman claims there's an increase in LLM-run Twitter accounts. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Eugene Gologursky, Stringer)</span></figcaption></figure><p><em>"I never took the dead internet theory that seriously, but it seems like there are really a lot of LLM-run Twitter accounts now,"</em> OpenAI CEO <a href="https://x.com/sama/status/1963366714684707120">Sam Altman posted on X</a>. </p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">i never took the dead internet theory that seriously but it seems like there are really a lot of LLM-run twitter accounts now<a href="https://twitter.com/cantworkitout/status/1963366714684707120">September 3, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>AI has seemingly started to overtake popular search engines like Google and Bing, with most users revealing that they are more inclined toward AI-powered search tools like ChatGPT for their search queries. </p><p>Even OpenAI CEO <a href="https://www.windowscentral.com/software-apps/browsing/sam-altman-says-i-dont-do-google-searches-anymore-but-admits-chatgpt-wont-be-googles-killer">Sam Altman recently indicated that he no longer uses Google for his searches</a> and now relies more on ChatGPT. However, he admitted that he was a tad <a href="https://www.windowscentral.com/software-apps/browsing/openai-temporary-prototype-search-tool-could-be-google-killer">skeptical about ChatGPT's ability to dethrone Google from its dominant position in search</a>.</p><p>Google is also integrating AI into search with tools like AI mode and AI Overviews, which for the most part have proved not to be reliable. While the latter promises curated and bite-size responses scrapped from the internet, it has fallen short of expectations by generating inaccurate responses and, perhaps more concerningly, recommended users to eat rocks, glue, and even commit suicide. </p><p><a href="https://www.windowscentral.com/software-apps/browsing/google-shifts-blame-for-erroneous-ai-overviews-spectacle">Google quickly to shift blame to a data void</a>, claiming that a lack of vast information on particular topics on the web heavily contributed to instances where the feature generated misleading search results. It further claimed that the screenshots shared by users that highlighted it, generating misleading responses were fabricated.</p><p>In 2024, former Twitter CEO and co-founder<a href="https://www.windowscentral.com/software-apps/jack-dorsey-says-we-wont-know-what-is-real-anymore-in-the-next-5-10-years-thanks-to-ai-content"> Jack Dorsey claimed that it'll be impossible to tell what's real from the fake</a> <em>"because of the way images are created, deep fakes, and videos."</em> He warned that users will need to be more vigilant and experience things by ourselves to assert its authenticity.</p><p><em>Do you think generative AI and bots have the potential to completely take over the internet and ruin search quality? S</em>hare your thoughts with me in the comments. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ OpenAI is on board with a feature-length generative AI film — 'Critterz' raises concerns of job loss in Hollywood ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openais-generative-ai-short-film-critterz</link>
                                                                            <description>
                            <![CDATA[ OpenAI is collaborating on Critterz, a feature-length AI-generated film aiming to cut costs and timelines — but its success could set a dangerous precedent. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">Fu4XGtH7jUfUWhPVM3xkJT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eLgvrqxygA75FL7vGnkF2M-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 11 Sep 2025 11:31:00 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/eLgvrqxygA75FL7vGnkF2M-1280-80.png">
                                                            <media:credit><![CDATA[Red light effect” by Vecteezy; production image © Vertigo Films]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Screen capture of the AI-generated short film.]]></media:description>                                                            <media:text><![CDATA[Promotional image of Critterz]]></media:text>
                                <media:title type="plain"><![CDATA[Promotional image of Critterz]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eLgvrqxygA75FL7vGnkF2M-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Generative AI has sunk its claws into just about everything. Work, hobbies, daily life, and more. It’s even starting to eat Microsoft from the inside, <a href="https://www.windowscentral.com/microsoft/report-microsofts-2025-layoffs-revolve-around-its-desperate-usd80-billion-ai-infrastructure-investment">cannibalising jobs to fuel its never-ending push for bigger AI infrastructure</a>, all in the name of “progress,” and all at the cost of real people’s livelihoods. And now, it wants the big screen too.</p><p>OpenAI is making a full-blown animated film called <a href="https://www.critterz.tv/" target="_blank">Critterz</a>, roping in some surprising talent — including writers who worked on Paddington in Peru (<a href="https://www.wsj.com/tech/ai/openai-backs-ai-made-animated-feature-film-389f70b0" target="_blank">via Wall Street Journal</a>). As someone who adores the charm of Paddington Bear, that’s unsettling.</p><p>So, what is Critterz exactly — a glimpse of Hollywood’s future, or the start of a flood of AI slop hitting cinemas? We won’t know until it’s out. But let’s look at what’s known so far and why this could set a dangerously bleak precedent.</p><h2 id="what-is-critterz-and-who-s-behind-it">What is Critterz, and who’s behind it?</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/-qdx6VBJHBU" allowfullscreen></iframe></div></div><p>Critterz is a newly announced feature-length <a href="https://www.theverge.com/news/773584/openai-animated-feature-film-critterz">animated film created using AI</a>. It’s set to premiere at the Cannes Film Festival in 2026, before heading to cinemas worldwide. It follows a group of woodland animals on an adventure, expanding on a 2023 AI-generated proof-of-concept short.</p><p>OpenAI is providing the AI tools behind the project, including GPT-5 and Sora, while Vertigo Films and Native Foreign are partnering on production. Funding is coming from Federation Studios.</p><p>More surprising is who’s writing it — James Lamont and Jon Foster, the duo behind Paddington in Peru, which scored <a href="https://www.rottentomatoes.com/m/paddington_in_peru" target="_blank">93% with critics on Rotten Tomatoes</a>. Also involved are Chad Nelson from OpenAI and Nik Kleverov from Native Foreign.</p><p>Right now, about 30 people are working on the film — far fewer than the hundreds usually needed for a traditional animated feature. It’s currently being positioned as an experiment, testing how far AI can go in reshaping the production process.</p><h2 id="how-openai-plans-to-rewrite-filmmaking-with-ai">How OpenAI plans to rewrite filmmaking with AI</h2><p>The goal here is to prove that AI can make films faster and cheaper (<a href="https://vertigofilms.com/news/paddington-in-peru-writers-reunite-for-ai-animated-feature-critterz-from-vertigo-films-native-foreign/" target="_blank">via Vertigo</a>) — <em>sigh, how dystopian</em>.</p><p>The plan is to cut production time from the usual three years down to just nine months, and shrink budgets from the hundreds of millions to around $30 million. That’s what this so-called “experiment” is set to cost.</p><p>It’s being pitched as a test of what AI is capable of, but I can’t help feeling uneasy about it, especially if it succeeds.</p><p>If successful, we’re likely entering an age where people start losing jobs in a creative field, a field I don’t think AI should be taking away from. AI should be helping with the boring, repetitive tasks, not replacing the creative process entirely. That’s what worries me about this whole endeavour.</p><h2 id="the-cost-cutting-experiment-threatening-human-creatives">The cost-cutting experiment threatening human creatives</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="FtbpBemV35ccgUQXx7wmMJ" name="critterz 2" alt="Altman paints an interesting vision for a future version of ChatGPT with characters from Vertigo Films Critterz" src="https://cdn.mos.cms.futurecdn.net/FtbpBemV35ccgUQXx7wmMJ.png" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/FtbpBemV35ccgUQXx7wmMJ.png' 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 and characters from Critterz </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images via NurPhoto; production image © Vertigo Films)</span></figcaption></figure><p>Critterz is being made by a surprisingly small team, challenging the norms of animated filmmaking, <a href="https://www.vanas.ca/en/blog/how-many-people-work-on-an-animated-movie">where projects usually involve hundreds of people</a>. If it succeeds, it raises serious questions about what that could mean for jobs across animation, VFX, and other creative fields.</p><p>Unions like SAG-AFTRA and the Writers Guild of America have long protected wages, credits, job roles, and working conditions. But bringing AI into the mix could <a href="https://www.fisherphillips.com/en/news-insights/ai-critical-issue-hollywood-strikes.html">blur those boundaries</a>, weaken bargaining power, and undermine protections that took decades to secure.</p><p>It’s not hard to imagine small AI-driven teams popping up outside union rules, making it harder to enforce standards or safeguard jobs. That risk is difficult to ignore, and it’s not out of the realm of possibility that major studios see AI as a way to sidestep creative labour entirely, which threatens job security and artistic standards in the process.</p><p>I think I’ve made my stance clear, but I’d genuinely be interested to hear what others think. AI can be an incredible tool, but it’s also becoming a worrying presence in people’s lives, with job loss looming over many. Even Microsoft, while not involved in this project, has been pushing <a href="https://www.windowscentral.com/microsoft/using-ai-is-no-longer-optional-did-microsoft-makes-copilot-mandatory-for-staff">AI deeper into its workflows and forcing employees to adopt it</a> — whether they want to or not.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Burn rate to the moon — OpenAI bets big on AI chips and cloud muscle ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-expects-to-burn-115-billion-on-chatgpt-through-2029</link>
                                                                            <description>
                            <![CDATA[ A new report claims that the ChatGPT maker is projected to spend over $100 billion by 2029 to power the artificial intelligence behind ChatGPT. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">n6CwtmG2fEDMqY26WphBbj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/GABEF8PPaXh65xu4ETLKLW-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 09 Sep 2025 11:32:00 +0000</pubDate>                                                                                                                                <updated>Tue, 09 Sep 2025 18:31:29 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/GABEF8PPaXh65xu4ETLKLW-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Anadolu]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[The ChatGPT maker is projected to spend over $100 billion to power the artificial intelligence behind ChatGPT.]]></media:description>                                                            <media:text><![CDATA[OpenAI logos are being displayed and reflected on screens.]]></media:text>
                                <media:title type="plain"><![CDATA[OpenAI logos are being displayed and reflected on screens.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/GABEF8PPaXh65xu4ETLKLW-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>As <a href="https://www.windowscentral.com/artificial-intelligence">generative AI</a> continues to advance and reach new heights, it is becoming increasingly clear that entering the field is costly, just as we've seen with OpenAI. A new report by <a href="https://www.theinformation.com/articles/openai-says-business-will-burn-115-billion-2029" target="_blank">The Information</a> claims that the ChatGPT maker is projected to burn through $115 billion by 2029 as it ramps up its AI efforts.</p><p>Perhaps more concerning, the report claims that the $115 billion projection is $80 billion higher than what the company previously expected. For context, the AI firm has already spent $8 billion this year, approximately $1.5 billion higher than the projection the company had highlighted earlier this year. </p><p>But as it seems, OpenAI reportedly has plans and elaborate measures in place to mitigate the issues abound, including potentially developing its own data center server chips and facilities to power its next-gen technology.</p><p>The maker of ChatGPT is set to release its first AI-powered chip next year through a partnership with US semiconductor giant Broadcom. However, a separate report by <a href="https://www.ft.com/content/e8cc6d99-d06e-4e9b-a54f-29317fa68d6f">The Financial Times </a>reveals that OpenAI plans to use the chips internally and will not make the product available to customers.</p><p>Earlier this year, <a href="https://www.windowscentral.com/microsoft/microsoft-doesnt-want-to-support-chatgpt-training-anymore">Microsoft reportedly wiggled out of two mega data center deals </a>because it no longer wants to provide additional training support for ChatGPT. However, OpenAI CEO Sam Altman seemingly watered down the claims by indicating that<a href="https://www.windowscentral.com/software-apps/sam-altman-says-openai-is-no-longer-compute-constrained"> the company is no longer compute-constrained</a>.</p><p>In July, OpenAI and Oracle entered into an agreement to develop 4.5 gigawatts of additional Stargate data center capacity in the United States. The ChatGPT maker is also leaning toward Google for its cloud computing services as it ramps up its AI efforts. </p><p>This news comes after <a href="https://www.windowscentral.com/software-apps/openai-unveils-usd500-billion-stargate-project-to-emancipate-its-overreliance-on-microsofts-infrastructure">OpenAI unveiled its $500 billion Stargate project</a> designed to facilitate the construction of data centers across the United States to power its sophisticated advances. Consequently, <a href="https://www.windowscentral.com/microsoft/microsoft-loses-openai-exclusive-cloud-provider-status-to-500-billion-stargate-project">Microsoft lost its exclusive cloud provider status for OpenAI</a>, though it still holds the right of refusal.</p><p>Salesforce CEO Marc Benioff predicted that <a href="https://www.windowscentral.com/software-apps/salesforce-ceo-marc-benioff-claims-microsoft-wont-use-openai-in-the-future-microsoft-already-admitted-gpt-4-is-too-expensive-and-isnt-fast-enough-to-meet-consumer-needs">Microsoft won't depend on OpenAI's technology in the future</a>. The tech giant is already moving away from its overreliance on OpenAI.</p><p>Microsoft's AI CEO, Mustafa Suleyman, revealed that <a href="https://www.windowscentral.com/software-apps/mustafa-suleyman-confirms-off-frontier-ai-models-behind-openai">the tech giant is developing its own frontier AI models</a>, which might be 3 to 6 months behind OpenAI. The executive indicated that the tech giant's strategy was to play a tight second at an affordable cost. <a href="https://www.windowscentral.com/microsoft/salesforce-ceo-marc-benioffs-prediction-about-microsoft-and-openais-partnership-may-have-just-manifested">Microsoft is also testing third-party AI models in Copilot</a>, potentially emancipating itself from an overreliance on OpenAI.</p><h2 id="openai-has-a-big-money-problem">OpenAI has a big money problem</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="5gfE8sWe84wmoi5CQXpzXa" name="GettyImages-1905673126" alt="The Microsoft logo is being displayed on a smart phone, with the OpenAI logo visible on the screen in the background." src="https://cdn.mos.cms.futurecdn.net/5gfE8sWe84wmoi5CQXpzXa.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/5gfE8sWe84wmoi5CQXpzXa.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 still needs wads of cash to maintain its tempo in the fierce AI race.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>As you may know, <a href="https://www.windowscentral.com/software-apps/softbank-dethroned-microsoft-as-openais-largest-investor">OpenAI raised $40 billion through its latest round of funding</a> led by SoftBank, which pushed its market capitalization to $300 billion. But this places the AI firm in a tough spot, especially due to immense pressure from investors to evolve into a for-profit entity by the end of this year. </p><p>Failure to meet this threshold, the company could <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">risk losing investor funding, </a>outsider interference, and hostile takeovers. Experts and market analysts claim investor interest in AI is quickly fading, which could be an indication that they'll soon channel their funds elsewhere, prompting them to indicate that <a href="https://www.windowscentral.com/microsoft/an-analyst-predicts-openai-could-be-part-of-microsofts-acquisition-portfolio-by-2027-investors-focus-might-shift-away-from-ai-and-the-startups-will-just-find-it-difficult-to-keep-funding-for-the-innovation-they-want-to-do">Microsoft could acquire OpenAI </a>within the next 3 years.</p><p>However, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-lacks-know-how-to-fully-leverage-openai-tech">Microsoft is seemingly holding back</a> its blessings, preventing <a href="https://www.windowscentral.com/software-apps/openai-ditching-for-profit-plan">OpenAI from evolving into a for-profit entity</a>. This has raised tension between <a href="https://www.windowscentral.com/microsoft/microsoft-to-invest-billions-of-dollars-into-openai">Microsoft's multibillion-dollar partnership with OpenAI</a>, potentially causing the once-best techbromance to fray. </p><p>A separate report revealed that OpenAI could move to court, citing anticompetitive business practices on Microsoft's end. 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's ready to walk away from negotiations </a>with OpenAI entirely and ride out the rest of its partnership through 2030. </p><p>However, OpenAI could sever its ties to Microsoft earlier if it hits the coveted AGI benchmark before 2030. Another report suggested that <a href="https://www.windowscentral.com/microsoft/openai-may-declare-agi-to-cut-ties-with-microsoft">OpenAI could prematurely declare AGI</a> by shipping an AI coding agent that supersedes the capabilities of an advanced human programmer.</p><p>This isn't the first time OpenAI has found itself in such a situation. Last year, multiple reports emerged that <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">the company is on the verge of bankruptcy,</a> with projections of making a $5 billion loss within 12 months. For context, the company spends $7 billion on training its AI models and $1.5 billion on staffing, which is way above the $3.5 billion it generates in revenue.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Family sues OpenAI, claiming ChatGPT encouraged their teen’s suicide — here’s what we know ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-faces-lawsuit-after-family-says-chatgpt-encouraged-teen-suicide</link>
                                                                            <description>
                            <![CDATA[ A family has filed a lawsuit against OpenAI and its CEO, Sam Altman, after they claim their son committed suicide after months of encouragement from ChatGPT. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">fX5JvqQG7not42xSZBuSUE</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CrTAwpsjMduduUvZH7F3EP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 29 Aug 2025 11:44:00 +0000</pubDate>                                                                                                                                <updated>Sat, 30 Aug 2025 15:07: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/CrTAwpsjMduduUvZH7F3EP-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[This new lawsuit claims OpenAI rushed GPT‑4o to market despite knowing its risks.]]></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.]]></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.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CrTAwpsjMduduUvZH7F3EP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>ChatGPT has come a long way since <a href="https://www.windowscentral.com/software-apps/a-week-since-launch-openais-chatgpt-has-shown-the-power-and-horror-of-ai">OpenAI launched it in late November 2022</a>, causing a paradigm shift in the tech space with artificial intelligence chatbots, as it initially fell into regular 'hallucination' episodes or struggled to <a href="https://www.windowscentral.com/software-apps/chatgpts-new-image-generation-tool-is-impressive-can-finally-create-a-glass-of-wine-filled-to-the-brim">generate believable images</a>.</p><p>Over the past few years, users have openly expressed their reluctance to interact with the AI technology, citing privacy and safety issues. Regulators have also highlighted the importance of having elaborate security measures and guardrails to prevent the technology from spiralling out of control and potentially causing existential threats to humanity.</p><p>Last week, I covered a story highlighted by The New York Times where a 42-year-old accountant had turned to ChatGPT for legal advice and help with spreadsheet management. The user gradually developed a deeper bond with the chatbot, but this took a bad turn when <a href="https://www.windowscentral.com/artificial-intelligence/chatgpt-ai-hallucinations-cant-make-you-fly">ChatGPT encouraged the user to kill themselves</a> by jumping off a 19-storey building.</p><p>Prior to this, the tool had instructed the user to isolate themselves and get off their anxiety and sleeping pills to escape the 'matrix'. Luckily, the user managed to save themselves from this dangerous spiral.</p><p>However, the same can't be said about 16-year-old Adam Raine, who tragically killed himself, and the death is reportedly linked to ChatGPT. Raine's family has since filed a lawsuit against OpenAI and its co-founder and CEO, Sam Altman (via <a href="https://www.reuters.com/sustainability/boards-policy-regulation/openai-altman-sued-over-chatgpts-role-california-teens-suicide-2025-08-26/">Reuters</a>). </p><p>The bereaved family's lawyer indicated that Raine took his own life after<em> "months of encouragement from ChatGPT."</em> For context, Raine was interacting with ChatGPT-4o, an AI model that reportedly shipped with safety issues. The family's lawyer further indicated that the product was <em>"rushed to market despite clear safety issues."</em></p><p>A separate report seemingly corroborates the lawsuit's claims. It revealed that <a href="https://www.windowscentral.com/software-apps/openai-reportedly-sent-rsvps-for-gpt-4os-launch-party-even-before-testing-began">OpenAI had placed immense pressure on its safety team</a> to rush through the new testing protocol for GPT-4o, and they had little time to thoroughly run the model through safety processes. It's critical for sophisticated AI tools like GPT-4o to go through these kinds of thorough testing processes to identify loopholes that bad actors might exploit or would otherwise cause harm, like this unfortunate case.</p><p>Perhaps more concerning, OpenAI reportedly sent out invitations for the product's launch celebration party before the safety team even ran tests. This is amid claims from several former employees that the company <a href="https://www.windowscentral.com/software-apps/openai-ceo-sam-altman-admits-theres-no-proven-playbook">prioritizes "shiny products" over safety processes</a>.</p><p><em>"They planned the launch after-party before knowing if it was safe to launch,"</em> the source disclosed. <em>"We basically failed at the process."</em></p><p>According to Raine's family, OpenAI already knew that GPT-4o mimicked human empathy and displayed a sycophantic level of validation, which could pose a great threat to vulnerable users, especially without elaborate guardrails in place. However, OpenAI still shipped the product.</p><p><em>"This decision had two results: OpenAI’s valuation catapulted from $86 billion to $300 billion, and Adam Raine died by suicide."</em></p><p>This lawsuit further disclosed that the 16-year-old had discussed methods with ChatGPT several months before he took his life, including how to sneak alcohol from his parents' liquor cabinet and how to discreetly hide the evidence of any failed suicide attempts.</p><div><blockquote><p>While these safeguards work best in common, short exchanges, we’ve learned over time that they can sometimes become less reliable in long interactions where parts of the model’s safety training may degrade.</p><p>OpenAI</p></blockquote></div><p>The chatbot reportedly guided the teenager, providing insight on whether the methods he'd mentioned would work. It even offered its assistance in drafting a suicide note for his parents. An OpenAI spokesman indicated that the company is saddened by Raine's untimely demise, passing their <em>“deepest sympathies to the Raine family during this difficult time.” </em></p><p>Now that the company is reviewing the lawsuit, we'll likely learn more about the proceedings in the next few weeks. It seeks an order that will require OpenAI to verify the age of ChatGPT users, reject self-harm inquiries and requests, and warn users about the risks of psychological dependency on AI.</p><h2 id="what-is-openai-doing-to-remedy-the-increased-accusations-of-suicides-fueled-by-chatgpt">What is OpenAI doing to remedy the increased accusations of suicides fueled by 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:3992px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="wazwd9ULbzDRE5oL22ENPJ" 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/wazwd9ULbzDRE5oL22ENPJ.jpg" mos="" align="middle" fullscreen="1" width="3992" height="2246" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/wazwd9ULbzDRE5oL22ENPJ.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 plans to integrate stronger guardrails across its sophisticated ai systems around sensitive content and risky behaviours for ChatGPT users under 18. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>OpenAI has admitted that its sophisticated AI systems may fall short of expectations and even bypass certain guardrails. It further indicated that it is working on integrating stronger rules around sensitive content and risky behaviours for users under 18.</p><div><blockquote><p>As the back and forth grows, parts of the model’s safety training may degrade. For example, ChatGPT may correctly point to a suicide hotline when someone first mentions intent, but after many messages over a long period of time, it might eventually offer an answer that goes against our safeguards.</p><p>OpenAI</p></blockquote></div><p>This news comes after Microsoft's AI CEO, Mustafa Suleyman, recently indicated <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-copilot/microsoft-ai-ceo-mustafa-suleyman-raises-the-alarm-about-the-dangers-of-conscious-ai">the potential emergence of conscious AI</a>. The executive indicated the importance of building AI <strong>for people</strong>, not transforming the digital tool <strong>into a person</strong>, further reiterating the importance of having elaborate guardrails in place to prevent such an occurrence, which may seemingly provide humanity with the upper hand and control over the technology.</p><p>According to the Raine family's lawyer:</p><p><em>“The Raines allege that deaths like Adam’s were inevitable: they expect to be able to submit evidence to a jury that OpenAI’s own safety team objected to the release of 4o, and that one of the company’s top safety researchers,</em><a href="https://x.com/ilyasut"><em> </em></a><em>Ilya Sutskever, quit over it. The lawsuit alleges that beating its competitors to market with the new model catapulted the company’s valuation from $86bn to $300bn.”</em></p><p>I'm keeping a close eye on the situation as it unfolds and will update this article with new information and separate follow-ups where appropriate.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Microsoft wants to cut OpenAI’s “AGI escape hatch” before the clock runs out ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-satya-nadella-scrap-agi-clause-before-2030</link>
                                                                            <description>
                            <![CDATA[ Microsoft and OpenAI are reportedly unlikely to reach favourable terms before December 31, which could lead to losing investor funding, outsider interference, and hostile takeovers. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">x8gEzTHFicwqXwHU9W8hfh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4GmsJgUPnT9xUQuHqXUATK-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 28 Aug 2025 11:43:00 +0000</pubDate>                                                                                                                                <updated>Sat, 30 Aug 2025 15:13: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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/4GmsJgUPnT9xUQuHqXUATK-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Satya Nadella&#039;s AI desires could have big implications for both Microsoft and OpenAI. ]]></media:description>                                                            <media:text><![CDATA[Satya Nadella, chief executive officer of Microsoft Corp., speaks during the company event on AI technologies in Jakarta, Indonesia, on Tuesday, April 30, 2024.]]></media:text>
                                <media:title type="plain"><![CDATA[Satya Nadella, chief executive officer of Microsoft Corp., speaks during the company event on AI technologies in Jakarta, Indonesia, on Tuesday, April 30, 2024.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4GmsJgUPnT9xUQuHqXUATK-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Since last year, multiple reports have emerged alleging that <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">OpenAI could be on the verge of bankruptcy</a>, with projections of making a $5 billion loss within 12 months. This issue could be predominantly attributed to the ChatGPT maker essentially biting off more than it could chew by spending $7 billion on AI model training and an additional $1.5 billion on staffing.</p><p>As you may know, OpenAI has gone through several rounds of funding, <a href="https://www.windowscentral.com/software-apps/softbank-dethroned-microsoft-as-openais-largest-investor">raising $40 billion in its most recent</a>, which pushed its market capitalization to $300 billion. However, this placed the AI firm under immense pressure from investors to evolve into a for-profit venture or risk losing funding if it doesn't make the switch by the end of this year, while simultaneously attracting <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 potentially hostile takeovers</a>.</p><p>More recently, a separate report emerged suggesting that <a href="https://www.windowscentral.com/microsoft/openai-microsoft-partnership-tensions-boiling-anticompetitive">OpenAI is getting ready to take Microsoft to court</a> over anticompetitive business behaviour. The company further claimed that Microsoft was intentionally delaying the process while looking after its best interests.</p><p>OpenAI insiders claimed that <em>"holding out is Microsoft's nuclear option,"</em> designed to protect its massive investment in the ChatGPT maker, but the software giant indicated that it was ready to <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">walk away from the high-stakes negotiations</a> and ride out the rest of its partnership through 2030.</p><p>However, a separate report claimed that <a href="https://www.windowscentral.com/microsoft/openai-may-declare-agi-to-cut-ties-with-microsoft">OpenAI could prematurely declare AGI</a> via an AI coding agent that surpasses the capabilities of an advanced human programmer — severing its ties with Microsoft. I honestly thought this would happen during <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's much-anticipated launch</a>, but Sam Altman admitted that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-gpt-5-fails-to-meet-agi-still-missing-something">the model is still missing several important things</a>.</p><p>But as it now seems, <a href="https://www.windowscentral.com/software-apps/openai-ditching-for-profit-plan">OpenAI's plans to restructure into a for-profit entity</a> could be pushed into next year amid <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">high-stakes negotiation talks with Microsoft</a>. </p><p>OpenAI's restructure could affect some key elements in the multi-billion-dollar agreement, which has already gone through multiple shakeups following the announcement of <a href="https://www.windowscentral.com/software-apps/openai-unveils-usd500-billion-stargate-project-to-emancipate-its-overreliance-on-microsofts-infrastructure">the ChatGPT maker's $500 billion Stargate project</a> to facilitate the construction of data centers across the United States.</p><p><a href="https://www.windowscentral.com/microsoft/microsoft-loses-openai-exclusive-cloud-provider-status-to-500-billion-stargate-project">Microsoft already lost its exclusive cloud provider status</a>, though OpenAI had previously indicated that the tech giant didn't meet its cloud compute needs, which could potentially cost it the coveted AGI benchmark to another rival.</p><p>If OpenAI and Microsoft reach a common ground before December 31, 2025, the ChatGPT maker can evolve into a for-profit, allowing investors to hold equity in the business while attracting larger and faster investments. However, people with insider knowledge about the high-stakes negotiations claim that Microsoft and OpenAI are unlikely to reach favorable terms before December 31 (via <a href="https://archive.is/20250827220418/https://www.ft.com/content/b81d5fb6-26e9-417a-a0cc-6b6689b70c98#selection-2225.0-2281.155">The Financial Times</a>).</p><h2 id="what-s-holding-back-openai-s-for-profit-evolution">What's holding back OpenAI's for-profit evolution?</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="iCijmHSyb2r7G88RRkCzFJ" name="OpenAI GPT-5 logos" alt="The OpenAI - ChatGPT application 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/iCijmHSyb2r7G88RRkCzFJ.jpg" mos="" align="middle" fullscreen="1" width="3992" height="2246" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/iCijmHSyb2r7G88RRkCzFJ.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 doesn't want Microsoft to access its IP. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>As pointed out by The Financial Times, Microsoft's exclusive access to OpenAI's API (Application Programming Interface) is reportedly holding back the company's technology because the AI models are hosted on Azure. The company reportedly wants to foster new partnerships with Google and Amazon Web Services to bump up its API sales, which currently constitute approximately a quarter of its current annual recurring revenue of $12 billion.</p><p>According to sources with knowledge about the negotiations, OpenAI will be able to sell its services to government entities that aren't on Azure. However, it remains to be seen how much impact this would make on the company's overall revenue. </p><p>The discussions also involve <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/microsoft-lacks-know-how-to-fully-leverage-openai-tech">Microsoft's access to OpenAI's intellectual property</a>, which allows it to see and learn how sophisticated AI models are trained or even use them in its tech stack. </p><p>AGI (Artificial General Intelligence) is also a major pressure point, as it can be used to sever the partnership. However, Microsoft CEO Satya Nadella reportedly wants to scrap the stringent clause from the partnership, potentially to continue accessing OpenAI's tech and IP beyond 2030.</p><p>OpenAI still wants to retain the clause in some shape or form. According to the source:</p><p><em>“OpenAI having the AGI clause is negotiating cheat. It’s a threat, but it’s more like mutually assured destruction because if it doesn’t go by year-end, they won’t be able to raise any money again and Sam [Altman] knows that.”</em></p><p>Elsewhere, a separate report claimed that Microsoft wanted a lion's share of OpenAI's business, which has directly contributed to the delayed evolution. However, Microsoft is OpenAI's largest investor, with <a href="https://www.windowscentral.com/microsoft/microsoft-to-invest-billions-of-dollars-into-openai">a $13.5 billion investment in the business</a>. Ultimately, the Redmond giant is expected to get between a 30 to 35% cut of the business, though it might be subject to change.</p><p>If OpenAI fails to make the transition into a for-profit, investors like SoftBank, which led its most recent round of funding, could withhold some of their investments or even ask for refunds. </p>
                                                            </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>
                                                                                                                                                                                                                                                <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[ "Sadly you don’t know how to launch in India": OpenAI debuts ChatGPT Go at under $5/month to promote affordability, but reactions are mixed ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sadly-you-dont-know-how-to-launch-in-india-openai-debuts-chatgpt-go</link>
                                                                            <description>
                            <![CDATA[ OpenAI recently launched ChatGPT Go, a new subscription tier for its service in India for roughly $5/month. However, the new tier has been received with mixed reactions. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">f7tD5nyiGnx8KcffjYHTaT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TtxSFvmTE5yRAXh9nbEvCH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 Aug 2025 20:27:58 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/TtxSFvmTE5yRAXh9nbEvCH-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Ismail Aslandag]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[ANKARA, TURKIYE - AUGUST 13: In this photo illustration, the logo of OpenAI logo is being displayed on a mobile phone screen in front of another screen displaying a robotic hand, in Ankara, Turkiye on August 13, 2025. (Photo by Ismail Aslandag/Anadolu via Getty Images)]]></media:description>                                                            <media:text><![CDATA[ANKARA, TURKIYE - AUGUST 13: In this photo illustration, the logo of OpenAI logo is being displayed on a mobile phone screen in front of another screen displaying a robotic hand, in Ankara, Turkiye on August 13, 2025. (Photo by Ismail Aslandag/Anadolu via Getty Images)]]></media:text>
                                <media:title type="plain"><![CDATA[ANKARA, TURKIYE - AUGUST 13: In this photo illustration, the logo of OpenAI logo is being displayed on a mobile phone screen in front of another screen displaying a robotic hand, in Ankara, Turkiye on August 13, 2025. (Photo by Ismail Aslandag/Anadolu via Getty Images)]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TtxSFvmTE5yRAXh9nbEvCH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>OpenAI has been quite busy over the past couple of weeks, especially with 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">GPT-5 launch</a>, which seemingly fell short of users' expectations following its drastic personality change due to <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/pulling-gpt-4o-from-chatgpt-felt-like-a-free-hit-to-get-us-hooked">the deprecation of its older models like GPT-4o</a> and limited character limits.</p><p>Last week, the AI giant made some tweaks to its pricing page, including a new subscription plan dubbed <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-quietly-launches-chatgpt-go-in-limited-regions">ChatGPT Go</a>. It's worth noting that the new ChatGPT subscription tier's availability is limited to certain regions like India, and it will cost 399 INR (Indian Rupee), which roughly translates to $5 per month.</p><p>The new subscription plan offers some sort of middle ground for users trying to get a little more out of what ChatGPT offers free, but not to the extent of a power user, who'd be better off getting the Plus or Pro plan. </p><p>OpenAI's primary focus with ChatGPT Go is centered on affordability to promote broader adoption across the world. However, it ships with a handful of nifty features, including:</p><ul><li>Access to OpenAI's new flagship model GPT-5.</li><li>Expanded messaging and uploads.</li><li>Expanded image creation</li><li>Limited deep research</li><li>Longer memory and context</li><li>Extended advanced data analysis</li></ul><p>OpenAI officially announced that it had launched ChatGPT Go in India earlier this week, with CEO Sam Altman expressing enthusiasm over what the future holds. <em>"Looking forward to making ChatGPT more affordable in India first, and then learning from feedback to expand to other countries," </em>the executive added.</p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">We just launched ChatGPT Go in India, a new subscription tier that gives users in India more access to our most popular features: 10x higher message limits, 10x more image generations, 10x more file uploads, and 2x longer memory compared with our free tier. All for Rs. 399. 🇮🇳<a href="https://twitter.com/cantworkitout/status/1957613818902892985">August 19, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>But as it seems, multiple users aren't enthused by OpenAI's move to expand ChatGPT paid subscription plans to other regions. However, it's not the expanded reach that seems to perturb users.</p><p><a href="https://x.com/thebeaconsignal/status/1957617203395907902">A user on X (formerly Twitter)</a> indicated, <em>"Bro they just dropped the expansion pack for harvesting Indian memory cores at scale." </em>The users further claimed that ChatGPT Go wasn't a subscription plan but a <em>"soul funnel."</em></p><p>On the other hand, some users were happy about the launch of ChatGPT Go in India, further applauding OpenAI's quest to support different needs across the board. </p><p>When OpenAI launched GPT-5 it announced that it would deprecate the model's predecessors, but it has since backtracked on the decision following backlash from users, 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">they had ruined ChatGPT's user experience</a>. </p><p><a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-sam-altman-responds-gpt-5-backlash-companions">The AI firm promised to bring GPT-4o's warmth to GPT-5</a> as it had received overwhelming requests and feedback from users, but in the interim, the model is still available to users, but <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">buried behind the company's $20/month ChatGPT Plus subscription</a>. </p><h2 id="chatgpt-go-s-scam-and-affordability-concerns">ChatGPT Go's scam and affordability concerns</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="caption-text">OpenAI has sparked mixed emotions over ChatGPT Go's launch in India.  </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | NurPhoto)</span></figcaption></figure><p>According to a user on X:</p><p><em>"You really thought people in India will subscribe to ChatGPT Go for 399 Rs/month when majority of the Indians don’t even subscribe to Youtube Premium Family Plan of 299 Rs/month?? With all the AI and insights you have, someone thought this was workable? This is laughable."</em></p><div class="see-more see-more--clipped"><blockquote class="twitter-tweet hawk-ignore" data-lang="en"><p lang="en" dir="ltr">you really thought people in India will subscribe to ChatGPT Go for 399 Rs/month when majority of the Indians don’t even subscribe to Youtube Premium Family Plan of 299 Rs/month?? With all the AI and insights you have, someone thought this was workable? This is laughable.<a href="https://twitter.com/cantworkitout/status/1957880969194795260">August 19, 2025</a></p></blockquote><div class="see-more__filter"></div></div><p>However, this comment on Sam Altman's post on X received backlash, claiming that the user was misinformed and that the claim was baseless. Some even claimed that they had friends and students subscribed to even higher and more expensive subscription tiers like ChatGPT Plus.</p><p>Some used the opportunity to pinpoint the flaw in OpenAI's marketing and launch of ChatGPT Go. <em>"You could have announced this on 15th August, ended with “Jai Hind” and sales would have gone 10x,"</em> the X user indicated. <em>"Sadly, you don’t know how to launch in India."</em></p><p>Another point of view from users suggested that ChatGPT Go would equip bad actors and scammers with next-gen technology to deploy their deceptive tactics on unsuspecting users. <em>"This is a global nightmare, giving the least ethical people AI to scam the world better with," </em>one user indicated.</p><p>While this seems to be a hot topic across social media and has sparked a lot of interest and concern in equal measure, the new subscription plan's adoption and negative/positive implications for society remain to be seen.</p><p><em>What are your thoughts on OpenAI launching its new and cheaper ChatGPT Go subscription in India?</em> Share your thoughts with me in the comments.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Sam Altman says current computer form factors aren't designed to deliver the "sci-fi dream" of an AI companion like ChatGPT ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-current-computer-form-factors-arent-designed-for-ai</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman claims that today's computers and smartphones aren't designed to realize generative AI's full potential. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">w5ienw3GM7PXXVKnbRUsYY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ogEwTHSMLS5owQ5vK25oBN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 Aug 2025 12:56:14 +0000</pubDate>                                                                                                                                <updated>Wed, 20 Aug 2025 12:56:44 +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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ogEwTHSMLS5owQ5vK25oBN-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | NurPhoto ]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[OpenAI CEO Sam Altman claims that today&#039;s computers and smartphones aren&#039;t designed for the potential of generative AI.]]></media:description>                                                            <media:text><![CDATA[An image of a woman holding a laptop in front of a ChatGPT logo displayed on a computer screen.]]></media:text>
                                <media:title type="plain"><![CDATA[An image of a woman holding a laptop in front of a ChatGPT logo displayed on a computer screen.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ogEwTHSMLS5owQ5vK25oBN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/artificial-intelligence">Generative AI</a> is undoubtedly advancing rapidly, and can sometimes be difficult to keep up with given its ever-evolving nature. Even Jad Tarifi, a member of Google's first generative AI team, claims <a href="https://www.windowscentral.com/artificial-intelligence/ex-google-genai-founder-ai-gone-by-the-time-you-finish-phd"><em>"AI is going to be gone by the time you finish a PhD."</em></a><em> </em>Instead of chasing the AI hype through vigorous studies, the executive says you'd be better off living in the real world and socializing with friends.</p><p>And as it now seems, higher education studies isn't the only thing that AI is outpacing. Speaking to Nikhil Kamath during a recent episode of the People by WTF podcast, OpenAI CEO Sam Altman indicated that today's computers and computers aren't designed to realize generative AI's full potential (via <a href="https://www.financialexpress.com/life/technology-todays-smartphones-computers-arent-suited-for-the-future-of-ai-because-says-openai-ceo-sam-altman-3949793/#:~:text=The%20statement%20by%20Sam%20criticizing,of%20OpenAI%20in%20the%20segment.">Financial Express</a>).</p><p>The executive further revealed that next-gen AI models like ChatGPT need more advanced hardware (than current smartphones and laptops) to unlock the full potential of AI. Perhaps more interestingly, Altman indicated that he expects these devices to mirror the advanced tech we see in movies.</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/SfOaZIGJ_gs" allowfullscreen></iframe></div></div><p>Even Google's CEO, Sundar Pichai, seemingly echoed similar sentiments, claiming that <a href="https://www.windowscentral.com/software-apps/google-ceo-agi-is-impossible-with-current-tech">it's next to impossible to achieve coveted benchmarks like AGI (Artificial General Intelligence) with today's systems</a>. </p><p>According to Sam Altman:</p><p><em>"One of the things that I think will be defining about the diference of AI versus the sort of previous way we've been using computers and technology is you really want AI to be have as much context as possible, do stuff for you, and be proactive. So, a computer or a phone, you know, it;s kind of off or on. It's in your pocket or it's in your hand, and you're using it. But you might want AI to be like a companion with you throughout your day and alert you in different ways when it can do something to help you or when it's something really important you need to know, or reminding you of something that you said you needed to do earlier in the day. And the current form factors of computers are, I think, not quite right for that."</em></p><p>The executive further explained that today's systems have an on-and-off, more binary feel that doesn't deliver the <em>"sci-fi dream of an AI companion."</em></p><h2 id="openai-is-already-working-on-next-gen-ai-hardware-with-jony-ive">OpenAI is already working on next-gen AI hardware with Jony Ive</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="XNvMpkCUtke3gWwXK9od5U" name="GettyImages-858365746.jpg" alt="Apple's Chief Design OfficerJony Ive speaks onstage during the 2017 New Yorker TechFest at Cedar Lake on October 6, 2017 in New York City." src="https://cdn.mos.cms.futurecdn.net/XNvMpkCUtke3gWwXK9od5U.jpg" mos="" align="middle" fullscreen="1" width="1920" height="1080" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/XNvMpkCUtke3gWwXK9od5U.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 and Jony Ive are developing a beautiful device that will complement next-gen AI advances. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Brian Ach)</span></figcaption></figure><p>This isn't the first time Sam Altman has spoken about current computer systems not being compatible with next-gen AI models. However, he previously claimed that <a href="https://www.windowscentral.com/software-apps/the-ai-revolution-wont-require-new-hardware-claims-openai-ceo">the AI revolution won't require new hardware</a>, but admitted users will be <em>"happy" </em>to have a new device anyway if it does.</p><div><blockquote><p>Computers, software, and hardware, just the way we think of current computers were designed for a world without AI. And now we're in like a different world, and what you want out of hardware and software is changing quite rapidly.</p><p>OpenAI CEO, Sam Altman</p></blockquote></div><p>That said, OpenAI isn't idly sitting waiting for these predictions to manifest into the new reality. Earlier this year, <a href="https://www.windowscentral.com/software-apps/openai-and-apples-former-design-legend-collab-to-develop-next-gen-ai-hardware">former Apple lead designer Jony Ive joined OpenAI</a> to lead its design efforts and possibly help develop the rumoured device that could lead to the biggest tech disruption since the iPhone launched in 2007.</p><p>The ChatGPT maker also <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">acquired the designer's AI device startup, io, for $6.5 billion</a>. More recently, Sam Altman revealed that <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-admits-openai-screwed-up-gpt-5-launch-potential-google-chrome-buyout">OpenAI is currently in the process of developing a beautiful device</a>. He joked that users wouldn't need a case for the device, and that he'd personally hunt down people who go against this. </p><p>To that end, details about the kind of hardware OpenAI plans to develop following the $6.5 billion acquisition of Jony Ive remain slim at best, but Altman has seemingly dropped subtle hints about what and how it could look, potentially <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/sam-altman-openai-fundamentally-new-computer">making AI "transcendentally good."</a></p><p>In a separate interview, the executive revealed that OpenAI is focused on developing a new type of device that allows users to interact with software and hardware differently, other than the conventional typing and looking at a screen approach.</p><p>Another report suggests OpenAI and Jony Ive have been working closely together to develop headphones and camera devices for the past two years, which accurately captured their imaginations.</p><p>But perhaps more concerning, Sam Altman indicated that users will need to establish a high level of trust with these new next-gen devices since they'll need to have access to all aspects and spheres of your life. This will allow the device to make judgments on your behalf, and you'll need to trust that the device has your best interest at heart at all times.</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>
                                                                                                                                                                                                                                                <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[ "I'm worried about China" — OpenAI's Sam Altman doesn't believe export controls will slow foreign progress in AI supremacy war ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/worried-china-openai-sam-altman-export</link>
                                                                            <description>
                            <![CDATA[ In an interview with CNBC, OpenAI CEO Sam Altman stated that he doesn't believe export controls will work to curb China's AI progress, and that the US is underestimating its power. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">AREaZweoLtLRuvGakJMqoF</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XbQDHy4STsjRTTnZpxnY5T-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 20 Aug 2025 11:02:00 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XbQDHy4STsjRTTnZpxnY5T-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Eugene Gologursky, Stringer]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Sam Altman speaks onstage during The New York Times Dealbook Summit 2024]]></media:description>                                                            <media:text><![CDATA[Sam Altman speaks onstage during The New York Times Dealbook Summit 2024.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman speaks onstage during The New York Times Dealbook Summit 2024.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XbQDHy4STsjRTTnZpxnY5T-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The United States and China are currently leading the world when it comes to <a href="https://www.windowscentral.com/tag/artificial-intelligence">AI</a> supremacy, and the battle for first place — which is held now by the US — is surely only getting started.</p><p>At the forefront of this AI boom in the US are firms like <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI</a> (creator of ChatGPT), <a href="https://www.windowscentral.com/tag/meta" target="_blank">Meta</a>, Alphabet (the parent company of Google), <a href="https://www.windowscentral.com/microsoft" target="_blank">Microsoft</a>, and <a href="https://www.windowscentral.com/hardware/desktops/nvidia" target="_blank">NVIDIA</a>, which was the first company to surpass a $4 trillion valuation. In China, it's firms like Baidu, Alibaba, Tencent, and ByteDance that are notably leading the effort to catch up to the US.</p><p>In an interview with <a href="https://www.cnbc.com/2025/08/18/openai-altman-china-ai.html" target="_blank">CNBC</a> published August 18, OpenAI CEO <a href="https://www.windowscentral.com/tag/sam-altman" target="_blank">Sam Altman</a> warned that China's AI progress is being underestimated by the US. Worse, he doesn't believe that export controls are the solution to China's progress, noting that the AI race runs far deeper than who's currently ahead in the standings.</p><p>These comments come after a flurry of reports surrounding export controls on AI hardware, notably NVIDIA's H20 AI GPUs that are so sought after by Chinese firms.</p><div><blockquote><p>There’s inference capacity, where China probably can build faster. There’s research, there’s product; a lot of layers to the whole thing. I don’t think it’ll be as simple as: Is the U.S. or China ahead?</p><p>OpenAI CEO Sam Altman, speaking to CNBC</p></blockquote></div><p>For a bit of backstory, the US government banned the export of NVIDIA H20 chips in April 2025. It reversed its decision in July after NVIDIA CEO Jensen Huang visited the White House and was said to have <a href="https://www.windowscentral.com/hardware/nvidia/nvidia-ceo-comments-h20-ban-reversal-trump" target="_blank">reached a deal with President Trump regarding new export licenses</a> for the AI hardware in question.</p><p>Shortly after, <a href="https://www.windowscentral.com/hardware/nvidia/nvidia-orders-h20-ai-tsmc-china-demand-seurity" target="_blank">NVIDIA said it would need 300,000 H20 AI GPUs from TSMC</a> to meet China's demand, and that was on top of the 600,000 to 700,000 stockpiled chips awaiting a buyer.</p><p>On August 10, it was reported that both <a href="https://www.windowscentral.com/hardware/nvidia/nvidia-amd-will-pay-to-sell-to-china-trump-ai-chip-tax" target="_blank">NVIDIA and AMD had agreed to pay the US government 15% of the revenue generated from the sales of specific AI chips</a> — the NVIDIA H20 and the AMD MI308 — to China, in exchange for the proper export licenses required for the sales.</p><p>While all this was happening, security exports from both countries raised concerns. On the US side, officials don't want to supply China with AI chips that could help bolster their military or help gain traction in the overall AI race.</p><p>On China's side, officials are concerned about backdoors or spyware baked into the hardware, which led <a href="https://www.windowscentral.com/hardware/nvidia/nvidia-chief-security-office-blog-post-gpu-vulnerabilities" target="_blank">NVIDIA's Chief Security Officer to publish an article titled "No Backdoors. No Kill Switches. No Spyware."</a></p><h2 id="sam-altman-isn-t-the-first-ceo-of-a-major-ai-firm-to-express-doubts-about-export-control">Sam Altman isn't the first CEO of a major AI firm to express doubts about export control</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:3528px;"><p class="vanilla-image-block" style="padding-top:56.26%;"><img id="BMrAZ7GKNLkc8QqbKTSEVA" name="GettyImages-2212801537" alt="WASHINGTON, DC - APRIL 30: U.S. President Donald Trump (L) listens as Nvidia CEO Jensen Huang speaks in the Cross Hall of the White House during an event on "Investing in America" on April 30, 2025 in Washington, DC. Trump was joined by CEOs to highlight companies and their investments in the United States during the event. (Photo by Andrew Harnik/Getty Images)" src="https://cdn.mos.cms.futurecdn.net/BMrAZ7GKNLkc8QqbKTSEVA.jpg" mos="" align="middle" fullscreen="1" width="3528" height="1985" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/BMrAZ7GKNLkc8QqbKTSEVA.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">NVIDIA CEO Jensen Huang has stated in the past that he doesn't believe export controls are the key to curbing China's AI progress. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>Part of NVIDIA CEO Jensen Huang's argument in favor of allowing the sale of H20 AI GPUs to China was that export controls aren't the answer to the AI race. </p><p>He noted that allowing non-American AI chips to become the global standard would be "a grave mistake" and would ultimately cause the demanding Chinese market to rely on domestic firms like Huawei.</p><p>Sam Altman, in his interview with CNBC, expresses a similar understanding.</p><div><blockquote><p>You can export-control one thing, but maybe not the right thing… maybe people build fabs or find other workarounds. [...] I'd love an easy solution. But my instinct is: That's hard.</p><p>OpenAI CEO Sam Altman, speaking to CNBC</p></blockquote></div><p>Altman could be referring to the massive black market AI chip trade when he mentions "other workarounds."</p><p>According to a report from <a href="https://www.ft.com/content/6f806f6e-61c1-4b8d-9694-90d7328a7b54" target="_blank">Financial Times</a>, it's believed that Chinese companies smuggled roughly $1 billion worth of NVIDIA's AI chips into the country in the first three months following President Trump's outright export ban on the H20 GPU in April.</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/1H3xQaf7BFI" allowfullscreen></iframe></div></div><p>Adding to the pile, Gamers Nexus, which hasn't been shy about <a href="https://www.windowscentral.com/hardware/cpu-gpu-components/nvidia-drivers-dlss-issues-replicated">calling out NVIDIA's business decisions</a> in the past, recently published a 3.5-hour investigative exposé aimed at China's GPU black market.</p><p>This all comes as <a href="https://www.windowscentral.com/hardware/nvidia/china-authorities-urge-avoidance-nvidia-h20-ai" target="_blank">Chinese officials are explicitly warning AI firms against the use of NVIDIA's H20 GPUs</a> in the name of national security. While there's not yet an outright ban on NVIDIA's hardware, it's increasingly becoming more of a faux pas for Chinese firms not to use domestic options.</p><p>Those domestic options, while currently not as potent as NVIDIA's hardware, could catch up. Either that, or China will brute-force its way to supremacy using Huawei AI clusters, as outlined by <a href="https://www.tomshardware.com/tech-industry/artificial-intelligence/huaweis-new-ai-cloudmatrix-cluster-beats-nvidias-gb200-by-brute-force-uses-4x-the-power" target="_blank">Tom's Hardware</a>.</p><h2 id="china-is-influencing-openai-s-release-schedule">China is influencing OpenAI's release 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:4000px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Ckh3JdN2iMziqL2YvT6UJ8" name="GettyImages-2229191478" alt="A person holds a smartphone showing the Introducing GPT-5 interface in the ChatGPT app." src="https://cdn.mos.cms.futurecdn.net/Ckh3JdN2iMziqL2YvT6UJ8.jpg" mos="" align="middle" fullscreen="1" width="4000" height="2250" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/Ckh3JdN2iMziqL2YvT6UJ8.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">A look at the new GPT-5 interface on an iPhone. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Cheng Xin)</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" target="_blank">OpenAI released its latest GPT-5 model</a> into the wild on August 7, and 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" target="_blank">backlash it received</a> hogged a lot of the spotlight. Just days before the <a href="https://www.windowscentral.com/tag/gpt-5" target="_blank">GPT-5</a> launch, <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-launches-two-gpt-models-theyre-not-gpt-5-but-they-run-locally-on-snapdragon-pcs-and-nvidia-rtx-gpus" target="_blank">OpenAI released two open-weight AI models</a>: gpt-oss-120b and gpt-oss-20b.</p><p>These were the first open-source options from the company since 2019, designed to offer chain-of-thought reasoning with superior efficiency and customization.</p><p>What influenced OpenAI's decision to release these open models? Sam Altman explains:</p><div><blockquote><p>It was clear that if we didn’t do it, the world was gonna head to be mostly built on Chinese open source models. That was a factor in our decision, for sure. Wasn’t the only one, but that loomed large.</p><p>OpenAI CEO Sam Altman, speaking to CNBC</p></blockquote></div><p>Will export controls curb China's AI progress? Or will it instead harm US firms supplying the hardware? Let me know your thoughts in the comments section below!</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>
                                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <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="low" 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>
                                                                                                                                                                                                                                                <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[ "If I were 22 right now and graduating college, I would feel like the luckiest kid in all of history" — OpenAI CEO Sam Altman claims he's more worried about Gen X than Gen Z when it comes to AI job loss ]]></title>
                                                                                                                                                                                                <link>https://www.windowscentral.com/artificial-intelligence/openai-chatgpt/openai-sam-altman-gen-x-ai-job-loss-gen-z</link>
                                                                            <description>
                            <![CDATA[ OpenAI CEO Sam Altman made some interesting comments on Huge Conversations with Cleo Abram last week, noting that it's Gen X that will feel AI's impact more than Gen Z. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">msHhbYHHn3LKJULBmzawH6</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/icEsbwynRpnZAFBCXUbpPg-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 15 Aug 2025 14:33:00 +0000</pubDate>                                                                                                                                                                                                                                <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>
                                                                                                                                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/icEsbwynRpnZAFBCXUbpPg-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images | Bloomberg]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Sam Altman, Chief Executive Officer of OpenAI.]]></media:description>                                                            <media:text><![CDATA[Sam Altman, chief executive officer of OpenAI, at the Hope Global Forums annual meeting in Atlanta, Georgia, US, on Monday, Dec. 11, 2023.]]></media:text>
                                <media:title type="plain"><![CDATA[Sam Altman, chief executive officer of OpenAI, at the Hope Global Forums annual meeting in Atlanta, Georgia, US, on Monday, Dec. 11, 2023.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/icEsbwynRpnZAFBCXUbpPg-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.windowscentral.com/tag/artificial-intelligence">AI</a> is destined to wipe out all of our jobs. Or maybe it's a flop, and it won't take any. Perhaps it'll land somewhere in between. Your guess is as good as mine, or as any of the heads of major AI firms.</p><p>Depending on the day, the temperature, and who you ask, the answer to the big "Will AI take our jobs?" question changes dramatically.</p><p><a href="https://www.windowscentral.com/hardware/desktops/nvidia" target="_blank">NVIDIA</a> CEO and co-founder Jensen Huang, whose company is currently enjoying roughly a 90% market share of the chips that power AI, <a href="https://www.windowscentral.com/artificial-intelligence/nvidia-ceo-cnn-everybodys-job-affected-ideas" target="_blank">believes "everybody's jobs will be affected,"</a> but is positive that as long as humans don't run out of ideas, we'll continue to grow.</p><p><a href="https://www.windowscentral.com/tag/anthropic" target="_blank">Anthropic</a> CEO Dario Amodei offered a more blunt answer in May, noting that governments need to "stop sugar-coating" AI's threat to white-collar jobs, going so far as to <a href="https://www.windowscentral.com/software-apps/work-productivity/anthropic-ceo-ai-slash-50-percent-entry-level-jobs" target="_blank">claim that AI could steal up to 50% of entry-level positions</a>.</p><p>Mark Zuckerberg, CEO of <a href="https://www.windowscentral.com/tag/meta" target="_blank">Meta</a>, more recently published an open letter outlining a new direction for the company's AI. <a href="https://www.windowscentral.com/artificial-intelligence/meta-ai-personal-superintelligence-zuckerberg-letter" target="_blank">His idea is something he calls "personal superintelligence,"</a> and it aims to empower individuals rather than rob them of their usefulness.</p><p><a href="https://www.windowscentral.com/tag/bill-gates" target="_blank">Bill Gates</a> hasn't been shy about sharing his opinions regarding job losses to AI; he <a href="https://www.windowscentral.com/software-apps/bill-gates-says-ai-will-replace-humans-for-most-things" target="_blank">believes AI will replace humans for most things</a>, although <a href="https://www.windowscentral.com/artificial-intelligence/bill-gates-coding-will-remain-a-human-profession-centuries-later" target="_blank">coding might not be one of them</a>. A recent Microsoft study outlined the <a href="https://www.windowscentral.com/artificial-intelligence/microsoft-reveals-40-jobs-about-to-be-destroyed-by-and-safe-from-ai" target="_blank">40 job roles most vulnerable to the rise of AI</a>, with millions of people at risk.</p><p>Sundar Pichai, CEO of Google, has gone so far as to <a href="https://www.windowscentral.com/software-apps/google-ceo-claims-the-probability-of-ai-causing-existential-doom-is-pretty-high-but-hes-banking-on-humanity-to-rally-against-the-imminent-catastrophe" target="_blank">claim that the probability of AI causing existential doom is "pretty high,"</a> never mind threats to the traditional career paths sought out by us mere humans. <a href="https://www.windowscentral.com/artificial-intelligence/openai-chatgpt" target="_blank">OpenAI</a>'s CEO, Sam Altman, has now added a new angle to the AI job loss dilemma.</p><h2 id="sam-altman-is-more-concerned-about-the-impact-ai-will-have-on-older-generations">Sam Altman is more concerned about the impact AI will have on older generations </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/hmtuvNfytjM" allowfullscreen></iframe></div></div><p>Sam Altman made a guest appearance on the Speaking on the Huge Conversations Podcast with Cleo Abram on August 8 (via <a href="https://www.businessinsider.com/sam-altman-ai-workforce-future-jobs-2025-8" target="_blank">Business Insider</a>), mostly to discuss the impending <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">launch of GPT-5</a>.</p><p>While we now know that <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">GPT-5 isn't all that it was hyped up to be</a> following the rollout, the podcast has plenty of talking points on which I've been chewing this week.</p><p>When pressed about what the world — and its job market — will look like in 2035, Altman says, "Ten years feels very hard to imagine." Quite optimistically, Altman lays out a scenario that feels more like a fever dream, in which graduates "could very well be leaving on a mission to explore the solar system on a spaceship in some kind of completely new, exciting, super well-paid, super interesting job."</p><p>Abram restructures the question, asking what 2030 will look like. In that scenario, Altman reveals that he's more worried about older generations than young people who are on the job search.</p><div><blockquote><p>I'm more worried about what it means, not for the 22-year-old, but for the 62-year-old that doesn't want to go retrain or reskill or whatever the politicians call it, that no one actually wants but politicians, most of the time.</p><p>Sam Altman, OpenAI CEO</p></blockquote></div><p>Altman frames this argument by stating that he thinks "it's totally true that some classes of jobs will totally go away. This always happens, and young people are the best at adapting to this."</p><p>Altman then states, "If I were 22 right now and graduating college, I would feel like the luckiest kid in all of history. [...] There's never been a more amazing time to go create something totally new, to go invent something, to start a company, whatever it is."</p><p>These sentiments can certainly be seen as out of touch.</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:3074px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="7BPZmkLeit6XgMLGJJRk4" name="GettyImages-2197510741" alt="Sam Altman, chief executive officer of OpenAI Inc., during a panel discussion at the Technical University in Berlin, Germany, on Friday, Feb. 7, 2025." src="https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4.jpg" mos="" align="middle" fullscreen="1" width="3074" height="1729" attribution="" endorsement="" class="expandable"><a href='https://cdn.mos.cms.futurecdn.net/7BPZmkLeit6XgMLGJJRk4.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 CEO Sam Altman at a panel discussion at the Technical University in Berlin, Germany. </span><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images | Bloomberg)</span></figcaption></figure><p>There's plenty of news suggesting the opposite to Altman's argument, including a recent report from <a href="https://fortune.com/2025/07/22/gen-z-college-graduate-unemployment-level-same-as-nongrads-no-degree-job-premium/" target="_blank">Fortune</a> claiming that Gen Z men who graduate from college now have an unemployment rate on par with those who have no degree. </p><p>According to CBC News, Canada (where I live) is <a href="https://www.cbc.ca/news/business/youth-unemployment-rate-1.7549979" target="_blank">currently experiencing youth unemployment rates that haven't been seen since the 1990s</a>.</p><p>How can the rise of AI turn this around? Mirroring Zuckerberg's opinion on "personal superintelligence," Altman says that the tools provided by AI can now help individuals do what was once thought impossible.</p><div><blockquote><p>I think it is probably possible now to start a company that is a one-person company that will go on to be worth more than a billion dollars. And more importantly than that, deliver an amazing product and service to the world. [...] You have access to tools that can let you do what used to take teams of hundreds. And you just have to learn how to use these tools and come up with a great idea. And it’s quite amazing.</p><p>Sam Altman, OpenAI CEO</p></blockquote></div><p>The constant back-and-forth between the heads of AI firms on the topic of job loss is easy to get lost in, and it certainly seems like everyone is attempting to balance two perspectives. </p><p>AI is either powerful enough that it's going to replace the workforce, cutting employment costs, and thus worth investing in, or it's going to empower individuals in a way never seen before, and thus not worth protesting against.</p><p><em>Is the AI hype overblown? Will it steal our jobs, or will it empower us instead? Let me know in the comments section below!</em></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>