Remix.run Logo
xianshou 12 hours ago

From the file: "Answer is always line 1. Reasoning comes after, never before."

LLMs are autoregressive (filling in the completion of what came before), so you'd better have thinking mode on or the "reasoning" is pure confirmation bias seeded by the answer that gets locked in via the first output tokens.

stingraycharles 5 hours ago | parent | next [-]

Yeah this seems to be a very bad idea. Seems like the author had the right idea, but the wrong way of implementing it.

There are a few papers actually that describe how to get faster results and more economic sessions by instructing the LLM how to compress its thinking (“CCoT” is a paper that I remember, compressed chain of thought). It basically tells the model to think like “a -> b”. There’s loss in quality, though, but not too much.

https://arxiv.org/abs/2412.13171

joquarky 6 hours ago | parent | prev | next [-]

For the more important sessions, I like to have it revise the plan with a generic prompt (e.g. "perform a sanity check") just so that it can take another pass on the beginning portion of the plan with the benefit of additional context that it had reasoned out by the end of the first draft.

johnfn 8 hours ago | parent | prev | next [-]

Is this true? Non-reasoning LLMs are autoregressive. Reasoning LLMs can emit thousands of reasoning tokens before "line 1" where they write the answer.

computerex 8 hours ago | parent | next [-]

They are all autoregressive. They have just been trained to emit thinking tokens like any other tokens.

bearjaws an hour ago | parent | prev | next [-]

reasoning is just more tokens that come out first wrapped in <thinking></thinking>

rimliu 7 hours ago | parent | prev [-]

there are no reasoning LLMs.

10 hours ago | parent | prev | next [-]
[deleted]
teaearlgraycold 12 hours ago | parent | prev | next [-]

I don't think Claude Code offers no thinking as an option. I'm seeing "low" thinking as the minimum.

ares623 11 hours ago | parent | prev [-]

Ugh. Dictated with such confidence. My god, I hate this LLMism the most. "Some directive. Always this, never that."