Comment by AndyNemmity
Comment by AndyNemmity a day ago
A skill is not just a text file nudging the llm. You group scripts and programming to the skill, and the skill calls it.
Comment by AndyNemmity a day ago
A skill is not just a text file nudging the llm. You group scripts and programming to the skill, and the skill calls it.
that seems token inefficient. why have the llm do a full round trip. load the skill which contains the potentially hundreds of lines code then copy and paste the code back into the compiler when it could just run it?
not that i care too too much about small amounts of tokens but depleting your context rapidly seems bad. what is the positive tradeoff here?