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
Current focus
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.
Models & access
-
Claude (Anthropic)
subscriptionPrimary coding subscription. Claude Code is the main surface for full project builds, refactors, debugging, and architecture work.
-
GPT / Codex (OpenAI)
subscriptionCodex subscription for cross-model comparison, evaluation tasks, and the codex CLI harness used by local-model-plugin-cc and agent workflow experiments.
-
Grok (xAI)
subscriptionHosted 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
localOllama, 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.
Daily drivers
-
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).
Currently exploring
-
omp
exploringTerminal coding agent with IDE-oriented tooling (LSP, subagents, sessions). Evaluating fit against Claude Code and OpenCode.