How does Serena compare to token-saving focus tools Headroom and RTK? #1592
Replies: 3 comments 1 reply
|
We are running benchmarks of serena on various real-world tasks and are planning to publish the results soon. Serena does save many tokens in many scenarios because the tools let the agent operate more efficiently. Compressing tools like rtk are orthogonal and can be used on top. RTK saves tokens in specific cases (long shell commands), but we found that they appear fairly rarely in our benchmark and the savings of RTK were very marginal compared to savings with Serena. There is essentially no downside to just using RTK though. Regarding headroom, I recently had a look and a lot of what it is doing is actively damaging and counterproductive in my opinion. While RTK just makes shell output shorter, headroom completely rewires what the agent sees for everything. Doing that right always requires full-blown frontier AI by itself, so it is best left to the agent than to some compressing heuristics outside of it (agents can do that very well when given the right tools). Even occasional mistakes in such compression can have absolutely devastating effects on a session, wiping out any savings from other scenarios. While we might include headroom in our benchmark, personally I would steer away from it based on what I understand about it. |
|
Having benchmarks would be great! Hopefully, they get picked up on Hacker News once they're out - as that's how RTK and Headroom got viral. As for RTK and Headroom - I tried them out, but ended up uninstalling them and just going back to using Serena. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I realize that Semantic search saves tokens as well, but these token-compression/saving tools have been getting a lot of attention of late.
Further, can Serena interoperate with them as complementary tools?
All reactions