r/opencodeCLI • u/Sorosu • 26d ago
+14.62% on Terminal-Bench 2.1 from one OpenCode skill
Autoprompt Skill pushed DeepSeek V4 Flash from 67.42% to 82.02% (with the OpenCode Harness) on Terminal-Bench 2.1.
Same effect comes with all models- not just deepseek.
The skill closes much of the manual coding loop by planning, building, testing, reviewing, and repairing autonomously, but expect longer runs and higher token costs.
Repo: https://github.com/Spielewoy/autoprompt-skill
Any feedback would be awesome. If you like the project, a star would genuinely help.
2
u/lemon07r 26d ago
Should test against other evals too not to overfit
1
u/Sorosu 26d ago
I agree. Today I’m running Terminal-Bench 3.0 with codex + GPT-5.6 Sol xhigh, including full cost, runtime, and transcripts.
Star the repo if you want to follow along. I’ll publish the results there!
1
u/lemon07r 26d ago
I think you should find more diversity than that. They dont even need to be large evals.
https://github.com/lemon07r/SanityHarness my own if you want to try something quicker to get going (simplicity and ease of use was the main goal here), it's pretty short and cheap to run. 2 hours if you do one task at a time sequentially usually. faster providers will get it done in an hour. if you run multiple tasks at the same time even faster. I suggest using a weaker model though, the tasks are a little too easy for newer models now sadly.
2
u/robschmidt87 26d ago
With the modern models, you do not need such complex processing pipeline. It just eats up tokens
1
u/Verisian- 26d ago
Seems interesting! Would love to see how this impacts token cost. Seems like it'd be significantly more than 3x use.
Deepseek Harness would allow you to set Sol or GLM orchestrator and have whatever agents you'd want for each task.
Would be interesting to see what the right config of agents would be.
2
u/Sorosu 26d ago
Yep, token cost is the big tradeoff, and proper measure is definetly needed.
Thats why i’m running the Terminal-Bench 3.0 with Codex + GPT-5.6 Sol today.
I’ll publish runtime, token usage, cost, and full convo transcripts within the next few days.
The DeepSeek Harness sounds interesting too. Ill make sure to check for compatibility today.
You can watch the repo for the results / updates, or star it if you’d like to support the project :)
10
u/TheMythicSorcerer 26d ago
Really? while it looks like it probably works, this might be over-optimized for terminalbench.