The AI Brief

Vol. I · No. 72 · Wednesday, August 5, 2026

Today's brief:

  • The Ninth Circuit ruled that AI agents don't "access" websites under the CFAA, users do, vacating Amazon's injunction against Perplexity's Comet browser and opening a first legal corridor for agentic commerce while acknowledging almost no caselaw governs AI agents.
  • Samsung and SK Hynix are evaluating Chinese AMEC etching equipment for their China factories, the first serious hedging by dominant AI-memory makers against potential total loss of US tool supply, with Chinese suppliers' non-lithography share potentially reaching 40%.
  • OpenAI used GPT-5.6 Sol to optimize its own runtime, then passed the gains to customers, a 20% GPU kernel saving and 15%+ speculative-decoding improvement now enable Sol Fast mode at 2.5× standard speed, reframing inference efficiency as a recursive model task.
  • Anthropic hired former California Supreme Court Justice Tino Cuéllar as its first Chief Global Affairs Officer, the appointment is aimed squarely at a Pentagon blacklist and Trump-administration export controls that temporarily froze Anthropic's top model sales abroad.
  • ChatGPT is approaching 1 billion weekly active users while burning $1.22 per dollar of revenue, seven months behind OpenAI's own target, with Anthropic's enterprise run rate now providing a direct cost-structure contrast.

Ninth Circuit Rules AI Agents Don't Access Websites, Users Do

Why it matters
The Ninth Circuit's opinion in Amazon v. Perplexity is the first federal appellate ruling on CFAA liability for agentic AI, and the court's acknowledgment that there is "little to no existing caselaw directly dealing with how to ascribe responsibility for AI agents" signals that every operator deploying a shopping, browsing, or data-retrieval agent is operating on unlegislated terrain until Congress or a higher court acts.
What's at stake
For operators building agents that access third-party authenticated environments on behalf of users, this ruling provides a provisional safe harbor under the CFAA, but Amazon's trademark and California state-law claims survive, the case returns to district court, and the Ninth Circuit explicitly called its own holding narrow, leaving credential-passing, ToS violation, and state-computer-fraud exposure all live.
Decode
CFAA (Computer Fraud and Abuse Act) = a 1986 US federal anti-hacking statute that prohibits "accessing a computer without authorization"; Amazon argued Perplexity's Comet agent violated it by logging into user Amazon accounts and shopping autonomously. The Ninth Circuit found the authorization question attaches to the user, not the agent acting on the user's instruction.
Detail

The Ninth Circuit issued its opinion in No. 26-1444 on August 4, 2026, vacating Amazon's preliminary injunction against Perplexity's Comet browser and ruling Amazon is unlikely to prove Perplexity "accessed" its servers under the CFAA because users, not Perplexity, operate the tool. The court applied the rule of lenity to construe CFAA ambiguity against liability, and explicitly noted there is "little to no existing caselaw directly dealing with how to ascribe responsibility for AI agents" under the statute.

Comet, Perplexity's AI browser, requires user direction to access Amazon on its own; Amazon sent Perplexity a cease-and-desist in November 2025 after alleging the two companies had agreed to an earlier pause on agentic shopping in 2024, but Perplexity re-enabled the feature by disguising Comet's AI bot as a normal Chrome browser. Amazon filed suit in March 2026 and was awarded a temporary injunction shortly after. U.S. District Judge Maxine M. Chesney had granted that injunction on March 9, 2026, blocking Comet from accessing Amazon's logged-in account pages; the Ninth Circuit stayed the order pending appeal, heard oral arguments in Seattle on June 11, and has now vacated the injunction entirely.

The case returns to district court, where Amazon's trademark and state-law claims survive. The Ninth Circuit said its holding is narrow and that agentic AI law "will doubtless change." While the appeals court decision eliminates Amazon's injunction, it does not close the case in either company's favor; Amazon can ask for a rehearing or petition the Supreme Court.


40%
Potential Chinese supplier share of non-lithography wafer-fab equipment at Korean chip fabs in China

Samsung and SK Hynix Begin Testing Chinese Chip Tools as US-Control Hedge

Why it matters
The world's two largest AI-memory suppliers are stress-testing a supply-chain bypass that would only matter if Washington banned service, repair, or replacement of Western equipment already installed in their Chinese plants, and building that optionality validates AMEC as a credible alternative precisely at the moment US export-control ratchets are tightest.
What's at stake
For most operators, this is context, not a decision. For hyperscalers and data-center operators with HBM procurement agreements extending into 2027–2028, a successful AMEC validation by Samsung or SK Hynix would diversify the supply chain for the memory that underlies every large AI inference workload, but the evaluations have yet to produce orders, and Korean fab security and IP concerns remain unresolved for domestic facilities.
Decode
VEU (Validated End User) = a US Commerce designation that allows named foreign companies to import certain controlled US chipmaking equipment to specific facilities without per-shipment export licenses. Washington granted this status to Samsung and SK Hynix's China fabs in 2023, then revoked it in 2025, replacing it with an annual license that is up for renewal, the core uncertainty driving the hedge.
Detail

