Generated Sep 10, 2026, 11:59 PM — new uploads from your subscribed channels, each with a short summary so you know what it's about before you click play.
The creator pit Claude Fable 5.1 and GPT-6 Astra against each other on identical prompts to build a native Mac clipboard manager. Astra built 'Shelf' — a wide bottom bar with cards and a preview pane — using fewer tokens and saving about an hour, enabling more revision cycles. Fable built 'Ledge' — a narrow right-side list — which looked good but was less usable due to missing hotkey defaults and small details. The key insight: beyond the first prompt, what matters is how many iterations you can afford and how the model handles real-world usability details. Astra used fewer tokens and completed the app faster, allowing more rounds of changes and a more polished final result. Fable 5.1 produced a visually appealing design but fell short on UX fundamentals like keyboard shortcut defaults. The 'race to done' is not about the first output but about how many revision cycles the model can sustain affordably. Both models produced functional, good-quality apps from the same brief, showing how far coding agents have come.
Vincent Wendy, senior creative designer at AI Engineer, shares how he delivers hundreds of design assets — stickers, signage, landing pages, speaker graphics, sponsor assets — as a single designer for a conference with 600+ sessions and 140+ sponsors. He relies heavily on AI automation to scale design output from a small team of ~12 people. The talk is a non-technical, real-world account of how one person can meet massive production demands through AI-assisted workflows. AI Engineer conference grew from 6,000 to 7,000+ attendees, with 140+ sponsors and 600+ sessions — all relying on one designer. Every deliverable — from stickers and swag to digital signage, landing pages, and track mascots — was created by a single designer. AI automation was the key enabler, allowing the small 12-15 person team to produce at massive scale. The talk focuses on practical, real-world experience rather than technical deep-dives.
Jeremiah Lowin introduces MCP apps, an extension of the MCP protocol that lets agents send full HTML/CSS/JS UIs directly to users instead of routing everything through the agent's context window. He demonstrates generating interactive, custom UIs in Python — effectively putting 'the internet into your agent.' This bypasses the traditional MCP request-response cycle and opens up new possibilities for agent-user interaction patterns. MCP apps extend the standard MCP protocol by allowing agent tool results to be sent as full HTML/CSS/JS UIs directly to the user. This bypasses the agent's context window bottleneck, enabling richer, interactive user experiences. The approach is implemented in Python and allows generating any custom UI on the fly, from forms to full dashboards. It fundamentally changes the agent-user interaction model from text-based to rich UI-based.
Thais Castello Branco, founder of Taste Labs, presents the mission to 'end AI slop' by training models on subjective domains like design. She breaks design into objective elements (color palettes, contrast, alignment) that can be treated deterministically and subjective elements (aesthetics) that require expert data. Taste Labs works with frontier labs on post-training data and RL environments to improve model performance in design, and also helps app-layer companies ship better design without touching the model layer. Taste Labs' mission is to decode subjective domains (design, writing) to eliminate AI-generated slop. Design elements like color contrast and alignment can be broken down into near-deterministic problems once context is well-defined. Subjective elements like aesthetics require expert disagreement handling and leaning on rich data. The company works on both the model layer (post-training, RL data) and the app layer (helping agent companies ship better design output).
Paul Bakaus presents 'Impeccable,' a design skill that works across coding harnesses (Claude Code, GitHub Copilot, Cursor, Codex) to dramatically improve UI quality through simple adjective-level commands like 'make it bolder.' He demonstrates before-and-after comparisons showing significant design improvements over vanilla model output. The tool addresses AI design slop and helps developers produce better-looking interfaces without becoming design experts themselves. Impeccable is a design skill layer that works across all major coding harnesses — Claude Code, Copilot, Cursor, Codex. Simple adjective-based prompts like 'make it bolder' or 'make the workflow section bolder' produce notably better UI design output. A side-by-side comparison with the same prompt on GPT-5.5 showed Impeccable produced a significantly better result than the raw model. The tool addresses common AI-generated design issues like overuse of section numbers and generic styling patterns ('AI slop').
Maximillian Piras discusses the challenge of measuring AI agent performance through mental models. He illustrates how most users run multiple agents in parallel — one for active focus, several in the background exploring different directions — but struggle to evaluate whether agents are actually making useful progress. The core thesis: agents that cannot be effectively measured cannot be properly managed, and better measurement frameworks are needed to avoid wasted compute on unproductive agent work. Developers commonly run multiple agents in parallel — one for active focus, many in background — to explore many directions at once. The key challenge is determining if agents are making useful progress or just spinning their wheels on low-value work. Effective measurement frameworks and mental models are essential for managing agent swarms at scale. Without measurement, you cannot distinguish between productive exploration and wasted compute.
Jonathan Gordon argues that the design-code roundtrip — a full, lossless loop between design and engineering with persistent provenance — does not truly exist with today's AI tools. While AI can generate design from code or code from design in one direction, the roundtrip requires bidirectional fidelity: changes in design should update code and vice versa without drift. He calls for a system that maintains provenance across both directions, preventing the typical gap between designer intent and shipped implementation. A true design-code roundtrip means full bidirectional fidelity without loss, with persistent provenance tracking where everything came from. Current AI tools excel at one-way generation (prompt-to-code or design-to-code) but fail at the roundtrip. Without a roundtrip, drift inevitably occurs between designer intent in Figma/mockups and what gets shipped in code. Jonathan has 30+ years building developer tools and IDE ecosystems, bringing deep experience to this problem.
Max Drake from tldraw demonstrates how AI agents can operate on an infinite visual canvas, combining LLMs with spatial/visual environments. He shows agents reading external documents (Notion) and building applications directly on the tldraw canvas. The talk explores the UX potential when language models work in space — agents can see, arrange, draw, and manipulate visual elements, opening up fundamentally new interaction patterns beyond chat. tldraw's infinite canvas SDK enables agents to work spatially — seeing, arranging, and manipulating visual elements in a 2D environment. Drake demonstrated an agent reading a Notion document and building a working app on the canvas autonomously. Spatial/visual agent interaction patterns go far beyond what chat-based interfaces can offer. tldraw provides both a consumer whiteboarding app and an SDK for embedding the infinite canvas in other products.