Build Hour: API & Codex
Quick Overview
OpenAI's Build Hour session introduced the third phase of AI in software development: agent delegation, highlighted by new features in Codex including GPT-5.4 with KUA capabilities, up to a million tokens context, and tool search, alongside the Windows-native Codex desktop app featuring skills and apps for advanced workflow automation.
Key Points: The progression of AI in software development is now in the third phase, agent delegation, moving beyond autocomplete (phase one) and pair programming (phase two), enabling management of multiple agents for large tasks via the Codex desktop app. New features include GPT-5.4, which offers native state-of-the-art computer use agent (KUA) capabilities, supports up to a million tokens of context, and uses a new tool search for progressive disclosure of tools. The Codex desktop app is now available on Windows with native sandboxing and introduced features like 'skills' (context for agents) and 'apps' (formerly connectors) for integrating daily tools. API updates feature a new code mode allowing the model to generate JavaScript for ripple execution, and a 'hosted shell' tool providing a container environment for executing bash commands securely. Harness engineering focuses on making repositories 'agent legible' by encoding non-functional requirements through tests, lints, and documentation, exemplified by the Symfony repo analysis which received a B-grade on legibility metrics. Basis co-founder Mitch demonstrated using Codex to automate company processes beyond coding, emphasizing the need to shift from doing to managing, and using 'agents.mmd' and 'skills' with owners for canonical context management. Through harness engineering patterns, throughput increased from 'a quarter or half an engineer's worth' to 'three to 10 engineers worth of throughput per engineer' by encoding team expertise into the codebase constraints.
Context: This OpenAI Build Hour session, hosted by Christine, Charlie (Dev X team), and Ryan (visiting from Seattle), focused on maximizing engineering work using OpenAI's Codex, specifically detailing recent updates to the Codex API and the desktop application. The session aimed to teach attendees how to use Codex for next-level engineering tasks beyond simple pair programming, featuring a demo on agent legibility scoring and a discussion on harness engineering principles.