←back to thread

Tools: Code Is All You Need

(lucumr.pocoo.org)
313 points Bogdanp | 1 comments | | HN request time: 0.229s | source
Show context
jasonthorsness ◴[] No.44454950[source]
Tools are constraints and time/token savers. Code is expensive in terms of tokens and harder to constrain in environments that can’t be fully locked-down because network access for example is needed by the task. You need code AND tools.
replies(1): >>44455017 #
1. blahgeek ◴[] No.44455017[source]
> Code is expensive in terms of tokens and harder to constrain in environments

It's also true for human. But then we invented functions / libraries / modules