Earlier quoted context omitted.
I submit humans are no different. It can take years of seemingly good communication with a human til you finally realize they never really got your point of view. Language is ambigious and only a tool to communicate thoughts. The underlying essence, thought, is so much more complex that language is always just a rather weak approxmiation.
The difference is that large language models don't think at all. They just string language "tokens" together using fancy math and statistics and spew them out in response to the tokens they're given as "input". I realize that they're quite convincing about it, but they're still not doing at all what most people think they're doing.
Anthropic publishes the 'system prompts' that make Claude tick
51–60 of 290 posts
Re: Anthropic publishes the 'system prompts' that make Claude tick
#52Earlier quoted context omitted.
I've wondered about this - you'd naively think it would be easy to run the model through the system prompt, then snapshot its state as of that point, and then handle user prompts starting from the cached state. But when I've looked at implementations it seems that's not done. Can anyone eli5 why?
Tokens are mapped to keys, values and queries. Keys and values for past tokens are cached in modern systems, but the essence of the Transformer architecture is that each token can attend to every past token, so more tokens in a system prompt still consumes resources.
Re: Anthropic publishes the 'system prompts' that make Claude tick
#53Earlier quoted context omitted.
I submit humans are no different. It can take years of seemingly good communication with a human til you finally realize they never really got your point of view. Language is ambigious and only a tool to communicate thoughts. The underlying essence, thought, is so much more complex that language is always just a rather weak approxmiation.
The difference is that large language models don't think at all. They just string language "tokens" together using fancy math and statistics and spew them out in response to the tokens they're given as "input". I realize that they're quite convincing about it, but they're still not doing at all what most people think they're doing.
Re: Anthropic publishes the 'system prompts' that make Claude tick
#54its so long, so much waste of compute during inference. Wondering why they couldn't finetune it through some instructions.
has anything been done to like turn common phrases into a single token? like "can you please" maps to 3895 instead of something like "10 245 87 941" Or does it not matter since tokenization is already a kind of compression?
Re: Anthropic publishes the 'system prompts' that make Claude tick
#55Re: Anthropic publishes the 'system prompts' that make Claude tick
#56[1] https://gist.github.com/dedlim/6bf6d81f77c19e20cd40594aa09e3...
Re: Anthropic publishes the 'system prompts' that make Claude tick
#57Earlier quoted context omitted.
And "kinda" is an understatement. It understands you very well, perhaps even better than the average human would. (Average humans often don't understand jargon.)
> It understands you very well No, it creates output that intuitively feels like like it understands you very well, until you press it in ways that pop the illusion. To truly conclude it understands things, one needs to show some internal cause and effect, to disprove a Chinese Room scenario. https://en.wikipedia.org/wiki/Chinese_room
The Chinese Room thought experiment is not a distinct "scenario", simply an intuition pump of a common form among philosophical arguments which is "what if we made a functional analogue of a human brain that functions in a bizarre way, therefore ".
Re: Anthropic publishes the 'system prompts' that make Claude tick
#58Earlier quoted context omitted.
It actually still scares the hell out of me that this is the way even the experts 'program' this technology, with all the ambiguities rising from the use of natural language.
LLM Prompt Engineering: Injecting your own arbitrary data into a what is ultimately an undifferentiated input stream of word-tokens from no particular source, hoping your sequence will be most influential in the dream-generator output, compared to a sequence placed there by another person, or a sequence that they indirectly caused the system to emit that then got injected back into itself. Then play whack-a-mole unti…
Re: Anthropic publishes the 'system prompts' that make Claude tick
#59Earlier quoted context omitted.
Sonnet 3.5 > I understand that you're telling me you're dyslexic and often have problems with search engines, but you think I will understand you. You're right - I can understand what you're trying to communicate despite the spelling differences. Is there something specific I can help you with today? I'm happy to assist in any way I can. Honestly it has a much nicer writing style than chatgpt. I really dislike openai…
This is one of the reasons why I'm paying for Claude and not for ChatGPT. ChatGPT really goes into uncanny valley for me.
Especially with the exclamation marks, it reads to me the way a stereotypical Silicon Valley bullshitter speaks.
Re: Anthropic publishes the 'system prompts' that make Claude tick
#60Earlier quoted context omitted.
It actually still scares the hell out of me that this is the way even the experts 'program' this technology, with all the ambiguities rising from the use of natural language.
It still scares the hell out me that engineers think there’s a better alternative that covers all the use cases of a LLM. Look at how naive Siri’s engineers were, thinking they could scale that mess to a point where people all over the world would find it a helpful tool that improved the way they use a computer.