2026-05-21

Sources

Tech Videos — 2026-05-21#

Watch First#

Software engineering at the tipping point by Google for Developers. Why: A highly pragmatic, sobering look at how a 10x increase in AI-generated code will completely break our current CI/CD, testing compute, and human code review pipelines unless we immediately adopt rigid “software ecology” and systems thinking.

2026-05-21

Chinese Tech Daily — 2026-05-21#

Top Story#

Alibaba released its next-generation flagship model, Qwen3.7-Max, signaling a decisive industry pivot from conversational LLMs toward task-executing autonomous agents. Topping domestic benchmarks in the Arena blind tests, the model boasts significant improvements in coding, tool utilization, and long-context processing. Most notably, Qwen3.7-Max autonomously optimized a production-grade attention kernel over 35 continuous hours, underscoring Alibaba’s ambition to position its Model-as-a-Service platform as a critical enterprise infrastructure for the Agentic era.

2026-05-22

Sources

Engineering @ Scale — 2026-05-22#

Signal of the Day#

Uber radically dropped its recommendation feature freshness latency from 24 hours down to mere seconds by replacing its daily-batch pointwise scoring systems with a near real-time, transformer-based sequence modeling architecture. This proves that migrating complex sequence modeling and listwise GenRec models into real-time pipelines can drastically out-perform traditional batch-computed feature engineering at massive consumer scale.

2026-05-22

Chinese Tech Daily — 2026-05-22#

Top Story#

The fiercest battle in developer tooling is currently playing out inside Microsoft’s own walls. According to GitHub面临生存之战!多位员工曝内部乱象:独立文化要没了,封杀Claude Code才能“活”, GitHub is facing an existential crisis marked by severe service outages, a string of security vulnerabilities, and plunging developer morale as its independent culture erodes under Microsoft’s core AI organization. The threat from competitors like Cursor and Anthropic’s Claude Code has grown so severe that Microsoft recently revoked internal access to Claude Code, forcing its thousands of engineers back to GitHub Copilot to artificially safeguard its internal dominance.

2026-05-23

Hacker News — 2026-05-23#

Top Story#

Pardon MIE? Bypassing Apple MIE The standout post today is a brilliant, highly technical teardown of CVE-2026-28952, revealing how researchers bypassed Apple’s heavily marketed Memory Integrity Enforcement (MIE) on the new M5 silicon. It took a three-person team and an AI assistant just five days to go from zero to a root shell. The vulnerability was a classic integer overflow inside _zalloc_ro_mut—the single trusted kernel function allowed to modify read-only zones—and Apple patched it by simply moving an overflow check two instructions earlier. It’s a perfect reminder that hardware-level memory tagging doesn’t protect you if the authorized gatekeeper can be tricked into writing to the wrong slot.

2026-05-23

Chinese Tech Daily — 2026-05-23#

Top Story#

DeepSeek is reportedly negotiating a massive $10 billion funding round that would push its valuation to roughly $45 billion, with founder Liang Wenfeng planning to personally invest up to 20 billion RMB. The move underscores the company’s commitment to pursuing Artificial General Intelligence (AGI) and open-source models rather than rushing short-term commercialization. At the same time, the company announced permanent price cuts for its DeepSeek-V4-Pro API, dropping the cost to a quarter of its original price starting in June to aggressively court developers.

2026-05-24

Hacker News — 2026-05-24#

Top Story#

Bambu Lab’s aggressive move against an open-source developer is sending shockwaves through the 3D printing community. After Bambu threatened a developer over his fork of OrcaSlicer—which bypassed Bambu’s proprietary network locks using their own AGPL-licensed code—the community has rallied, with prominent advocates and creators pledging tens of thousands of dollars to defend him. It is classic HN drama: a company that built an empire on open-source foundations (like PrusaSlicer and Slic3r) attempting to slam the door shut behind them.

2026-05-24

Sources

Tech Videos — 2026-05-24#

Watch First#

The AI paradox: More automation, more humans, more work | Dan Shipper from Lenny’s Podcast offers the most pragmatic signal today, arguing that AI automation is actually creating more demand for engineering review and pushing IDEs to become the primary operating system for all knowledge work. Instead of replacing engineers, models like GPT-5.5 require heavy oversight, turning software development into a process of managing agents and reviewing AI-generated code.

2026-05-24

Chinese Tech Daily — 2026-05-24#

Top Story#

The most striking report today details how London’s rampant smartphone thefts are fueling a sophisticated extortion ring tied to Chinese electronics markets. Stolen iPhones are smuggled to hubs like Shenzhen, where criminal networks use psychological warfare and violent threats—including fake Apple security alerts and videos of firearms—to coerce victims into unlocking their Apple IDs, allowing the devices to be resold on the black market at a premium rather than scrapped for parts.

2026-05-26

Chinese Tech Daily — 2026-05-26#

Top Story#

Microsoft has restricted its internal engineers from using Claude Code due to soaring token costs and strategic fears of losing control over its developer ecosystem. The move underscores Anthropic’s rapid expansion in the enterprise AI coding market, with Claude Code capturing significant market share as engineers increasingly prefer its large context window and agentic capabilities over GitHub Copilot. For Microsoft, this represents a stark realization that despite its heavy AI investments, it risks becoming a mere channel for external models rather than the core platform defining the future of AI engineering workflows.