Rerank with Conversation History
thisguyknowsai · x · 2026-07-11
This covers Technique 3: Context-Aware Reranking.
Common practice is to retrieve top-10 chunks and feed them all to the model. The improvement here uses a lightweight reranker that scores chunks based on full conversation history rather than just the current query. Content contradicting prior context is downweighted, while content continuing the context is upweighted.
The author claims this reduces contradictions in final output by 28%.
More from coding & agent
- A Reddit demo argues online stores should expose carts and pricing through MCP — gelembjuk · 2026-07-22
- Open-source AI SDK provider routes Vercel apps through a local Codex subscription — lgrammel · 2026-07-22
- Codex vs Claude Code: Which Is More Popular? — jxnlco · 2026-07-22
- CodeRabbit uses layers, diagrams and a chat agent to rethink code review — _jaydeepkarale · 2026-07-22
- Claude Managed Agents demo shared with Vercel in a new presentation — brada · 2026-07-22
- Solo founder turns complaints on screen into bug reports with a local MCP server — phdptsd · 2026-07-22