@geekbb: Auto-optimization tool for Agent harness. It takes over the heavy lifting of harness optimization: you provide a benchmark command and a target repository, and it automatically generates proposals, runs evaluations, records results, keeps the best, discards the rest, and automatically improves the agent's prompts, configurations, and source code. https…
Summary
autoharness is an automated agent harness optimization tool that automatically generates proposals and runs evaluations based on benchmark commands to improve an agent's prompts, configurations, and source code. It supports Codex and Claude.
View Cached Full Text
Cached at: 05/11/26, 12:42 PM
Star this repo if you find it useful!
Built with ❤️ by Kayba and the open-source community.
Similar Articles
Claude Code improved my agent harness by 40% overnight
The author introduces 'Autoharness', a tool that uses Claude Code to autonomously optimize agent harnesses by iterating on prompts and hyperparameters. This resulted in a 40% performance increase on the tau2-airline benchmark.
Remote agent harness
A tool for remotely harnessing and managing AI agents.
@GitHub_Daily: Using Claude Code for complex projects, a single agent has limited capabilities. Want multiple agents to collaborate and divide tasks, but manually configuring team structures and skill files is too tedious. Recently found Harness, a Claude Code plugin that automatically generates an entire team architecture from a one-sentence description of your project...
Harness is a Claude Code plugin that automatically generates a multi-agent team architecture based on a one-sentence description. It comes with 6 collaboration modes and 100 ready-made configurations, helping Claude Code transition from solo operation to team collaboration.
@QingQ77: Turn any GitHub repo into its own AI Agent — with dedicated CLI, MCP service, memory, and signature verification, directly npm-publishable. https://github.com/ruvnet/agent-harness-generator… You…
MetaHarness converts any GitHub repository into a custom AI agent harness with CLI, MCP service, memory, and signing, allowing deployment on multiple agent platforms.
@XAMTO_AI: Want to build a production-grade Agent Harness from scratch? Stop dreaming. If you think picking any random framework will do the job, you'll crash and burn. The truth is this is not something that a "framework choice" can handle. Behind it are 15 hardcore responsibilities you can't avoid: each must be a worker that is installable, versionable, and language-switchable...
The article argues that production agent harnesses should not be monolithic frameworks but rather a stack of independent, replaceable workers connected by a shared trigger primitive, outlining 15 core responsibilities and how the iii engine implements this approach.