Back to home

LangChain

14 articles tagged with this topic

Agent架构ReAct

Agent 的推理方式不 止一种,但大多数人搞混了它们 的层级关系

ReAct, Reflexion, and Router aren't alternatives —they operate at different layers. Picking the wrong level means costly rebuilds.

Apr 191 min read
LangChainClaude Code

AI 助手「自己会 想下一步」背后,藏着三层架构——读 懂它,你才知道它什么时候会失控

Most AI coding assistants run on a three-layer nested architecture. Understanding it tells you exactly when and why AI loses control.

Apr 193 min read
Hermes-AgentNous -Research

Hermes Agent Framework Hits 85K Stars With Self-Evolving Memory

Nous Research's Hermes Agent, open-sourced in February 2026 , reaches 85K GitHub stars with a four-layer memory architecture and runtime skill accumu

Apr 154 min read
DeepSeekRAG

RAG Migration From Self-Hosted to API Cuts Costs 97%

A Chinese SaaS firm cut monthly AI infra costs from ¥80,000 to under ¥2,000 by ditching 4x A100s for DeepSeek API.

Apr 134 min read
OpenClawNanobot

OpenClaw Nanobot Architecture: AI Agent Design Pattern Analysis

OpenClaw's Nanobot pattern reaches 200K GitHub stars as devs dissect its declarative, composable AI agent design.

Apr 123 min read
OpenAICirrus Labs

Cirrus Labs Acquired by OpenAI: What This Means for Solo Builders and AI Tooling

Cirrus Labs joins OpenAI, signaling a shift in AI infrastructure. Analyze the implications for indie hackers, open-source alternatives, and how to piv

Apr 125 min read
LangChainChroma

LangChain-Chroma High-Concurrency Architecture: Beyond Basic RAG

How to fix write blocking, query latency spikes, and OOM errors when scaling Chroma from prototype to production.

Apr 72 min read
LangChainChroma

Vector DBs for Solo Builders: Chroma, FAISS & Pinecone with LangChain

Compare Chroma, FAISS, Pinecone, and Milvus for LangChain RAG apps — with selection criteria for one-person teams.

Apr 62 min read
LangChainLangGraph

LLM Cognitive Architecture: From Rule-Based to Autonomous Agents

A technical breakdown of four-layer LLM agent architecture with Python code using LangChain and LangGraph.

Apr 52 min read
LangChainLCEL

LCEL in Practice: Engineering 4 Core LangChain Pipeline Patterns

How to structure LangChain LCEL chains for linear, routing, RAG, and agent workflows in production.

Apr 52 min read
LangChainRAG

LangChain Vector Embeddings: From Basics to RAG Implementation

Practical guide to LangChain embeddings using OpenAI, HuggingFace, and local models for semantic search and RAG pipelines.

Apr 51 min read
LangChainRAG

Building a Maintainable Prompt Layer for Enterprise RAG Systems

Replace string-concatenated prompts with LangChain's ChatPromptTemplate and PipelinePromptTemplate for scalable enterprise knowledge bases.

Apr 42 min read
LangChainRAG

LangChain Document Loading and Text Splitting for RAG Pipelines

How to load PDFs, Word, HTML, and Markdown files in LangChain and split them for RAG applications.

Apr 41 min read
LangChainLCEL

LangChain Runnable: The Interface That Makes AI Pipelines Maintainable

Why LangChain's Runnable protocol transforms scattered model calls into composable, maintainable AI workflows.

Apr 42 min read