Interactive terminal learning
CLI Tutor
Practice Linux + Git + programming + math/compute + networking engineering. This terminal runs in a safe sandbox and can also use the AI coach. Use it to scaffold projects and hand off work via the Services Desk.
Terminal
$
Common Commands
Ask the tutor
Codex CLI (terminal)
npm install -g @openai/codex
codex --login
codex
Local operator CLI (apctl)
cd ~/aipowerprogressia.com
chmod +x scripts/apctl
# health + model routing overview
./scripts/apctl health
# docs-only RAG (local)
./scripts/apctl index docs --dry-run
./scripts/apctl index docs
./scripts/apctl rag ask "What is this repo and how do I run it?"
# Daily Intelligence (Brave News + RSS + arXiv + CVEs)
./scripts/apctl news fetch
./scripts/apctl news digest --date today
# evals + feedback export
./scripts/apctl eval run
./scripts/apctl export feedback --limit 2000
Compute + Networking
Project scaffolds
Ship SaaS services
Other coding copilots
# GitHub Copilot CLI (via GitHub CLI)
gh --version
gh extension list
# Claude / other CLIs
claude --version