ArtificialIntelligence.io

The Signal

Everything that matters in AI, with our take.

Updated through the day. Every headline links straight to the source. The two lines underneath are ours.

arXiv cs.CLPaper

LiteRAG: Cost-Efficient Graph-Based Retrieval-Augmented Generation

This is actionable. If you're running GraphRAG or similar systems and paying for repeated LLM calls during retrieval, LiteRAG's algorithmic approach can cut costs dramatically. The benchmarks are limited to two datasets but the wins are large enough that it's worth testing on your own retrieval problem. The key insight: don't use an LLM to explore the graph if you can compute it.

arXiv cs.AIPaper

Token-Efficient Data Reasoning Agents via Adaptive Structuring of Unstructured Data

This targets a real economic problem: enterprise AI agents burn tokens wastefully re-reading documents to find scattered evidence. The adaptive structuring approach is clever and could meaningfully improve agent economics at scale. For builders deploying document-reasoning agents today, this is worth a detailed look. The benchmark gap is large enough that even partial wins would pay for implementation.

arXiv cs.CLPaper

Closing Cost-Quality Gap in Document VLMs: Difficulty-Aware Data Curation and Quality-Adjusted Deployment Economics

This is a working proof that you can run production document AI on a single H100 if you optimize right: fine-grained MoE, difficulty-aware data curation, and production-telemetry-grounded cost metrics. For enterprises stuck between expensive external models and inadequate open-source ones, this shows the playbook. The 80% cost reduction is real, not theoretical.

arXiv cs.LGPaper

The Structure of Quantization Damage in LLMs: Why the Next Bit Should Be Spent Globally

If you're serving LLMs cost-sensitively, this changes how you think about where to spend precision bits. The finding is counterintuitive: the damage is spread, not clustered. For most models, you get better results spending your budget on finer granularity everywhere than trying to surgically fix the worst layers. This is immediately actionable for deployment optimization.

arXiv cs.CLPaper

Grading Needs a Rubric, Not Intelligence

This is a genuinely useful, cheap finding for anyone building grading, evaluation, or LLM-as-judge pipelines: rubric quality dominates judge model choice almost entirely. If you're paying for frontier judges in a bulk-grading workflow, this says swap to a cheap model once your rubric is tight and pocket the savings. Practical, testable, and worth trying this week.