| When you invent a language and tell it express something in that language, you've not given it the answer before asking the question. That's an utterly bizarre notion. The answer in question never existed before. By your definition humans never produce anything new either, because we always also extrapolate on patterns from our previous knowledge. > it fails spectacularly for exotic programming languages. My experience is that it not just succeeds for "exotic" languages, but for languages that didn't exist prior to the prompt. In other words, they can code at least simple programs even with zero-shot by explaining semantics of a language without giving them even a single example of programs in that language. Did you even read the comment you replied to above? To quote myself: "Invent a programming language that does not exist." I've had this work both for "from scratch" descriptions of languages by providing grammars, and for "combine feature A from language X, and feature B from language Y". In the latter case you might have at least an argument. In the former case you do not. Most humans struggle with tasks like this - you're setting a bar for LLMs most humans would fail to meet. |
If you tell someone that multiplying a number by 2 is adding the number to itself, then if this person knows addition, you can't be surprised if it tells you that 9*2 is 18. A small leap in discovery is when the person can extract the pattern and gives you 5*3 is 5+5+5. A much bigger leap is when the person discovers exponent.
But if you take the time to explain each concept....