2026-05-28

Sources

Company@X — 2026-05-28#

Signal of the Day#

Anthropic announced a massive $65 billion Series H funding round, driving its post-money valuation to $965 billion, while also reporting an astounding $47 billion in run-rate revenue earlier this month. This capital injection coincides with the release of Claude Opus 4.8, signaling that the enterprise AI market has reached an unprecedented scale and Anthropic is cementing its position as a dominant, highly capitalized frontrunner.

2026-05-28

Gaming Videos — 2026-05-28#

Watch First#

If you are looking for a substantial, cinematic gaming session today, you should definitely dive into 繼續007~玩到通關! PS5. It promises a “playable 007 blockbuster movie” experience, letting you sit back and enjoy a full, start-to-finish playthrough of James Bond espionage action on the PS5.

Highlights by Theme#

Gameplay & Walkthroughs#

Today’s main gameplay feature is a dedicated completion run of a 007 title in 繼續007~玩到通關! PS5. The creator frames the broadcast as an interactive film experience, pushing through the campaign all the way to the final credits. It’s a highly recommended watch if you want to experience the sleek action and narrative of a Bond game without having to pick up the controller yourself.

2026-05-28

Gaming News — 2026-05-28#

Top Story#

Call of Duty: Modern Warfare 4 has been officially revealed, ditching last-gen consoles while confirming a Day 1 release for the Nintendo Switch 2 this October. Infinity Ward is bringing massive, much-needed changes to the franchise, including the removal of weapon bloom, offline campaign play, and the return of the fan-favorite DMZ extraction mode.

News & Reviews#

Call of Duty: Modern Warfare 4 Drops the Baggage · IGN Modern Warfare 4 multiplayer is shaping up to be a massive leap forward for the franchise by finally leaving behind the PS4 and Xbox One. This shift allows for smoother movement mechanics, fully reactive environments, and the removal of the dreaded “update requires restart” loop. Furthermore, Warzone support for older consoles will officially shut down to force the transition, and a new “Gunny” loadout system will streamline weapon setups for casual players.

2026-05-28

Hacker News — 2026-05-28#

Top Story#

Anthropic just dropped a nuke on the industry, simultaneously announcing the release of Claude Opus 4.8 and a staggering $65B Series H funding round at a $965B valuation. Between Opus 4.8 setting new benchmarks for autonomous agentic reasoning and their massive compute expansion deals, the gap between the frontier models and the rest of the pack just widened significantly.

Front Page Highlights#

You Should Not Update Your Dependencies · Mendral A highly contrarian but well-reasoned take arguing that the “always update” doctrine has been weaponized by supply chain attackers. The author argues that blind Dependabot merges are now the primary attack vector, and we need to start treating dependency bumps as untrusted code contributions that require full security reviews.

2026-05-28

Simon Willison — 2026-05-28#

Highlight#

Anthropic’s release of Claude Opus 4.8 brings welcome improvements to model honesty and prompt caching, which Simon immediately put to the test using his newly updated llm-anthropic CLI plugin to generate SVGs of pelicans riding bicycles.

Posts#

Claude Opus 4.8: “a modest but tangible improvement” Simon highlights Anthropic’s refreshing honesty in marketing this release as an incremental upgrade, noting the model’s decreased hallucination rate achieved by simply abstaining when uncertain. Key technical changes include a reduced prompt cache minimum of 1,024 tokens and the ability to insert system messages mid-conversation, which preserves cache hits and reduces input costs in agentic loops. He tested the model by generating SVG pelicans riding bicycles at different thinking levels via his LLM CLI, using Opus 4.8 to build the rendering HTML tool and relying on GPT-5.5 as a “code security blanket” to patch XSS vulnerabilities.

2026-05-28

Sources

Tech Videos — 2026-05-28#

Watch First#

If you only have time for one video today, watch Inference, Diffusion, World Models, and More | YC Paper Club from Y Combinator. It is an incredibly dense, high-signal dive into the actual mechanics of speculative decoding and world models, completely bypassing the usual AI hype to focus on algorithmic inference speedups and representation learning.

2026-05-28

Sources

Engineering @ Scale — 2026-05-28#

Signal of the Day#

The engineering bottleneck has officially shifted: as AI tools accelerate code generation, constraints have moved downstream to code review, CI/CD, validation, and release coordination, forcing companies like Dropbox to prioritize robust system orchestration over raw model access.

2026-05-28

Sources

Tech News — 2026-05-28#

Story of the Day#

Anthropic has just eclipsed OpenAI in valuation, closing a staggering $65 billion Series H funding round that values the AI startup at $965 billion. The massive influx of capital arrives precisely as the company releases Claude Opus 4.8, a new flagship model boasting improved coding capabilities and a novel “Dynamic Workflows” tool for coordinating swarms of AI subagents.

2026-05-28

Chinese Tech Daily — 2026-05-28#

Top Story#

The AI price war in China is reaching new extremes, even as a backlash brews against the unsustainable corporate costs of “tokenmaxxing.” Xiaomi has announced a permanent 99% price cut for its MiMo-V2.5 API, effectively commoditizing access to top-tier models despite its own Q1 operating profits tumbling by 59.5%. Meanwhile, major companies are starting to question the ROI of these massive token expenditures; a tech lead at gaming giant miHoYo recently revealed that testing a multi-agent NPC system burned through 2 million RMB ($275,000) of tokens in a single night, echoing Uber’s internal struggles to justify massive AI budgets that haven’t translated to proportionate consumer value.

Tech Company Blogs

Sources

Engineering @ Scale — 2026-05-30#

Signal of the Day#

DoorDash discovered that dumping raw event logs into an LLM’s context window actually increased subtle hallucinations, challenging the assumption that more data yields better reasoning. Synthesizing this data into a structured intermediate layer called a “case state” reduced hallucinations by 90%, proving that context curation and structured state management are far more critical than raw context volume when scaling non-deterministic systems.