It feels like a greater form of intelligence, IQ without EQ isn't intelligence.
I'm absolutely right
141–150 of 277 posts
Re: I'm absolutely right
#142Re: I'm absolutely right
#143Rather it needs better prompt or problem is too niche to find an answer to in test data.
Re: I'm absolutely right
#144Re: I'm absolutely right
#145OK, so I love this, because we all recognize it. It's not fully just a tic of language, though. Responses that start off with "You're right!" are alignment mechanisms. The LLM, with its single-token prediction approach, follows up with a suggestion that much more closely follows the user's desires, instead of latching onto it's own previous approach. The other tic I love is "Actually, that's not right." That happens…
Maybe? How would we test that one way or the other? If there’s one thing I’ve learned in the last few years, it’s that reasoning from “well LLMs are based on next-token prediction, therefore ” is a trap. The relationship between the architecture and the emergent properties of the LLM is very complex. Case in point: I think two years ago most of us would have said LLMs would never be able to do what they are able to do now (actually effective coding agents) precisely because they were trained on next token prediction. That turned out to be false, and so I don’t tend to make arguments like that anymore.
> The people behind the agents are fighting with the LLM just as much as we are
On that, we agree. No doubt anthropic has tried to fine-tune some of this stuff out, but perhaps it’s deeply linked in the network weights to other (beneficial) emergent behaviors in ways that are organically messy and can’t be easily untangled without making the model worse.
Re: I'm absolutely right
#146Re: I'm absolutely right
#147Noob here. Why hasn't Anthropic fixed this?
Re: I'm absolutely right
#148Re: I'm absolutely right
#149Re: I'm absolutely right
#150Earlier quoted context omitted.
I just wish they could hide these steering tokens in the thinking blurb or some such. Ie mostly hidden from the user. Having it reply to the user that way is quite annoying heh.
This can still happen even with thinking models as long as the model outputs tokens in a sequence. Only way to fix would be to allow it to restart its response or switch to diffusion.
Diffusion also won't help the way you seem to think it will (that the outputs occur in a sequence is not relevant, what's relevant is the underlying computation class backing each token output, and there, diffusion as typically done does not improve on things. The argument is subtle but the key is that output dimension and iterations in diffusion do not scale arbitrarily large as a result of problem complexity).