2026-05-12

Chinese Tech Daily — 2026-05-12#

Top Story#

The biggest buzz in China’s tech sector revolves around DeepSeek’s rocketing valuation and a harsh new reality for tech workers: AI token usage has become a hidden KPI. DeepSeek’s valuation surged to an estimated $45 billion to $50 billion amid funding talks involving China’s National Integrated Circuit Industry Investment Fund, while rumors of Alibaba’s participation were swiftly denied. Meanwhile, domestic tech giants are not just handing out free tokens to employees; they are weaponizing them. Companies are increasingly evaluating employee promotions and layoffs based on their AI token consumption, pushing a ruthless “Skill-ification” of workflows where departing employees are occasionally replaced by AI digital twins.

2026-05-13

Sources

Agent Deployment Realities, Altman’s Trial Pressures, and the ‘Jobapalooza’ Debate — 2026-05-13#

Highlights#

The overarching theme today is the tension between AI’s actual enterprise rollout—which is proving far more complex than deploying traditional software—and the rapid, somewhat alarming acceleration of frontier model capabilities. Meanwhile, cultural and governance fractures continue to dominate discussions, ranging from intense scrutiny of Sam Altman’s boardroom integrity to Andrew Ng’s staunch pushback against the widespread “jobpocalypse” narrative.

2026-05-13

Sources

AI Reddit — 2026-05-13#

The Buzz#

The defining theme today is the sudden end of the AI subsidy era. GitHub Copilot’s shift to usage-based billing has users waking up to projected bills jumping from $10 to anywhere between $300 and $1000 a month, sparking widespread panic and a mass exodus to local setups. Simultaneously, Anthropic announced that unlimited background agent loops via claude --print will soon be metered under a new programmatic SDK credit. The community is waking up to the reality that the days of brute-forcing frontier intelligence for flat fees are officially over, forcing a shift toward hyper-efficient routing and context discipline.

2026-05-13

Sources

Apple Daily Digest — 2026-05-13#

Highlights#

Today’s news cycle is dominated by the intersection of artificial intelligence and Apple’s upcoming operating systems, with significant leaks detailing iOS 27’s design and AI agent capabilities. Hardware news is equally dramatic, balancing exciting prospects like the upcoming “iPhone Ultra” foldable against frustrating Mac supply chain constraints that are pushing major updates to 2027. Meanwhile, cybersecurity issues loom as key manufacturer Foxconn suffers a ransomware attack, and Apple surprisingly steps in to defend Google against European regulators.

2026-05-13

CNBeta — 2026-05-13#

Top Story#

Nvidia CEO Jensen Huang joins Trump on Air Force One for China visit signals a potential breakthrough in the stalled export of high-end H200 AI chips to Chinese clients. According to a related cnbeta report, the sudden addition of Huang to the presidential delegation has sparked optimism among major Chinese cloud computing and server companies who have been waiting for deliveries. This high-stakes diplomatic and commercial maneuver could reshape the global AI hardware supply chain and test the boundaries of US-China tech cooperation.

2026-05-13

Sources

Company@X — 2026-05-13#

Signal of the Day#

Microsoft launched a new multi-model agentic security system utilizing over 100 specialized agents to proactively uncover exploitable software bugs. The system, which achieved top performance on the CyberGym benchmark and successfully discovered 16 vulnerabilities ahead of Patch Tuesday, is now available in private preview.

2026-05-13

Gaming Videos — 2026-05-13#

Watch First#

If you only have 7 seconds to spare today, watch the quick announcement for the upcoming Minecraft Live event. It’s incredibly brief, but it’s essential viewing for block-builders who need to mark their calendars for the big showcase.

Highlights by Theme#

Trailers & Announcements#

The Minecraft channel dropped a blink-and-you’ll-miss-it short to hype up their upcoming community broadcast, MINECRAFT LIVE ON MAY 30TH!. Clocking in at just seven seconds, the short gets right to the point, making sure players know exactly when to tune in for the latest game updates.

2026-05-13

Gaming News — 2026-05-13#

Top Story#

Nintendo is reportedly facing a “worst-case scenario” as massive Switch 2 leaks—including the recently announced Star Fox remake and a rumored Legend of Zelda: Ocarina of Time project—spoil their carefully managed pipeline. Former staff warn that these leaks severely compromise Nintendo’s ability to surprise fans and manage expectations, which could force an end to traditional Nintendo Direct broadcasts.

News & Reviews#

[Star Wars: Fate of the Old Republic Promises a Tighter RPG Experience] · IGN Game director Casey Hudson has assured fans that Star Wars: Fate of the Old Republic won’t be another bloated, 200-hour slog. The spiritual successor to KOTOR aims to offer branching storylines for replayability while keeping the main campaign focused so players can actually finish it. This lean development approach is a massive relief for gamers suffering from open-world fatigue, with Hudson promising a release before 2030.

2026-05-13

Hacker News — 2026-05-13#

Top Story#

GitHub’s absorption into Microsoft’s CoreAI division and its recent default opt-in for Copilot training data is pushing serious developers and the Dutch government toward self-hosted alternatives like Forgejo. It’s a stark reminder that if you don’t control the infrastructure, your repositories are treated as grist for the LLM mill.

Front Page Highlights#

[Preserving Fisher-Price Pixter] · dmitry.gr Dmitry.gr drops an absolute masterclass in reverse engineering, fully dumping and emulating the 2000s-era Fisher-Price Pixter toy line. He discovers an undocumented 6502 core, decodes bizarre “BEX” buses, and navigates some truly cursed cost-cutting hardware choices. This is exactly the kind of deep, obsessive hardware hacking that built this community.

2026-05-13

Simon Willison — 2026-05-13#

Highlight#

Simon’s standout experiment today demonstrates a clever UX workaround for sandboxed iframes, intercepting Content Security Policy (CSP) errors and passing them to the parent window for user approval. It is a great example of his hands-on AI-assisted programming, notably built using GPT-5.5 xhigh in the Codex desktop app.

Posts#

[CSP Allow-list Experiment] · Source This technical experiment explores how to load an app within a CSP-protected sandboxed iframe while maintaining a smooth user experience. Simon implemented a custom fetch() that catches CSP errors and passes them up to the parent window. The parent window can then prompt the user to add the blocked domain to an allow-list before refreshing the page. He built the tool using GPT-5.5 xhigh via the Codex desktop app.