Agent Harness Portability
Agent harness portability is the practice of organizing project files, instructions, skills, tools, and operating context so multiple coding-agent runtimes can work in the same directory without losing the workflow.
Key points
- Nate Herk tested this by moving his Claude Code AIOS project into Codex (OpenAI), where Codex adjusted to the project structure in about two minutes [src-013].
- In the Codex course, Nate frames the shared directory as the durable layer: folders, instructions, settings, skills, agents, and project files can be understood by Codex, Claude Code, Cursor, OpenClaw, or similar harnesses if the structure is explicit [src-048].
- In the May 2026 tech-stack video, Nate makes the principle explicit: build directories as if they will outlive any specific tool, because Claude Code, Codex (OpenAI), Hermes Agent, OpenClaw, Cursor, or a future startup's harness can all plug into the same organized workspace [src-053].
- Portability depends on keeping instructions in files rather than only in chat history; the harness reads project context, follows local conventions, and uses the same deterministic tools or APIs [src-048].
- The strategic benefit is model/harness optionality. Nate uses Claude Code for exploratory planning and creativity, while using Codex (OpenAI) for pragmatic execution, long-plan following, troubleshooting, and review [src-048].
- Portability does not remove the need for permissions, credentials, or connector setup. Each harness still needs safe access to APIs, files, browser automation, plugins, or MCP servers [src-048].
- Jack Roberts adds a practical skill-migration recipe: export Claude skills plus overview/implementation notes into a folder, then ask Codex to recreate them as Codex skills so the same work patterns survive the harness move [src-058].
- Roberts's Lovable-to-GitHub-to-Codex workflow is another portability example: the artifact moves through GitHub so a UI generated in one tool can be enhanced by another [src-058].
- [src-064] adds an OpenClaw-specific version: a harness becomes powerful when the agent can inspect its own source code, documentation, tools, runtime, and model settings, then use those facts to debug or modify itself.
- [src-074] extends the pattern into personal-assistant infrastructure: Nate keeps the same GitHub-backed files, skills, memory, and operating context usable across Claude Code, Hermes, OpenClaw, Codex, and other harnesses, with small compatibility edits when naming conventions differ.
- [src-079] adds the runtime version of portability: Hermes Agent can act as a Telegram/mobile surface while reading the dashboard, logs, memory, and project state from a Claude/Codex-style desktop operating system.
- [src-080] adds Cursor's product-side evidence that the harness layer itself is evolving: tab completion, local agents, and cloud agent teams are different interaction models over the same underlying codebase.
- [src-084] adds OpenAI's internal terminology: Harness Engineering means making repositories agent-legible through bootstrap commands, validation harnesses, worktrees, docs, standards, skills, and decision records so multiple Codex agents can work safely.
- The same source extends portability beyond code with a company-context repo pattern, where operating principles and non-code context become readable inputs for Codex planning and decision support [src-084].
- [src-086] adds two more portability surfaces: n8n Desk can sit over Anthropic SDK, LangChain Deep Agents, local models, skills, and connectors; Roberts's Agentic OS dashboard spans Claude Code, Codex, OpenClaw, OpenRouter, local memories, and vector stores as one visible AI estate.
Related entities
- Codex (OpenAI)
- Claude Code
- Hermes Agent
- VS Code
- OpenAI
- Nate Herk
- Jack Roberts
- Lovable
- OpenClaw
- Peter Steinberger
- Viptunnel
- Cursor
- GPT-5.4
Related concepts
- Claude Code Context Management Discipline
- Global vs Project Skills
- Lean AI Tool Stack
- AI Tool Adoption Decision Framework
- Progressive Context Loading (Skills)
- Scoped API Key Pattern
- AIOS Tier-One Domains
- Multi-Brain Model Strategy
- Codex Project Workspace
- Self-Modifying Agent Harnesses
- System-Level AI Agents
- Hermes Five-Pillar Agent Architecture
- Personal Agent Container Isolation
- Cross-Harness Memory Bridge
- Coding Agent Team Era
- Harness Engineering
- n8n Desk
- Agentic OS Dashboard
- n8n as Agent Execution Layer
Source references
- [src-013] Nate Herk — "Build & Sell Claude Code Operating Systems (2+ Hour Course)" (2026-05-01)
- [src-048] Nate Herk — "Master 97% of Codex in 1 Hour (full course)" (2026-05-06)
- [src-053] Nate Herk — "Overwhelmed By AI? Just Copy My Tech Stack" (2026-05-08)
- [src-058] Jack Roberts — "How to use Codex Better than 99% of People" (2026-05-06)
- [src-064] Lex Fridman – "OpenClaw: The Viral AI Agent that Broke the Internet – Peter Steinberger | Lex Fridman Podcast #491" (2026-02-12)
- [src-074] Nate Herk — "Hermes Agent: Zero to Personal AI Assistant (1 Hour Course)" (2026-05-10)
- [src-079] Jack Roberts — "Hermes Agent just got 10X Better (Agentic OS)" (2026-05-15)
- [src-080] Cursor — "The next era of AI coding" (2026-05-12)
- [src-084] OpenAI Codex, Workspace Agents, Prompt Caching, and Superintelligence Policy cluster (2026-02-09 to 2026-05-08)
- [src-086] Agent deployment, OpenClaw trading, n8n Desk, and Agentic OS cluster (2026-04-09 to 2026-05-15)