Essays
LLM Reasoning Patterns
Summary
"Tree of Thoughts vs Chain of Density: A structured breakdown."
< img src = "https://images.unsplash.com/photo-1620712943543-bcc4688e7485?q=80&w=1965&auto=format&fit=crop" alt = "LLM Reasoning" class="w-full rounded-lg mb-8 border border-white/10" />
Understanding how Large Language Models arrive at conclusions is critical for debugging agentic behaviors.
< h3 > Comparison < p > Tree of Thoughts(ToT): Explores multiple reasoning paths, backtracking when necessary. Ideal for complex problem solving.Chain of Density(CoD): Iteratively compresses information to increase density without losing context. Great for summarization.