Samsung Electronics and SK Hynix are evaluating chipmaking equipment from China's Advanced Micro-Fabrication Equipment (AMEC) for possible use at their Chinese factories, three people familiar with the matter told Reuters, as the South Korean firms hedge against the risk of tighter U.S. export controls. The memory chipmakers began testing AMEC etching equipment about two years ago, when uncertainty was mounting over whether Washington would continue allowing them to import U.S. chipmaking tools into China.

The U.S. Commerce Department designated Samsung and SK Hynix's Chinese factories as "validated end users" in 2023, allowing imports of certain controlled U.S. equipment without individual licenses. Washington revoked the VEU authorization in 2025 and later granted an annual license to the chipmakers to bring in chip manufacturing equipment to their facilities in China for 2026. Both companies remain wary that future restrictions could extend beyond new equipment to the servicing, repair, or replacement of Western tools already installed at their Chinese plants; the chipmakers are keeping Chinese suppliers in reserve as a potential way to maintain and upgrade existing production lines, rather than expand manufacturing capacity in China.

Deutsche Bank estimates that Naura Technology, AMEC, Piotech, and ACM Research will each generate more than $1 billion in revenue in 2026, and together could capture 25% to 30% of China's projected $28 billion wafer-fabrication equipment market this year; excluding lithography and metrology, Chinese suppliers' share could approach 40%. The evaluations do not establish that AMEC's tools have passed production qualification, and there is no confirmed order from either company. Chinese tools can cost 20% to 30% less than comparable equipment from established foreign suppliers, according to Dan Hutcheson, vice chair of research firm TechInsights.


OpenAI Let GPT-5.6 Sol Optimize Its Own Runtime, Then Passed the Gains to Customers

Why it matters
Using a deployed frontier model to improve the kernel-level efficiency of its own inference pipeline is a structural departure from human-only infrastructure engineering, it demonstrates that AI-assisted optimization can compress the cost curve without waiting for a new training run, and the 20% GPU kernel improvement and 15%+ speculative-decoding gain landed in production within weeks of deployment.
What's at stake
For API operators with high-volume Sol workloads, the Fast mode pricing math warrants direct evaluation: 2.5× standard speed at 2× standard price implies a 25% theoretical gain in speed-per-dollar at the ceiling, but real workload latency profiles and the 272,000-token long-context surcharge rule both affect net economics more than the headline rates.
Decode
Speculative decoding = an inference technique where a smaller "draft" model generates candidate tokens in parallel and the main model verifies them in a single forward pass, producing multiple output tokens per main-model step and substantially increasing tokens-per-second without changing output quality. OpenAI's improvement to this mechanism yielded 15%+ better token-generation efficiency across the GPT-5.6 family.
Detail

OpenAI tasked GPT-5.6 with optimizing its own runtime efficiency, achieving more than 15% better token-generation efficiency through improved speculative decoding, improvements now passed on to everyone using the API, Codex, and ChatGPT. After deployment, OpenAI applied GPT-5.6 Sol to advance the frontier of efficiency by making itself more efficient to run, with results including 20% lower serving costs from production GPU kernel improvements and 15%+ better token-generation efficiency from improved speculative decoding.

For GPT-5.6 Sol, Fast mode now delivers up to 2.5× faster speeds than standard processing at twice the price, with no change in intelligence; Fast mode is backward compatible, and requests tagged "priority" will automatically use Fast mode. OpenAI also upgraded Auto-review in the ChatGPT app and Codex CLI from GPT-5.4 to GPT-5.6 Luna; combined with Luna's new pricing, Auto-review is expected to cost about 10× less.

The current model documentation carries two pricing details that matter in production: cache writes cost 1.25× the uncached input rate, and requests containing more than 272,000 input tokens are charged at 2× input and 1.5× output rates for the entire request, rules that can matter more than a headline token price in long-running agents. The Sol Fast mode launch date, per OpenAI's changelog, was July 30, 2026; Priority processing was renamed to Fast mode on that date, and speeds for gpt-5.6-sol were increased to make it 2.5× faster than standard speeds.


Anthropic Hires Former California Supreme Court Justice as First Global Affairs Chief

