Earlier quoted context omitted.
I don't know if I feel cheated, but it seems a little unmanageable. How is this suppose to scale? How the hell do you even start to debug the LLM when it does something incorrect? It's not like you can attach a debugger to English. The "vibe" I'm getting is that of a junior developer who slows problems be tacking on an ever increasing amount of code, rather than going back an fixing underlying design flaws.
See it as a temporary workaround, and assume each instruction will also lead to additional training data to try to achieve the same in the next model directly.
Claude's system prompt is over 24k tokens with tools
111–120 of 350 posts
Re: Claude's system prompt is over 24k tokens with tools
#112do tools like cursor get a special pass? Or do they do some magic? I'm always amazed at how well they deal with diffs. especially when the response jank clearly points to a "... + a change", and cursor maps it back to a proper diff.
Re: Claude's system prompt is over 24k tokens with tools
#113Earlier quoted context omitted.
>What makes you think the others are significantly different? ChatGPT's prompt is on the order of 1k, if the leaks turn out to be real. Even that one seems a bit high for my taste, but they're the experts, not me. >It’s logical to use the context to tell it what to do. You probably don't know much about this, but no worries I can explain. You can train a model to "become" anything you want, if your default prompt sta…
But this is the solution the most cutting edge llm research has yielded, how do you explain that? Are they just willfully ignorant at OpenAI and anthropic? If fine tuning is the answer why aren't the best doing it?
Also I don't think much of this prompt is used in the API, and a bunch of it is enabling specific UI features like Artifacts. So if they re-use the same model for the API (I'm guessing they do but I don't know) then I guess they're limited in terms of fine tuning.
Re: Claude's system prompt is over 24k tokens with tools
#114Earlier quoted context omitted.
The other day I was talking to Grok, and then suddenly it started outputting corrupt tokens, after which it outputted the entire system prompt. I didn't ask for it. There truly are a million ways for LLMs to leak their system prompt.
What did it say?
Nothing about tool calling.
Re: Claude's system prompt is over 24k tokens with tools
#115For instance, major AI-powered IDEs had their system prompts revealed and published publicly: https://github.com/x1xhlol/system-prompts-and-models-of-ai-t...
Re: Claude's system prompt is over 24k tokens with tools
#116Re: Claude's system prompt is over 24k tokens with tools
#117Re: Claude's system prompt is over 24k tokens with tools
#118Earlier quoted context omitted.
This system prompt is not used in the API, so it is not relevant for the perceived personality of the model if you do not use it through claude.ai interface, eg through an editor etc.
Why this? Because for OpenAI you can set it using API.
Re: Claude's system prompt is over 24k tokens with tools
#119Earlier quoted context omitted.
See it as a temporary workaround, and assume each instruction will also lead to additional training data to try to achieve the same in the next model directly.
It comes down to solving this - given instruction X find out how to change the training data such that X is obeyed and none other side effects appears. Given amount if the training data and complexities of involved in training I don’t think there is a clear way to do it.
Re: Claude's system prompt is over 24k tokens with tools
#120I believe tricking a system to reveal its system prompt is the new reverse engineering , and I've been wondering what techniques are used to extract this type of information? For instance, major AI-powered IDEs had their system prompts revealed and published publicly: https://github.com/x1xhlol/system-prompts-and-models-of-ai-t...