Syntheia Slashes Token Costs With Novel Approach
Summary
Syntheia, led by Horace Wu, has developed a novel approach to processing legal contracts for AI, significantly reducing token costs without switching LLMs. Their method focuses on how documents are "sliced up" before AI application, addressing rising token expenses in legal tech. Research tested two structured retrieval methodologies against full document injection on a 20-question benchmark using real credit facility, limited partnership, and share purchase agreements. Semantic (embedding-based) retrieval, fetching only relevant passages, matched full injection performance on 18 of 20 questions while cutting tokens by 17.3x, or nearly 30x with a lighter embedding configuration (15 of 20 questions). A novel structured index navigation method, allowing LLMs to reason over a compact map of clauses, matched full injection on all 20 questions, reducing context by 56x and total tokens by 1.6x. This approach, using Claude 4.6, targets Q&A over transactional documents, maintaining accuracy by providing "better tokens" to the LLM.
Key takeaway
For Directors of AI/ML in legal tech facing escalating LLM token costs, Syntheia's research suggests a critical shift. You should prioritize optimizing document pre-processing and retrieval strategies over model changes to achieve significant savings. Implementing structure-aware indexing and LLM-reasoned navigation can drastically reduce context window size, ensuring accuracy while cutting expenses. Evaluate your current RAG implementations for opportunities to move beyond pure vector similarity, focusing on providing more targeted, "better tokens" to your models.
Key insights
Optimizing document pre-processing for LLMs, rather than model switching, drastically cuts token costs while maintaining accuracy.
Principles
- Token cost savings stem from context window reduction.
- Structured retrieval can match full document injection accuracy.
- LLMs can reason over document indexes for retrieval.
Method
Syntheia's method involves structure-aware document indexing to create a compact map of clauses, allowing LLMs to navigate and retrieve specific sections based on reasoning, not semantic similarity.
In practice
- Apply structured retrieval for transactional legal Q&A.
- Use compact document indexes for LLM-driven content navigation.
- Prioritize "better tokens" over raw volume for context windows.
Topics
- LLM Token Cost Optimization
- Structured Retrieval
- Legal Tech AI
- Document Indexing
- RAG (Retrieval-Augmented Generation)
- Transactional Legal Documents
Best for: AI Architect, AI Engineer, Machine Learning Engineer, AI Scientist, Legal Professional, Director of AI/ML
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Lawyer.