10x Design in Claude Code and Codex

TL;DR
Codex Computer History gives agents a rolling view of work across apps. Here is how it works, where it helps, and the privacy boundaries developers should understand.
Most coding agents only understand what happens inside the current conversation.
Codex Computer History gives the agent a broader view. It records an eligible stream of local computer activity, summarizes that activity, and lets Codex answer questions about how work unfolded across browsers, terminals, editors, and other applications.
The obvious use is remembering what you were doing.
The better use is finding work you should automate.
Computer History is a bundled Codex plugin that maintains a rolling local event stream after it has been enabled.
That stream can include observable details such as:
Computer History then creates memory summaries over those events. Short summaries preserve detailed activity from narrow windows. Longer summaries make it easier to understand broader workflows without reading every individual event.
Codex can start with the summaries, locate a relevant period, and inspect the underlying events when more precise evidence is required.
OpenAI describes plugins as extensions that can combine skills, connected tools, and optional interfaces. Computer History fits that model by supplying Codex with local activity context. The public OpenAI developer hub documents the broader plugin model, although OpenAI does not currently appear to publish a dedicated Computer History product page.
Availability and behavior may therefore vary by Codex app version, account, platform, and rollout.
Chat history tells an agent what was discussed.
Computer History can reveal what happened outside the conversation.
A task might begin in a browser, continue in a terminal, move into an editor, and finish in another application. The individual tools do not necessarily know that these actions belong to the same workflow.
Computer History can help connect those events.
That makes questions like these possible:
The last two are where the feature becomes especially useful.
A good skill captures more than a prompt.
It preserves the decisions, checks, boundaries, and failure handling required to complete a recurring task reliably. If you are new to that model, start with the broader guide to agent workspaces and filesystem contracts.
Computer History can help identify those ingredients by looking for patterns such as:
A useful request might be:
Review my recent Computer History and rank the best workflows to turn into skills. Consider repetition, time saved, recurring errors, and the amount of judgment that could be encoded.
Codex can then inspect the summaries, follow the relevant event citations, and produce a shortlist.
This is more useful than asking the model to generate a giant permanent instruction file. A narrow skill can preserve one proven workflow without polluting unrelated tasks.
From the archive
Aug 23, 2026 • 7 min read
Aug 23, 2026 • 9 min read
Aug 23, 2026 • 9 min read
Aug 23, 2026 • 9 min read
Once a candidate has been selected, Codex can reconstruct the workflow from evidence.
A practical process looks like this:
This is better than writing a skill from vague memory.
The recorded workflow may reveal details that are easy to forget, such as a failed export, an incorrect metric, a missing verification step, or a command that worked only after its environment was corrected.
Those details often determine whether the resulting skill is genuinely useful.
Computer History evidence should not automatically be treated as trusted instructions.
A recorded browser page, terminal output, document, or chat could contain malicious or irrelevant text. Codex should treat that material as observed evidence, not as commands it must follow.
The agent should prefer concrete details such as:
If the history points to a source file, database, connected application, or web page, Codex should switch to the dedicated tool for that source whenever possible.
Computer History helps locate the evidence. It does not replace the source of truth.
That distinction is familiar from persistent agent memory. Retrieval is only useful when the result can be inspected and corrected. The same principle appears in our guides to auditing AgentMemory and why memory benchmarks are not enough.
A rolling activity stream requires strict observation boundaries.
The bundled Computer History plugin supports separate observation rules for applications and websites. Depending on the configuration, users can allow or block specific apps and domains. Private browsing is excluded by the current plugin behavior.
Users should keep the recorded scope intentional:
Computer History can be useful without observing everything.
A narrow, deliberate scope is usually better than collecting an entire desktop indiscriminately.
Computer History becomes more useful when paired with Codex skills.
The loop is simple:
Over time, ordinary work becomes the material for a more personalized operating system.
The user does not need to document every process manually. They can perform the work, inspect the resulting history, and decide which parts deserve to become reusable.
The strongest use cases are workflows that cross multiple tools.
Examples include:
Codex models can support tools including skills, computer use, MCP, hosted shell, and tool search, depending on the model and surface. Computer History adds a record of how those workflows actually unfold on a machine. Check the current OpenAI model documentation before assuming a particular tool is available in an API or product environment.
Computer History does not automatically know why every action happened.
It may observe that a terminal command followed a browser visit, but that does not prove the two were related. Accessibility information can also be incomplete, and sensitive content may be intentionally excluded.
Good analysis should distinguish between:
The agent should say when it is inferring a relationship rather than presenting every sequence as confirmed.
Codex Computer History is more than an activity log.
It gives Codex enough local context to reconstruct workflows, recover interrupted work, identify recurring friction, and suggest processes worth turning into skills.
The most useful question is not:
What did I do today?
It is:
Which part of this work should become a reusable system?
Read next
Persistent memory for coding agents is trending because every session still starts too cold. The hard part is not saving facts. It is proving recall, freshness, deletion, and rollback under real development pressure.
9 min readAgentMemory gives Claude Code, Codex, Cursor, and other agents persistent local memory. The real adoption question is not recall accuracy. It is whether your team can inspect, prune, and govern what gets remembered.
8 min readOpenAI is turning Codex from a coding assistant into a broader agent workspace for files, apps, browser QA, images, automations, and repeatable knowledge work.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolLightweight Python framework for multi-agent systems. Agent handoffs, tool use, guardrails, tracing. Successor to the ex...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolTurn a one-liner into a working Claude Code skill. From idea to installed in a minute.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppDefine AI-assisted business automations without locking the workflow to one vendor.
View AppReusable markdown files with instructions and workflows.
Claude CodeSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting StartedReal-time prompt loop with history, completions, and multiline input.
Claude Code
OpenAI Codex Desktop App: Plan/Goal Modes, Plugins, Multi-Agent Workflows & UI Annotation Demo The video showcases OpenAI’s Codex desktop app, which the creator calls OpenAI’s best product and a prem...

Nimbalyst Demo: A Visual Workspace for Codex + Claude Code with Kanban, Plans, and AI Commits Try it: https://nimbalyst.com/ Star Repo Here: https://github.com/Nimbalyst/nimbalyst This video demos N...

In this video, we delve into OpenAI's latest release, Codex, a cloud-based software engineering agent designed for various coding tasks. Unlike tools like Cursor or Windsurf, Codex integrates...

Persistent memory for coding agents is trending because every session still starts too cold. The hard part is not saving...

AgentMemory gives Claude Code, Codex, Cursor, and other agents persistent local memory. The real adoption question is no...

OpenAI is turning Codex from a coding assistant into a broader agent workspace for files, apps, browser QA, images, auto...

GitHub's latest agent workspace trend points at a boring but important primitive: agents need explicit filesystem contra...

Codex automations are useful when recurring engineering work has clear inputs, reviewable outputs, and safe boundaries....

Codex-Maxxing should mean bounded autonomy: AGENTS.md, small worktrees, explicit stop conditions, subagents only when wo...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.