Tagged articles
8 articles
Page 1 of 1
Eric Tech Circle
Eric Tech Circle
May 22, 2026 · Operations

Isolating Multiple Codex CLI Accounts on macOS Using CODEX_HOME

On macOS with zsh, you can avoid repetitive login/logout when using several Codex CLI accounts by copying the ~/.codex directory, setting distinct CODEX_HOME paths, and creating alias commands, allowing each account to maintain separate configurations, contexts, and quotas while sharing project rules via AGENTS.md.

CODEX_HOMECodex CLIalias
0 likes · 7 min read
Isolating Multiple Codex CLI Accounts on macOS Using CODEX_HOME
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 28, 2026 · Artificial Intelligence

OpenAI’s Latest Open‑Source Releases: Codex CLI, Plugins, Symphony, and Privacy‑Filter

OpenAI has recently open‑sourced three projects—Codex CLI, the openai/plugins repository, the engineering‑preview Symphony orchestration service, and the privacy‑filter model—detailing installation, plugin architecture, workflow orchestration design, and usage examples, while comparing them to competing agents and noting practical constraints.

AI agentCodex CLIOpen Source
0 likes · 17 min read
OpenAI’s Latest Open‑Source Releases: Codex CLI, Plugins, Symphony, and Privacy‑Filter
Old Meng AI Explorer
Old Meng AI Explorer
Apr 13, 2026 · Artificial Intelligence

Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide

Codex CLI, OpenAI’s command‑line programming assistant, lets developers generate, explain, debug, and refactor code directly from the terminal; this guide walks through prerequisite Node.js setup, multi‑platform installation methods, authentication options, core commands, advanced parameters, configuration files, MCP integration, practical use‑cases, and troubleshooting tips.

AI programmingCLI toolCodex CLI
0 likes · 17 min read
Unlock AI-Powered Coding with OpenAI Codex CLI: Full Installation and Usage Guide
AI Tech Publishing
AI Tech Publishing
Apr 4, 2026 · Artificial Intelligence

Become a World-Class Agent Engineer: Master Context, Rules, and Termination Conditions

This guide explains how to become a world‑class Agent engineer by managing context bloat, defining clear rules and skills, separating research from implementation, using neutral prompts, and writing explicit termination contracts, while emphasizing that the final results remain the developer’s responsibility.

ClaudeCodex CLIContext Bloat
0 likes · 17 min read
Become a World-Class Agent Engineer: Master Context, Rules, and Termination Conditions
ArcThink
ArcThink
Mar 29, 2026 · Artificial Intelligence

Claude Code vs Codex: Deep Technical Architecture, Performance, and Real‑World Experience

This article provides a comprehensive, data‑driven comparison of Anthropic's Claude Code and OpenAI's Codex CLI, covering their divergent architectures, token efficiency, benchmark results, pricing models, and developer community feedback to help engineers choose the tool that best fits their workflow.

AI coding agentsClaude CodeCodex CLI
0 likes · 22 min read
Claude Code vs Codex: Deep Technical Architecture, Performance, and Real‑World Experience
AI Tech Publishing
AI Tech Publishing
Mar 6, 2026 · Artificial Intelligence

How Codex CLI Compresses Context: Inside the compact() API

The article dissects Codex CLI's two compression paths—local LLM summarization for non‑Codex models and an encrypted compact() API for Codex models—by injecting prompts, extracting system, handoff, and compression prompts, and comparing them with open‑source references to reveal the underlying mechanism.

API analysisCodex CLILLM
0 likes · 5 min read
How Codex CLI Compresses Context: Inside the compact() API
21CTO
21CTO
Jun 3, 2025 · Artificial Intelligence

Why OpenAI Rewrote Codex CLI in Rust: Boosting Performance, Security, and Simplicity

OpenAI has rebuilt its upcoming AI command‑line tool Codex CLI in Rust, citing faster performance, stronger security, zero‑dependency installation, sandbox support, and low memory usage, while maintaining compatibility with its TypeScript version and extending support for JavaScript and Python.

AI toolingCodex CLIOpenAI
0 likes · 5 min read
Why OpenAI Rewrote Codex CLI in Rust: Boosting Performance, Security, and Simplicity