
Dominik Kundel
Developer and product leader working on Developer Experience and SDKs at OpenAI. He focuses on developer-facing generative AI tools and has presented demonstrations of Computer History for ChatGPT and Codex.
ChatGPT Uses Desktop Activity History to Recover Work Context
OpenAI’s Dominik Kundel presents Computer History as an opt-in Mac desktop feature that turns interaction events into an agent-readable record of recent work for ChatGPT and Codex. Rather than recording screens or audio, it tracks actions such as typing, clicking and app switching so users can refer to “that doc” or an earlier conversation without rebuilding context. Kundel says users can inspect, delete, pause or narrow the history, while ChatGPT can use it to suggest reusable skills and automations from recurring workflows.
Context, Permissions, and Network Overhead Define Agent Performance
OpenAI’s Dominik Kundel argues that an agent’s practical capabilities depend as much on its harness as on its model: the surrounding system determines how context is assembled, which tools are available, what actions require review, and how work persists across turns. In Codex, that means deferring tool definitions to protect context, matching file and shell interfaces to model training, and using constrained review agents for sandbox escalations. As inference accelerates, Kundel says, the harness must also reduce network overhead through stateful WebSocket transport and manage long-running work through explicit goals and context compaction.
GPT-5.6 Lets ChatGPT Complete Work Inside Existing Tools
OpenAI’s Dominik Kundel argues that ChatGPT’s GPT-5.6 desktop app is designed to complete work in the systems where it already resides, rather than merely generate instructions or text in a separate chat window. He divides that work by environment: an in-app browser for researching sites and assessing material, a Chrome connection for existing browser workflows such as expense entry, and computer use for desktop applications such as Apple Notes.
Codex Micro Brings Physical Controls to AI Workflows
OpenAI’s Dominik Kundel presents the Codex Micro, built with Work Louder, as a customizable hardware control surface for directing and monitoring Codex work. In a demo using GPT-5.6 Sol to build a browser word game, he uses dedicated controls for voice prompts, Plan mode, reasoning effort, task switching, permission approvals and queued follow-up requests. Kundel’s central claim is that users can map those actions to physical inputs around their own workflow rather than rely on a fixed keyboard layout.
ChatGPT Work Links Analytics, Computer Use, and Code Fixes
OpenAI’s Dominik Kundel presents ChatGPT Work as a mode for delegating work across connected apps, files, local projects, browser sessions, computer use and Codex, rather than as another chat interface. The walkthrough’s central claim is that ChatGPT can carry context through a full work chain: preparing recurring briefings, generating launch materials, analyzing product data, publishing a dashboard and, in the sharpest example, tracing a Mexico onboarding anomaly to a phone-validation bug and preparing the code fix for review.
Codex Can Now Work Inside Users’ Live Chrome Sessions
OpenAI’s Dominik Kundel presents Codex’s new Chrome extension for macOS and Windows as a way for the agent to work inside a user’s actual browser session, including logged-in apps, open tabs, cookies, and local context. He argues that plugins remain the faster route for structured tasks, but Chrome access matters when the work depends on a live web app, an existing browser state, or actions such as filling forms, uploading files, and coordinating work across multiple tabs without taking over the user’s browser.