Tagged articles
23 articles
Page 1 of 1
DataFunSummit
DataFunSummit
May 23, 2026 · Artificial Intelligence

Designing Next‑Gen Recommendation and Search Systems with Agentic Architectures

The article analyzes cutting‑edge AI search and recommendation technologies—including Alibaba Cloud's Agentic RAG, Huawei Noah's LLM‑enhanced recommendation pipeline, and Baidu's generative ranking model GRAB—detailing their architectural evolution, multi‑modal retrieval strategies, GPU acceleration gains, and measured performance improvements.

AI SearchAgentic RAGGPU Acceleration
0 likes · 5 min read
Designing Next‑Gen Recommendation and Search Systems with Agentic Architectures
DataFunSummit
DataFunSummit
May 19, 2026 · Artificial Intelligence

Designing Next‑Gen Recommendation and Search with Agentic RAG Architecture

The article reviews cutting‑edge AI techniques for high‑concurrency, multimodal recommendation and search, detailing Alibaba Cloud's Agentic RAG evolution, Huawei Noah's LLM‑enhanced recommendation pipeline, and Baidu's generative ranking model GRAB, each with architecture diagrams, performance metrics, and real‑world deployment insights.

AI agentsAgentic RAGGenerative Ranking
0 likes · 6 min read
Designing Next‑Gen Recommendation and Search with Agentic RAG Architecture
DataFunSummit
DataFunSummit
May 17, 2026 · Artificial Intelligence

How Agentic Architecture Powers Next‑Generation Recommendation and Search Systems

The article reviews cutting‑edge AI search and recommendation techniques—including Alibaba Cloud's Agentic RAG, Huawei Noah's LLM‑enhanced recommender, Baidu's generative ranking model GRAB, and Elasticsearch‑based vector RAG—detailing their challenges, architectural evolutions, performance gains, and real‑world deployment results.

AI SearchAgentic RAGElasticsearch
0 likes · 6 min read
How Agentic Architecture Powers Next‑Generation Recommendation and Search Systems
Tech Minimalism
Tech Minimalism
May 16, 2026 · Artificial Intelligence

One‑page guide to the three RAG architectures: Classic, Graph, and Agentic

The article explains why plain large language models cannot answer internal company questions, introduces Retrieval‑Augmented Generation (RAG) as a solution, and compares three RAG variants—Classic, Graph, and Agentic—detailing their workflows, strengths, limitations, and how to choose the right one for a given problem.

Agentic RAGClassic RAGGraph RAG
0 likes · 17 min read
One‑page guide to the three RAG architectures: Classic, Graph, and Agentic
James' Growth Diary
James' Growth Diary
May 9, 2026 · Artificial Intelligence

Agentic RAG Deep Dive: Letting the Agent Decide When and How Often to Retrieve

The article analyzes the shortcomings of traditional one‑shot RAG pipelines, introduces four Agentic RAG patterns that let an LLM‑driven agent control retrieval strategy, source selection, query rewriting and retry limits, and provides concrete TypeScript implementations with LangGraph, code snippets, and practical pitfalls.

Agentic RAGLLMLangGraph
0 likes · 16 min read
Agentic RAG Deep Dive: Letting the Agent Decide When and How Often to Retrieve
DataFunSummit
DataFunSummit
May 8, 2026 · Artificial Intelligence

Agent Architecture in Action: Building Next‑Gen Recommendation and Search Systems

This article reviews cutting‑edge AI search and recommendation technologies, covering Alibaba Cloud's Agentic RAG architecture, Huawei Noah's LLM‑enhanced recommendation pipeline, and Baidu's generative ranking model GRAB, while detailing their design challenges, multi‑modal retrieval strategies, performance gains, and real‑world deployment results.

AI SearchAgentic RAGGenerative Ranking
0 likes · 6 min read
Agent Architecture in Action: Building Next‑Gen Recommendation and Search Systems
DataFunTalk
DataFunTalk
May 5, 2026 · Artificial Intelligence

Agent Architecture in Action: Building Next‑Gen Recommendation and Search Systems

This article reviews cutting‑edge AI search and recommendation techniques—including Alibaba Cloud's Agentic RAG, Huawei Noah's LLM‑enhanced recommendation pipeline, and Baidu's generative ranking model GRAB—detailing their architectural evolution, multimodal retrieval strategies, GPU acceleration, and measured performance gains.

AI SearchAgentic RAGGPU Acceleration
0 likes · 6 min read
Agent Architecture in Action: Building Next‑Gen Recommendation and Search Systems
DataFunSummit
DataFunSummit
May 4, 2026 · Artificial Intelligence

Inside Alibaba Cloud AI Search: Agentic RAG Architecture and Multi‑Agent Techniques

