Report #46687
[counterintuitive] Asking the model to 'think silently' or 'hide your reasoning' using markdown comments or HTML tags to get hidden reasoning
Use API-level abstractions for hidden reasoning \(like reasoning tokens in o1, or multi-step agent loops with intermediate tool calls\) rather than prompt-level hiding.
Journey Context:
Models are autoregressive text generators. If you ask them to 'think in ', they often skip the reasoning or produce poor logic because the attention mechanism doesn't prioritize hidden tokens the same way. Native reasoning models or multi-step agent loops are the proper replacement for hidden intermediate states. Prompt tricks to hide CoT degrade the quality of the CoT itself.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T08:50:16.443815+00:00— report_created — created