Skip to content

Codex CLI vs Claude Code vs Hermes

Codex CLI, Claude Code và Hermes Agent đều nằm gần cùng một tầng kiến trúc: agent harness / coding agent runtime. Chúng có thể đọc repo, dùng tools, chạy commands và thực thi coding tasks. Khác biệt nằm ở product focus, openness, runtime customization và operational model.

So sánh nhanh

ToolCategoryPhù hợp nhất
Codex CLIPolished coding agent CLICoding workflow hằng ngày trong repo
Claude CodePolished coding agent CLIAgentic coding trong Claude ecosystem
Hermes AgentOpen-source, hackable agent runtimeCustom/self-hosted/internal agent platforms

Điểm giống nhau

Cả ba đều có thể là execution layer cho workflow frameworks:

mermaid
flowchart TB
    A[Codex CLI / Claude Code / Hermes] --> B[Spec Kit]
    A --> C[OpenSpec]
    A --> D[AI-DLC]
    A --> E[Superpowers]
    A --> F[GSD-like execution]

Chúng trả lời:

AI agent tương tác với repo và tools của tôi thế nào?

Nhưng tự chúng chưa trả lời đầy đủ:

Artifact nào là source of truth? Governance model của team là gì?

Khác biệt chính

DimensionCodex CLIClaude CodeHermes Agent
Product stylePolished developer CLIPolished developer CLIOpen-source runtime/CLI
Use mặc định tốt nhấtCoding và repo tasksCoding và repo tasksCustom agent platform hoặc research
Runtime hackabilityThấp hơnThấp hơnCao hơn
Self-host/local model fitTùy product supportTùy product supportHợp hơn về concept
Memory/skills/subagentsTùy productTùy productĐiểm nhấn chính
Enterprise governanceCần workflow/processCần workflow/processCần workflow/process
Best paired withSpec Kit, OpenSpec, SuperpowersSpec Kit, OpenSpec, SuperpowersOpenSpec, AI-DLC, Superpowers, custom tools

Hướng dẫn chọn

Tình huốngChọn
Muốn nhanh nhất để code repo chất lượngCodex CLI hoặc Claude Code
Đã productive với Codex/ClaudeKhông thêm Hermes nếu không có runtime requirement
Cần local/self-hosted models hoặc custom routingCân nhắc Hermes
Cần custom internal tools và memoryCân nhắc Hermes
Cần spec/change workflowThêm OpenSpec hoặc Spec Kit vào bất kỳ harness nào
Cần enterprise governanceThêm AI-DLC vào bất kỳ harness nào
Cần TDD/review disciplineThêm Superpowers vào bất kỳ harness nào

Stack thường gặp

Developer productivity stack

text
Codex CLI or Claude Code
  + OpenSpec or Spec Kit
  + Superpowers
  + repo tests/CI

Internal agent platform stack

text
Hermes Agent
  + model router or local LLM
  + internal tools
  + OpenSpec for change specs
  + AI-DLC for high-risk governance
  + CI/test evidence

Kết luận thực dụng

Nếu bạn đã dùng Codex CLI hoặc Claude Code hiệu quả, Hermes không tự động là bản nâng cấp. Nó là trade-off khác:

Codex CLI và Claude Code tối ưu developer productivity hằng ngày. Hermes tối ưu open, customizable agent runtime control.

Built as a static bilingual AI engineering stack guide.