30
The combined power-user stack
Every algorithm from this week in one list: control planes, research-origin loops, infra under the agent, and systems-language harnesses. Deduped, clone-and-run, no household CLIs.
01 — Power tools
The stack
- 01harnessGitHubAgenvoy↗
agenvoy
Self-hosted AI agent harness in a single Go binary. Writes, sandbox-tests, and repairs its own code. No Electron, no account.
Use caseUse it as a local coding worker you can scp onto a box and run unattended against a failing test suite.
goself-hostedself-repair - 02toolGitHubcmux↗
manaflow-ai
Open-source Ghostty-based macOS terminal with vertical tabs and notifications for AI coding agents.
Use caseUse it as the terminal surface when you are running a swarm of CLIs and need to see which one just finished.
terminalmacosnotifications - 03harnessGitHubContainarium↗
FootprintAI
Open-source agent runtime with SSH-native isolation, eBPF egress policy, Kubernetes and LXC backends.
Use caseUse it to run untrusted coding agents with real network policy instead of hope.
isolationebpfruntime - 04toolGitHubcontext-mode↗
mksglu
Context-window surgery for coding agents. Sandboxes tool output so the model sees the signal instead of a 40k-token log.
Use caseUse it when your agent keeps blowing the window on build logs and you need the loop to survive a real compile.
contexttool outputcoding agents - 05toolGitHubCUA↗
trycua
Open-source computer-use 2.0: drivers, cross-OS fleets, and benchmarks for training and evaluating desktop agents.
Use caseUse it to give a coding agent a real desktop when the job is a GUI installer, not an API.
computer usedesktopbenchmarks - 06harnessGitHubDeepCode↗
HKUDS
Open agentic coding from HKU: agent harness, loop engineering, multi-agent orchestration. Academic lab software that ships as a repo you run.
Use caseUse it when you want a research harness with a real coding loop, not a chatbot with extra steps.
researchharnessmulti-agent - 07toolGitHubGhostex↗
maddada
Rust and GPUI native agent CLI manager for macOS. Ghostty terminals plus Codex-app UX, without Electron.
Use caseUse it to manage a stack of native agent CLIs in Ghostty instead of a webview IDE.
rustmacosterminal - 08harnessGitHubgraff↗
justrach
Fast agentic coding harness in Zig: multi-provider, MCP, workflows.
Use caseUse it when you want a coding loop with systems-language latency, not a Node daemon.
zigharnessmcp - 09harnessGitHubHerdr↗
herdrdev
The runtime your coding agents live on. Not another chat wrapper: a place agents persist, resume, and share a machine.
Use caseUse it when you want agents to survive a laptop sleep and pick up the same checkout, secrets, and tools.
runtimepersistenceagents - 10harnessGitHubIroncurtain↗
provos
Secure runtime for autonomous agents. Policy from plain-English constitutions.
Use caseUse it when you will not give a coding agent root and still want it to act.
securityruntimepolicy - 11harnessGitHubLoopX↗
huangruiteng
A long-horizon control plane that keeps coding agents on durable, governed work instead of one-shot chats. Power users treat it as the supervisor, not another model.
Use caseUse it to keep an overnight refactor alive across tool crashes, with a human gate on the risky steps.
control planelong-horizonorchestration - 12harnessGitHubmcp-agent↗
lastmile-ai
Build effective agents with Model Context Protocol and small workflow patterns.
Use caseUse it to compose MCP servers into a durable agent without standing up a full IDE plugin.
mcpruntimeworkflows - 13repoGitHubmini-SWE-agent↗
SWE-agent
The 100-line AI agent from the Princeton SWE-agent line. Research origin, radical simplicity, still beating bloated wrappers on SWE-bench-class work.
Use caseUse it to throw a GitHub issue at a 100-line loop you can actually read, fork, and instrument.
researchswe-benchminimal - 14repoGitHubMnemon↗
mnemon-dev
LLM-supervised persistent memory for agents: graph recall, cross-session knowledge, no vector-store cargo cult.
Use caseUse it to give a coding agent a graph of the last two weeks of decisions so it stops re-deriving your architecture.
memorygraphagents - 15harnessGitHuboh-my-agent↗
first-fluke
A multi-agent harness that checks the work by artifacts, not vibes. Stop-hooks verify diffs, tests, and files before the run is allowed to claim success.
Use caseUse it to stop a coding agent from declaring done when the test file was never written.
verificationstop-hooksharness - 16harnessGitHuboh-my-claudecode↗
Yeachan-Heo
Teams-first multi-agent orchestration for Claude Code. Not Claude Code itself: the swarm layer people bolt on.
Use caseUse it to run a team of Claude Code workers on one repo with a shared plan file.
orchestrationteamsclaude-code-layer - 17toolGitHuboh-my-pi↗
can1357
A coding agent with the IDE wired in. Created New Year's Eve 2025, still being pushed daily.
Use caseUse it when you want the agent and the editor to share one process instead of a plugin talking to a CLI.
idecoding agentopen source - 18harnessGitHubOmnigent↗
omnigent-ai
Open-source meta-harness: one orchestrator that fans work across several coding agents. Born June 2026, already the loudest new control plane on GitHub.
Use caseUse it to run three different coding agents on the same ticket and merge the first one that lands a green test.
meta-harnessorchestrationopen source - 19toolGitHubopen-computer-use↗
e2b-dev
Computer-use agents on open models plus an E2B desktop sandbox. The open alternative to a vendor's computer-use API.
Use caseUse it to let an open model click through a desktop app inside a throwaway VM.
computer usesandboxopen models - 20toolGitHubOrca↗
stablyai
An ADE for a fleet of parallel agents. Run any coding agent against your repo in parallel panes instead of one blessed CLI.
Use caseUse it to fan the same failing test across four agents and keep only the patch that compiles.
fleetadeparallel - 21repoGitHubOSWorld 2.0↗
xlang-ai
Long-horizon computer-use benchmark. The eval serious desktop-agent repos cite.
Use caseUse it to grade your own computer-use agent on real desktop tasks before you trust it on a laptop.
benchmarkcomputer useeval - 22harnessGitHubWarren↗
jayminwest
Treats coding agents as infrastructure, not terminal sessions. Isolation, lifetimes, and scheduling so a fleet of agents looks like a job queue.
Use caseUse it to fire 20 isolated agent jobs against a monorepo without them trampling each other's working trees.
sandboxfleetisolation - 23toolGitHubWhip↗
context-labs
Fast coding-agent harness in Go. Tool-use loop, bubbletea TUI, provider-routable models. Created August 2026.
Use caseUse it as a Go TUI coding agent when you want to swap models without swapping the loop.
gotuicoding agent - 24harnessGitHubCLI Agent Orchestrator↗
awslabs
AWS Labs multi-agent orchestration for AI coding CLIs. The interesting part is the coordinator, not the branded CLIs it wraps.
Use caseUse it to run two vendor CLIs as workers under one policy instead of alt-tabbing between terminals.
orchestrationcliaws
02 — In the wild
Articles and releases
- articleGitHubSmithers↗
smithersai
Agent workflows with live observability and time travel: watch every step, rewind, fork. This is how power users debug a loop instead of rereading a chat.
observabilitytime travelharnessRead
- articledata4sci.comBuilding an Advanced Agentic Harness↗
Data4Sci
A working writeup of the control plane around a coding agent: tools, memory, retries, and the loop that actually lands code.
harnessengineeringagentsRead
- releaseGitHubHUD, a minimal terminal UI for coding agents↗
adrida
A compact heads-up display that instruments a coding agent while it works. Shipped recently. Power-user overlay the big CLIs do not bother to build.
tuiinstrumentationreleaseShipped