127 related articles

A deep dive into LangChain's positioning and value—why do LLMs need a middle layer? How does LangChain serve as the 'glue' unifying multi-model interfaces and supporting Agent development? Learn its core modules and learning path.

A systematic guide to the three cores of OpenAI LLM app development: GPT-4/GPT-3.5 model selection, token billing and cost-saving tips, and practical use of the Models, Completion, and Chat Completion APIs.

Want to switch careers into LLM development but don't know where to start? This guide breaks down a four-level skill roadmap — from basics and API calls to RAG, fine-tuning, Agent development, and multimodal — to help you build real AI career value.

A structured 6-week roadmap for enterprise Agent deployment covering LangChain, LangGraph, MCP, and RAG — from planning and memory to multi-agent collaboration and production deployment.

Tripadvisor's AI review summaries are generating positive assessments for hotels with safety hazards while downplaying critical warnings. Deep analysis of causes and practical user protection tips.

An in-depth look at 'Deterministic Context Folding' from Context Warp Drive: solving AI agent context window management with reproducible, cacheable, debuggable context compression for production-grade agents.

An in-depth analysis of LangGraph's core concepts: short-term and long-term storage mechanisms, its differences from LangChain, the MIT open-source license, and private deployment solutions for enterprise Agent development.

A tailored large-model learning path for ordinary programmers: from prompt engineering, API calls, and LangChain, to RAG, Agents, fine-tuning, and enterprise deployment—six steps to build AI application skills fast.

Ternlight is a 7MB WebAssembly-based browser-side text embedding model requiring no server or GPU. Explore its tech, use cases, and tradeoffs for private, offline semantic search.

ctx is a local-first open-source tool that lets developers search and reuse conversation history from Claude Code, Cursor, and GitHub Copilot without uploading data to the cloud.

A beginner's guide to the LangChain open-source framework: explaining how to use the init_chat_model unified interface, tips for disabling DeepSeek's thinking mode, and core essentials of Agent development.

Can AI really replace programmers? This article explains Harness Engineering principles and its three evolutionary stages, revealing real pain points of enterprise AI programming.

Build an AI Agent from scratch — no frameworks. Deep dive into Function Call schema design, MCP remote mirroring, dual-model routing, and short-term memory management.

Step-by-step guide to building a complete RAG pipeline with Ollama + LangChain + FAISS + Qwen 1.5B. Run document retrieval and intelligent Q&A locally without a GPU.

A complete LLM development learning roadmap covering prompt engineering, RAG, AI Agents, and fine-tuning — helping beginners master LangChain, LlamaIndex, and more.

A roundup of 12 trending open-source AI agent projects on GitHub, covering video generation, agent frameworks, skill packs, code engines, security scanning, and voice processing.

Why did Claude Code abandon RAG for Grep? Breaking down the three root causes — undiagnosability, the multiplication effect, and index staleness — behind the shift to Agentic Search.

Too hard to become an algorithm engineer? Too basic to just use AI tools? This guide breaks down the three levels of AI adoption for programmers, with a focus on Agent development and large model engineering — including salaries, timelines, and window risks.

Deep dive into Tencent's Marvis AI agent: multi-agent architecture, intelligent file organization, document analysis, cross-device sync, and local privacy mode explained.

A complete guide to building RAG systems: covering data preprocessing, vector databases, embedding models, hybrid search, re-ranking, and advanced topics like Graph RAG and multimodal RAG.