← Back to Dashboard
Advanced Module

The Terminal Workbench

Moving AI out of the browser and into the operating system for context control and speed.

1. The Philosophy: OS-Level Intelligence

Browser-based AI is limited by "Chat Isolation." Your project files live on your drive, but your intelligence lives in a tab. By moving AI to the Terminal, we achieve:


2. The Tooling Ecosystem

A. Gemini CLI (The Architect)

Best for: High-context planning and free tier usage.

B. Claude Code (The Engineer)

Best for: Complex coding tasks and Agent Delegation.

C. OpenCode / Open WebUI (The Localist)

Best for: Privacy and offline work.

D. GitHub Copilot CLI (The Agent)

Best for: Integrated GitHub workflows and iterative coding.


3. The "Unified Context" Workflow

The Pro-Move: Using multiple intelligences on a single project state.

$ touch context.md

Create a single context.md (or keep gemini.md and claude.md synced). This allows you to:

  1. Have Gemini draft the specific outline in outline.md.
  2. Have Claude review outline.md and critique it.
  3. Have CodeEx/OpenCode summarize the changes.

All agents read from the same file system, effectively collaborating without direct API connections between them.


4. Advanced: The "Brutal Critic" Agent

The terminal allows for specific "Persona Injection" via flags or config files. We recommend setting up a Review Agent.

/agent create brutal_critic
System Prompt: "You are a ruthless academic reviewer. Your goal is to find logical fallacies, weak citations, and Taylorist assumptions. Never compliment, only critique."

Run this agent against your draft (`draft.md`) to get an unvarnished analysis before human review.