logoalt Hacker News

TeMPOraLtoday at 8:48 AM1 replyview on HN

All the time, yes. But you have to keep two things separate in your thinking:

- Prompted as in prompt made of tokens -> for LLMs, tokens double as a clock signal. Time only flows when tokens are pushed through them.

- Prompted as in specific request placed in the stream of tokens -> Yeah, they do that all the time whether it's getting into infinite loops of repeating same pattern, or suddenly deciding to do things based on inputs they normally ignored.

Also don't forget that everything is a "prompt" for LLM. All input tokens end up in the same place.


Replies

RandomLensmantoday at 8:52 AM

So without a token pushed into them they do something? Not sure I understand...

In the current UIs is there a lot of suppression then as I have not seen things start on their own?

I meant an LLM doing something without any external prompt at all. Not doing something different etc but rather do something without a token/prompt ever flowing to it.

show 2 replies