rag
30 articles about rag in AI news
Google Gives Students Free Year of Gemini Pro, 5TB Storage
Google offers students a free year of Gemini AI Pro with 5TB storage, per @_vmlops. The deal targets education, competing with OpenAI and Anthropic.
NVIDIA Vera CPU Claims 3.67x Storage Speed vs x86
NVIDIA's Vera Arm CPU claims 3.67x faster storage processing than x86, targeting Intel and AMD via BlueField-4 STX.
Mirage Avatar X Claims Identity Preservation Breakthrough
Mirage's Avatar X, per tester @hasantoxr, is the first AI avatar to excel at both identity preservation and expression believability, setting a new standard.
KV Cache Offload Makes Storage the New AI Bottleneck
Storage, driven by KV cache offload and rising SSD costs, is now the primary AI bottleneck per Supermicro and SemiAnalysis.
HG-RAG Beats Flat Retrieval on Graph Queries Across 800-Node Worlds
HG-RAG uses graph-traversal over knowledge graphs for RAG, beating flat retrieval on hierarchical and multi-hop queries across worlds up to 800 nodes.
Supermicro: Double-Wide Racks, Liquid Cooling, and the Storage Bottleneck
Supermicro CBO says double-wide racks and liquid cooling are standard for AMD Helios and NVIDIA Vera Rubin, and storage is now the main AI bottleneck.
Megan Moroney Launches First Fragrance With Scent Beauty
Megan Moroney partners with Scent Beauty on debut fragrance. No details on scent, pricing, or release date disclosed.
GraphRAG Memory Design: Retrieval Over Storage, MCP Integration
Agent memory design prioritizes retrieval over storage, using unified MongoDB and MCP server. GraphRAG enables multi-hop traversal via three strategies.
We Cut Embedding Storage Costs by ~90% — Replacing S3 with PostgreSQL
A team cut embedding storage costs by ~90% by migrating from S3 to PostgreSQL with pgvector, enabling efficient vector search and on-demand retrieval for RAG and recommender systems, with no performance loss.
Qualcomm Taps TSMC for 3nm/2nm Dragonfly C100 CPUs, AI300 Accelerators
TSMC to fab Qualcomm's Dragonfly C100 and AI300 chips on 3nm/2nm nodes. The move challenges NVIDIA in data center AI, but timelines and performance remain undisclosed.
Mirage Probes Paper Reveals Two Distinct VLM Failure Modes
Mirage Probes paper reveals VLMs have two distinct failure modes—textual biases and spurious images—requiring different mitigations. Text cleaning only fixes one; the other needs representational interventions.
Mirage: Microsoft's 10.57x faster video gen skips RGB render loop
Microsoft's Mirage stores 3D scenes as latent tokens, achieving 10.57x faster video generation and 55x less memory, with SOTA WorldScore consistency.
Ontology-Grounded AI Agent Testing Hits 48.3% Regulatory Coverage vs.
Ontology-grounded AI agent testing achieves 48.3% regulatory coverage vs. 33.1% baseline in 1800-scenario pilot. Coverage advantage over RAG not robust after Bonferroni correction.
HyperAgent Raises $10M Grant Pool, Targets Zapier Replacement
HyperAgent, from ex-Airtable team, launches with $10M grant pool for 500 founders to build agentic automation that aims to replace Zapier.
ColPali Beats OCR Pipelines for Document RAG: 8× Storage Cost, 0% Chunking
ColPali eliminates OCR and chunking for document-heavy RAG by encoding each 16×16 image patch into a 128-dim vector. It outperforms prior SOTA on the ViDoRe benchmark but costs 8× more storage per page.
Snapdragon X2 Elite Beats Intel Arrow Lake for AI Coding Agents
Snapdragon X2 Elite beat Intel Arrow Lake for Windows AI coding agents. CPU bottleneck, not inference speed, limited performance per @mweinbach.
Blockify Cuts RAG Corpus by 40x, Boosts Retrieval 2.3x
Blockify claims 40x corpus reduction and 2.3x relevance gain over naive RAG. Open-source on GitHub, but lacks benchmark details.
New RAG method ditches vector DB, threatens industry
New RAG method ditches vector DB, threatening incumbents. Claim from single tweet, no verification yet.
New CASIA Benchmark Exposes Fragmented Face Swapping Evaluation
CASIA researchers released a face swapping survey and benchmark on April 27, 2026, aiming to standardize evaluation across fragmented GAN and diffusion model methods.
RAG's New Frontier: When to Retrieve During Reasoning
A new RAG paradigm retrieves at multiple reasoning steps via a learned gate, boosting multi-hop QA by 15-20% on HotpotQA.
Vector DBs Can't Reason: GraphRAG-Bench Shows 83.6% Gap on Complex Queries
FalkorDB's GraphRAG-Bench benchmarks show vector databases struggle on multi-hop reasoning (83.6% gap) and contextual summarization (85.1% gap), highlighting graph-based retrieval's advantage for complex queries.
Large Memory Models: New Architecture Beyond RAG and Vector Search
Researchers with 160+ Nature and ICLR publications have built Large Memory Models (LMMs), a new architecture designed to emulate human memory processes, offering an alternative to RAG and vector search paradigms.
The Semantic Void: A RAG Detective Story
A first-person technical blog chronicles rebuilding a vector store index on GCP, exposing a 'semantic void' where embeddings fail to capture meaning. This serves as a cautionary tale for any RAG implementation, including retail chatbots and product search.
ERA Framework Improves RAG Honesty by Modeling Knowledge Conflicts as
ERA replaces scalar confidence scores with explicit evidence distributions to distinguish between uncertainty and ambiguity in RAG systems, improving abstention behavior and calibration.
Mirage's Cappy Edits Video via Text Message with No App
Mirage launched Cappy, a text-based video editing service that delivers fully edited videos via SMS. This first-of-its-kind approach eliminates traditional editing interfaces entirely.
ItemRAG: A New RAG Approach for LLM-Based Recommendation That Retrieves
ItemRAG shifts RAG for LLM-based recommenders from user-history retrieval to fine-grained item-level retrieval, using co-purchase and semantic data to prioritize informative items. Experiments show consistent outperformance over existing methods, especially for cold-start items.
ESGLens: A New RAG Framework for Automated ESG Report Analysis and Score
ESGLens combines RAG with prompt engineering to extract structured ESG data, answer questions, and predict scores. Evaluated on ~300 reports, it achieved a Pearson correlation of 0.48 against LSEG scores. The paper highlights promise but also significant limitations.
RAG vs Fine-Tuning: A Practical Guide for Choosing the Right LLM
The article provides a clear, decision-oriented comparison between Retrieval-Augmented Generation (RAG) and fine-tuning for customizing LLMs in production, helping practitioners choose the right approach based on data freshness, cost, and output control needs.
A Practical Framework for Moving Enterprise RAG from POC to Production
The article presents a detailed, production-ready framework for building an enterprise RAG system, covering architecture, security, and deployment. It provides a concrete path for companies to move beyond experimental prototypes.
GraphRAG-IRL: A Hybrid Framework for More Robust Personalized Recommendation
Researchers propose GraphRAG-IRL, a hybrid recommendation framework that addresses LLMs' weaknesses as standalone rankers. It uses a knowledge graph and inverse reinforcement learning for robust pre-ranking, then applies persona-guided LLM re-ranking to a shortlist, achieving significant NDCG improvements.