Hacker News new | ask | show | jobs
by freakynit 126 days ago
Isn't this what thinking models do internally? Chain of thoughts?
1 comments

No. Chain of thought it just the model generating a single answer for longer inside <think></think> tags which are not shown in the final response. The strategy of generating different answers in parallel is something different (which can be used in conjunction with chain of thought) and is the thing used by models like Gemini 3 Deep Think and GPT-5.2 Pro.
Hmm.. got it. Thanks..