2026-05-05

Simon Willison — 2026-05-05#

Highlight#

The most substantive read today is Simon’s commentary on an AI-run cafe in Stockholm, where he draws a hard ethical line against autonomous AI agents wasting the time of unconsenting humans.

Posts#

Our AI started a cafe in Stockholm · Source Simon reviews an experiment by Andon Labs where an AI manages a physical cafe in Sweden. While the AI’s mistakes are initially amusing—like ordering 120 eggs without a stove or hoarding 6,000 napkins—Simon highlights the problematic nature of these autonomous agents. He argues it is highly unethical to deploy agents that waste police time by submitting AI-generated sketches for permits or spamming real-world suppliers with “EMERGENCY” emails to fix AI mistakes. His core takeaway is that any outbound AI actions affecting other people must keep a human-in-the-loop.

2026-05-05

Sources

Tech Videos — 2026-05-05#

Watch First#

Let AI Agents Tell You What They Need — Raj Navakoti, IKEA from the AI Engineer conference is the most grounded talk today. It pragmatically argues against blind “push” strategies for RAG and MCP, proposing instead to let agents fail on real Jira tickets to identify undocumented tribal knowledge so humans can efficiently fill the exact missing gaps in the documentation.

2026-05-05

Sources

Engineering @ Scale — 2026-05-05#

Signal of the Day#

In an industry relentlessly pushing the separation of compute and storage, Instacart achieved a 10x write reduction and halved their search latency by doing the exact opposite: ripping out Elasticsearch and moving text/vector search directly into their Postgres transactional database. By co-locating semantic vectors with real-time inventory data using pgvector, they eliminated massive application-layer data joins and expensive overfetching, proving that bringing compute directly to the data is often the superior architectural choice for latency-sensitive operational workloads.

2026-05-05

Sources

Tech News — 2026-05-05#

Story of the Day#

Apple is facing a harsh reality check on its AI promises, agreeing to a $250 million settlement for misleading iPhone buyers about its delayed Apple Intelligence features. Forced to adapt, the company will reportedly open iOS 27 to third-party AI models, allowing users to swap out Siri for alternative chatbots system-wide.

2026-05-05

Chinese Tech Daily — 2026-05-05#

Top Story#

Vercel Open-Sources Open Agents for Background AI Coding Workflows. Vercel has open-sourced Open Agents, providing a full-stack reference architecture to create and run persistent, background AI coding agents. By decoupling the agent logic from a sandboxed execution environment that handles file systems, shell commands, and dev servers, the release marks a significant shift from simple request-bound tools to autonomous, long-running systems capable of independently managing complex code changes across multiple steps.

2026-05-06

Sources

The AI Infrastructure Squeeze and Corporate Reckonings — 2026-05-06#

Highlights#

Today’s discourse reveals an industry caught between astronomical infrastructure scaling and sobering reality checks. While major players secure immense new compute streams—ranging from residential wall-mounted GPU clusters to orbital supercomputers—market analysts and executives are starting to openly question the financial viability and actual utility of these trillion-dollar bets. Simultaneously, gripping courtroom testimonies are peeling back the curtain on the corporate governance crises that defined last year’s leadership shakeups, exposing a severe deficit of trust at the top of the industry.

2026-05-06

Sources

AI Reddit — 2026-05-06#

The Buzz#

The community’s bullshit radar is fully activated over SubQ, a newly announced architecture claiming a 12M token context window, fully sub-quadratic sparse-attention, and inference speeds 52x faster than FlashAttention. While the marketing claims it costs less than 5% of Opus, practitioners are pointing out severe discrepancies between the research metrics and production realities, particularly noting a known sparse-attention failure mode where accuracy drops significantly under serving loads. Until a technical report or reproducible code drops, the general consensus is to treat this “major breakthrough” with extreme skepticism.

2026-05-06

Sources

Apple Daily Digest: Siri Lawsuit Settlement, iPhone 18 Delays, and Mac Memory Cuts — 2026-05-06#

Highlights#

Today’s news is heavily influenced by sweeping changes to Apple’s AI and supply chain strategies. Apple’s ongoing Siri rollout has resulted in a $250 million class-action settlement over advertised features, while at the same time, extensive leaks detail the highly-anticipated Siri overhaul coming in iOS 27. Meanwhile, significant component shortages are forcing Apple to quietly ax high-RAM Mac options and diversify its chip manufacturing, leading to massive stock jumps for Intel and Samsung.

2026-05-06

CNBeta — 2026-05-06#

Top Story#

According to a cnbeta report, Chinese AI giant DeepSeek is reportedly seeking to raise up to $4 billion at a staggering $50 billion valuation, with China’s state-backed national AI fund negotiating to lead the round. This massive capital injection aims to scale computing resources as the industry shifts toward highly autonomous, compute-hungry agentic systems, cementing DeepSeek’s status in the escalating global AI arms race alongside competitors like ByteDance and OpenAI,.

2026-05-06

Sources

Company@X — 2026-05-06#

Signal of the Day#

OpenAI partnered with AMD, Broadcom, Intel, Microsoft, and NVIDIA to release Multipath Reliable Connection (MRC), a new open networking protocol that reduces wasted GPU time and accelerates large AI training clusters. The protocol is already deployed across OpenAI’s frontier supercomputing sites and is being made available to the entire industry via the Open Compute Project.