2026-04-13

CNBeta — 2026-04-13#

Top Story#

According to a report on enterprise AI, Anthropic’s annualized recurring revenue (ARR) has crossed the $30 billion mark, surpassing OpenAI’s $25 billion for the first time since the ChatGPT boom. This shift highlights a massive surge in enterprise AI adoption, specifically driven by venture-backed startups favoring Claude’s capabilities. Consequently, OpenAI is distancing itself from Microsoft’s control and deepening its ties with Amazon Web Services to secure more computing power and regain enterprise market dominance OpenAI Distances from Microsoft.

2026-04-13

Sources

Company@X — 2026-04-13#

Signal of the Day#

Hugging Face introduced “Buckets,” a new S3-like object storage feature designed to bypass Git’s version control overhead for massive AI datasets. This feature launched alongside a 7TB release of raw rephrased data from the FinePhrase project, signaling a necessary infrastructure shift toward fast, mutable object storage for managing large-scale AI artifacts.

2026-04-13

Gaming News — 2026-04-13#

Top Story#

Hackers known as ShinyHunters have breached Rockstar Games’ data through a third-party application, demanding a ransom and threatening to leak sensitive company information ahead of the launch of Grand Theft Auto 6. Rockstar has actively downplayed the breach, insisting that only “non-material” company info was accessed and that development on their highly-anticipated open-world crime epic remains entirely unimpacted.

News & Reviews#

Pragmata Review · IGN Capcom’s Pragmata delivers a brisk, 12-hour campaign that feels ripped straight out of the Xbox 360 era, focusing on highly satisfying, gimmick-driven combat rather than deep storytelling. The core loop—using real-time grid-based hacking to expose robot weak spots while blasting away with punchy weapons—is incredibly engaging and easily makes up for the somewhat generic sci-fi plot. This is definitely worth a playthrough for anyone who misses punchy, straightforward, old-school action shooters.

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

Simon Willison — 2026-04-13#

Highlight#

Today’s standout is Simon’s hands-on research into the newly released servo crate using Claude Code. It perfectly captures his classic approach to AI-assisted exploration, demonstrating how quickly you can prototype a Rust CLI tool and evaluate WebAssembly compatibility with an LLM sidekick.

Posts#

[Exploring the new servo crate] · Source Following the initial release of the embeddable servo browser engine on crates.io, Simon tasked Claude Code for web with exploring its capabilities. The AI successfully generated a working Rust CLI tool called servo-shot for taking web screenshots. While compiling Servo itself to WebAssembly proved unfeasible due to its heavy use of threads and SpiderMonkey dependencies, Claude instead built a playground page utilizing a WebAssembly build of the html5ever and markup5ever_rcdom crates to parse HTML fragments.

2026-04-13

Sources

Tech Videos — 2026-04-13#

Watch First#

Gordon Bell Winner: Forecasting Tsunamis in Real Time With Digital Twins | NVIDIA GTC is a masterclass in extreme-scale computing. It details how researchers mapped a hyperbolic 3D wave equation with a billion parameters to a block Toeplitz matrix using FFTs, slashing inverse problem inference time from 50 years to a mere 0.2 seconds on GPUs.

2026-04-13

Sources

Engineering @ Scale — 2026-04-13#

Signal of the Day#

When using large language models for recommendation systems, passing raw numerical counts ruins the signal because the model processes digits as text tokens rather than magnitudes. By converting raw engagement counts into percentile buckets wrapped in special tokens (e.g., <view_percentile>71</view_percentile>), LinkedIn increased the correlation between popularity and embedding similarity 30x, offering a highly reusable pattern for safely encoding structured numerical data into transformer contexts.

2026-04-13

Sources

Tech News — 2026-04-13#

Story of the Day#

OpenAI CEO Sam Altman was targeted in a second violent attack at his San Francisco home on Sunday morning, following an earlier firebombing incident on Friday. The escalating violence, which has resulted in the arrest of two suspects for a drive-by shooting and a 20-year-old anti-AI activist from Texas for the Molotov cocktail attack, marks a terrifying and tangible shift in the temperature of the global AI debate.

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

The Agentic Enterprise and Liability Battlegrounds — 2026-04-14#

Highlights#

Today’s discussions reveal a sharp dichotomy in the AI ecosystem: while builders are rapidly integrating agentic workflows and local AI into production, the policy and safety landscapes are becoming highly contentious. The signal-rich takeaways highlight enterprises preparing for dedicated “agent deployer” roles, open-source AI advancing on mobile hardware, and a brewing battle over frontier model liability and AI anthropomorphism.