Ai agents

You Can't Prompt the Room: The Last Skill AI Won't Replace - Balázs Horváth, VisualLabs

You Can't Prompt the Room: The Last Skill AI Won't Replace - Balázs Horváth, VisualLabs

AI has shifted the software development bottleneck from coding to defining *what* to build. This talk emphasizes the critical role of human skills in eliciting true requirements and understanding business value, detailing practical tools like story mapping, a 4-question value framework, and the VAD thinking path to ensure valuable AI-driven solutions are built, focusing on impact over mere feature delivery.

Voice In, Visuals Out: The Agony and the Ecstasy - Allen Pike, Forestwalk Labs

Voice In, Visuals Out: The Agony and the Ecstasy - Allen Pike, Forestwalk Labs

Allen Pike (Forestwalk Labs) discusses the power of "voice-in, visuals-out" AI experiences, a paradigm championed by Andrej Karpathy. He highlights the critical challenge of latency in real-time AI interactions and shares three key techniques for achieving low-latency, delightful user experiences: utilizing fast models, employing short inference intervals, and implementing stable caching regimens.

Building an Autonomous Engineering Org - Angie Jones, Agentic AI Foundation

Building an Autonomous Engineering Org - Angie Jones, Agentic AI Foundation

Angie Jones details Block's journey in transforming its engineering organization into an autonomous one using AI agents. She outlines a five-stage AI maturity model, the strategic implementation of an 'AI Champions' program, and the technical steps taken to make repositories AI-ready and enable seamless agent delegation directly within developer workflows. The talk covers challenges in scaling multi-agent parallelism, including code review bottlenecks and resource management, and the development of an orchestrator ('Builder Bot') and 'Company World Model' to achieve full autonomy. It concludes with a critical reflection on the ethical implications of achieving such high levels of AI-driven automation.

Turbocharge Your Agent's Retrieval with TurboQuant - Shashi Jagtap, Superagentic AI

Turbocharge Your Agent's Retrieval with TurboQuant - Shashi Jagtap, Superagentic AI

This talk introduces TurboQuant, a training-free compression method from Google Research that reduces embedding memory footprint by 5x (from 32-bit to 3-4 bits) without losing search quality. It details how TurboQuant works through scalar quantization and a crucial one-bit error correction step, QJL, enabling agents to remember more on existing hardware by optimizing both KV cache and RAG vector stores. A live demo showcases its effectiveness, making it a vendor-neutral solution for efficient AI agent retrieval.

OpenAI Codex lead on the new shape of product work | Andrew Ambrosino

OpenAI Codex lead on the new shape of product work | Andrew Ambrosino

Andrew Ambrosino, Product and Engineering Lead for the Codex app at OpenAI, details how AI is transforming product development, shifting focus from implementation to curation and the crucial role of "taste." He discusses AI's current limitations in design, the evolving nature of product roles, and OpenAI's "zone defense" approach to product management. Ambrosino shares his personal workflow with Codex and outlines the vision for it as an intelligent "home base" that orchestrates work across various applications, exemplified by a story of Codex building a Premiere Pro extension.

The Promptware Kill Chain: How Prompt Injection Becomes AI Malware

The Promptware Kill Chain: How Prompt Injection Becomes AI Malware

Promptware introduces a new class of AI malware leveraging prompt injections to exploit architectural flaws in LLMs. This summary details The Promptware Kill Chain, covering stages from initial access and jailbreaking to persistence, lateral movement, and real-world impact. It emphasizes the critical need for a Zero Trust approach, treating AI agents as hostile runtimes to defend against these sophisticated AI-native threats.