Retrieval Planning: ReAct vs Self-Ask vs Plan-and-Solve
Now that we've diagnosed Query Planning failures, it's time to fix them. Let's compare when each of these three patterns shines.

Retrieval Planning: ReAct vs Self-Ask vs Plan-and-Solve
Now that we've diagnosed Query Planning failures, it's time to fix them. Let's compare when each of these three patterns shines.
Why Retrieval Planning?
In the previous post, we examined three failure points in Query Planning:
- Decomposition: Breaking questions incorrectly
Related Posts

AI Research
Breaking the Reversal Curse with Identity Bridges β the ICML 2026 fix that shouldn't work but does
LLMs trained on "Alice's husband is Bob" famously fail on "Bob's wife is?" β the reversal curse. A new ICML 2026 paper fixes it by adding one weird kind of self-referential example to the training set. The naive version doesn't work; the right version does.

AI Tools & Agents
Self-Evolving AI Agents β The New Paradigm of 2026
GenericAgent, Evolver, Open Agents β comparing 3 self-evolving agent frameworks that learn, adapt, and grow without human coding.

AI Tools & Agents
Build Your Own LLM Knowledge Base β A Karpathy-Style Knowledge System
Complete guide to building a permanent personal knowledge system with Obsidian + Claude Code. Wiki + Memory dual-axis architecture.