Somebody please invent a programming language that can’t be generated by LLMs
@thomasfuchs Unreal Engine’s Blueprint visual scripting language seems to be immune to LLMs, partly because it’s stored in binary blobs and its text-based form is hard for LLMs to generate without breaking the syntax, and partly because the documentation is so bad that there’s no good data to train LLMs on.