Agents on Rails: Best model solves 35% of feature benchmark runs

18 pointsposted 7 hours ago
by chalmovsky

4 Comments

andhuman

7 hours ago

This benchmark expects models to not only do the happy path, but also edge cases, even though the ticket they give to the model doesn’t specify if. This to align more to real world tickets. Usually with benchmarks it’s the other way around: only implement what’s asked. So I welcome this type of benchmark because this is how I use the models.