Tinker AI
Read reviews

#codex

9 items tagged #codex.

GUIDE 2026-05-11

Codex CLI from zero: installing, authenticating, and the first useful loop

Codex CLI is OpenAI's official AI coding agent for the terminal. This guide covers both install paths, the two auth modes, and the sandboxed shell that makes it safer than it looks by default.

GUIDE 2026-05-11

Codex review mode: a second opinion that doesn't agree with you for free

Codex CLI can review a diff or file and return categorized findings before a human ever sees your PR. Here's how to use it, what to trust, and what to ignore.

GUIDE 2026-05-11

Codex in GitHub Actions: running an autonomous agent on pull requests without losing control

How to install Codex in a GitHub Actions runner, auth safely, scope the agent to one branch, cap per-run costs, and recover when the agent misbehaves.

GUIDE 2026-05-11

Codex sandbox mode: what it actually contains and where it leaks

Codex CLI runs every command in a restricted shell by default. Here's what that sandbox actually blocks, how to grant network access when you need it, and what it can't protect you from.

Owner · 7 min #codex #sandbox
GUIDE 2026-05-11

Codex vs Claude Code: same job, different model families — concrete differences

Both run in your terminal, read your codebase, and execute autonomous tasks. What's different is how GPT-family and Claude-family models approach the same problem — and those differences are visible and reproducible.

GUIDE 2026-05-11

Codex reasoning effort: how the low/medium/high knob actually changes behavior

Codex's reasoning_effort parameter changes how much the model thinks before responding. Here is how to read the tradeoffs and pick the right level for the task at hand.

Owner · 6 min #codex #reasoning
GUIDE 2026-05-11

Codex's web tool: useful, narrow, and easy to misuse

Codex CLI can fetch URLs and search the web mid-task. Here's when that helps, when it quietly burns tokens, and the workflow pattern that keeps it useful.

Owner · 5 min #codex #web-tool
NEWS 2026-03-10

OpenAI's Codex CLI enters public beta with terminal-first agent workflow

OpenAI launched a CLI agent product. The shape is similar to Claude Code: terminal-based, agentic, with file-system and shell access.

Owner · 4 min #openai #codex
NEWS 2025-12-15

OpenAI's Codex CLI gains MCP support, joins the universal protocol

Codex CLI adds MCP server integration, completing the major-lab adoption of the protocol.

Owner · 2 min #openai #codex