|
|
|
|
|
by reacharavindh
6 days ago
|
|
Why though?
They are a cheap way to do something without a whole wall of tokens from the said thing polluting the main context… One would think it is actually a useful thing both for the users and the LLM providers that are compute constrained at the moment.. |
|
So you burn more tokens. I had a situation recently where LLM asked to interpret bitmap inside the source code encoded as glyphs kept calling into Imagegen and generating photorealistic pictures of computer monitors displaying some random example hallucinated logos with captions like "your logo would go here" :o. I had to take over and directly prompt to write javascript that draws the bitmap. LMM generated single page js app performing this task (fillRect to canvas) in less than a second, 10 mines of js.