Why it matters
Anthropic is simultaneously contesting a Pentagon supply-chain blacklist in federal court, unwinding Trump-administration export controls that froze Mythos 5 and Fable 5 international sales, and staging an October IPO, and it has done all of that without a senior government-relations executive; Cuéllar's résumé runs through three presidential administrations, California's highest court, and the Carnegie Endowment, which is as purpose-built a government-relations hire as the AI industry has seen.
What's at stake
For enterprise buyers with Anthropic contracts or procurement conversations in progress, the government-relations upgrade is a signal about continuity risk, not product: Cuéllar's mandate is to reduce the probability that a policy decision interrupts model availability, an exposure that materialized concretely when Mythos 5 and Fable 5 sales were frozen abroad earlier this year.
Detail

Mariano-Florentino (Tino) Cuéllar will join Anthropic as its first Chief Global Affairs Officer, leading the company's work on policy, strategic international engagement, and government relationships worldwide. Cuéllar will report to Anthropic President Daniela Amodei. He recently stepped down as President of the Carnegie Endowment for International Peace, a leading independent global policy research institution with scholars in 20 countries; prior to Carnegie, he was a Justice of the Supreme Court of California, where his opinions addressed technology and privacy, international agreements, and the separation of powers.

The hire comes after a turbulent year for Anthropic's government relations: the Pentagon designated the company a supply-chain risk in March after Anthropic refused to let its Claude models be used for autonomous weapons or mass surveillance of Americans, Anthropic sued the government over the blacklisting, and the case is still in court. A Trump administration export-control directive temporarily halted international sales of Anthropic's top-tier Mythos 5 and Fable 5 systems.

A special assistant in former President Barack Obama's White House, Cuéllar is tasked with finding common ground with President Donald Trump's Republican administration, which at points blacklisted and ordered controls around Anthropic's AI this year. On the same day Anthropic announced Cuéllar's appointment, White House officials met with representatives from Anthropic, OpenAI, Google, and Meta to discuss an unpublished framework to regulate their newest models and test cybersecurity protections; no results from the meeting were shared publicly. Cuéllar had served as a Trustee of Anthropic's Long-Term Benefit Trust since January 2026 and stepped down from the Trust to join the company.

Disclosure: Claude, which generates this brief, is built by Anthropic.


ChatGPT Approaches 1 Billion Weekly Users, Seven Months Late, Losing $1.22 Per Revenue Dollar

Why it matters
The gap between ChatGPT's consumer scale and its unit economics, 1 billion weekly users on a negative-122% operating margin, is the starkest illustration yet that frontier-model consumer distribution and frontier-model profitability are not the same story, and the Anthropic enterprise run-rate data (per Memeburn/The Information sourcing) now sits inside the same competitive frame.
What's at stake
For most operators, this is context, not a decision. For procurement and finance teams evaluating multi-year AI vendor dependencies, the cost-structure divergence between OpenAI's consumer flywheel and Anthropic's enterprise concentration is the primary creditworthiness signal: scale without margin at this magnitude requires continued external financing, making the SoftBank $40B syndication and any future capital raises directly load-bearing for service continuity.
Detail

ChatGPT is approaching 1 billion weekly active users, according to internal information reported on July 29; OpenAI had aimed to reach the milestone by the end of 2025, putting the company about seven months behind its internal target. OpenAI reported more than 900 million weekly users and over 50 million subscribers in March 2026; the company generated $5.7 billion in first-quarter revenue but recorded a negative 122% non-GAAP operating margin.

The road to 1 billion users was a difficult one, with growth slowing last fall after user backlash to the GPT-5 model and increased competition, per The Information. Anthropic reached a $47 billion annualized revenue run rate in May, increasing pressure on OpenAI in enterprise AI. Among ChatGPT's main rivals is Google's Gemini AI, which has 950 million monthly active users and the advantage of its integration with Google Search.

The scale is difficult to separate from the cost: OpenAI generated $5.7 billion in revenue during the first quarter of 2026, but its negative 122% non-GAAP operating margin implies an operating loss of about $1.22 for every dollar of revenue, ChatGPT is becoming a global consumer platform while the economics required to serve, improve, and defend that platform remain deeply negative. OpenAI has not publicly confirmed that ChatGPT has crossed 1 billion weekly active users; the latest report says the product is nearing the threshold.

Sources: NotePrimary source is The Information (July 29, 2026 report citing internal OpenAI data); paywalled. Figures cited from Memeburn and PYMNTS secondary coverage. Memeburn: ChatGPT Weekly Active Users Near 1 Billion in 2026 · PYMNTS: ChatGPT Approaches 1 Billion Weekly Active User Milestone