What happened
A new technique for organizing and enriching documents cuts the number of times you need to call an AI model from multiple calls per section down to one call per section, while keeping related content grouped together. This matters because each AI model call costs money and takes time — fewer calls means faster, cheaper document search systems.
Why it matters
This is an efficiency optimization for retrieval-augmented generation (RAG) — the pattern where AI systems search through documents to find relevant information before answering questions. The paper shows you can extract seven pieces of metadata in a single model call instead of seven separate calls, reducing costs and latency without sacrificing accuracy. That's a direct cost-per-query reduction for any company building AI search products.