2026-06-19

Sources

Engineering @ Scale — 2026-06-19#

Signal of the Day#

Netflix’s shift to a hierarchical System 1 / System 2 architecture for notifications demonstrates that you cannot optimize for long-term user health and real-time execution in the same system. By decoupling weekly strategic pacing from real-time ranking and bridging them with a stateful feature store, teams can elegantly optimize for conflicting horizons without cross-contamination.

2026-06-21

Sources

Tech Videos — 2026-06-21#

Watch First#

Building the most AI-pilled engineering team in the world | Fiona Fung (Anthropic) is a must-watch for engineering leaders trying to understand the practical realities, cultural shifts, and quality-control bottlenecks of managing product teams that are actually shipping 8x more code per quarter using AI agents.

2026-06-22

Sources

Tech Videos — 2026-06-22#

Watch First#

Opening Keynote | Compile 26 from Cursor outlines a significant architectural shift in AI coding tools: moving agents off local loops onto always-on cloud instances with dedicated dev environments, plus the launch of an agent-native Git platform called Origin.

2026-06-23

Sources

Company@X — 2026-06-23#

Signal of the Day#

Amazon Web Services (AWS) launched an architecture-level upgrade for Amazon Connect, introducing Agentic CX Designer and Live Sync. This signals a massive enterprise push to let business users build no-code agentic experiences where voice and screen actions synchronize in real-time, moving far beyond standard conversational AI.

2026-06-23

Sources

Tech Videos — 2026-06-23#

Watch First#

Closer to the Material, Ryo Lu | Compile 26 from Cursor is a highly recommended watch that rejects the “black box” slot-machine model of AI dev tools in favor of a transparent “Glass” UI paradigm. It offers a sharp, philosophical architecture discussion on why exposing an agent’s planning, state, and tool execution is necessary to preserve engineering judgment and taste as software generation costs approach zero.

2026-06-23

Chinese Tech Daily — 2026-06-23#

Top Story#

Tencent has quietly rolled out its first native AI assistant, “Xiaowei” (小微), placing a highly visible green-eyed AI entry point directly on the WeChat homepage. This is arguably WeChat’s most significant update in years, as Xiaowei is deeply integrated into the app’s ecosystem, allowing users to execute tasks like searching their Moments timelines, summarizing chat histories, and directly calling mini-programs. By utilizing a user’s private social graph and chat memories as a unique context window, WeChat is leveraging its proprietary WeLM model to create a deeply personalized AI that general-purpose third-party chatbots simply cannot replicate.

2026-06-24

Sources

Tech Videos — 2026-06-24#

Watch First#

The live demo from PlanetScale’s CEO at Compile 26 is highly worth your time for demonstrating practical primitives that safely let non-deterministic agents manipulate infrastructure without causing production outages. It cuts through the AI agent hype by showing how modern platforms actually need to build explicit guardrails (like zero-data-loss rollback) for autonomous coding loops to be viable.

2026-06-24

Chinese Tech Daily — 2026-06-24#

Top Story#

Meta emergency pauses employee AI-training tracking over massive data leak Meta has indefinitely suspended a controversial internal initiative that tracked employee computer usage to train AI models, following a severe data leak. The “Model Compatibility Initiative” (MCI) unintentionally exposed 45,000 internal databases—including private employee chats, prompt transcripts, and sensitive performance data—to the entire company. The breach has cratered internal morale, prompting fierce employee backlash against leadership’s authoritarian approach to AI data collection.

2026-06-25

Sources

Tech Videos — 2026-06-25#

Watch First#

The Miranda Hypothesis: How Hamilton Poisoned Persona Evals is a rigorous, must-watch takedown of current LLM benchmarks, demonstrating that persona evaluations measure fluency and pop-culture composites rather than historical accuracy.

2026-06-26

Sources

Tech Videos — 2026-06-26#

Watch First#

Stop Writing Tone Instructions. Layer Them. Isadora Martin-Dye delivers a production-tested masterclass on managing AI agents, arguing against standard prompt engineering in favor of a rigid 4-layer architectural stack that ends in a deterministic, non-LLM veto.