AI directory search

Search across educators, skills, and resources.

Use this when you know the topic you need: Claude Code, MCP, evals, RAG, agents, product, coding, prompting, foundations, or model internals.

36 matches for "codex"

Providers and platforms

OpenAI profile photo

OpenAI

OpenAI docs, Academy, and Cookbook · Beginner to advanced

Official model and implementation material for learning GPT-6 Astra and cost-sensitive GPT-5.6 choices, Codex workflows, subagents, memories, agent evals, MCP and connector patterns, retrieval, background jobs, prompt engineering, production best practices, model optimization, structured outputs, and OpenAI's Academy learning path.

Topics

GPT-6 Astra, GPT models, Reasoning models, Model selection, Agents, Subagents, RAG, Structured outputs, MCP, Evals, Memories

DeepSeek profile photo

DeepSeek

DeepSeek API docs · Beginner to advanced

Official DeepSeek API material for learning model access, OpenAI-compatible usage, reasoning mode, pricing, and current migration details from the live models list rather than third-party screenshots.

Topics

DeepSeek, Reasoning models, Coding models, OpenAI-compatible APIs, Model selection

Resources

Introducing the Agents API

Managed agent API launch and guide · OpenAI · Intermediate to advanced

You want OpenAI's September 10, 2026 launch guide for building long-running cloud agents with the managed Codex harness, context compaction, tool search, multi-agent delegation, and your choice of hosted or self-managed sandbox.

openai, agents, codex, context compaction, multi-agent

Research acceleration: The view inside OpenAI

Research report · OpenAI · Intermediate

You want OpenAI's September 6, 2026 evidence and measurement framework for how coding agents are changing research workflows, including task delegation, parallel agent use, capability tracking, and the limits of interpreting productivity signals.

openai, codex, research agents, automated research, agent adoption

Designing the hf CLI for agents

Agent tooling and evaluation guide · Hugging Face · Intermediate

You want a measured guide to agent-friendly CLI design, including structured output, retry-safe commands, independent grading, and benchmarks showing where higher-level tools reduce calls and token use.

hugging face, coding agents, hf cli, evals, codex

Hugging Face Skills

Open-source skills and tutorial · Hugging Face · Intermediate to advanced

You want reusable, open-source agent skills for training, fine-tuning, evaluating, quantizing, and publishing models with Codex, Claude Code, Gemini CLI, or another skills-compatible coding agent.

hugging face, agent skills, codex, claude code, model training

Give Your Coding Agents a Memory You Own

Open-source guide and repo · Hugging Face · Intermediate

You want a September 3, 2026 walkthrough of funes, an open-source local memory layer that indexes agent traces, preserves provenance, and lets Claude Code, Codex, pi, and Hermes recall decisions across sessions and machines.

hugging face, coding agents, agent memory, codex, claude code

OpenAI Codex Record & Replay

Workflow guide · OpenAI · Beginner to intermediate

You want to demonstrate a stable workflow once on macOS and have ChatGPT or Codex turn it into a reusable skill for computer use, browser actions, plugins, and repeated operational work.

openai, codex, record and replay, skills, computer use

OpenAI Codex hooks

Coding agent guide · OpenAI · Intermediate to advanced

You need lifecycle hooks that run scripts or MCP tools around Codex sessions, prompts, tool calls, compaction, subagents, permissions, validation, logging, or persistent-memory workflows.

openai, codex, hooks, mcp, automation

OpenAI Site tools with WebMCP

Web agent guide · OpenAI · Intermediate

You want a website to expose predefined actions directly to ChatGPT Work or Codex in the built-in browser, using the same live page and signed-in session as the user.

openai, webmcp, site tools, browser agents, codex

GPT-6 Astra launch overview

Model launch · OpenAI · Intermediate to advanced

You want OpenAI's September 3, 2026 launch overview for GPT-6 Astra, including its rollout, computer-use and coding focus, long-context behavior, benchmark disclosures, pricing, and new Codex context-retrieval workflow.

openai, gpt-6 astra, frontier models, coding, computer use

Automating repetitive work at OpenAI with Codex

Practical guide · OpenAI · Intermediate

You want an August 25, 2026 field guide to capturing recurring engineering and evaluation work in reviewable notebooks, keeping approval boundaries explicit, and feeding lessons from earlier agent runs into the next run.

openai, codex, automation, evals, runbooks

New ways to learn and teach with ChatGPT Work and Codex

Education update · OpenAI · Beginner to intermediate

You want OpenAI's August 4, 2026 education update for current teacher and student workflows around ChatGPT Work, Codex, and guided learning plugins.

openai, education, chatgpt work, codex, teachers

Codex for Builders

Official training · OpenAI · Intermediate

You want OpenAI's practical Codex overview for real development workflows, including the CLI, IDE, GitHub, GPT-5-Codex, MCP, and code-review patterns.

openai, codex, coding agents, cli, ide

Codex Bootcamp

Official bootcamp · OpenAI · Intermediate to advanced

You want a current OpenAI learning series on agentic coding, shared team workflows, approvals, sandboxing, memory, subagents, and production automation.

openai, codex, coding agents, team workflows, automation

OpenAI all models

Model catalog · OpenAI · Beginner to advanced

You want the current full OpenAI model catalog, including older and deprecated entries, before wiring exact model IDs into evals, tooling, or migrations.

openai, model catalog, gpt, codex, reasoning models

