2.6 KiB
2.6 KiB
AGENTS.md
Last Updated: April 9, 2026
Research Project: Coding Agent Harness Analysis
Objective
Collect data and feedback on four coding agent harnesses to determine what works best for different model sizes, particularly smaller/local models.
Harnesses Under Analysis
- opencode - Go-based coding agent
- pi (pi-mono) - Mario Zechner's minimal terminal coding agent
- hermes - Nous Research's agent that grows with you
- forgecode - AI pair programmer with sub-agents
Data Collection Strategy
Performance Benchmarks
- Run terminal-bench and similar benchmarks across all harnesses
- Track relative performance metrics
- Document success rates, speed, and quality of outputs
Community Feedback Collection
Feedback organized by harness and model tier:
opencode/feedback/localllm/- Community feedback for local modelsopencode/feedback/frontier/- Community feedback for frontier modelspi/feedback/localllm/- Community feedback for local modelspi/feedback/frontier/- Community feedback for frontier modelshermes/feedback/localllm/- Community feedback for local modelshermes/feedback/frontier/- Community feedback for frontier modelsforgecode/feedback/localllm/- Community feedback for local modelsforgecode/feedback/frontier/- Community feedback for frontier models
Folder Structure
opencode/
repo/ - opencode-ai/opencode source
feedback/
localllm/ - Local model feedback
frontier/ - Frontier model feedback
pi/
repo/ - badlogic/pi-mono source
feedback/
localllm/ - Local model feedback
frontier/ - Frontier model feedback
hermes/
repo/ - NousResearch/hermes-agent source
feedback/
localllm/ - Local model feedback
frontier/ - Frontier model feedback
forgecode/
repo/ - antinomyhq/forgecode source
feedback/
localllm/ - Local model feedback
frontier/ - Frontier model feedback
Research Focus Areas
- Tool handling and capabilities
- Skills system effectiveness
- Prompt engineering strategies
- Context management
- Error recovery and resilience
Future Work
Eventually extract best practices and implement improvements specifically optimized for smaller/local models.
Reference Materials
Files from ../entropy/Research/md/ contain prompt research and strategies:
Research.md- General research methodologyResearch-prompt.md- Prompt engineering research and strategiesResearch-orchestration.md- Orchestration patterns and strategies
These files contain prompt research and strategies to reference during analysis.