# Retrieval Augmented Generation (RAG)

A language-generation technique that retrieves relevant information from an external non-parametric memory and uses it as context for a pretrained model.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building a RAG Pipeline for Semantic Code Search: A Developer Diary and Field Notes

DevFeed: [Building a RAG Pipeline for Semantic Code Search: A Developer Diary and Field Notes](<https://devfeed.tech/articles/building-a-rag-pipeline-for-semantic-code-search-a-developer-diary-and-field-notes-41302.md>)

Original publisher: [Read original article](<https://blog.jetbrains.com/ai/2026/09/building-a-rag-pipeline-for-semantic-code-search-a-developer-diary-and-field-notes/>)

Author: Adam Malek

Published: 2026-09-17T12:39:40Z

Content type: article

Language: en

Sources: [The JetBrains Blog](<https://devfeed.tech/sources/the-jetbrains-blog.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [code search](<https://devfeed.tech/topics/code-search.md>), [Parsing](<https://devfeed.tech/topics/parsing.md>), [jetbrains](<https://devfeed.tech/topics/jetbrains.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai](<https://devfeed.tech/tags/ai.md>), [code-search](<https://devfeed.tech/tags/code-search.md>), [jetbrains](<https://devfeed.tech/tags/jetbrains.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llm-agents](<https://devfeed.tech/tags/llm-agents.md>), [parsing](<https://devfeed.tech/tags/parsing.md>), [rag](<https://devfeed.tech/tags/rag.md>), [search](<https://devfeed.tech/tags/search.md>), [semantic](<https://devfeed.tech/tags/semantic.md>)

### AI overview

Part 1 of a developer diary explains how JetBrains built a RAG pipeline for semantic code search, covering parsing, chunking, and vectorization. The pipeline is intended to give LLM agents precise, citable evidence from real repositories and retrieve code by meaning rather than exact keywords.

### Source excerpt

Part 1: Parsing, chunking, and vectorization Some time ago, we set out to build the best semantic code search platform we could: a RAG pipeline that gives LLM agents precise, citable evidence from real repositories instead of whatever grep happens to surface. The eventual solution was JetBrains Context. We got it working, we got it [...]

## MLPerf Inference v6.1: 5.7x Per-Accelerator Gains, a 512-GPU Run, and Vera Rubin's First Peer-Reviewed Numbers

DevFeed: [MLPerf Inference v6.1: 5.7x Per-Accelerator Gains, a 512-GPU Run, and Vera Rubin's First Peer-Reviewed Numbers](<https://devfeed.tech/articles/mlperf-inference-v6-1-5-7x-per-accelerator-gains-a-512-gpu-run-and-vera-rubin-s-first-peer-reviewed-numbers-31404.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/mlperf-inference-v6-1-5-7x-per-accelerator-gains-a-512-gpu-run-and-vera-rubins-first-peer-reviewed-numbers>)

Author: Harold Fritts

Published: 2026-09-16T15:00:00Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [Benchmark](<https://devfeed.tech/topics/benchmark.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [agentic-coding](<https://devfeed.tech/topics/agentic-coding.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Vera Rubin NVL72](<https://devfeed.tech/topics/vera-rubin-nvl72.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Vera Rubin](<https://devfeed.tech/topics/vera-rubin.md>)

Tags: [agentic-coding](<https://devfeed.tech/tags/agentic-coding.md>), [ai](<https://devfeed.tech/tags/ai.md>), [benchmark](<https://devfeed.tech/tags/benchmark.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [gpt-oss](<https://devfeed.tech/tags/gpt-oss.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [llama-cpp](<https://devfeed.tech/tags/llama-cpp.md>), [numbers](<https://devfeed.tech/tags/numbers.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [qwen3](<https://devfeed.tech/tags/qwen3.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

MLCommons published MLPerf Inference v6.1 with record participation, two new inference tests, and peer-reviewed results for several newly covered accelerators. The release reports a 5.7x improvement in the best per-accelerator DeepSeek-R1 server result compared with v5.1.

### Source excerpt

MLCommons has published MLPerf Inference v6.1, and the round sets a participation record with 30 submitting organizations and 486 datacenter and edge results. Two new tests join the suite: an End-to-End RAG pipeline for the datacenter and an Edge Agentic Inference benchmark for single-user devices, and the results carry the first peer-reviewed numbers for NVIDIA's The post MLPerf Inference v6.1: 5.7x Per-Accelerator Gains, a 512-GPU Run, and Vera Rubin's First Peer-Reviewed Numbers appeared first on StorageReview.com.

## Dropbox Evolves Riviera Content Processing Platform to Support AI Workloads

DevFeed: [Dropbox Evolves Riviera Content Processing Platform to Support AI Workloads](<https://devfeed.tech/articles/dropbox-evolves-riviera-content-processing-platform-to-support-ai-workloads-31517.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/dropbox-riviera-ai-platform/>)

Author: Leela Kumili

Published: 2026-09-16T14:42:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [dropbox](<https://devfeed.tech/topics/dropbox.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml-data-engineering](<https://devfeed.tech/tags/ai-ml-data-engineering.md>), [apache](<https://devfeed.tech/tags/apache.md>), [apis](<https://devfeed.tech/tags/apis.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [architecture-design](<https://devfeed.tech/tags/architecture-design.md>), [asynchronous-architecture](<https://devfeed.tech/tags/asynchronous-architecture.md>), [backend](<https://devfeed.tech/tags/backend.md>), [caching](<https://devfeed.tech/tags/caching.md>), [data-pipelines](<https://devfeed.tech/tags/data-pipelines.md>), [development](<https://devfeed.tech/tags/development.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [dropbox](<https://devfeed.tech/tags/dropbox.md>), [dropbox-riviera-ai-platform](<https://devfeed.tech/tags/dropbox-riviera-ai-platform.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [enterprise-content-management](<https://devfeed.tech/tags/enterprise-content-management.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [ml-data-engineering](<https://devfeed.tech/tags/ml-data-engineering.md>), [model-context-protocol-mcp](<https://devfeed.tech/tags/model-context-protocol-mcp.md>), [news](<https://devfeed.tech/tags/news.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [platform-engineering](<https://devfeed.tech/tags/platform-engineering.md>), [plugins](<https://devfeed.tech/tags/plugins.md>), [rag](<https://devfeed.tech/tags/rag.md>), [tika](<https://devfeed.tech/tags/tika.md>)

### AI overview

Dropbox has expanded Riviera from an internal file-preview service into a content-processing platform supporting more than 300 file formats and over 100 transformation capabilities. The platform supports Dropbox products including Search, Replay, Sign, and Dash, and provides APIs for asynchronous document conversion, media transcription, and structured metadata extraction for AI and RAG workflows.

### Source excerpt

Dropbox has evolved Riviera from a file preview service into a universal content processing platform supporting more than 300 file formats and over 100 transformation capabilities. Processing hundreds of thousands of transformations per second, Riviera now supports Search, Replay, Sign, and Dash, while its APIs enable asynchronous content extraction for AI and RAG workflows. By Leela Kumili

## Article: Your Next DSL Author Is a Language Model

DevFeed: [Article: Your Next DSL Author Is a Language Model](<https://devfeed.tech/articles/article-your-next-dsl-author-is-a-language-model-30907.md>)

Original publisher: [Read original article](<https://www.infoq.com/articles/next-dsl-author-language-model/>)

Author: Irakli Betchvaia

Published: 2026-09-16T11:00:00Z

Content type: article

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Code](<https://devfeed.tech/topics/code.md>), [Fable](<https://devfeed.tech/topics/fable.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-ml-data-engineering](<https://devfeed.tech/tags/ai-ml-data-engineering.md>), [article](<https://devfeed.tech/tags/article.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [development](<https://devfeed.tech/tags/development.md>), [domain-specific-languages](<https://devfeed.tech/tags/domain-specific-languages.md>), [dsls](<https://devfeed.tech/tags/dsls.md>), [hallucinations](<https://devfeed.tech/tags/hallucinations.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [large-language-model](<https://devfeed.tech/tags/large-language-model.md>), [large-language-models](<https://devfeed.tech/tags/large-language-models.md>), [ml-data-engineering](<https://devfeed.tech/tags/ml-data-engineering.md>), [next-dsl-author-language-model](<https://devfeed.tech/tags/next-dsl-author-language-model.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

The article introduces Typed Domain Grounding (TDG), which embeds a domain-specific language as a typed internal DSL in a mainstream host language. It argues that compiler type errors and generate-compile-repair loops can reduce syntactic hallucinations in language-model output. A benchmark reported higher Structural Fidelity and lower hallucination rates than two lenient external DSLs, although first-try compile rates were lower and results varied by model.

### Source excerpt

In this article, the author introduces Typed Domain Grounding, an approach to reducing LLM hallucinations in domain-specific languages by embedding them in mainstream typed languages. Using kUML benchmarks and an infrastructure-as-code example, he explores how compiler validation and generate-compile-repair loops can make model-generated DSL output more reliable. By Irakli Betchvaia

## How Everpure proposes reducing GPU idle time by improving AI data access

DevFeed: [How Everpure proposes reducing GPU idle time by improving AI data access](<https://devfeed.tech/articles/how-everpure-plans-to-stop-ai-from-starving-without-data-26617.md>)

Original publisher: [Read original article](<https://www.theregister.com/ai-ml/2026/09/15/sponsored-how-everpure-plans-to-stop-ai-from-starving-without-data/5295812>)

Author: Chris Mellor

Published: 2026-09-15T08:00:00Z

Content type: article

Language: en

Sources: [www.theregister.com - Articles](<https://devfeed.tech/sources/www-theregister-com-articles.md>)

Topics: [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [data-processing](<https://devfeed.tech/topics/data-processing.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [data-processing](<https://devfeed.tech/tags/data-processing.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [rag](<https://devfeed.tech/tags/rag.md>), [sponsored](<https://devfeed.tech/tags/sponsored.md>)

### AI overview

This sponsored feature describes Everpure's approach to reducing GPU idle time in AI systems by improving access to large-scale insurance data. It discusses central metadata indexing, storage performance, self-describing data, and integration with Nvidia GPU infrastructure for AI agents and retrieval-augmented generation.

### Source excerpt

SPONSORED FEATURE: The vendor's AI solutions are dedicated to increasing GPU utilization and avoiding costly GPUs doing nothing while waiting for data

## Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack

DevFeed: [Unified Knowledge Graph RAG on AWS: GraphRAG and LightRAG on one stack](<https://devfeed.tech/articles/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack-21545.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/opensource/unified-knowledge-graph-rag-on-aws-graphrag-and-lightrag-on-one-stack/>)

Author: Jonas Kim

Published: 2026-09-14T16:55:58Z

Content type: article

Language: en

Sources: [AWS Open Source Blog](<https://devfeed.tech/sources/aws-open-source-blog.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Graphs](<https://devfeed.tech/topics/graphs.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Amazon OpenSearch Service](<https://devfeed.tech/topics/amazon-opensearch-service.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-opensearch-service](<https://devfeed.tech/tags/amazon-opensearch-service.md>), [aws](<https://devfeed.tech/tags/aws.md>), [knowledge-graph](<https://devfeed.tech/tags/knowledge-graph.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [search](<https://devfeed.tech/tags/search.md>), [vector-search](<https://devfeed.tech/tags/vector-search.md>)

### AI overview

This article presents a unified knowledge-graph RAG stack that brings Microsoft GraphRAG and HKUDS LightRAG together on Amazon Bedrock, Amazon Neptune, and Amazon OpenSearch Service. The shared stack supports common ingestion, indexing, caching, and multilingual handling while allowing the retrieval methodology to be selected per query.

### Source excerpt

Picture a compliance analyst staring at a few thousand contracts, amendments, and internal memos, trying to answer one question that sounds straightforward: "Which of our obligations are exposed if this one milestone slips?" The answer isn't written in any single document. It's stitched across three -- a master agreement that ties a payment to a [...]

## The generative AI customization spectrum: From prompt engineering to custom models on AWS

DevFeed: [The generative AI customization spectrum: From prompt engineering to custom models on AWS](<https://devfeed.tech/articles/the-generative-ai-customization-spectrum-from-prompt-engineering-to-custom-models-on-aws-21550.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/the-generative-ai-customization-spectrum-from-prompt-engineering-to-custom-models-on-aws/>)

Author: Bhavya Sruthi Sode

Published: 2026-09-14T15:47:12Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Prompt Engineering](<https://devfeed.tech/topics/prompt-engineering.md>), [Fine-tuning](<https://devfeed.tech/topics/fine-tuning.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Anthropic Claude](<https://devfeed.tech/topics/anthropic-claude.md>), [Nova](<https://devfeed.tech/topics/nova.md>), [llama](<https://devfeed.tech/topics/llama.md>)

Tags: [advanced-300](<https://devfeed.tech/tags/advanced-300.md>), [ai](<https://devfeed.tech/tags/ai.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [anthropic-claude](<https://devfeed.tech/tags/anthropic-claude.md>), [aws](<https://devfeed.tech/tags/aws.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [chain-of-thought](<https://devfeed.tech/tags/chain-of-thought.md>), [fine-tuning](<https://devfeed.tech/tags/fine-tuning.md>), [foundation-models](<https://devfeed.tech/tags/foundation-models.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [llama](<https://devfeed.tech/tags/llama.md>), [nova](<https://devfeed.tech/tags/nova.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [prompt-engineering](<https://devfeed.tech/tags/prompt-engineering.md>), [rag](<https://devfeed.tech/tags/rag.md>)

### AI overview

This AWS article presents an eight-step decision framework for customizing generative AI workloads. It compares progressively more involved approaches, including prompt engineering, Retrieval Augmented Generation (RAG), fine-tuning, continued pre-training, and custom models such as Amazon Nova Forge, emphasizing that teams should start with the simplest approach and escalate when greater control or domain specificity is required.

### Source excerpt

Pick the right generative AI customization approach on AWS with an 8-step decision framework, from prompt engineering and RAG to fine-tuning, continued pre-training, and Amazon Nova Forge. Start simple and escalate only when you must.

## OpenSearch Wins Analytics & Data Intelligence Solutions Category in the SiliconANGLE TechForward Awards

DevFeed: [OpenSearch Wins Analytics & Data Intelligence Solutions Category in the SiliconANGLE TechForward Awards](<https://devfeed.tech/articles/opensearch-wins-analytics-data-intelligence-solutions-category-in-the-siliconangle-techforward-awards-17450.md>)

Original publisher: [Read original article](<https://opensearch.org/announcements/opensearch-wins-analytics-data-intelligence-solutions-category-in-the-siliconangle-techforward-awards/>)

Author: Kristi Piechnik

Published: 2026-09-14T12:00:14Z

Content type: news

Language: en

Sources: [OpenSearch](<https://devfeed.tech/sources/opensearch.md>)

Topics: [Open Source](<https://devfeed.tech/topics/open-source.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [observability](<https://devfeed.tech/topics/observability.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Security](<https://devfeed.tech/topics/security.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [2026](<https://devfeed.tech/tags/2026.md>), [agentic-ai](<https://devfeed.tech/tags/agentic-ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [awards](<https://devfeed.tech/tags/awards.md>), [data](<https://devfeed.tech/tags/data.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [observability](<https://devfeed.tech/tags/observability.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [opensearch](<https://devfeed.tech/tags/opensearch.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [recognition](<https://devfeed.tech/tags/recognition.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [retrieval-augmented-generation-rag](<https://devfeed.tech/tags/retrieval-augmented-generation-rag.md>), [search](<https://devfeed.tech/tags/search.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

OpenSearch won the Analytics & Data Intelligence Solutions category in SiliconANGLE Media's 2026 TechForward Awards. The recognition highlights its open source, vendor-neutral platform for enterprise search, observability, security analytics, vector databases, and agentic AI workloads.

### Source excerpt

Recognition validates open source momentum, architectural consolidation, and enterprise scale as the project marks five years of community growth The post OpenSearch Wins Analytics & Data Intelligence Solutions Category in the SiliconANGLE TechForward Awards appeared first on OpenSearch.

## Не трогая веса модели: как мы построили исследовательского агента Алисы AI и в разы сократили потребление GPU

DevFeed: [Не трогая веса модели: как мы построили исследовательского агента Алисы AI и в разы сократили потребление GPU](<https://devfeed.tech/articles/ai-gpu-24895.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/yandex/articles/1079290/>)

Author: prohor33 (Яндекс)

Published: 2026-09-14T08:01:22Z

Content type: article

Language: ru

Sources: [Яндекс - Как мы делаем Яндекс / Статьи](<https://devfeed.tech/sources/source.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-867179ebf949](<https://devfeed.tech/tags/ai-867179ebf949.md>), [deepresearch](<https://devfeed.tech/tags/deepresearch.md>), [llm](<https://devfeed.tech/tags/llm.md>), [rag](<https://devfeed.tech/tags/rag.md>), [research](<https://devfeed.tech/tags/research.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [tag-14fcd5db6179](<https://devfeed.tech/tags/tag-14fcd5db6179.md>), [tag-1605473766c5](<https://devfeed.tech/tags/tag-1605473766c5.md>), [tag-6237da65686b](<https://devfeed.tech/tags/tag-6237da65686b.md>)

### AI overview

The article describes how the Alice AI team built and deployed a Deep Research agent without changing the model weights. It traces the evolution from a reasoning mode with a multi-query RAG pipeline into a full agent capable of planning research, searching the web, handling dynamic JavaScript content, running Python code, and working with downloaded files. It also discusses production rollout, answer quality, latency, and GPU consumption.

### Source excerpt

Меня зовут Прохор, я лид команды агента "Исследовать" -- это режим глубокого исследования в чате с Алисой AI. Напомню, про что вообще речь, если никогда не пользовались Deep Research: это специальный режим работы, который строит уникальный план решения задачи пользователя, делает сотни поисков по вашему запросу, умеет ходить на сайты (даже с динамическим JavaScript-контентом), писать и выполнять Python-код (для сложных расчётов), работать со скачанными файлами и так далее. Всё это для того, чтобы дать лучший ответ на ваши сложные запросы, например: "Спланируй мне путешествие в Дагестан на две недели на машине с детьми". За год агент прошёл путь от первого прототипа до продакшена -- вместе с ним менялись качество ответов, скорость работы и потребление GPU. За продуктовую часть отвечал Руслан Илиев, продакт менеджер агента: он сформулировал продуктовые цели, определил набор инструментов и валидационный набор запросов, а затем вёл запуск от закрытого вейтлиста до 100% продакшена. Как мы к этому пришли -- через выброшенный прототип, десятки слоёв обвязки и пару болезненных уроков, -- расскажу по порядку. Добро пожаловать под кат! Читать далее

## Bringing custom knowledge to agents with AutoRAG

DevFeed: [Bringing custom knowledge to agents with AutoRAG](<https://devfeed.tech/articles/bringing-custom-knowledge-to-agents-with-autorag-12353.md>)

Original publisher: [Read original article](<https://developers.redhat.com/articles/2026/09/11/bringing-custom-knowledge-agents-autorag>)

Author: Diego Alvarez Ponce, Diego Garcia Perez

Published: 2026-09-11T13:01:50Z

Content type: article

Language: en

Sources: [Red Hat](<https://devfeed.tech/sources/red-hat.md>), [Red Hat Developer](<https://devfeed.tech/sources/red-hat-developer.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [LLM evaluation / benchmarking](<https://devfeed.tech/topics/llm-evaluation-benchmarking.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [model-context-protocol-mcp](<https://devfeed.tech/tags/model-context-protocol-mcp.md>), [rag](<https://devfeed.tech/tags/rag.md>), [red-hat](<https://devfeed.tech/tags/red-hat.md>), [terminal](<https://devfeed.tech/tags/terminal.md>)

### AI overview

This guide explains how to use AutoRAG in Red Hat OpenShift AI to optimize retrieval-augmented generation for enterprise, domain-specific data. It also shows how to integrate a Model Context Protocol server that retrieves customer information from an internal database, using a fictional banking scenario.

### Source excerpt

The large language models (LLMs) that power generative AI work by drawing upon the patterns and information present in their training data. Without access to the right data, LLMs struggle to comprehend context--like our internal corporate vocabulary--and as a result, start to hallucinate. The post Bringing custom knowledge to agents with AutoRAG appeared first on Red Hat Developer.

## AI Functions in ClickHouse: Upgrade your SQL to the AI age

DevFeed: [AI Functions in ClickHouse: Upgrade your SQL to the AI age](<https://devfeed.tech/articles/ai-functions-in-clickhouse-upgrade-your-sql-to-the-ai-age-4929.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/ai-functions-in-clickhouse>)

Author: Andriy Yakovlev; George Larionov

Published: 2026-09-11T12:49:32Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [classification](<https://devfeed.tech/tags/classification.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [llm](<https://devfeed.tech/tags/llm.md>), [rag](<https://devfeed.tech/tags/rag.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

ClickHouse introduces beta AI Functions that invoke LLM and embedding providers directly from SQL for tasks including classification, extraction, generation, translation, filtering, redaction, embeddings, and semantic similarity.

### Source excerpt

Explore ClickHouse AI Functions for classification, generation, translation, embeddings, semantic search, and cost controls--all directly from SQL.

## CERN PGDay 2027: Announcement and CfP

DevFeed: [CERN PGDay 2027: Announcement and CfP](<https://devfeed.tech/articles/cern-pgday-2027-announcement-and-cfp-4715.md>)

Original publisher: [Read original article](<https://www.postgresql.org/about/news/cern-pgday-2027-announcement-and-cfp-3375/>)

Author: Swiss PostgreSQL Users Group

Published: 2026-09-11T00:00:00Z

Content type: news

Language: en

Sources: [PostgreSQL news](<https://devfeed.tech/sources/postgresql-news.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [community](<https://devfeed.tech/tags/community.md>), [conference](<https://devfeed.tech/tags/conference.md>), [database](<https://devfeed.tech/tags/database.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>)

### AI overview

CERN PGDay 2027 is an announcement and call for papers for a single-day PostgreSQL community conference at CERN in Geneva. Proposed talk themes include large-scale database performance, AI and vector-search workloads, security, and PostgreSQL extensibility.

### Source excerpt

CERN PGDay 2027 Date: Friday, February 12, 2027 Location: CERN Campus, Geneva, Switzerland / Suisse Romande Language: English Organizers: Swiss PostgreSQL Users Group (SwissPUG) & CERN Format: Single-track (6-7 sessions) followed by networking social event Homepage: swisspug.org/cern-pgday-2027 About the Event Continuing in the line of work of the past editions, CERN PGDay 2027 returns as the annual gathering for PostgreSQL users, developers, and enthusiasts across Suisse Romande (western Switzerland) and the neighboring French border regions. Co-organized by CERN and SwissPUG, this single-day community conference offers a premier opportunity to network, share practical experiences, and explore the future of the world's most advanced open-source database. The event takes place in the unique, international environment of Geneva--a hub for major scientific institutions, non-governmental organizations, and financial and tech enterprises. Format & Venue Single-Track Schedule: The program consists of a single track featuring 6 to 7 technical sessions presented entirely in English. Social Event & Networking: Following the technical presentations, a social event will take place to facilitate community networking, discussions, and collaboration in the inspiring atmosphere of CERN. CERN Visits: Attendees are encouraged to arrange their schedules before or after the event to take advantage of the conference location and visit CERN, the European Organization for Nuclear Research. Call for Papers (CfP) Speaker proposals for CERN PGDay 2027 can be entered online via Indico. Call for Papers Closes: November 8, 2026 (23:59 CET) Call for Sponsors (CfS) Sponsors proposals for CERN PGDay 2027 are welcome. Please find the contract with all details online. Key Themes We welcome talk proposals covering broader PostgreSQL and community trends and localized enterprise & scientific topics: High-Performance Science & Big Data: Managing massive datasets, extreme write throughput, partitioning

## Video and image search in Amazon Bedrock Knowledge Base using Marengo 3.0

DevFeed: [Video and image search in Amazon Bedrock Knowledge Base using Marengo 3.0](<https://devfeed.tech/articles/video-and-image-search-in-amazon-bedrock-knowledge-base-using-marengo-3-0-4743.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/video-and-image-search-in-amazon-bedrock-knowledge-base-using-marengo-3-0/>)

Author: Eric Kim

Published: 2026-09-10T21:15:39Z

Content type: tutorial

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [amazon-bedrock-knowledge-bases](<https://devfeed.tech/tags/amazon-bedrock-knowledge-bases.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [audio](<https://devfeed.tech/tags/audio.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [images](<https://devfeed.tech/tags/images.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [rag](<https://devfeed.tech/tags/rag.md>), [s3](<https://devfeed.tech/tags/s3.md>), [search](<https://devfeed.tech/tags/search.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

A walkthrough for building an Amazon Bedrock Knowledge Base with TwelveLabs Marengo Embed 3.0 to perform natural-language semantic search across video, images, and audio.

### Source excerpt

TwelveLabs Marengo Embed 3.0 is now generally available as an embedding model in Amazon Bedrock Knowledge Bases, bringing fully managed natural language search to video, image, and audio content. This walkthrough shows how to build a knowledge base powered by Marengo 3.0 and run semantic queries against your media.

## Full-Text Search, Object Storage Backend, and More in ScyllaDB 2026.3

DevFeed: [Full-Text Search, Object Storage Backend, and More in ScyllaDB 2026.3](<https://devfeed.tech/articles/full-text-search-object-storage-backend-and-more-in-scylladb-2026-3-4883.md>)

Original publisher: [Read original article](<https://www.scylladb.com/2026/09/08/scylladb-2026-3/>)

Author: Tzach Livyatan

Published: 2026-09-08T21:32:47Z

Content type: release

Language: en

Sources: [ScyllaDB](<https://devfeed.tech/sources/scylladb.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [AI search](<https://devfeed.tech/topics/ai-search.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [product](<https://devfeed.tech/tags/product.md>), [rag](<https://devfeed.tech/tags/rag.md>), [release](<https://devfeed.tech/tags/release.md>), [s3](<https://devfeed.tech/tags/s3.md>), [search](<https://devfeed.tech/tags/search.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

ScyllaDB 2026.3 adds full-text search, a preview object-storage backend, OCI integration, and experimental table and migration capabilities. It also introduces large-data guardrails and cluster-wide restoration from object-storage backups.

### Source excerpt

new updates should help you move even more workloads to ScyllaDB, at a fraction of the cost.

## Progressive Authentication for Production-Ready RAG Architectures

DevFeed: [Progressive Authentication for Production-Ready RAG Architectures](<https://devfeed.tech/articles/beyond-the-login-wall-32258.md>)

Original publisher: [Read original article](<https://medium.com/data-science-at-microsoft/beyond-the-login-wall-c7c5dd13a452?source=rss----a6e43238cdaf---4>)

Author: Aishwarya Murali Padikkal

Published: 2026-09-08T07:16:00Z

Content type: article

Language: en

Sources: [Data Science at Microsoft](<https://devfeed.tech/sources/data-science-at-microsoft.md>)

Topics: [Authentication](<https://devfeed.tech/topics/authentication.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [sensitive data](<https://devfeed.tech/topics/sensitive-data.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [sensitive-data](<https://devfeed.tech/tags/sensitive-data.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>)

### AI overview

The article presents progressive authentication for RAG systems: answer public questions without sign-in, then authenticate within the conversation when a request requires access to sensitive personal data. It argues that static, upfront authentication does not fit conversations that shift between public and private contexts.

### Source excerpt

Designing a production-ready RAG architecture where authentication becomes part of the conversation, not a prerequisite for it. By Aishwarya Murali Padikkal & Priyank Solanki From understanding to retrieval, grounding, and response, authentication enters only when the conversation requires access to sensitive data- illustrating the core idea of progressive authentication. Illustration generated using ChatGPT and refined by the authors. Two questions, one help line Imagine two taxpayers opening the same AI-powered tax assistant. The first asks, "When is the filing deadline this year?" The second asks, "What was my refund last year?" Both questions are valid. Both deserve fast, helpful answers. Yet they represent fundamentally different types of requests. Figure 1. The same assistant, two different journeys. Requests are routed according to the type of information being accessed. Illustration generated by AI (ChatGPT) and refined by the authors. The answer to the first lives in a public handbook. Anyone should be able to access it instantly- no sign-in, no friction. The answer to the second is within an individual's private tax records. Before revealing a single detail, the assistant must be certain it is interacting with the right person. Making public information instantly accessible while ensuring private information is revealed only to the right person, all within the same conversation, is the challenge we set out to solve. It is also where conventional RAG systems quietly fall apart. Traditional RAG architectures assume a much simpler interaction model: a user asks a question, the system retrieves relevant documents, and the model generates an answer. Authentication, if it exists at all, is treated as a one-time checkpoint at the start of the interaction. Real conversations are far less predictable. Users naturally shift contexts, starting with a public question, moving to a personal one, and then asking follow-up questions that rely on both. The conversation evo

## Build an AI Agent (From Scratch)

DevFeed: [Build an AI Agent (From Scratch)](<https://devfeed.tech/articles/build-an-ai-agent-from-scratch-18918.md>)

Original publisher: [Read original article](<https://blog.frankel.ch/building-ai-agent-from-scratch/>)

Author: Nicolas Fränkel

Published: 2026-09-06T00:00:00Z

Content type: opinion

Language: en

Sources: [Nicolas Fränkel](<https://devfeed.tech/sources/nicolas-frankel.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [book](<https://devfeed.tech/tags/book.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [coding-assistant](<https://devfeed.tech/tags/coding-assistant.md>), [genealogy](<https://devfeed.tech/tags/genealogy.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llms](<https://devfeed.tech/tags/llms.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [multi-agent-systems](<https://devfeed.tech/tags/multi-agent-systems.md>), [rag](<https://devfeed.tech/tags/rag.md>), [review](<https://devfeed.tech/tags/review.md>)

### AI overview

A review of Build an AI Agent (From Scratch) by Jungjun Hur and Younghee Song describes the book's coverage of LLM agents, tool use, ReAct agents, RAG, memory, planning, code execution, multi-agent systems, and agent evaluation. The reviewer considers it a fundamental introduction, while wishing the evaluation chapter were more developed.

### Source excerpt

Facts 10 chapters$29.29 (at the time of this writing)315 pages Chapters Building your first LLM agentWhat is an AI agent?

## EP224: MCP vs RAG vs AI Agents

DevFeed: [EP224: MCP vs RAG vs AI Agents](<https://devfeed.tech/articles/ep224-mcp-vs-rag-vs-ai-agents-17986.md>)

Original publisher: [Read original article](<https://blog.bytebytego.com/p/ep224-mcp-vs-rag-vs-ai-agents>)

Author: ByteByteGo

Published: 2026-09-05T15:30:58Z

Content type: article

Language: en

Sources: [ByteByteGo](<https://devfeed.tech/sources/bytebytego.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Publish-subscribe pattern](<https://devfeed.tech/topics/pubsub.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [rag](<https://devfeed.tech/tags/rag.md>), [replication](<https://devfeed.tech/tags/replication.md>)

### AI overview

This article compares MCP, RAG, and AI agents. It explains MCP as a standard protocol for connecting AI models to external tools and data, RAG as a way to retrieve current information from external sources, and AI agents as systems that perform tasks and make decisions autonomously. It also summarizes several distributed-systems patterns, including replication, sharding, publish-subscribe, circuit breakers, retries, and leader election.

### Source excerpt

An AI agent is kind of an AI system where the agent performs the task autonomously and takes the decisions.

## How Embedding Models Affect Retrieval-Augmented Generation Quality

DevFeed: [How Embedding Models Affect Retrieval-Augmented Generation Quality](<https://devfeed.tech/articles/why-your-rag-system-is-only-as-good-as-its-translator-model-17993.md>)

Original publisher: [Read original article](<https://blog.bytebytego.com/p/how-to-shrink-a-language-model-without>)

Author: ByteByteGo

Published: 2026-09-02T15:31:12Z

Content type: tutorial

Language: en

Sources: [ByteByteGo](<https://devfeed.tech/sources/bytebytego.md>)

Topics: [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Language models](<https://devfeed.tech/topics/language-models.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [embedding](<https://devfeed.tech/tags/embedding.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [model](<https://devfeed.tech/tags/model.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval-augmented-generation](<https://devfeed.tech/tags/retrieval-augmented-generation.md>)

### AI overview

This article explains how embedding models support retrieval-augmented generation by translating words into vectors and controlling the search for relevant information before an answer is generated. It discusses why poor retrieval can produce incorrect answers even when the language model is capable, and outlines considerations for evaluating and selecting embedding models.

### Source excerpt

In this article, we're going to look at how this embedding model works in an RAG setup and what makes it such a critical part of the system.

## Why Your AI Application Is Exposed

DevFeed: [Why Your AI Application Is Exposed](<https://devfeed.tech/articles/why-your-ai-application-is-exposed-8254.md>)

Original publisher: [Read original article](<https://snyk.io/blog/why-your-ai-application-is-exposed/>)

Author: Damian Tommasino

Published: 2026-08-26T04:00:00Z

Content type: article

Language: en

Sources: [Blog RSS Feed | Snyk](<https://devfeed.tech/sources/blog-rss-feed-snyk.md>)

Topics: [Application Security](<https://devfeed.tech/topics/application-security.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [vulnerability](<https://devfeed.tech/topics/vulnerability.md>), [Model Context Protocol](<https://devfeed.tech/topics/model-context-protocol.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Machine Learning, Security Attacks](<https://devfeed.tech/topics/machine-learning-security-attacks.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-red-team](<https://devfeed.tech/tags/ai-red-team.md>), [application-security](<https://devfeed.tech/tags/application-security.md>), [awareness](<https://devfeed.tech/tags/awareness.md>), [blog](<https://devfeed.tech/tags/blog.md>), [devops](<https://devfeed.tech/tags/devops.md>), [executive](<https://devfeed.tech/tags/executive.md>), [interest](<https://devfeed.tech/tags/interest.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [rag](<https://devfeed.tech/tags/rag.md>), [security](<https://devfeed.tech/tags/security.md>), [testing](<https://devfeed.tech/tags/testing.md>), [vulnerability](<https://devfeed.tech/tags/vulnerability.md>)

### AI overview

The article explains why AI applications can pass conventional security scans and model evaluations while remaining exploitable through chained interactions among prompts, language models, retrieval, tools, and backend workflows. It presents DAST, AI penetration testing, and AI red teaming as complementary lenses for identifying exposed surfaces, exploitable paths, and real-world adversary outcomes.

### Source excerpt

AI applications can pass security scans yet remain exploitable through chained attacks across models, tools, data, and business workflows. Learn how DAST, AI pentesting, and red teaming work together to expose end-to-end risk.

## Start here: Azure SQL Foundations series

DevFeed: [Start here: Azure SQL Foundations series](<https://devfeed.tech/articles/start-here-azure-sql-foundations-series-23833.md>)

Original publisher: [Read original article](<https://devblogs.microsoft.com/blog/start-here-azure-sql-foundations-series/>)

Author: Anna Hoffman

Published: 2026-08-25T16:00:18Z

Content type: article

Language: en

Sources: [Developer Blogs](<https://devfeed.tech/sources/developer-blogs.md>)

Topics: [Azure SQL](<https://devfeed.tech/topics/azure-sql.md>), [Microsoft](<https://devfeed.tech/topics/microsoft.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Azure OpenAI](<https://devfeed.tech/topics/azure-openai.md>), [DevOps](<https://devfeed.tech/topics/devops.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [API](<https://devfeed.tech/topics/api.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [azure](<https://devfeed.tech/tags/azure.md>), [azure-openai](<https://devfeed.tech/tags/azure-openai.md>), [azure-sql](<https://devfeed.tech/tags/azure-sql.md>), [devops](<https://devfeed.tech/tags/devops.md>), [github](<https://devfeed.tech/tags/github.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [json](<https://devfeed.tech/tags/json.md>), [langchain](<https://devfeed.tech/tags/langchain.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [microsoft-for-developers](<https://devfeed.tech/tags/microsoft-for-developers.md>), [migration](<https://devfeed.tech/tags/migration.md>), [powershell](<https://devfeed.tech/tags/powershell.md>), [rag](<https://devfeed.tech/tags/rag.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

Microsoft introduces the Azure SQL Database Foundations series, a set of four videos covering Hyperscale databases, modernization and migration, AI features, and operational data. Each episode includes a repository for hands-on follow-up.

### Source excerpt

Most developers I talk to aren't asking whether Azure SQL Database can handle their next app. They're asking where to start when it comes to modernization, migration, and AI in the database. If you're reading this, you're probably in a similar boat: you've got an existing schema or databases, a scaling question you haven't had [...] The post Start here: Azure SQL Foundations series appeared first on Microsoft for Developers.

## Meet editorial-guide-ramalama: An AI Assistant That Checks Your Fedora CommBlog and Magazine Articles Against Editorial Guidelines

DevFeed: [Meet editorial-guide-ramalama: An AI Assistant That Checks Your Fedora CommBlog and Magazine Articles Against Editorial Guidelines](<https://devfeed.tech/articles/meet-editorial-guide-ramalama-an-ai-assistant-that-checks-your-fedora-commblog-and-magazine-articles-against-editorial-guidelines-31156.md>)

Original publisher: [Read original article](<https://communityblog.fedoraproject.org/meet-editorial-guide-ramalama-an-ai-assistant-that-checks-your-fedora-commblog-and-magazine-articles-against-editorial-guidelines/>)

Author: Ananya Nalavathu

Published: 2026-08-25T12:47:18Z

Content type: article

Language: en

Sources: [Fedora Community Blog](<https://devfeed.tech/sources/fedora-community-blog.md>)

Topics: [Fedora](<https://devfeed.tech/topics/fedora.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Local AI](<https://devfeed.tech/topics/local-ai.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [On-device AI](<https://devfeed.tech/topics/on-device-ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [articles](<https://devfeed.tech/tags/articles.md>), [blog](<https://devfeed.tech/tags/blog.md>), [fedora-project-community](<https://devfeed.tech/tags/fedora-project-community.md>), [inference](<https://devfeed.tech/tags/inference.md>), [local](<https://devfeed.tech/tags/local.md>), [mentored-projects](<https://devfeed.tech/tags/mentored-projects.md>), [oci](<https://devfeed.tech/tags/oci.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [rag](<https://devfeed.tech/tags/rag.md>), [tool](<https://devfeed.tech/tags/tool.md>)

### AI overview

The article introduces editorial-guide-ramalama, a Retrieval-Augmented Generation assistant built for Fedora contributors. It checks drafts against Fedora's editorial guidelines and published articles, cites specific guidelines when it identifies problems, and suggests actionable fixes. The tool uses RamaLama to run open models locally as OCI containers, with built-in ingestion, chunking, and retrieval, avoiding API keys and external services.

### Source excerpt

By Ananya Nalavathu and Francois Gonothi Toure Introduction Open source communities run on contribution, and contribution runs on documentation, storytelling, and knowledge sharing. At the Fedora Project, that means the Fedora Community Blog and Fedora Magazine, two publications that give contributors a voice and give the community a way to stay informed, inspired, and connected. [...] The post Meet editorial-guide-ramalama: An AI Assistant That Checks Your Fedora CommBlog and Magazine Articles Against Editorial Guidelines appeared first on Fedora Community Blog.

## Preloading Knowledge Into a Model Instead of Retrieving It

DevFeed: [Preloading Knowledge Into a Model Instead of Retrieving It](<https://devfeed.tech/articles/preloading-knowledge-into-a-model-instead-of-retrieving-it-18241.md>)

Original publisher: [Read original article](<https://blog.dailydoseofds.com/p/preloading-knowledge-into-a-model>)

Author: Avi Chawla

Published: 2026-08-24T17:13:39Z

Content type: tutorial

Language: en

Sources: [Daily Dose of Data Science](<https://devfeed.tech/sources/daily-dose-of-data-science.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [long-context](<https://devfeed.tech/topics/long-context.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [GPU](<https://devfeed.tech/topics/gpu.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [compute](<https://devfeed.tech/tags/compute.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [inference](<https://devfeed.tech/tags/inference.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

This article introduces a three-part RAG Systems course about preloading a knowledge corpus into a model's stored KV cache so subsequent queries can skip retrieval, chunking, and embedding. It covers naive, compressed, modular, and trained preloading, along with context limits, provider and self-hosted economics, cache compression constraints, and production deployment.

### Source excerpt

How to process your corpus once, skip retrieval entirely, and serve every query from a stored cache. Three parts covering the full spectrum.

## Java Weekly, Issue 660

DevFeed: [Java Weekly, Issue 660](<https://devfeed.tech/articles/java-weekly-issue-660-4499.md>)

Original publisher: [Read original article](<https://www.baeldung.com/java-weekly-660>)

Author: baeldung

Published: 2026-08-22T11:26:18Z

Content type: article

Language: en

Sources: [Baeldung](<https://devfeed.tech/sources/baeldung.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Quarkus](<https://devfeed.tech/topics/quarkus.md>), [Gradle](<https://devfeed.tech/topics/gradle.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [api](<https://devfeed.tech/tags/api.md>), [gradle](<https://devfeed.tech/tags/gradle.md>), [java](<https://devfeed.tech/tags/java.md>), [json](<https://devfeed.tech/tags/json.md>), [no-ads](<https://devfeed.tech/tags/no-ads.md>), [no-after-post](<https://devfeed.tech/tags/no-after-post.md>), [no-before-post](<https://devfeed.tech/tags/no-before-post.md>), [no-optins](<https://devfeed.tech/tags/no-optins.md>), [rag](<https://devfeed.tech/tags/rag.md>), [release](<https://devfeed.tech/tags/release.md>), [weekly-review](<https://devfeed.tech/tags/weekly-review.md>), [weekly-review-no-ads-no-after-post-no-before-post-no-optins](<https://devfeed.tech/tags/weekly-review-no-ads-no-after-post-no-before-post-no-optins.md>)

### AI overview

Java Weekly, Issue 660 is a roundup of Java ecosystem news, including a Hibernate second-level cache performance case study, a proposed small JSON API for JDK 28, Gradle and Renovate integration, AI and RAG resources, and recent Quarkus and other library releases.

### Source excerpt

A clear Hibernate speedup and a new JSON API coming to Java. The post Java Weekly, Issue 660 first appeared on Baeldung.

## Beyond Relevance: Building a Quality-Aware Retrieval Layer for RAG

DevFeed: [Beyond Relevance: Building a Quality-Aware Retrieval Layer for RAG](<https://devfeed.tech/articles/beyond-relevance-building-a-quality-aware-retrieval-layer-for-rag-32257.md>)

Original publisher: [Read original article](<https://medium.com/data-science-at-microsoft/beyond-relevance-building-a-quality-aware-retrieval-layer-for-rag-0e22860ba54e?source=rss----a6e43238cdaf---4>)

Author: Shay Ben-Elazar

Published: 2026-08-18T07:16:01Z

Content type: article

Language: en

Sources: [Data Science at Microsoft](<https://devfeed.tech/sources/data-science-at-microsoft.md>)

Topics: [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [education](<https://devfeed.tech/tags/education.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [microsoft](<https://devfeed.tech/tags/microsoft.md>), [quality](<https://devfeed.tech/tags/quality.md>), [rag](<https://devfeed.tech/tags/rag.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

The article examines how a metadata-aware quality layer could improve educational RAG systems by ranking or filtering retrieved sources for reliability, clarity, evidence, and suitability for teaching. It argues that relevance alone does not ensure educational quality and that filtering weak sources can also reduce context noise, token use, and inference costs.

### Source excerpt

How a metadata-aware quality layer can help educational RAG systems retrieve sources that are relevant, reliable, and ready for teaching Shay Ben-Elazar, Principal Applied Data Science Manager, Microsoft Rob Mauceri, Distinguished Engineer, Microsoft A student asks an AI tutor a science question: "Why do flu vaccines need to be updated over time?" A retrieval-augmented generation (RAG) system searches its index, retrieves passages about influenza viruses, vaccine development, immunity, and seasonal outbreaks, then generates an answer grounded in those sources [1]. At first glance, the system appears to have done its job. The passages are relevant, and the answer cites supporting information. But a deeper question remains: were the retrieved sources actually good sources to learn from? Some passages may be outdated, overly technical, weakly supported, or poorly organized for a student audience. Others may provide clearer explanations, stronger evidence, and a more coherent path to understanding. Both may be relevant, yet only one is likely to help a learner build accurate understanding [2]. This distinction matters because relevance alone is not the same as educational quality. Retrieved passages can match the topic while lacking clear definitions, supporting evidence, or an easy-to-follow explanation. In a student-facing product, those differences shape not only what the student learns, but also how much they trust the system. There is also a practical systems reason to care. Web-scale RAG applications operate within limited context windows and real compute budgets. Filtering weak sources earlier, or downranking them before generation, reduces noise, preserves tokens for stronger evidence, and lowers inference costs, compounding across products used by millions of learners [3]. RAG has become one of the most practical ways to make large language model applications more grounded. It can make answers more current, more domain-specific, and easier to connect back to so

[Next page](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md?cursor=WyIyMDI2LTA4LTE4VDA3OjE2OjAxKzAwOjAwIiwgIjcxZGEyZjI1LTI4YzEtNGYxNi1iODU3LWFmNzk5ZTRhMWVjZCJd>)