OpenCode

3 stories

OpenCode is a model and runner used for code-focused AI tasks and for local LLM development. Recent coverage notes Ordewell lists OpenCode as an available runner; a how‑to shows setting up OpenCode on Mac with Ollama and sbx (recommending Qwen 3.8 and Gemma 4); community discussion also touches on RTK and its claimed token savings for agents.

Related topics

Ordewell: ordered plans of coding-agent tasks

Ordewell turns one goal into an editable, typed plan of tasks where each task has its own runner, model, and mode and only completes when a unique completion marker appears. Plans can be rewritten before tokens are spent, preserve completed work, and support multiple runners (built-in Claude Code, Codex, OpenCode). Requires Node.js ≥20 and the TUI needs tmux.

Hacker News · · Details
That is everything