StackMap
Subscribe

tau alternatives

Curated alternatives to tau — and why you'd switch.

mini-swe-agent

The 100-line agent from the SWE-bench team: >74% on SWE-bench Verified with no tools but bash, no config sprawl — the reference minimal harness, adopted by Meta, NVIDIA and Ramp.

Why switchThe two readable coding agents, at different altitudes: mini-swe-agent is the 100-line loop that proves harness complexity optional; Tau is the layered harness that teaches where the boundaries go when you DO add TUI, sessions and skills.
Full comparison →
jcode

Rust coding-agent harness built for footprint: ~28MB per session vs 140-390MB for Codex/Claude Code, instant boot, optional local embeddings — made for running many sessions in parallel.

Why switchBoth are lean open coding agents rejecting harness bloat: tau is a minimalist Python port of Pi with TUI and skills; jcode is a Rust binary optimized to the byte — pick Python hackability or raw footprint.
Full comparison →
goose

General-purpose local AI agent in Rust — native desktop app, full CLI and embeddable API — over 15+ providers and 70+ MCP extensions. Block's goose, now an Agentic AI Foundation project.

Why switchOpposite ends of the same axis. Tau is a minimalist Python agent built to be read, with a clean brain/environment/frontend split; goose is a batteries-included Rust product you install and use. Read tau to learn, run goose to work.
Full comparison →