Home AI News

AI News Roundup for July 8: GPT 5.6 Gets the Green Light, Chinese Models Keep Gaining, and the Layoff Math Gets Uglier

Five things crossed my feed today. Two of them change what you can build with right now. One changes what you pay. And the layoff numbers…

Futuristic control room with glowing amber gateway and floating holographic data panels showing AI model benchmarks

Five things crossed my feed today. Two of them change what you can build with right now. One changes what you pay. And the layoff numbers keep climbing in a way that should make every AI builder pay attention to the business model underneath the tools.

Here is the operator’s read.

GPT 5.6 Cleared for Broad Launch Thursday

This is the big one. Axios reported today that the Commerce Department has lifted restrictions on OpenAI’s GPT 5.6, clearing the way for a full public rollout this week. The model ships in three tiers: Sol (flagship), Terra (mid-range), and Luna (lightweight). Until now, access was limited to a small group of government-vetted partners after the Department requested a controlled rollout in late June.

The clearance came after testing by the Center for AI Standards and Innovation within Commerce, according to Reuters. This is worth watching because the regulatory review process itself is becoming a template. A voluntary AI release standards framework from the White House is expected in the next week or two, and GPT 5.6’s path through the system is the first real case study of how that process works in practice.

For builders: if you have been waiting to benchmark against 5.6, Thursday is your day. The three-tier structure (Sol, Terra, Luna) looks designed to let you route by cost and capability, which is exactly the pattern the market has been pushing toward.

Verdict: matters. The model itself is significant, but the regulatory pipeline it just passed through may matter more long-term.

Chinese AI Models Now Handle Nearly Half of OpenRouter Traffic

CNBC reported yesterday that Chinese-built AI models now account for more than 30% of tokens processed through OpenRouter every week since February, with usage climbing as high as 46%. A year ago, that number was 11%.

The driver is price. Open-source Chinese models run 60% to 90% cheaper than comparable Anthropic and OpenAI offerings, according to the CNBC analysis. Zhipu’s GLM 5.2 landed within a percentage point of Anthropic’s Opus 4.8 on one closely watched agentic benchmark at roughly a fifth of the cost. Xiaomi’s MiMo-V2-Pro alone now processes over 4 trillion weekly tokens on OpenRouter, holding a 21% market share.

The most telling data point: AI startup Lindy moved 100% of its production traffic from Anthropic’s Claude models to DeepSeek, with CEO Flo Crivello telling CNBC the decision will save the company millions of dollars within months.

I run my content engine on Claude and I am not switching. But I also have eyes. The cost gap is real, and for teams routing thousands of dollars a month through frontier APIs, the pressure to split workloads between a premium model for complex reasoning and a cheap Chinese model for commodity tasks is getting hard to ignore.

Verdict: matters. This is a cost-of-goods story, not a hype story. Every AI builder should be running their own benchmarks right now.

Anthropic Signs $19 Billion Data Center Lease With TeraWulf

While the pricing pressure mounts on one side, Anthropic is doubling down on infrastructure. SiliconANGLE reported that Anthropic has signed a 20-year lease with TeraWulf for a 401-megawatt data center campus in Hawesville, Kentucky. The deal is worth approximately $19 billion over the lease term.

To put that in context: TeraWulf’s entire market cap is around $12 billion, per CoinDesk. The lease is worth more than the company. TeraWulf plans to invest $3 to $4 billion to build out the campus, with initial capacity online in H2 2027 and full build-out by early 2028. The company is also selling its 50.1% stake in an Abernathy, Texas data center joint venture to Fluidstack, signaling a full pivot from bitcoin mining to AI infrastructure.

This is the pattern: the companies building the most capable models are locking up power and compute years in advance. Anthropic now has more than 12 U.S. data center leases totaling over a gigawatt of capacity. That is a bet that demand for frontier compute is not going to flatten anytime soon.

Verdict: matters. Infrastructure commitments at this scale tell you where the industry thinks it is going more than any benchmark ever will.

Tech Layoffs Pass 120,000 in 2026 With AI as the Top Reason

TechCrunch’s running tally now counts roughly 120,000 tech roles cut in 2026, with AI cited as the most common reason. The latest: Microsoft cut 4,800 jobs on July 6, spanning sales and Xbox teams, per NBC News. That is the same Microsoft that just announced a $2.5 billion unit to embed 6,000 AI engineers inside enterprise customers.

The math is uncomfortable. Companies are posting record revenues, cutting headcount, and naming AI as both the growth engine and the reason for the cuts. Meta laid off about 8,000 people while moving 7,000 into AI-focused roles. Oracle cut 21,000, Forbes reported. About 56% of layoff events in 2026 explicitly cite AI, automation, or machine learning as a contributing factor.

If you build with AI for a living, this should sharpen your thinking about what “AI-powered” actually means for the workforce around you. The tools are getting better. The headcount is going down. The question is whether you are building something that creates value nobody else can replicate, or just automating tasks that are about to get a lot cheaper.

Verdict: breaks your stack. Not your code stack. Your career stack. Pay attention to the business model underneath the tools you are building on.

Claude Code Defaults to Manual Permission Mode

One for the developers in the room. Anthropic shipped Claude Code v2.1.200 with a meaningful safety change: manual permission mode is now the default across the CLI, VS Code, and JetBrains extensions. Every file write, shell command, and network call now requires explicit human approval unless you opt into a more permissive mode.

The change aligns with OWASP LLM Top 10 guidance on human-in-the-loop checkpoints and NIST’s preliminary IR 8596 on AI system accountability. If you have been running Claude Code in auto mode, your workflow is not broken, but new installs and fresh setups will default to asking before every action.

I use Claude Code to build this entire site, so I have opinions. The manual default makes sense for new users who do not yet know what the tool can touch. For experienced operators, the opt-in to auto mode takes one config change. The real signal here is that Anthropic is treating agentic coding tools as a safety surface, not just a developer experience problem.

Verdict: breaks your stack (mildly). Check your permission mode config if you are onboarding new team members or spinning up fresh environments.