▲ | ssalka 7 days ago | |||||||
The names of variables impart semantic meaning, which LLMs can pick up on and use as context for determining how variables should behave or be used. Seems obvious to me that `current_temperature` is a superior name to `x` – that is, unless we're doing competitive programming ;) | ||||||||
▲ | yakubov_org 7 days ago | parent [-] | |||||||
My first hypothesis was that shorter variable names would use fewer tokens and be better for context utilisation and inference speed. I would expand your competitive programming angle to the obfuscated C challenge ;) | ||||||||
|