โ† Back to blogยทTrendsยท6 min read

ChatGPT Drops Free-Tier Chat Limits, Google Prices Its Always-On Agent Down to Match Claude Cowork, and Washington Still Won't Say What Its Frontier-Model Review Checks For

OpenAI made GPT-5.6 Luna the default for Free and Go users with unlimited text chats rolling out the week of August 10, Google expanded its always-on Gemini Spark agent from the $99.99 Ultra tier down to the $19.99 AI Pro tier in the US to compete with Anthropic's $20/month Claude Cowork, and the White House quietly finished its frontier-model pre-release review framework on its August 1 deadline without disclosing what it actually screens for. Three moves that show chat getting commoditized at the bottom while agents and government gatekeeping stack up at the top.

By Maya Brennan ยท Writer, Smillee AI
August 9, 2026

Three moves landed within days of each other that only make sense read together: the free chatbot got more free, the $20-a-month agent tier just became a two-company price-match, and the government finished building a gate that sits in front of every frontier model's launch day without saying what triggers it. None of this is about a smarter model. It's about where the money and the scrutiny are actually concentrating as chat itself stops being the product.

1. ChatGPT's Free Tier Loses Its Rate Limit

OpenAI announced on August 6 that GPT-5.6 Luna becomes the default model for Free and Go users, with the previous rate limits โ€” as tight as 10 messages every few hours on flagship models โ€” lifting entirely for text chats the week of August 10. Free users also get a Think button that gives Luna extra time to reason through harder questions on a per-message basis. The limits that remain apply to file uploads, images, and other tools, and OpenAI says the unlimited tier is still subject to abuse guardrails. Paid Plus and Pro users get their own upgrade in the same release: a retuned GPT-5.6 Sol plus a slider for how much thinking effort the model spends per answer, across a product OpenAI says a billion people now use weekly.

// Before: free-tier text chat was rate-limited like a paid resource
if (user.tier === 'free' && messagesThisWindow >= 10) {
  return respondWithUpgradePrompt();
}

// After: text chat is unlimited on the free tier; the meter
// moved to a different layer entirely
if (user.tier === 'free' && wantsFileUpload) {
  return respondWithUpgradePrompt(); // limits now live on tools, not chat
}

Pulling rate limits off free text chat right as DeepSeek's V4-Flash undercuts frontier coding pricing by roughly 99% isn't a coincidence โ€” it's a signal that plain conversational chat has stopped being the thing worth metering. If your product still gates a basic chat loop behind a message quota, this is the week that assumption got more expensive to defend.

2. Gemini Spark Gets Cheaper, Right as Claude Cowork Gets Everywhere

Google's always-on agent, Gemini Spark โ€” the one that keeps working on a Google Cloud VM after your phone is locked and your laptop is closed โ€” launched in May exclusively on the $99.99/month AI Ultra tier. On July 24 it expanded down to AI Pro subscribers in the US, a $19.99/month plan, putting Google's autonomous-agent price point within a couple of dollars of Anthropic's Claude Cowork, which requires nothing more than the $20/month Claude Pro plan and expanded from desktop-only to mobile and web on July 7. Two companies that shipped fundamentally different agent architectures โ€” Spark's persistent cloud VM versus Cowork's desktop-first folder access โ€” have converged on the same $20-ish monthly price band to get an autonomous agent into a user's hands, while reserving the $99.99 Ultra tier for higher usage caps and earlier access rather than a categorically different product.

That convergence matters more than either launch on its own. When two competitors independently land on the same price for the same job โ€” "autonomous agent that acts on your files and calendar without supervision" โ€” it stops looking like pricing strategy and starts looking like the market's actual clearing price for that capability. Anyone building an agent product priced meaningfully above $20/month now has to justify the gap.

3. The Frontier-Model Review Framework Shipped On Time โ€” and Stayed Secret

The 60-day clock set by President Trump's June executive order on frontier-model national security review hit its August 1 deadline, and the administration delivered: a classified benchmarking process for deciding which models count as "covered," plus a roughly 30-day window for government pre-release access to those models. The White House met with OpenAI, Anthropic, Google, Microsoft, Nvidia, and others on August 4 to walk through it, then confirmed it won't publicly release the framework โ€” not the capability thresholds, not the review criteria, not which companies have agreed to participate. Developers are told the process is voluntary and can't become a mandatory licensing regime, but it lands a few weeks after Commerce used export-control authority to pull Anthropic's Claude Fable 5 and Mythos 5 offline for 19 days and gate OpenAI's GPT-5.6 Sol behind government-vetted access for 12 โ€” both ad hoc, both before this framework formally existed.

What Connects the Three

Read together, these are the same market pulling apart from both ends at once. Plain conversational chat is being given away with the meter removed, because it no longer differentiates anyone. The real subscription money is consolidating around a roughly $20/month autonomous-agent tier that two unrelated companies landed on independently. And above all of it sits a newly finished, deliberately opaque government checkpoint that every frontier model now has to clear before it ships โ€” one whose rules the companies subject to it aren't allowed to show you. If you're pricing an AI product this quarter, free chat isn't your moat anymore and $20 isn't a floor, it's the going rate for the thing that actually is one.

โ€” Maya

Frequently asked questions

Does ChatGPT have unlimited free text chats now?

OpenAI announced on August 6, 2026 that GPT-5.6 Luna becomes the default model for ChatGPT Free and Go users, with the previous rate limits on text chats โ€” as tight as 10 messages every few hours โ€” being removed entirely, rolling out the week of August 10. Free users also get access to a Think button for extra reasoning time on harder questions. Limits still apply to file uploads, images, and other tools, and the unlimited text chat allowance remains subject to OpenAI's abuse guardrails.

How much does Gemini Spark cost compared to Claude Cowork?

Google's always-on Gemini Spark agent launched in May 2026 exclusively on the $99.99/month AI Ultra plan, then expanded on July 24, 2026 to the cheaper $19.99/month AI Pro tier in the US. Anthropic's Claude Cowork requires only the $20/month Claude Pro plan and expanded from a desktop-only app to mobile and web on July 7, 2026. The two products use different architectures โ€” Spark runs persistently on a Google Cloud VM even when your device is off, while Cowork operates on files in a folder you choose on your desktop โ€” but both now put an autonomous agent in reach at roughly the same $20/month price point.

What is the White House frontier AI model review framework, and why won't it be made public?

The framework was ordered by President Trump's June 2026 executive order and completed on its August 1, 2026 deadline. It establishes a classified process for determining which AI models count as "covered frontier models" and gives the US government a roughly 30-day window to review such models before public release, framed as voluntary rather than a mandatory licensing system. After meeting with OpenAI, Anthropic, Google, Microsoft, and Nvidia on August 4 to walk through it, the administration confirmed it will not publicly disclose the framework's capability thresholds or review criteria. It follows earlier ad hoc use of export-control authority that pulled Anthropic's Claude Fable 5 and Mythos 5 offline for 19 days and restricted OpenAI's GPT-5.6 Sol to vetted partners for 12 days, both before this formal framework existed.

Maya Brennan
Writer, Smillee AI

I'm Maya โ€” I write most of what you'll read here. I spent years as a copywriter before I got a little obsessed with what these AI tools can actually do, so now I spend my days poking at chatbots, breaking them, and writing up what's worth your time. Everything here is something I've actually tried. If a prompt didn't work for me, it doesn't make the cut.

Want to try any of this?

Smillee's free and there's no signup โ€” open it and paste in whatever you're working on.

Start chatting โ†’

More from the blog