Alibaba Cloud AI Search tackles high‑concurrency, multimodal, and multi‑hop queries by evolving its Agentic RAG architecture from a single agent to a coordinated multi‑agent system that integrates planning, retrieval, and generation, leverages hybrid vector‑text‑DB‑graph recall, GPU‑accelerated indexing, quantization, NL2SQL, and multimodal search, with performance data and real‑world case studies.

AI SearchAgentic RAGAlibaba Cloud
0 likes · 6 min read
Inside Alibaba Cloud AI Search: Agentic RAG Architecture and Multi‑Agent Techniques
DataFunSummit
DataFunSummit
May 3, 2026 · Artificial Intelligence

From Flawed to Production-Ready: Deep Dive into Building Enterprise-Grade RAG Systems

The article analyzes why early RAG deployments often fall short, dissects the most common technical pain points—from document parsing to vector overload—and presents a systematic roadmap that includes hybrid search, reranking, GraphRAG, Agentic RAG, model selection, scalability tricks, and security controls for robust B‑side production.

Agentic RAGGraphRAGHybrid Search
0 likes · 20 min read
From Flawed to Production-Ready: Deep Dive into Building Enterprise-Grade RAG Systems
DataFunSummit
DataFunSummit
Apr 22, 2026 · Artificial Intelligence

From Flawed RAG to Production‑Ready: Deep Dive into Scaling Retrieval‑Augmented Generation

This expert roundtable dissects why RAG often fails in production—low recall, hallucinations, cost overruns—and walks through concrete diagnostics, hybrid search designs, knowledge‑engineering tricks, GraphRAG and Agentic RAG advances, plus practical deployment, security, and cost‑optimization guidelines.

AI deploymentAgentic RAGHybrid Search
0 likes · 20 min read
From Flawed RAG to Production‑Ready: Deep Dive into Scaling Retrieval‑Augmented Generation
CodeTrend
CodeTrend
Apr 21, 2026 · Artificial Intelligence

AI Agents for Beginners: A Zero‑Prerequisite Course Overview

This article breaks down Microsoft’s open‑source AI‑Agent learning repository, explaining core concepts, five design patterns, production deployment considerations, and emerging protocols, while offering practical engineering guidance for building reliable multi‑agent systems from scratch.

AI agentsAgentic RAGMulti-Agent Systems
0 likes · 10 min read
AI Agents for Beginners: A Zero‑Prerequisite Course Overview
SuanNi
SuanNi
Mar 24, 2026 · Artificial Intelligence

How Compression, Orchestration, and LangGraph Are Redefining LLM Context Engineering

This article analyzes the six pillars of context engineering for large language models, focusing on compression techniques, extractive vs. abstractive methods, the LLMLingua toolkit, dynamic orchestration with routing and agentic RAG, and how LangGraph enables sophisticated agent‑driven workflows.

Agentic RAGContext CompressionLLM
0 likes · 14 min read
How Compression, Orchestration, and LangGraph Are Redefining LLM Context Engineering
DataFunTalk
DataFunTalk
Feb 28, 2026 · Artificial Intelligence

Exploring Cutting‑Edge AI Search & Recommendation: Agentic RAG, LLM‑Enhanced Recs, and Baidu’s Generative Ranking

This article reviews three advanced AI-driven solutions—Alibaba Cloud's Agentic RAG for high‑concurrency multimodal search, Huawei Noah's LLM‑augmented recommendation architecture, and Baidu's generative ranking model GRAB—detailing their challenges, designs, performance gains, and practical deployment insights.

AI SearchAgentic RAGAlibaba Cloud
0 likes · 8 min read
Exploring Cutting‑Edge AI Search & Recommendation: Agentic RAG, LLM‑Enhanced Recs, and Baidu’s Generative Ranking
DataFunTalk
DataFunTalk
Feb 11, 2026 · Artificial Intelligence

Why Most RAG Deployments Fail and How to Build a Production‑Ready RAG System

This round‑table dissects the gap between RAG’s hype and real‑world production, exposing common pitfalls such as low recall, hallucinations and cost overruns, and then delivers a systematic diagnostic framework, hybrid search strategies, fine‑tuning rules, and practical best‑practice roadmaps for building reliable enterprise RAG solutions.

Agentic RAGHybrid SearchLLM
0 likes · 20 min read
Why Most RAG Deployments Fail and How to Build a Production‑Ready RAG System
DataFunSummit
DataFunSummit
Dec 19, 2025 · Artificial Intelligence

How Agentic RAG, LLM‑Powered Recommendations, and Generative Ranking Transform AI Search and Ads

This article surveys cutting‑edge AI techniques—including Alibaba Cloud's Agentic RAG for multimodal search, Huawei Noah's LLM‑enhanced recommendation evolution, and Baidu's generative ranking (GRAB) for ads—detailing their architectures, optimization tricks, performance gains, and real‑world deployment results.

