Y
Hacker News
new
|
ask
|
show
|
jobs
by
psadri
340 days ago
You could instruct the LLM to formulate a “lesson” based on the error and add this to the tool instructions for future runs.
1 comments
ch4s3
340 days ago
This isn’t practical at scale. You’ll run into too many novel lessons and burn through too many tokens setting up context.
link
psadri
340 days ago
At scale you need to use more tricks. For example, only inject examples if the tool is going to be needed. Or amass lessons, then ask the LLM to summarize them to prune redundant information before it is used in the context.
link