2026-04-12

Gaming News — 2026-04-12#

Top Story#

Former Bethesda Softworks marketing lead Pete Hines has spoken out about his 2023 departure, claiming the legendary Fallout and Elder Scrolls publisher was getting “damaged and broken apart” following the Microsoft acquisition. His stark comments paint a picture of a working environment he felt was mistreated, stating that Bethesda is now part of something that is neither “authentic” nor “genuine”.

News & Reviews#

[Kojima’s Next Villain Sounds Unhinged] · IGN Kojima Productions is actively casting for its upcoming tactical espionage game, Physint, and they are searching for a German-accented villain described as “Mads Mikkelsen in Hannibal but with flair”. The game, reportedly being developed under the codename “Shimmer,” seems to involve a bus hijacking narrative and will begin shooting motion capture with the cast in June 2026. This character breakdown sounds like peak Hideo Kojima madness, and we are absolutely here for the intense, confident psychosis it promises.

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

Simon Willison — 2026-04-12#

Highlight#

Simon shares a highly practical, single-command recipe for running local speech-to-text transcription on macOS using the Gemma 4 model and Apple’s MLX framework. It is a prime example of his ongoing exploration into making local, multimodal LLMs frictionless and accessible using modern Python packaging tools like uv.

Posts#

[Gemma 4 audio with MLX] · Source Thanks to a tip from Rahim Nathwani, Simon demonstrates a quick uv run recipe to transcribe audio locally using the 10.28 GB Gemma 4 E2B model via mlx-vlm. He tested the pipeline on a 14-second voice memo, and while it slightly misinterpreted a couple of words (hearing “front” instead of “right”), Simon conceded that the errors were understandable given the audio itself. The post highlights how easy it has become to test heavyweight, local AI models on Apple Silicon without complex environment setup.

2026-04-12

Sources

Tech Videos — 2026-04-12#

Watch First#

Building Towards Self-Driving Codebases with Long-Running, Asynchronous Agents offers a highly credible look into the mechanics of long-running coding agents from Cursor’s founder, cutting through the hype to explain the concrete architectural hurdles of scaling AI from autocomplete to massive, unsupervised pull requests.

2026-04-12

Sources

Engineering @ Scale — 2026-04-12#

Signal of the Day#

Cloudflare has identified that the traditional one-to-many scaling model of microservices fundamentally breaks down for AI agents, which require dynamic, one-to-one execution environments. To handle this scale, they are shifting from heavy container-based architectures to lightweight V8 isolates, achieving up to a 100x improvement in startup speed and memory efficiency to make per-unit economics viable for mass agent deployment.

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-12

Chinese Tech Daily — 2026-04-12#

Top Story#

DeepSeek, once hailed as the “Sweeping Monk” of the AI world for its surprise disruptions and ultra-low API pricing, is facing a turning point as it transitions into a stable infrastructure provider. The industry is anxiously awaiting the delayed V4 model, which is reportedly focusing on Long-Term Memory (LTM) and native multimodal capabilities built on domestic AI chips. This shift highlights the broader pressures of commercialization, talent retention, and infrastructure reliability facing China’s leading AI labs as they scale.

2026-04-13

Sources

The Great Siloing, Mythos Cyber Evals, and Pragmatic AI Agents — 2026-04-13#

Highlights#

Today’s discourse reveals a striking dichotomy between the bleeding edge of AI capabilities and the reality of enterprise integration. While models like Claude Mythos are crossing unprecedented thresholds in cybersecurity evaluations, internal adoption at tech stalwarts like Google is reportedly stagnating, mirroring traditional industries. Amidst a deflating market bubble and intense scrutiny over deceptive LLM marketing, the community is aggressively pivoting toward pragmatic, workflow-altering applications—from redefining software engineering to automating the relentless administrative tedium of modern life.

2026-04-13

Sources

AI Reddit — 2026-04-13#

The Buzz#

Anthropic quietly slashed Claude’s default cache TTL from one hour to five minutes on April 2, causing API costs to skyrocket for developers using agentic loops. The community tracked the regression through ephemeral_5m_input_tokens logs, revealing that backgrounded tasks taking longer than five minutes now trigger full, expensive context rebuilds. It is a brutal stealth price hike that has builders scrambling to disable extended contexts and build custom dashboards just to survive the rate limits.

2026-04-13

Sources

The Apple Daily Digest: Foldable iPhone Delays, Smartglasses Prototyping, and the New Apple Frames CLI — 2026-04-13#

Highlights#

Today’s news cycle is dominated by the future of Apple’s hardware, with the highly anticipated iPhone Fold reportedly facing production delays that could result in severe supply constraints at launch. Apple’s wearable ambitions are also expanding, as the company tests four distinct frame designs for its upcoming smartglasses. On the software and developer side, iOS 26.5 Beta 2 lays the groundwork for ads in Apple Maps, while power users are getting a massive, game-changing update to the beloved Apple Frames screenshot tool.