OpenAI just flipped the script on workflow automation. On June 17, 2026, the company launched Record and Replay for Codex on macOS. You perform a task once — clicking through apps, copying data, filling a form — and Codex watches, learns, and turns it into a reusable skill file called SKILL.md. No Python, no JSON, no API calls. Just demo and done.
This is the kind of leap that turns “AI co-pilot” from buzzword into practical tool for anyone who spends hours on repetitive digital chores.
What Happened
Record and Replay is currently macOS-only. You open Codex, hit record, and perform a linear workflow — say, extracting customer names from a spreadsheet and pasting them into a CRM. Codex captures every click and keystroke, then generates a skill file that can be called again with different inputs. The skill lives on your machine and can be shared or refined.
The feature builds on Codex’s existing ability to generate code from natural language. Instead of describing what you want, you show it. For power users, this means faster prototyping. For non-coders, it’s a door into automation they’ve never had before.
OpenAI hasn’t disclosed availability for Windows or Linux yet. The skill files are plain text (Markdown with embedded instructions), making them version-control friendly and theoretically portable. Early demos show skills handling multi-step browser tasks, file manipulations, and data entry without errors, though complex branching logic likely still requires manual tweaking.
My Take
This is the first time I’ve seen a major AI company productize “watch-me-do-it” automation for everyday users. The implications are huge: small businesses can automate invoice processing, researchers can scrape and format data, designers can batch export assets — all without hiring a developer.
The catch? It’s locked to macOS, which is smart for launch (consistent environment, privacy controls) but limits immediate reach. Also, “watch once” works for linear tasks; anything with conditional logic or error handling still demands manual intervention. Still, this is a wedge into a market that’s been underserved by no-code tools like Zapier, which require configuration, not demonstration.
What excites me most is the skill file format. If OpenAI open-sources the spec or allows sharing in a marketplace, we could see a Cambrian explosion of community-built automations. That’s where the real value compounds.
What to Watch
- Cross-platform rollout — Will Windows and Linux get Record and Replay? When? That will determine how quickly the feature becomes essential.
- Skill sharing economy — Will OpenAI launch a repository or marketplace for user-created skills? That could rival app-store ecosystems.
- Error handling improvements — How well does the system deal with unexpected pop-ups, network delays, or UI changes? The next update’s reliability will make or break trust.
