Ai agents

⚡️ Why you should build Science Fiction — Sunil Pai, Cloudflare

⚡️ Why you should build Science Fiction — Sunil Pai, Cloudflare

Sunil Pai from Cloudflare discusses building efficient AI agent architectures using Durable Objects and Dynamic Workers as an alternative to platforms like Anthropic's. He explores the search for a standardized 'React-like' framework for agents, the culture of forking in open source, and encourages developers to pursue original, 'sci-fi' style projects.

Five AI Risks That Can Get You Fired—And How to Avoid Them

Five AI Risks That Can Get You Fired—And How to Avoid Them

Martin Keen explains five real-world AI risks that can lead to job loss: shadow AI, data leakage, hallucinations, prompt injection, and unauthorized AI agents. He emphasizes the critical need for strong AI governance to ensure safe and productive AI adoption in the workplace.

Lobster Trap: OpenClaw in Containers from Local to K8s and Back — Sally Ann O'Malley, Red Hat

Lobster Trap: OpenClaw in Containers from Local to K8s and Back — Sally Ann O'Malley, Red Hat

This talk presents a container-first methodology for developing, distributing, and managing AI agents. Using a stack of Podman for local development and Kubernetes for scalable deployment, this approach transforms personalized agent setups from messy collections of files into reproducible, secure, and portable container images that can serve as a team-wide baseline. The session covers practical techniques for secrets management, state persistence, and automated setup, highlighted by a real-world example from an Nvidia team using this pattern for model evaluations.

AI Agents Need Computers: 74% MoM Growth, 850K/Day Runs, & New Agent Cloud — Ivan Burazin, Daytona

AI Agents Need Computers: 74% MoM Growth, 850K/Day Runs, & New Agent Cloud — Ivan Burazin, Daytona

Daytona CEO Ivan Burazin discusses the company's pivot from developer environments to composable computers for AI agents. He explains the unique infrastructure challenges posed by spiky RL and eval workloads, Daytona's bare-metal architecture with a custom scheduler for high performance, and the future need for stateful Windows and macOS sandboxes to automate knowledge work.

Cooking with Agents in VS Code — Liam Hampton, Microsoft

Cooking with Agents in VS Code — Liam Hampton, Microsoft

Liam Hampton from Microsoft presents a practical framework for using AI agents effectively by categorizing them into three types: local, background, and cloud. He demonstrates how to run all three simultaneously from a single VS Code interface to solve separate problems in one codebase, showcasing a powerful, integrated developer workflow.

Scaling Agents on Kubernetes with acpx and ACP — Onur Solmaz, OpenClaw

Scaling Agents on Kubernetes with acpx and ACP — Onur Solmaz, OpenClaw

Onur Solmaz from OpenClaw discusses the challenge of managing 300-500 daily, often AI-generated, pull requests. He introduces ACPX, a headless CLI for the Agent Client Protocol (ACP), designed to automate PR triage through a node-based workflow. The talk culminates in a vision for on-demand, disposable agent pods on Kubernetes, managed by a Go operator that provisions and tears down full compute environments per task, wiring them into chat platforms like Slack.