Comment Re:What I find amusing is... (Score 1) 38
If you ask Claude about any of these features, it will deny that they exist.
It makes you wonder. Were they removed from the models that are currently running, or was Claude taught to not disclose their existence?
"Claude Code" is just a piece of Node.js software that talks to one of the "claude" LLMs (e.g. "Opus") in the cloud. The LLM model running in the cloud of course doesn't know anything about the proprietary client software you are running, because it wasn't trained on it.
It's not about denial, it's just that the LLM isn't trained on the closed source code of its client any more than it is trained on the Windows source code. That code isn't in the public domain so it isn't available as a reference to the model. All it knows about is what's in the publicly available manual. You can test this by asking opus about claude code features. You'll see it doing a bunch of WebGet requests for the claude code manual.md files.