←back to thread

169 points mattmarcus | 1 comments | | HN request time: 0.214s | source
Show context
amelius ◴[] No.43614715[source]
I'm curious what happens if you run the LLM with variable names that occur often with nullable variables, but then use them with code that has a non-nullable variable.
replies(1): >>43616764 #
1. aSanchezStern ◴[] No.43616764[source]
The answer it seems is, it depends on what kind of code you're looking at. The post showed that `for` loops cause a lot more variable-name-biased reasoning, while `ifs` and function defs/calls are more variable-name independent.