← heapsort-ai

Information Retrieval

36 items

ARTICLE↑ trendingHacker News (AI)·7d ago

RSS is back. AI agents are reading it

RSS is experiencing a resurgence as an effective way for AI agents to consume web content, offering a structured and up-to-date feed of information. This allows AI models to access and process large volumes of data more efficiently, marking a new chapter for this previously considered obsolete technology.

42
DOCDEV.to AI·4/22/2026

RAG Systems in Production: Building Enterprise Knowledge Search

Retrieval-Augmented Generation (RAG) systems are presented as a revolutionary approach for enterprises to build intelligent knowledge systems by combining LLMs with domain-specific knowledge. This guide, based on Groovy Web's experience with Fortune 500 companies, covers the comprehensive process of building and deploying production-ready RAG systems, from architecture to monitoring.

28
ARTICLEDEV.to AI·4/22/2026

RAG: How AI Models Use Your Data Without Forgetting

Large language models are inherently stateless, lacking memory of past conversations or access to up-to-date or private data due to training limitations. Retrieval Augmented Generation (RAG) addresses this by introducing a retrieval step, allowing models to access external information and act as a reasoning engine over that data.

27
ARTICLEDEV.to AI·5/8/2026

Stop Rereading Your Documents. Let the AI Study Them Once.

This content highlights the inefficiency of naive RAG workflows that repeatedly re-synthesize answers for static knowledge, incurring costs and inconsistencies. It advocates for compiling knowledge at ingest time, a pattern proposed by Andrej Karpathy (llm-wiki.md), where an LLM reads a document once to build structured wiki pages. Zenii reportedly implements this optimized pattern out-of-the-box.

27
DOCDEV.to AI·16d ago

RAG 시스템 실전 구축 (v18)

This document details the practical implementation of RAG (Retrieval-Augmented Generation) systems, explaining their core concepts and operational loop. It covers the retrieval, augmentation, and generation stages to enhance LLM responses, including semantic document chunking.

27
ARTICLEDEV.to AI·9d ago

Start Here: My AI Memory Research So Far

The author outlines their journey in AI memory research, detailing four stages of discoveries about the functioning and challenges of these systems. They explore memory survival after resets, the importance of correction memory, the relationship between retrieval accuracy and safety, and the crucial distinction between relevance and authority in AI memory.

27
DOCDEV.to AI·4/26/2026

What 40 Channels Means in AutoSearch

The text explains that "40 channels" in AutoSearch means source-specific research access across various ecosystems like web, academic, developer, social, and video. Each channel represents a distinct source family, enabling agents and humans to conduct more precise research and evaluate results better.

27