Alibaba Reopened Its Weights, ChatGPT Quietly Crossed a Billion Users, and Coding Intelligence Just Got Commoditized
Alibaba released Qwen3.8-Max, a 2.4-trillion-parameter model benchmarking near the frontier, and reversed course to ship its weights openly. The Information reported ChatGPT is closing in on a billion weekly users, seven months behind OpenAI's own target. And xAI's Grok 4.5 landed inside GitHub Copilot at a quarter of Claude Opus's price. None of it is about who has the smartest model — it is about who controls distribution once intelligence stops being the scarce input.
Three things happened in the last ten days, and none of them was a new capability the leaderboards hadn't seen before. A Chinese lab reopened its weights after a year of holding them back. A chatbot everyone already uses quietly crossed a distribution milestone seven months late. And a frontier coding model showed up inside a tool millions of developers already have open, priced like a commodity. Put together, they describe a market where being the smartest model matters less by the week, and being the cheapest, most reachable, or most embedded model matters more. Here's what happened, and what's worth checking against your own stack.
1. Alibaba Reopened Qwen's Weights — After a Year of Keeping Its Best Models Closed
Alibaba unveiled Qwen3.8-Max on August 3, a 2.4-trillion-parameter mixture-of-experts model with a context window up to 1 million tokens, and said benchmark scores put it competitive with leading releases from OpenAI and Anthropic. On Arena.AI it immediately became the highest-ranked Chinese model for text tasks and the second-ranked model globally for vision, trailing only a variant of Claude Fable 5. Alibaba's shares jumped in early trading on the news.
The detail that matters more than the benchmark table: Alibaba said it will publish the model's weights for public download within the week, marking a return to open weights after keeping several recent flagship Qwen releases proprietary. That reversal is the actual signal. A lab doesn't hold back open weights for a year and then reopen them for goodwill — it does it because a closed model wasn't winning enough distribution against free alternatives, and an open one might. If a 2.4-trillion-parameter model benchmarking near the frontier is downloadable in a week, "frontier intelligence" stops being something you rent from three vendors and starts being something you can self-host, fine-tune, and route around entirely.
// Before: frontier capability meant picking one hosted vendor
const model = openaiClient.chat({ model: 'gpt-5.6-terra' });
// After: an open-weight model within a percentage point of frontier
// benchmarks is a self-hosting decision, not just a vendor decision
const model = selfHosted
? await runLocalInference({ weights: 'qwen3.8-max', quantization: 'fp8' })
: openaiClient.chat({ model: 'gpt-5.6-terra' });
// The choice shifts from "which API key" to "which infra budget"
2. ChatGPT Is Closing In on a Billion Weekly Users — Seven Months Late
The Information reported on July 29 that ChatGPT is approaching a billion weekly active users, a milestone OpenAI had originally targeted for the end of 2025. OpenAI now says the service has more than 50 million consumer subscribers and more than 2 million enterprise customers, up from 900 million weekly users in late February and 700 million the September before that — user count has more than doubled since February 2025.
The number itself is less interesting than the miss. Seven months behind an internal target, at this scale, isn't a growth problem — it's a saturation problem. The easy converts are converted; what's left is harder-to-reach users, regulated markets, and competitors like Gemini and Qwen picking off segments where "good enough and free" beats "best and metered." For anyone building on top of a foundation model API, a slowing growth curve at the top of the market usually shows up downstream as more aggressive pricing, more bundling, and more pressure to lock users in at the account layer rather than the model layer — which is exactly what "Sign in with ChatGPT" and similar identity plays are for.
3. A Frontier Coding Model Just Became a GitHub Copilot Checkbox
xAI's Grok 4.5 launched July 8 as a Cursor-trained coding and agentic-tasks model priced at $2 per million input tokens and $6 per million output — against Claude Opus 5's $5/$25. On July 28, GitHub shipped it directly into Copilot Pro, Pro+, Business, and Enterprise tiers, putting a frontier-adjacent coding model behind the same toggle developers already use to pick between Claude, GPT, and Gemini inside VS Code, the Copilot CLI, and cloud agents.
That's the commoditization moment in concrete form. Six months ago, picking a coding model meant picking a vendor relationship, an API integration, and a price tier, each with real switching cost. Now it means clicking a dropdown that was already in your editor. When the distribution layer — Copilot, in this case — absorbs the model-selection decision, the model itself becomes a line item Copilot's pricing engine optimizes on your behalf, not a strategic bet you make once and live with.
// Before: a coding model choice was a vendor integration
const completion = await claudeClient.complete({ model: 'opus-5', prompt });
// After: the model is a runtime parameter the platform already owns
const completion = await copilot.complete({
model: selectByTask({ task: 'terminal-agent', budget: 'low' }), // -> grok-4.5
prompt,
});
// The switching cost moved from your codebase to Copilot's settings panel
What This Means for Builders
None of this week's three stories is a capability story. Qwen3.8-Max going open-weight is a bet that distribution beats margin once your model is merely competitive rather than uniquely best — worth watching if your own roadmap assumes closed models stay closed. ChatGPT's slower-than-planned march to a billion users is a signal that the easy growth phase for general-purpose chat is ending, which tends to push vendors toward account-layer lock-in over model-layer differentiation. And Grok 4.5 landing inside GitHub Copilot's model picker is the clearest evidence yet that for well-defined tasks like coding, the aggregator platform — not the model vendor — is becoming the thing users actually choose. If your product still treats "which model" as a decision made once at launch, this is a reasonable week to ask whether it should instead be a runtime parameter your platform tunes for cost and task fit, the way Copilot now does for you.
— Maya
Frequently asked questions
What is Qwen3.8-Max and why does the open-weight release matter?
Qwen3.8-Max is Alibaba's largest AI model to date, a 2.4-trillion-parameter mixture-of-experts model unveiled on August 3, 2026, with a context window of up to 1 million tokens. Alibaba said its benchmark performance is competitive with leading models from OpenAI and Anthropic, and on Arena.AI it became the top-ranked Chinese model for text and the second-ranked model globally for vision. Alibaba announced it would release the model's weights for public download within the week, marking a return to open weights after keeping several recent flagship Qwen releases proprietary — a reversal that suggests closed models weren't winning enough distribution against free, open-weight alternatives.
How many weekly active users does ChatGPT have in 2026?
The Information reported on July 29, 2026 that ChatGPT is approaching one billion weekly active users, a milestone OpenAI had originally hoped to hit by the end of 2025 — arriving roughly seven months behind that internal target. OpenAI has also disclosed more than 50 million consumer subscribers and more than 2 million enterprise customers. Weekly users had already surpassed 900 million in late February 2026, up from 700 million the previous September and 400 million as of February 2025.
What is Grok 4.5 and why is it available in GitHub Copilot?
Grok 4.5 is xAI's coding- and agentic-task-focused model, released July 8, 2026 and trained with Cursor, priced at $2 per million input tokens and $6 per million output tokens — well below Claude Opus 5's $5/$25 pricing. On July 28, GitHub added it to Copilot Pro, Pro+, Business, and Enterprise plans, making it selectable alongside Claude, GPT, and Gemini models directly inside VS Code, the Copilot CLI, and Copilot's cloud agents. Its addition reflects a broader shift where the platform a model is distributed through, rather than the model vendor itself, increasingly determines which model developers actually use.
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
- Trends
Gemini Hit a Billion Users, Claude Started Watermarking Everything It Writes, and Grok Learned to Work While You Sleep
Google's Gemini app crossed 1 billion monthly active users on August 11 — its fastest climb to that mark of any product in company history — the same week Anthropic began embedding invisible watermarks in all Claude-generated text and files worldwide under the EU AI Act, and SpaceXAI shipped Grok Bot, a fleet of always-on agents that keep working after you close your laptop. Three signals about scale, trust, and autonomy converging across every major lab at once.
- Trends
The Chat Window Just Became a Storefront, a Newsroom, and a Liability Surface
ChatGPT can now book a restaurant table through OpenTable, Resy, and Yelp without leaving the conversation, the New York Post launched its own branded AI chatbot to keep readers off external answer engines, and Colorado's new chatbot law bans AI from running therapy sessions unsupervised while pinning the liability on whoever deploys the bot. Three signals about how much the chat interface is now expected to carry.
- Trends
Your Chatbot Is About to Start Making Phone Calls
Google, Apple, and voice AI startups are all shipping agents that call businesses on a user's behalf, watermarking is quietly becoming mandatory for any bot that speaks, and collapsing token prices are making multi-step task completion affordable for the first time. Here is what each shift means for anyone building conversational AI right now.