(no title)
scottyeager | 7 months ago
I was just starting to study coding agent implementation, specifically with tool use. Seeing the insight on the README that `bash` is all a modern LLM needs to solve coding tasks was very interesting, since the trend seems to be solidly toward tools.
Being able to read the entire agent code nearly on a single screen is very instructive and inspiring to start hacking.
One thing I'm curious about is API calling efficiency. Did you happen to compare request count or token consumption of the mini agent versus full sized? Is that data available generally for the SWE-bench results?
No comments yet.