Comment on Qodo CLI agent scores 71.2% on SWE-bench VerifiedparentComments−ai-christianson1yOne thing with SWE bench is making sure there's zero leakage of information into the LLM context.I.e. the agent cannot even know which tests are failing.It has to both fix the issue based just on the issue text and fix it in the specific way the unit test, which it cannot see, expects.For this reason I find the benchmark a little disconnected from the reality of software engineering.
Comments
One thing with SWE bench is making sure there's zero leakage of information into the LLM context.
I.e. the agent cannot even know which tests are failing.
It has to both fix the issue based just on the issue text and fix it in the specific way the unit test, which it cannot see, expects.
For this reason I find the benchmark a little disconnected from the reality of software engineering.