OpenAI Codex Record & Replay
- Video: Record & Replay in Codex
- Channel: OpenAI
- Upload date: June 18, 2026
- Duration: 2:05
- Topic tags: OpenAI Codex, Record & Replay, agent skills, computer use, browser use, workflow automation, audit trails
Record & Replay in Codex is a short OpenAI product demo about turning a demonstrated workflow into a reusable Codex skill. It belongs beside OpenAI Codex and the New Shape of Product Work, the weekly metrics reporting agent, AI Coding Agents, AI Browsers and Computer Use, Agent Tool Permission Protocol, and Agent Audit and Incident Review.
The demo is narrow but important. The user records a repeated YouTube publishing process: pull metadata from a spreadsheet, find matching assets, fill YouTube Studio fields, add a thumbnail, add English captions, save the upload as private, and verify the result. Codex then turns the demonstration into a skill and applies it to the next upload package. The point is not video publishing as such. The point is that a human workflow becomes captured, inspectable, editable, and reusable by an agent.
Showing Becomes Programming
Record & Replay changes the authoring surface for agent behavior. Instead of writing a long prompt, a user demonstrates a procedure. OpenAI's developer documentation says the feature is meant for stable, repeatable workflows that are easier to show than describe, such as filing an expense report, creating a configured issue, publishing a video, or downloading a recurring report. That is a shift from instruction writing toward process capture.
For this site, that matters because the captured process includes preferences, source locations, naming conventions, approval habits, and silent institutional know-how. A skill can preserve useful tacit knowledge, but it can also freeze bad habits, hidden permissions, unclear accountability, and accidental overreach. The governance question is not just whether Codex can repeat the task. It is whether the repeated task is still the right task, with the right data, for the right user, under the right review rule.
Reusable Skills Need Receipts
The strongest safety affordance in the video is inspectability. Codex reviews the recording and turns what it learned into a skill; the description says that skill is inspectable and editable. That is the right direction. A reusable agent procedure should not be a private memory of what the model thinks the user did. It should be a readable artifact: what sources it uses, what apps it touches, what fields it changes, what success criteria it checks, and what it refuses to do.
This is where a skill becomes a governance object. If a team reuses a publishing skill, an expense skill, or a report-generation skill, the organization needs version history, owner, permissions, test cases, review frequency, and a way to disable the skill when the surrounding system changes. A stale skill can be worse than a stale prompt because it carries action authority, not only text.
Computer Use Expands the Risk Surface
OpenAI's docs say Record & Replay requires Computer Use and can later use Computer Use, browser actions, connected plugins, or a combination of them. That makes the feature powerful because it can cross ordinary product boundaries. It can observe a workflow in one app, use a browser, pull from a folder, consult a spreadsheet, and act in a service UI.
That same surface demands discipline. The OpenAI help material says Codex observes the actions and window content needed to learn the workflow and advises users to keep recordings focused and avoid entering secrets or sensitive data during recording. That warning is not a footnote. It is the core privacy issue: showing an agent how work happens can expose exactly the sensitive fields, tokens, customer names, internal URLs, or account habits that were never meant to become reusable automation material.
Evidence and Limits
The YouTube transcript and metadata establish the demo's concrete workflow, date, duration, and OpenAI source. OpenAI's Record & Replay guide confirms the product frame: macOS availability, demonstrated workflows, generated skills, Computer Use, browser actions, connected plugins, and suitability for stable repeatable work. OpenAI's Codex skills documentation adds that Record & Replay can draft a reusable skill from a demonstrated workflow.
The limits are direct. This is a first-party product demo, not an independent reliability test. It does not prove that generated skills are complete, secure, robust to UI changes, safe under prompt injection, correct across edge cases, or appropriate for regulated workflows. Treat it as strong evidence that OpenAI is turning desktop and browser workflows into reusable agent skills, and weak evidence for whether any particular organization can deploy those skills without a review process.
Sources
- YouTube, Record & Replay in Codex, OpenAI, uploaded June 18, 2026.
- OpenAI Developers, Record & Replay, Codex documentation.
- OpenAI Developers, Agent Skills, Codex documentation.
- OpenAI Help Center, Using Codex with your ChatGPT plan.