HackerTrans
TopNewTrendsCommentsPastAskShowJobs

richkuo

5 karmajoined 15 ปีที่แล้ว
ruby dev

comments

richkuo
·4 วันที่ผ่านมา·discuss
Composer 2.5 is really effective at some tasks, but doesn't do as well on higher complexity tasks from my own experience.

With that being said, Cursor Bench is nonetheless a fantastic gauge of LLM quality and performance. The most interesting outcome of Cursor Bench is Fable 5 to GPT 5.5, its almost a perfect continuous line. As of the report, Fable to GPT might be the new standard of agentic programming/building

I did my own rounds of tests for a lot of models.

I made multiple rounds of comparisons for issues in my open source project using Fable 5, GPT 5.5, Opus 4.8, and Composer 2.5

Made them work on various complexity issues

Here are the reports, i recommend using a Sonnet 5 or better model to summarize them because its quite a bit of information to consume across all the various tests: https://www.richkuo.com/#llm-battles

My takeaway from Composer 2.5 is that its better to use Opus or GPT for planning, and then Composer to build, use Opus/GPT to pr review, and have Composer fix findings, and loop that process. Incredibly token efficient, fast, and gets the same quality as if you worked the whole thing with Fable/Opus/GPT.