Stack

What I actually run for AI work: models, agent surfaces, and tools, and what each one is for. Not a wishlist.

Last updated July 16, 2026

Building multi-agent systems that hold up outside demos: agent architecture, model evaluation, and observability across the coding agents and local inference I actually run day to day.

  • Claude (Anthropic)

    subscription

    Primary coding subscription. Claude Code is the main surface for full project builds, refactors, debugging, and architecture work.

  • GPT / Codex (OpenAI)

    subscription

    Codex subscription for cross-model comparison, evaluation tasks, and the codex CLI harness used by local-model-plugin-cc and agent workflow experiments.

  • Grok (xAI)

    subscription

    Hosted frontier model via Grok Build CLI: review, adversarial review, and rescue workflows through grok-plugin-cc; also used in model-prompt-tests benchmarks.

  • Local models

    local

    Ollama, LM Studio, and OpenAI-compatible endpoints for local inference. Powers Hermes agents, llama-swap style routing, and the local-model-plugin-cc review/rescue path without cloud dependencies.

  • Claude Code

    Primary coding agent. Full project builds, refactoring, debugging, and architecture decisions.

  • Codex CLI

    Comparison agent and the broker target for local-model-plugin-cc (Ollama / LM Studio / custom endpoints).

  • Active daily use. Evaluating how it compares to Claude Code and Codex for agent-driven workflows.

  • Grok Build CLI

    Hosted Grok review and rescue path via grok-plugin-cc; headless runs with explicit safety gates.

  • Unified usage and runtime dashboard across Claude Code, Codex, Hermes, and related lab sources (sessions, tokens, failures, and machine load).

  • omp

    exploring

    Terminal coding agent with IDE-oriented tooling (LSP, subagents, sessions). Evaluating fit against Claude Code and OpenCode.