Hacker News new | ask | show | jobs
by andy12_ 126 days ago
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.
1 comments

Hmm.. got it. Thanks..