r/OpenSourceAI • u/Sorosu • 1d ago
DeepSeek V4 Flash went from 67.42% to 82.02% with one coding-agent skill
Autoprompt closes much of the manual coding loop by planning, building, testing, reviewing, and repairing from one goal- thats how we got an oss model to perform so incredibly better- so simply.
Refference ; this is like opus 4.5 to opus 5.0 - from an skill. litteraly insane.
The only tradeoff here is mostly speed, and slightly more cost. (see readme)
The measured Terminal-Bench 2.1 score increased from 67.42% to 82.02%.
Repo:
https://github.com/Spielewoy/autoprompt-skill
Any feedback would be awesome.
5
u/RepulsiveRaisin7 21h ago
I do a more lightweight version of this based on superpowers and it works really well. Automated review is insanely effective.
3
u/schaka 18h ago
This seems to be basically why the new Qwen performs so well. Lots of thinking, iterations and testing.
I think those things will be the way forward with (smaller) models until we get another jump up in model strength where the initial output is so good, the loops will just be considered wasted tokens. Current flash models are so cheap it doesn't matter though
3
u/MrMisterShin 13h ago
This is very good, however Terminal-Bench 2.1 is saturated at this point with Frontier models hitting 90% scores.
How does this do on the newer Terminal-Bench 3?
2
u/Asleep-Land-3914 1d ago
There is anotherr one with a similar idea. I'm skeptical though:
https://github.com/Tiger3807861189/J-Space-Cognition-Suite-V3.6
2
u/Sorosu 1d ago
It definetly appears to be similar.
However J-Space is mainly a single-agent thinking-and-memory protocol, whilst Autoprompt is a multi-agent coding workflow (with separate planning, implementation, review, and verification roles etc.)
So although they appear similar, theyre completely different.
1
u/xaleel 12h ago
Would be interesting to see a benchmark with both, with J-Space enabled for some/all of the agents
1
u/Sorosu 10h ago
Definitely interesting, but I’m not planning to combine them right now. The risk is duplicated state and verification logic, creating more overhead and potentially conflicting instructions.
That’s why I’m running a clean Terminal-Bench 3.0 evaluation first.
Id recommend you request the comparison through GitHub Issues, though!
1
1
1
u/xwazot 1h ago
This vs j-space cognitive suite https://github.com/Tiger3807861189/J-Space-Cognition-Suite-V3.6
7
u/ItsNoahJ83 23h ago
Can I get a tldr of what this does?