top | item 46589878

(no title)

kaliszad | 1 month ago

I also program a lot in Clojure/Script. Do you also consider thinking token and the number of iterations in the token efficiency?

discuss

order

jwr|1 month ago

I don't think thinking tokens are affected, as LLMs "think" mostly in plain language, with occasional code snippets.

kaliszad|1 month ago

I 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.