12 related articles

Deep dive into why coding Agents differ: perception lets Agents understand projects first, context engineering precisely filters information within limited token budgets.
TutorialsRAG (Retrieval-Augmented Generation) is the core solution for LLM hallucination. Learn RAG concepts, how it works, three causes of hallucination, and the complete learning path from basics to Knowledge Graph RAG.
TutorialsComplete guide to enterprise RAG projects covering principles, LangChain implementation, data processing, retrieval optimization, evaluation, and cloud deployment for AI knowledge base applications.
Product ReviewsGeneric Agent is an open-source AI Agent that reduces token consumption by 90% through minimalist tool design, four-layer memory hierarchy, and experience reuse. Supports computer operation, browser automation, Feishu integration, and more.
TutorialsDeep dive into the open-source Nature Skills project by a Shanghai Jiao Tong University PhD, automating 7 academic paper workflows via Claude Code's Skills mechanism with 9 Skill writing patterns.
TutorialsA deep dive into Spring AI Alibaba's core positioning and advantages, helping Java developers quickly understand how to integrate LLMs through this framework.
Building AI Agents with Node.js: Repla…
Learn how to refactor a Node.js AI Agent using Function Calls instead of prompt engineering. Covers tool definition via JSON Schema, the Agent Loop, and key implementation details from analyzing Claude Code.
ResearchDeep dive into AISTATS 2024 paper MixupMP: revealing Deep Ensembles' fundamental UQ flaws and fixing them via Mixup augmentation and Martingale Posterior framework for better calibration and OOD detection.
Deep Dive into Three Major LLM Career …
Deep analysis of three core LLM roles—Application Engineer, Development Engineer, and Algorithm Engineer—covering technical requirements, salary thresholds, and career prospects including RAG, fine-tuning, and inference deployment.
Expert OpinionsGumloop founder Max shares the truth about AI automation: processing 4M daily workflows taught him why 50 AI Agents running a company is a lie, and why the real AI philosophy is acceleration, not replacement.
TutorialsComplete guide to enterprise RAG architecture covering data indexing, vectorization, and retrieval optimization. Practical insights on chunking strategies, hybrid retrieval, and hallucination control for production-grade LLM applications.
Getting Started with RAG: A Complete G…
A deep dive into RAG (Retrieval-Augmented Generation) technology, covering LLM hallucinations, data staleness, and limited expertise, plus RAG workflows, core components, and LangChain learning paths.