I keep running into the same problem with agentic RAG.
Retrieval works when the task is:
“Find this invoice.”
It breaks when the task is:
“Sum all unpaid invoices.”
That isn’t a retrieval problem anymore.
It’s aggregation over structured information.
And once every document looks similar, chunk search starts feeling like the wrong abstraction.
Curious how others solve this.