Developer tools

How Supabase Became One Of The Fastest Growing DevTool Companies In The World

How Supabase Became One Of The Fastest Growing DevTool Companies In The World

Supabase CEO Paul Copplestone details how a frustrating Firebase migration sparked an open-source side project that grew into a decacorn. He explains the strategic choice of PostgreSQL and open source, the evolution of developer experience to achieve 5-second time-to-value, and the transformative impact of AI agents, which now launch millions of Supabase databases monthly. The conversation also covers the challenges and advantages of a fully distributed workforce and the future bet on 'self-driving databases' to address the complex 'operate' stage of AI-driven development.

Agents Need Feature Flags - Sachin Gupta

Agents Need Feature Flags - Sachin Gupta

AI teams are deploying advanced agent systems without the fundamental safety mechanisms (feature flags, canaries, kill switches) that web teams adopted over a decade ago. This oversight leads to critical incidents like data deletion and financial loss. This talk introduces six agent-specific feature flag types—for prompts, tools, models, memory, autonomy, and sub-agents—and outlines a practical playbook for secure AI deployment, emphasizing the critical role of a pre-wired kill switch to manage the high blast radius of AI agents.

The Golden Age of AI Engineering — Alexander Embiricos & Romain Huet & Peter Steinberger, OpenAI

The Golden Age of AI Engineering — Alexander Embiricos & Romain Huet & Peter Steinberger, OpenAI

OpenAI's Romain Huet and Alexander Embiricos, joined by Peter Steinberger, outline the explosive progress of Codex at Dev Day 2024. They highlight the shift from manual coding to managing autonomous agents, enabled by rapid model iteration (every 6 weeks), open-source developer tools, and optimizations for cost-effectiveness ($1/M input tokens) and blazing inference speed (750 tokens/sec). The discussion centers on empowering AI engineers, not replacing them, by evolving agent capabilities, fostering an open ecosystem, and addressing future challenges like seamless local/cloud task execution and human attention as the new bottleneck in agent orchestration.

What do we build now? — Theo Browne, @t3dotgg

What do we build now? — Theo Browne, @t3dotgg

Theo Browne's keynote from AIEWF2026 urges software engineers to fundamentally change product development in response to rapidly evolving AI models (Sonnet 3.5 to Mythos). He advocates for rejecting legacy mental models and tools (skeuomorphism), embracing a new "Markdown tier" for projects, and thinking "wider" instead of just "deeper" by building extensible platforms that can challenge industry giants. The core message is to be more ambitious, as AI has drastically lowered the barrier to entry for complex, broad-reaching solutions.

GTM Is You - Victoria Melnikova, Evil Martians

GTM Is You - Victoria Melnikova, Evil Martians

Victoria Melnikova discusses optimal Go-To-Market strategies for developer tools and AI startups, asserting that a founder's personal brand is the most underrated competitive advantage in 2026. She covers foundational GTM hygiene, the strategic importance of San Francisco, effective advertising and event tactics, embracing unconventional marketing, and the critical role of authenticity and personal connection in building trust and cutting through digital noise.

What Is AI Code Refactoring? Agentic AI & Safe Code Changes

What Is AI Code Refactoring? Agentic AI & Safe Code Changes

This video explores AI code refactoring, differentiating between inline and autonomous agentic approaches. It highlights how AI can leverage pattern recognition for tasks like improving readability or reducing duplication, thereby addressing technical debt. A key focus is on the safety guardrails, detailing a multi-step, human-in-the-loop process involving planning, searching, reporting, human approval, patching, and verification through testing, ensuring AI-driven changes are safe for production and can integrate into CI/CD pipelines.