6 ms·
I also program a lot in Clojure/Script. Do you also consider thinking token and the number of iterations in the token efficiency?
by kaliszad 8mo ago
I also program a lot in Clojure/Script. Do you also consider thinking token and the number of iterations in the token efficiency?
- jwr 8mo agoI don't think thinking tokens are affected, as LLMs "think" mostly in plain language, with occasional code snippets.
- kaliszad 8mo agoI would assume for certain problems LLMs have a solution readily available for JavaScript/ TypeScript or similarly popular languages but not for Clojure/Script. Therefore my thinking was that the process of getting to a workable solution would be longer and more expensive in terms of tokens. I however don't have any relevant data on this so I may just be wrong.