OpenAI Subagents

Guide · OpenAI · Intermediate to advanced

You want the official OpenAI guidance for splitting larger coding or review work across narrow custom agents without polluting the main task context.

openai, codex, subagents, parallel workflows, coding agents

OpenAI Codex memories

Guide · OpenAI · Intermediate

You want the current OpenAI explanation of what Codex memories should store, what belongs in AGENTS.md instead, and how to keep durable context from drifting.

openai, codex, memories, project context, agents.md

OpenAI Codex Prompting Guide

Guide · OpenAI · Intermediate to advanced

You want the newest OpenAI guidance for prompting Codex-style coding workflows, especially when using newer Codex models with preambles and execution phases.

codex, prompting, coding agents, responses api, agentic software engineering

Codex config reference

Reference · OpenAI · Intermediate

You need the current OpenAI reference for Codex configuration files before standardizing repo settings, approvals, models, or execution behavior.

codex, config, requirements.toml, config.toml, coding agents

Codex changelog

Release notes · OpenAI · Beginner to advanced

You need the current Codex feature timeline before teaching a workflow that depends on new app, CLI, subagent, skill, or MCP behavior.

openai, codex, release notes, subagents, skills

OpenAI Codex SDK

SDK guide · OpenAI · Intermediate to advanced

You want the official TypeScript path for embedding Codex threads inside your own tools, CI jobs, or workflow apps instead of driving everything through the CLI.

openai, codex, sdk, typescript, coding agents

Use Codex in Slack

Integration guide · OpenAI · Intermediate

You want the official workflow for kicking off scoped Codex cloud tasks from Slack channels and threads after the current Slack integration rollout.

openai, codex, slack, cloud chats, coding agents

OpenAI Agent Builder

Guide · OpenAI · Intermediate

You are maintaining or studying older OpenAI visual agent-builder workflows. OpenAI's docs now mark Agent Builder deprecated and scheduled for removal on November 30, 2026, so new work should prefer the Agents SDK, Responses-based orchestration, or Codex.

openai, agent builder, agents, workflows, visual builder

DeepSeek Integrate with Codex

Integration guide · DeepSeek · Intermediate

You want DeepSeek's practical Codex setup guide, including shared `~/.codex/config.toml` configuration across the Codex CLI, desktop app, and VS Code extension.

deepseek, codex, coding agents, responses api, openai compatible

OpenRouter MCP Server

MCP guide · OpenRouter · Intermediate

You want OpenRouter's official MCP path for pulling live models, prices, rankings, docs, and test calls into Codex, Claude Code, or another coding assistant while you compare providers.

openrouter, mcp, model catalogs, prices, rankings

OpenAI Codex

Official product docs · OpenAI · Beginner to advanced

You want the current OpenAI path for agentic software engineering, code review, and background coding tasks.

codex, coding agents, developer tools, automation, code generation

OpenAI Codex what's new

Release stream · OpenAI · Intermediate

You want the current Codex product-level changes, including model shifts, browser and app workflow updates, and new coding-agent surfaces that affect how teams actually use Codex.

codex, release notes, coding agents, computer use, desktop app

OpenAI Codex models

Model docs · OpenAI · Intermediate

You need the current Codex model guidance, including recommended coding and subagent models plus active retirement notes such as the August 31, 2026 ChatGPT-sign-in migration away from gpt-5.4 and gpt-5.4-mini.

codex, coding agents, model selection, gpt-5, subagents

Custom instructions with AGENTS.md

Guide · OpenAI · Beginner to advanced

You want the official OpenAI guide for durable repo instructions, nested overrides, and agent-ready project context.

codex, agents.md, context engineering, coding agents, developer tools

Use Codex with the Agents SDK

Guide · OpenAI · Intermediate to advanced

You want to orchestrate Codex inside a multi-agent or MCP-driven software workflow instead of using it only as a standalone coding assistant.

codex, agents sdk, mcp, subagents, coding agents

Codex best practices

Guide · OpenAI · Beginner to advanced

You want OpenAI's current guidance for planning, scoping, AGENTS.md usage, and review habits that make coding-agent work more reliable.

codex, coding agents, agents.md, review workflows, developer tools

OpenRouter Ori Harness

Coding-agent guide · OpenRouter · Intermediate

You want to run an existing Codex, Claude Code, Grok Build, OpenCode, Pi, Prime Agent, Hermes, or DeepSeek Harness workflow against OpenRouter models without replacing the agent CLI you already use.

openrouter, coding agents, codex, claude code, grok build

Awesome Agent Skills

GitHub repo · VoltAgent · Intermediate

You want a larger, current catalog of real-world agent skills that can be studied, adapted, and compared across Claude Code, Codex, Gemini CLI, Cursor, and similar tools.

agent skills, skills, coding agents, claude code, codex

Hugging Face MCP Server

Integration guide · Hugging Face · Intermediate

You want the official Hugging Face MCP setup guide for connecting Codex, Claude Desktop, Cursor, VS Code, or other MCP clients directly to Hub tools and search.

hugging face, mcp, hub, tools, coding agents

Hugging Face Spaces as MCP servers

Platform guide · Hugging Face · Intermediate

You want a no-code way to expose public Hugging Face Spaces as MCP tools inside Codex, Claude Desktop, Cursor, or other compatible clients.

hugging face, spaces, mcp, agent tools, hub