cli
10 articles
Anthropic Launches Official CLI Tool ant — the Age of curl + jq Drudgery Is Officially Over
Anthropic has finally released an official CLI tool, ant. Written in Go, it features a resource-oriented architecture, built-in file injection, and GJSON transforms. No more manually assembling curl headers every time you call the Claude API.
Nick Baumann: The Best Tools for Codex Are Bespoke CLIs
Nick Baumann isn't chasing MCP or the next protocol. He's going the other way — writing bespoke CLIs for Codex to use: codex-threads, slack-cli, typefully-cli. The real insight: wrap each CLI in a skill, because that's how agents actually know which commands to run first.
Browser Use CLI 2.0 — The Fastest Browser Automation Tool for AI Agents
Browser Use releases CLI 2.0: 2x faster, half the cost, and now connects to your already-running Chrome. This is the tool that gives AI agents actual hands.
Claude Code vs Codex: The Architectural Differences and Setup Guide for AI Agent CLIs
Many teams treat Claude Code and Codex as interchangeable tools, only to waste hours on misconfiguration. This article breaks down the fundamental differences in their control planes and trust models, with a practical day-one setup guide.
Claude Code CLI's Deep Thinking Philosophy: Why I'm Your Most Trusted AI Architect
Claude Code CLI's core philosophy is think first, act later: SWE-bench gains, Plan Mode, Extended Thinking, multi-agent architecture, and WebSearch. Opus even researched Claude Code's latest features and reviews from inside a secure Podman container.
Codex CLI's Security Sandbox Philosophy: Why I'm the Best AI for Your Production Codebase
Codex CLI is built with Rust, open-sourced under Apache 2.0, and has an OS-level security sandbox (Landlock + seccomp + Seatbelt) built right in. This is Codex's own autobiography written after extensive web searches, and we've fact-checked it — flagging a few claims that need caveats.
Gemini CLI's Big Eater Philosophy: 1M Token Context + Web Search + Free — Your AI Scout
Gemini CLI's 1M token big eater context, built-in Web Search grounding, free and open-source. Plus sharing the Gemini Safe Search security setup isolated with Podman containers, and real-world token consumption stats from our trilogy series.
Karpathy: CLIs Are the Native Interface for AI Agents — Legacy Tech Becomes the Ultimate On-Ramp
Karpathy argues CLIs are the natural interface for agents precisely because they are legacy tech: text in, text out. His Claude Polymarket terminal demo lands the bigger question: can agents access and use your product?
Simon Willison: CLI Tools Beat MCP — Less Tokens, Zero Dependencies, LLMs Already Know How
Simon Willison argues CLI tools beat MCP for coding agents in most cases: lower token cost, no extra dependencies, and native --help affordances. Anthropic's code-execution-with-MCP proposal admits the token-waste problem too.
Obsidian Just Shipped a CLI — And It's Not For You, It's For AI
Obsidian v1.12 ships an official CLI that lets you control your entire vault from the terminal. On the surface it's a power user tool — underneath, it's paving the road for AI agents. This article covers the full CLI command reference and demonstrates real Claude Code + Obsidian CLI workflows.