Y
Hacker News
new
|
ask
|
show
|
jobs
by
viraptor
122 days ago
You can also save time/tokens if you see that every request starts looking for the same information. You can front-load it.
2 comments
sebazzz
121 days ago
Also take the randomness out of it. Sometimes the agent executing tests one way, sometimes the other way.
link
Maxion
121 days ago
I've found
https://github.com/casey/just
to be very very useful. Allows to bind common commands simple smaller commands that can be easily referenced. Good for humans too.
link
NicoJuicy
121 days ago
Don't forget to update it regularly then
link