2026-05-05

Sources

Seattle Local — 2026-05-05#

Top Story#

The Washington State Supreme Court denied a conservative committee’s request to pursue a fall referendum to repeal the state’s new income tax, widely known as the “millionaires tax”. This ruling blocks efforts to allow a public vote on the measure, effectively solidifying the new tax law.

2026-05-06

Sources

Engineering @ Scale — 2026-05-06#

Signal of the Day#

GitHub completely reframed how we test non-deterministic AI agents: instead of relying on linear test scripts that break on UI noise, they model executions as graphs and use compiler-theory dominator analysis to extract essential execution milestones. This structural validation achieved 100% accuracy in separating true execution failures from incidental environmental noise, a massive leap over agents trying to self-assess their own success.

2026-05-07

Sources

Seattle Local — 2026-05-07#

Top Story#

A 35-year-old man was arrested for arson after driving a van into the Everett Police precinct parking lot and intentionally setting it on fire with accelerants. The pressure built up and caused a massive explosion, which authorities said posed a significant danger to responding officers and the public.

2026-05-10

Sources

Tech Videos — 2026-05-10#

Watch First#

Two Roads to Durable Agents: Replay vs. Snapshot — Eric Allam, Trigger.dev Why: A highly practical look at how the shift to long-running LLM agents breaks traditional stateless backend architectures, requiring a return to stateful compute via microVM memory snapshots.

2026-05-10

Sources

Tech News — 2026-05-10#

Story of the Day#

Meta is aggressively tracking employee mouse movements and screen views to train its AI models, a move that is deeply demoralizing its workforce. The invasive tracking, paired with a massive 10% job cut to offset AI spending, highlights the harsh human cost of Big Tech’s desperate pivot to generative AI.

2026-05-11

Sources

Engineering @ Scale — 2026-05-11#

Signal of the Day#

Standardizing AI agent communication protocols like MCP solves the grammar of integrations, but productionizing them requires building comprehensive governance around the edges. Pinterest’s decision to bypass local developer servers in favor of Envoy-proxied cloud servers with decorator-level RBAC proves that secure, scalable agent infrastructure is built on strict network perimeters, not just standard API contracts.

2026-05-14

Sources

Engineering @ Scale — 2026-05-14#

Signal of the Day#

Cloudflare discovered a hidden, massive lock contention bottleneck in ClickHouse’s query planner after changing their partition schema, demonstrating that shifting data layout can severely degrade performance via internal mutexes even when disk I/O and rows read remain completely flat.

2026-05-16

Sources

Seattle Local — 2026-05-16#

Top Story#

19-year-old University of Washington student Juniper Blessing was fatally stabbed at an off-campus student housing complex on Sunday. Authorities have arrested 31-year-old Christopher Leahy in connection with the attack, setting his bail at $10 million as a growing campus memorial honors Blessing’s life.

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.