Cli

Pi Coding Agent Review: A Minimal Harness You Finish Yourself

Pi Coding Agent Review: A Minimal Harness You Finish Yourself

8 min read

Most coding agents keep getting bigger: planning modes, subagents, permission layers, IDE integrations, background workers. Pi walks the other way. Four default tools — read, write, edit, bash — with everything interesting left to extensions, skills, packages, and your own workflow. It is less a finished product than an editable harness, and that is exactly the point.

OpenCode CLI in Practice: Scriptable Agent Workflows That Hold Up

OpenCode CLI in Practice: Scriptable Agent Workflows That Hold Up

10 min read

OpenCode’s command-line interface turns the coding agent into a scriptable tool: the same agent environment runs in the interactive TUI and non-interactively from shell scripts, CI jobs, and Makefiles. Small tasks work within minutes, but serious use depends on repository instructions, permission boundaries, context discipline, and model selection.