Skip to main content

One post tagged with "cli"

View All Tags

How Do I Use an AI Agent from the Command Line?

· 7 min read
Creator of UnDercontrol

An AI agent CLI is a program such as Claude Code, Codex or Gemini CLI that runs in your terminal. You describe a task in plain English, it reads files, runs commands and edits code on your machine, and it asks before anything destructive. To use one: install it with a single command, open a terminal in the project directory, and type what you want done. Three steps, and the first two take about a minute.

An AI agent running in a terminal, reading a task and writing progress back