Chain of Thought is a scaling trap. the next wave is latent reasoning (Coconut / HRM / RecrusiveMAS)... but then we hit the black box wall. Where does BDH fit? [D]
Our take
The recent discourse surrounding Large Language Models (LLMs) has taken a fascinating turn, questioning the very foundations of how we approach reasoning within these systems. A compelling piece argues that Chain of Thought (CoT) prompting, while initially a valuable technique, risks conflating a readable trace of reasoning with actual computation – essentially, generating text isn't the same as thinking. This resonates with a growing understanding that the apparent logic presented by LLMs can be misleading, a point underscored by DoorDash’s innovative approach to conversational AI, detailed in How DoorDash Built an AI Shopping Assistant That Doesn’t Rely on the LLM Alone. The core of the critique highlights two key problems: faithfulness (the trace doesn't reflect the model’s true process, yielding plausible but incorrect answers) and systems cost (the serialization of reasoning into tokens inflates latency and resource usage). It's a shift in perspective, moving away from exposing the “inner monologue” of the model and toward more efficient, latent reasoning techniques. Furthermore, aligning internal infrastructure with evolving AI needs, as explored in Presentation: Road to Compliance: Will Your Internal Users Hate Your Platform Team?, underscores the practical challenges of adapting existing systems to integrate these advancements effectively.
The emerging "latent turn" – exemplified by models like Coconut, HRM, and RecursiveMAS – represents a significant evolution. These approaches push the core reasoning process into latent space, decoding language only at the end, drastically reducing the computational overhead. Framing language as an interface rather than the compute substrate itself is a powerful insight, acknowledging its importance for communication while recognizing the inefficiencies of forcing constraint solving into a serialized text format. However, this shift introduces a new hurdle: the "black box wall." Concealing the internal reasoning process within dozens of latent loops means losing the visibility we previously had with CoT, a crucial concern in high-stakes domains where auditability is paramount. The proposed solution – an outer loop governance layer utilizing symbolic planning, deterministic verification, and unit tests – is compelling. This shifts the focus from reading the model's inner workings to auditing the plan and its verified outputs, a far more robust and trustworthy approach. We can see parallels to the need for rigorous testing and structured development, much like the focus on robust Java development detailed in Java News Roundup: TornadoVM 5, JHipster, Google ADK, OmniFish Build of Payara, Introducing Vidocq, where consistent and reliable performance is key.
The mention of BDH (Dragon Hatchling) is particularly intriguing. Its ability to combine language modeling with recurrent latent computation offers a potential bridge between the visibility of CoT and the efficiency of latent reasoning. While Sudoku performance is a useful diagnostic, it’s not a comprehensive measure of general reasoning capabilities. The nuances of time recurrence – when to advance time and what state to carry forward – highlight the complexities of building truly agentic systems that can reason in continuous, real-world environments. BDH’s promise of recoverable graph views and localized state offers a degree of interpretability, though it’s rightly acknowledged as complementary to, rather than a replacement for, system-level verification. It’s a step toward a more holistic approach, balancing performance with transparency and control.
Ultimately, the conversation around CoT, latent reasoning, and the "black box wall" underscores a fundamental shift in our understanding of how to build reliable and scalable AI systems. The future likely lies not in simply making models “think in public,” but in developing robust governance layers and interpretability hooks that allow us to audit and verify their outputs, regardless of the underlying computational processes. As we move towards increasingly complex applications, the question isn’t whether we can hide the inner workings of AI, but how we can build systems that are both powerful and trustworthy – a challenge that will demand a continued focus on verifiable planning, robust execution, and a clear understanding of the trade-offs between performance and transparency. What will be the dominant architectural pattern for integrating these latent reasoning loops with the external world, and how will we ensure that the outer loop effectively governs these increasingly opaque computational processes?
Read a long piece on the future of LLM reasoning that makes a provocative claim: Chain of Thought is a useful hack but we've started to confuse a readable trace with the actual computation. All in all, "generating text is not the same as thinking."
There are two practical problems here:
Faithfulness: CoT style traces can decouple from what the model actually "did." u can get plausible steps with a wrong answer, or messy steps with a right answer (so the trace isnt a reliable audit trail)
Systems cost: Autoregressive reasoning serializes intermediate work into tokens. Longer traces inflate latency, cost and context usage
The latent turn (stop making models "think in public"):
A lot of recent work is shifting the inner loop into latent space and decoding language only at the end:
- Coconut (continuous / latent "thought" steps)
- HRM / HRM Text (separating slower planning from faster recursive execution)
- RecursiveMAS (agents passing latent embeddings instead of long text messages)
A framing i propose: language as interface vs language as the compute substrate. I agree that language is essential for communication and abstraction but forcing search / constraint solving to be serialized into text is awkward and expensive.
The black box wall
If the "thinking" happens in dozens of latent loops, u lose the already imperfect window u had with CoT. In production, especially in high stakes domains, "no visibility" is a real blocker.
One proposed solution is an outer loop governance layer (e.g., a symbolic / planning manager that builds an auditable DAG of subgoals + deterministic verification at each node: unit tests, constraints, rules, etc.). Auditability shifts from "read the model's inner monologue" to "audit the plan + checks + verified outputs."
Where BDH fits
BDH (Dragon Hatchling) is interesting in this landscape because it aims to keep language modeling capability while adding recurrent or stateful latent computation, rather than being "just" a supervised puzzle solver. Pathway reports 97.4% top 1 accuracy for a BDH based system on ~250k Sudoku Extreme puzzles, without CoT or solution backtracking. Sudoku is a useful diagnostic for constraint solving but not a complete measure of general reasoning.
One point i found clarifying: many recursive latent reasoners excel at depth recurrence (iterating on a fixed snapshot of the problem) but real agentic / language settings are a stream: new tokens arrive continuously. That introduces time recurrence questions: when do u advance time, and what state / memory do u carry forward?
BDH's stated research direction is basically trying to bring these together i.e. high bandwidth latent iteration and a principled state / memory story over time.
It also provides a recoverable graph view and sparse, localized state, offering some native interpretability hooks but that is complementary to, not a replacement for, system level verification.
I want views on:
Is CoT increasingly a costly interface artifact rather than a scalable reasoning path?
For high stakes use, do we inevitably need a DAG / verification outer loop, or can native model analysis hooks meaningfully reduce the governance burden (even if they cant replace it)?
If latent recursion is the inner loop, what should the outer loop be in practice, DAGs, unit tests, formal specs, proof assistants, something else?
[link] [comments]
Read on the original site
Open the publisher's page for the full experience