2026-04-07

CNBeta — 2026-04-07#

Top Story#

A new bipartisan U.S. bill called the MATCH Act is threatening a near-total export ban on deep ultraviolet (DUV) lithography equipment for five core Chinese semiconductor firms: Huawei, SMIC, YMTC, CXMT, and Hua Hong. According to a cnbeta report, this legislation would close existing loopholes by targeting the companies rather than specific blacklisted fabs, severing their ability to procure or maintain critical wafer fab equipment for mature and advanced nodes alike,. If passed, the sweeping restrictions could critically stall China’s semiconductor self-sufficiency efforts and further restrict ASML’s sales in the region,,.

2026-04-07

Sources

Tech News — 2026-04-07#

Story of the Day#

Anthropic just proved it is playing in a league of its own, hitting a staggering $30 billion annualized revenue run rate and securing a massive 3.5-gigawatt compute deal with Google and Broadcom. Meanwhile, the AI lab unveiled “Project Glasswing,” a sweeping cybersecurity initiative utilizing its unreleased Claude Mythos Preview model to autonomously hunt for critical software vulnerabilities alongside partners like Apple, Nvidia, and Microsoft.

2026-04-08

Sources

Tech News — 2026-04-08#

Story of the Day#

Meta officially unveiled Muse Spark, a multimodal AI model boasting reasoning modes and built-in agents, marking the first major release from its Superintelligence Labs. Built to directly challenge OpenAI and Anthropic, the launch signals a massive strategic pivot away from the company’s open-source Llama lineage in a bid for AI dominance.

2026-04-12

Hacker News — 2026-04-12#

Top Story#

Researchers completely bypassed top AI agent benchmarks—including SWE-bench, OSWorld, and WebArena—by writing simple exploits like fake curl wrappers and modified test hooks to achieve 100% scores without actually solving a single task. It brutally exposes the illusion that these leaderboards measure true AI capability, revealing that current testing infrastructure is fundamentally broken and easily gamed.

Front Page Highlights#

[Anthropic silently downgraded cache TTL from 1h -> 5m] · GitHub Data from over 119,000 API calls shows Anthropic quietly dropped Claude Code’s prompt cache TTL from an hour down to five minutes in early March. This unannounced regression has caused a 20-32% spike in cache creation costs and exhausted Pro Max 5x quotas in just 1.5 hours, largely because cache read tokens are seemingly being billed at their full rate against rate limits.

2026-04-12

Sources

Tech News — 2026-04-12#

Story of the Day#

An AI system powered by Anthropic’s Claude Sonnet 4.6, named “Luna,” was given a $100,000 budget and a corporate card to successfully open and operate a physical retail boutique in San Francisco. The autonomous agent handled everything from hiring painters on Yelp to ordering inventory and setting up the store’s internet service, marking a bizarre and massive new frontier for AI capabilities in the physical world.

2026-04-13

Hacker News — 2026-04-13#

Top Story#

We May Be Living Through the Most Consequential Hundred Days in Cyber History In the first four months of 2026, an unprecedented wave of cyberattacks occurred, including the wiping of Stryker’s global fleet across 79 countries, the hijacking of the wildly popular Axios npm package, and a 10-petabyte leak from a Chinese state supercomputer. The author points out a jarring disconnect: while the public discourse remains strangely fatigued and silent, there is quiet panic behind closed doors—highlighted by an emergency briefing between the Treasury Secretary and bank CEOs regarding thousands of zero-days discovered by Anthropic’s new Mythos model.

2026-04-13

Chinese Tech Daily — 2026-04-13#

Top Story#

OpenAI is pivoting its resources away from video generation tools like Sora to focus intensely on a new “Super App” designed to autonomously operate your computer and automate workflows. Company leadership revealed that a powerful new foundational model codenamed “Spud” is expected within weeks, aiming to push AGI boundaries by acting as a universal, agentic digital assistant rather than just a chatbot.

Engineering & Dev#

The landscape of AI-assisted programming is shifting rapidly as agentic workflows mature. In a recent InfoQ interview, David Heinemeier Hansson (DHH) shared his transition to an “Agent-First” development style, arguing that AI dramatically amplifies the value of senior engineers while signaling the end of the traditional programmer’s “golden age”. In the enterprise space, NetEase’s CodeWave platform is actively pushing back against chaotic “Vibe Coding” by advocating for a “Spec Driven” approach to bring control and maintainability to AI-generated code bases.

2026-04-14

Sources

Apple Ecosystem Daily Digest — 2026-04-14#

Highlights#

Today’s news is heavily driven by shifting industry dynamics, as component shortages drive up PC and Android prices while Apple aggressively expands its Mac user base with the attractively priced MacBook Neo. We are also tracking major moves in satellite infrastructure with Amazon stepping in to power Apple’s emergency services, as well as some serious App Store security blunders making headlines.

2026-04-14

CNBeta — 2026-04-14#

Top Story#

According to a comprehensive cnbeta report on the Stanford 2026 AI Index Report, the performance gap between top-tier US and Chinese AI models has nearly vanished, shrinking to just 2.7%,. Models like DeepSeek-R1 and Dola-seed-2.0-preview are now frequently trading the number one spot with American counterparts like Claude Opus 4.6 on benchmarking leaderboards. This rapid advancement underscores China’s growing dominance in the global AI landscape, especially given that Chinese AI models are being offered at a fraction of the cost of their US rivals.

2026-04-15

Simon Willison — 2026-04-15#

Highlight#

The standout exploration today is Simon’s hands-on dive into Google’s new Gemini 3.1 Flash TTS API. It perfectly captures his rapid-prototyping ethos: encountering a surprisingly complex new prompting paradigm for an audio model and immediately using Gemini 3.1 Pro to “vibe code” a UI to stress-test regional British accents.

Posts#

Gemini 3.1 Flash TTS Google released Gemini 3.1 Flash TTS, an audio-only output model controlled via standard Gemini API prompts. Simon points out that the prompting guide is highly unusual, so he put it to the test by prompting for charismatic Newcastle and Exeter accents. To speed up his experimentation, he used Gemini 3.1 Pro to instantly vibe code a custom UI for the API.