

Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- Super cool for how compact yet still readable it is. Shouldn’t there be a tool description passed to the LLM though?by JSR_FDED
- Great question!
I had a tool description earlier but 'sh' as tool name seems to be sufficient, the agent behaviour was the same.
There might be performance gains if a description is added though, or worth trying different ways of telling the agent about what is available in the environment.
That said, the newer models are fairly good at driving a harness to explore the environment.
by tosh - Nice.
Do you have an ungolfed version? I was going to ask my LLM to make one.
by gabrielsroka - here is a more expanded transliteration:
https://gist.github.com/tosh/61aca9ffa9ea115fa4df332407d7a9a...
by tosh