Overview
An Agentic Development Environment (ADE) (like ctx) is a desktop app for orchestrating many coding agents. The coding agents themselves are CLI-based programs. Claude Code, Codex, Cursor CLI, and many more agents can be run directly in your terminal, and we use those programs inside of ctx, the ADE, as well!ctx’s Agents are the Genuine CLI Agents
ctx Uses Real Agent Harnesses; Not a Custom Internal Harness When you select “Claude Code” or “Codex” in the ctx workbench, you are using that real CLI agent under the hood. This is very important for a few reasons:- Harnesses like Claude Code work exactly the same inside and outside of ctx - no surprises.
- ctx inherits reliability and capability improvements from the underlying agent harnesses.
- The flagship models are trained via Reinforcement Learning (RL) using those very harnesses. So if you change the harness, the performance worsens - even with the same model!