Comment Re:What I find amusing is... (Score 4, Informative) 28
LLMs don't actually know their own capabilities.The description of what they *should* do is baked into the training data, but this doesn't always correlate with their actual abilities. Sometimes they can do things and not even know, and they can't tell if tools they should have are being disabled in some way. For example, Qwen 3.5 is a vision-capable model, but enabling vision in llama.cpp requires loading an additional file with the --mmproj parameter. The model will think it has vision enabled whether the extra file is loaded or not.