2026-05-12

Sources

Tech Videos — 2026-05-12#

Watch First#

OpenAI’s Computer use in Codex features a highly compelling demo of Codex driving local Mac applications completely autonomously. It moves the goalpost of what an AI agent can do from purely textual generation into actual graphical desktop control, avoiding the need for fragile bespoke tools by baking the capability directly into the mainline models.

2026-05-17

Sources

Tech Videos — 2026-05-17#

Watch First#

Fighting AI with AI — Lawrence Jones, Incident is a masterclass in pragmatic AI engineering for testing complex, multi-prompt agent systems. The standout trick: instead of fighting complex evaluation UIs, incident.io serializes massive UI trace graphs into static local file systems for Claude Code to natively ingest and debug, allowing the agent to effortlessly trace errors through hundreds of tool calls.