{
  "schema_version": "newruntime-topic-hub-v0.1",
  "type": "topic_hub",
  "slug": "codex",
  "title": "Codex - New Runtime",
  "description": "A New Runtime topic hub collecting signals, patterns, field notes, and public sources about codex.",
  "answer": [
    "Codex is tracked here as an evidence-linked topic, not as a static glossary entry.",
    "The page connects raw observations to pattern hypotheses, longer analysis, and public sources.",
    "Use it as the canonical landing page before drilling into individual records."
  ],
  "search_intents": [
    "codex",
    "codex AI agents",
    "codex software"
  ],
  "status": "tracked",
  "last_updated": "2026-07-10",
  "counts": {
    "total": 8,
    "signals": 8,
    "patterns": 0,
    "posts": 0,
    "atlas": 0,
    "sources": 13
  },
  "routes": {
    "html": "https://newruntime.com/topics/codex/",
    "markdown": "https://newruntime.com/topics/codex.md",
    "json": "https://newruntime.com/topics/codex.json"
  },
  "top_sources": [
    "https://chatgpt.com/codex/install.sh",
    "https://developers.openai.com/codex/changelog",
    "https://developers.openai.com/codex/record-and-replay",
    "https://developers.openai.com/cookbook/examples/gpt-5/codex_prompting_guide",
    "https://github.com/steipete/agent-scripts",
    "https://github.com/steipete/agent-scripts/blob/main/skills/github-project-triage/SKILL.md",
    "https://github.com/steipete/agent-scripts/blob/main/skills/maintainer-orchestrator/SKILL.md",
    "https://learn.chatgpt.com/docs/non-interactive-mode",
    "https://openai.com/index/how-agents-are-transforming-work",
    "https://simonwillison.net/2026/Mar/16/codex-subagents",
    "https://x.com/OpenAIDevs/status/2067681320281723113",
    "https://x.com/steipete/status/2064998499780084154"
  ],
  "patterns": [],
  "field_notes": [],
  "raw_signals": [
    {
      "kind": "Raw Signal",
      "slug": "codex-can-be-embedded-in-shell-pipelines",
      "title": "Codex Can Be Embedded in Shell Pipelines",
      "description": "Non-interactive mode turns a coding agent into a composable command that can receive files, emit artifacts, and participate in automation.",
      "date": "2026-07-10",
      "topics": [
        "codex",
        "cli",
        "automation"
      ],
      "source_count": 2,
      "metric": "notable",
      "url": "https://newruntime.com/signals/codex-can-be-embedded-in-shell-pipelines/"
    },
    {
      "kind": "Raw Signal",
      "slug": "codex-can-operate-as-a-product-management-workbench",
      "title": "Codex Can Operate as a Product Management Workbench",
      "description": "A demonstrated workflow uses Codex for research synthesis, artifact production, and iterative product work rather than limiting the agent to source-code changes.",
      "date": "2026-07-08",
      "topics": [
        "codex",
        "product-management",
        "knowledge-work"
      ],
      "source_count": 1,
      "metric": "notable",
      "url": "https://newruntime.com/signals/codex-can-operate-as-a-product-management-workbench/"
    },
    {
      "kind": "Raw Signal",
      "slug": "codex-can-import-an-existing-claude-code-setup",
      "title": "Codex Can Import an Existing Claude Code Setup",
      "description": "Codex CLI can reuse selected Claude Code skills, hooks, MCP configuration, and project instructions, making operational context more portable across agent runtimes.",
      "date": "2026-07-01",
      "topics": [
        "codex",
        "claude-code",
        "configuration"
      ],
      "source_count": 1,
      "metric": "notable",
      "url": "https://newruntime.com/signals/codex-can-import-an-existing-claude-code-setup/"
    },
    {
      "kind": "Raw Signal",
      "slug": "openai-frames-codex-as-a-work-layer-not-a-chat-feature",
      "title": "OpenAI Frames Codex as a Work Layer, Not a Chat Feature",
      "description": "Case studies position agents inside operating workflows where they gather context, execute tasks, and return reviewable artifacts.",
      "date": "2026-06-29",
      "topics": [
        "codex",
        "knowledge-work",
        "automation"
      ],
      "source_count": 1,
      "metric": "notable",
      "url": "https://newruntime.com/signals/openai-frames-codex-as-a-work-layer-not-a-chat-feature/"
    },
    {
      "kind": "Raw Signal",
      "slug": "codex-turns-a-recorded-mac-workflow-into-a-reusable-skill",
      "title": "Codex Turns a Recorded Mac Workflow into a Reusable Skill",
      "description": "Record and Replay captures a human procedure, converts it into agent instructions, and preserves the successful interaction as reusable behavior.",
      "date": "2026-06-22",
      "topics": [
        "codex",
        "skills",
        "computer-use"
      ],
      "source_count": 2,
      "metric": "notable",
      "url": "https://newruntime.com/signals/codex-turns-a-recorded-mac-workflow-into-a-reusable-skill/"
    },
    {
      "kind": "Raw Signal",
      "slug": "codex-can-run-as-a-maintainer-loop",
      "title": "Codex Can Run as a Maintainer Loop",
      "description": "Reusable scripts turn issue triage, project maintenance, and review into recurring goal-driven jobs rather than one-off coding prompts.",
      "date": "2026-06-16",
      "topics": [
        "codex",
        "maintenance",
        "agent-loops"
      ],
      "source_count": 4,
      "metric": "notable",
      "url": "https://newruntime.com/signals/codex-can-run-as-a-maintainer-loop/"
    },
    {
      "kind": "Raw Signal",
      "slug": "openai-documents-the-harness-behind-an-autonomous-coding-agent",
      "title": "OpenAI Documents the Harness Behind an Autonomous Coding Agent",
      "description": "The Codex prompting guide connects instructions with tools, iteration, repository context, and completion behavior as one operating system.",
      "date": "2026-06-02",
      "topics": [
        "codex",
        "coding-agents",
        "prompting"
      ],
      "source_count": 1,
      "metric": "notable",
      "url": "https://newruntime.com/signals/openai-documents-the-harness-behind-an-autonomous-coding-agent/"
    },
    {
      "kind": "Raw Signal",
      "slug": "codex-subagents-reduce-context-pollution",
      "title": "Codex Subagents Reduce Context Pollution",
      "description": "Delegating bounded work to subagents preserves the parent agent's attention and creates clearer evidence boundaries than loading every exploration step into one conversation.",
      "date": "2026-05-24",
      "topics": [
        "codex",
        "subagents",
        "context-engineering"
      ],
      "source_count": 1,
      "metric": "notable",
      "url": "https://newruntime.com/signals/codex-subagents-reduce-context-pollution/"
    }
  ],
  "atlas_records": []
}
