Developer tools

Coding Agents & Language Evolution: Navigating Uncharted Waters • José Valim • GOTO 2025

Coding Agents & Language Evolution: Navigating Uncharted Waters • José Valim • GOTO 2025

José Valim deconstructs coding agents into three core components—instructions, tools, and runtimes—arguing for a shift away from fragmented tools towards integrated runtimes. He introduces AGENTS.md for better instructions, critiques the security and usability limitations of current tool protocols (MCPs), and showcases how integrated runtimes can provide agents with the deep context (via introspection) needed to create a more powerful and secure developer experience.

Boris Cherny: How We Built Claude Code

Boris Cherny: How We Built Claude Code

Boris Cherny, creator of Claude Code, shares the development philosophy behind the AI coding tool, emphasizing building for future models, leveraging latent user demand, and the surprising longevity of the terminal interface.

OpenClaw Creator Explains How He Built The Viral Agent

OpenClaw Creator Explains How He Built The Viral Agent

Peter Steinberger, the creator of the viral open-source AI assistant OpenClaw, discusses the project's core philosophy. He covers why local-first agents are a paradigm shift, the future of software in a world without apps, the power of swarm intelligence over centralized AI, and his contrarian development principles.

Making the Case for the Terminal as AI's Workbench: Warp’s Zach Lloyd

Making the Case for the Terminal as AI's Workbench: Warp’s Zach Lloyd

Zach Lloyd, founder of Warp, discusses how the terminal is becoming the central workbench for AI-powered development. He explores the convergence of IDEs and terminals, the rise of cloud-based agent swarms, and his thesis that coding will soon be a "solved" problem, making the clear expression of human intent the final bottleneck.

Co-Engineering: The New Era of Human-AI Collaboration

Co-Engineering: The New Era of Human-AI Collaboration

Kiriti Badam from OpenAI introduces 'co-engineering,' a new paradigm where humans and AI agents collaborate as teammates in the software development lifecycle. He outlines key principles for effectively integrating AI agents into enterprise workflows, focusing on context management, security, and iterative improvement.

Getting started with Codex

Getting started with Codex

This is a step-by-step walkthrough for onboarding to OpenAI Codex. It covers installing the CLI and VS Code extension, configuring your workflow with agents.md and config.toml, and applying effective prompting patterns. The session also dives into advanced use cases, including integrating external tools via MCPs, running Codex programmatically in headless mode, and building multi-agent systems with the Agents SDK.