2026-05-18

Sources

Tech Videos — 2026-05-18#

Watch First#

Build Agents That Run for Hours (Without Losing the Plot) — Ash Prabaker & Andrew Wilson, Anthropic is a masterclass in scaffolding for LLMs that goes beyond “vibes”, detailing the specific adversarial generator/evaluator patterns needed to keep an agent on track over 12-hour context windows. It’s a required watch if you are building autonomous systems that need to execute reliable software engineering tasks for hours instead of minutes.

2026-05-19

Sources

Company@X — 2026-05-19#

Signal of the Day#

Google dominated the tech cycle at I/O by officially transitioning its focus from conversational chatbots to autonomous, parallel-executing agents, anchored by the launch of Gemini 3.5 Flash and Antigravity 2.0. The shift from chat to systemic action was proven in a remarkable demo where a swarm of 93 agents autonomously wrote a functional operating system from scratch in 12 hours using less than $1,000 in API credits.

2026-05-19

Sources

Tech Videos — 2026-05-19#

Watch First#

If you only watch one video today, skip the conference recap fluff and check out Anders Hejlsberg: How TypeScript was created from The Pragmatic Engineer. It provides actual architectural signal and historical context from the creator of a massive ecosystem tool, rather than just another pitch for immature “agentic” workflows.

2026-05-20

Sources

Company@X — 2026-05-20#

Signal of the Day#

OpenAI’s general-purpose reasoning model autonomously solved the planar unit distance problem, a famous open mathematical question posed by Paul Erdős in 1946. This marks a historic milestone as the first time an AI system has autonomously solved a prominent open problem central to a field of mathematics, signaling a shift toward AI capable of executing long, difficult chains of reasoning.

2026-05-20

Sources

Tech Videos — 2026-05-20#

Watch First#

Why Rust is different, with Alice Ryhl on The Pragmatic Engineer is a genuinely insightful deep dive into Rust’s memory safety, the borrow checker, and its growing integration into the Linux kernel, avoiding the usual marketing fluff.

2026-05-20

Chinese Tech Daily — 2026-05-20#

Top Story#

Alibaba Cloud’s CIO team has achieved massive productivity gains by explicitly banning a popular industry vanity metric: the “AI code generation rate.” Instead of chasing raw lines of AI-generated code—which they argue often just scales up technical debt—the team successfully reorganized around end-to-end business value and new “Half-Stack” developer roles, proving that AI’s true enterprise value lies in redefining the workflow, not just replacing the coder.

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-22

Sources

Company@X — 2026-05-22#

Signal of the Day#

The decisive shift toward autonomous, long-running agentic workflows was on full display today. Both Google and OpenAI announced solutions that decouple AI from synchronous chat: Google introduced Gemini Spark, a 24/7 personal agent for persistent digital workflows, while OpenAI launched a “Goal mode” allowing Codex to autonomously pursue complex objectives over several days.

2026-05-22

Sources

Tech Videos — 2026-05-22#

Watch First#

The standout video today is Chip design from the bottom up – Reiner Pope from the Dwarkesh Patel channel. Reiner Pope (CEO of MatX) provides a phenomenal, zero-fluff explanation of how AI chips fundamentally work—starting from basic logic gates, detailing the specific math of multiplier-accumulators, and building all the way up to why systolic arrays efficiently balance compute versus communication in modern TPUs and GPUs.

2026-05-23

Sources

Tech Videos — 2026-05-23#

Watch First#

Your Agent Is an Infinite Canvas — RL Nabors, Dressed for Space is the most actionable talk of the day, showing developers how to move past purely text-based agent chat interfaces by serving fully interactive HTML/JS UI components directly into LLM environments via the Model Context Protocol (MCP).