AI SearchAgentic RAGGPU Acceleration
0 likes · 9 min read
How Agentic RAG, LLM‑Powered Recommendations, and Generative Ranking Transform AI Search and Ads
phodal
phodal
Nov 27, 2025 · Artificial Intelligence

How AutoDev’s Agentic RAG Turns Docs into a Programmable Knowledge Base

This article explains how AutoDev builds an Agentic Retrieval‑Augmented Generation system with a Document Query Language (DocQL) that lets LLM agents navigate hierarchical code and documentation structures using JSONPath‑like queries, detailing implementation, multi‑level keyword expansion, and experimental findings.

AIAgentic RAGDocQL
0 likes · 12 min read
How AutoDev’s Agentic RAG Turns Docs into a Programmable Knowledge Base
DataFunTalk
DataFunTalk
Nov 25, 2025 · Artificial Intelligence

Unlocking Agentic RAG and Generative Ranking: AI Search & Recommendation Breakthroughs

This article summarizes cutting‑edge techniques from Alibaba Cloud AI Search’s Agentic RAG architecture, Huawei Noah’s LLM‑enhanced recommendation evolution, and Baidu’s GRAB generative ranking model, detailing multi‑agent retrieval, multimodal data handling, scaling laws, causal attention, and performance gains demonstrated through benchmarks and real‑world deployments.

AI SearchAgentic RAGGenerative Ranking
0 likes · 8 min read
Unlocking Agentic RAG and Generative Ranking: AI Search & Recommendation Breakthroughs
Alibaba Cloud Developer
Alibaba Cloud Developer
Jul 25, 2025 · Artificial Intelligence

Build an Agentic RAG AI App in Days with RDS Supabase & LangChain

This article demonstrates how to rapidly create a full‑stack Agentic Retrieval‑Augmented Generation (RAG) application using Alibaba Cloud RDS PostgreSQL‑based Supabase, covering data preparation, vector storage, real‑time communication, authentication, deployment steps, performance optimizations, and code examples with LangChain and large language models.

AI ApplicationAgentic RAGLangChain
0 likes · 18 min read
Build an Agentic RAG AI App in Days with RDS Supabase & LangChain
Tencent Cloud Developer
Tencent Cloud Developer
Jul 15, 2025 · Artificial Intelligence

How RAG Evolved: From Naive to Agentic – A Complete Guide

This article systematically outlines the evolution of Retrieval‑Augmented Generation (RAG) from its naive three‑step pipeline to advanced, modular, and agentic architectures, highlighting each generation's motivations, core features, advantages, drawbacks, and practical implementation details for large language model applications.

Agentic RAGArtificial IntelligenceLLM
0 likes · 20 min read
How RAG Evolved: From Naive to Agentic – A Complete Guide
AI Algorithm Path
AI Algorithm Path
Jul 3, 2025 · Artificial Intelligence

Exploring Advanced, Graph, and Agentic RAG: The Evolution of Retrieval‑Augmented Generation

This article examines how Retrieval‑Augmented Generation (RAG) has progressed from simple keyword‑based retrieval to advanced semantic methods, modular architectures, graph‑enhanced reasoning, and autonomous agentic systems, highlighting each approach's workflow, benefits, limitations, and the shift toward dynamic AI decision‑making.

AIAgentic RAGGraph RAG
0 likes · 7 min read
Exploring Advanced, Graph, and Agentic RAG: The Evolution of Retrieval‑Augmented Generation
Architect's Alchemy Furnace
Architect's Alchemy Furnace
Jun 4, 2025 · Artificial Intelligence

What Is an AI Engineer? Roles, Skills, and the Future of LLM‑Powered Systems

This article examines the evolving role of the AI engineer, contrasting it with AI researchers, ML engineers, and software engineers, outlines essential skills such as prompt engineering, MLOps, and data integration, and predicts how AI engineering will become a pivotal, high‑demand discipline in the coming years.

AI EngineeringAI SystemsAgentic RAG
0 likes · 17 min read
What Is an AI Engineer? Roles, Skills, and the Future of LLM‑Powered Systems
AI Large Model Application Practice
AI Large Model Application Practice
May 6, 2025 · Artificial Intelligence

How to Build an Agentic RAG System from Scratch Using MCP Architecture

This article walks through the design and full implementation of an Agentic Retrieval‑Augmented Generation (RAG) system built on the MCP standard, covering the conceptual fusion of MCP and RAG, server‑side tool creation with LlamaIndex, client‑side agent construction with LangGraph, configuration files, caching strategies, code examples, and an end‑to‑end demonstration.

Agentic RAGLLMLangGraph
0 likes · 15 min read
How to Build an Agentic RAG System from Scratch Using MCP Architecture