121 related articles

Andrew Ng and Anthropic's Claude Code course covers RAG development, data analysis, and Figma-to-frontend projects, with deep dives into context management, MCP tools, and CLAUDE.md architecture.
TurboVec: A Deep Dive into the Rust-Po…
TurboVec is a Rust-based vector index library powered by TurboQuant, with Python bindings for RAG, semantic search, and AI applications. A deep-dive into its architecture.

A structured 4-week AI Agent learning roadmap: Week 1 covers LLMs & Prompt engineering, Week 2 ReAct paradigms, Week 3 RAG memory systems, Week 4 multi-agent architectures.

A systematic breakdown of LangChain's six core modules (Models/Prompts/Chains/Memory/RAG/Agent) and LangGraph's state graph, persistence, and HITL — with production deployment tips.

An in-depth look at the core tech behind AI Agents: how the HNSW, IVF, and PQ vector search algorithms power RAG and long-term memory. Understand where a model's "memory" and "knowledge" come from.

Learn LangChain 1.3 core concepts including LLM model abstraction, RAG retrieval-augmented generation, and Agent orchestration. Build a Deep Agent with planners, tools, and reflection modules.

Can small local models (1.5B–3B) become software domain experts? This article breaks down CPT, SFT, RAG, and Agent architectures, with a layered RAG-centric design for CPU-only local deployment.

A deep dive into two frontier dense retrieval works: Hobbit uses gradient analysis to automatically construct hard batches; Disco replaces single-document competition with submodular collaborative coverage, reshaping Top-K retrieval.
Voice-Driven Geometric Interaction: LL…
How can LLMs translate natural language into geometric operations? This article breaks down a voice-driven geometry system: LLM for semantic parsing, Function Calling to bridge the geometry SDK.
Structured Information Extraction with…
Using Qwen 2.5 7B quantized locally to extract 60+ fields from insurance/financial contracts? Learn why it struggles and how task splitting, RAG, GBNF, and smarter chunking can fix it.

How can linguistics or translation majors transition into NLP engineering? This article compares three pathways and offers a phased strategy covering core skills, project building, and job hunting tips.

Claude Code is Anthropic's local AI programming assistant that reads your entire codebase, auto-debugs, and delivers far higher accuracy than Cursor and Trae. Here's why it's the strongest AI coding tool today.

A systematic AI Agent development learning path covering fundamentals, prompt engineering, tool calling, multi-agent collaboration, and hands-on practice with LangChain, CrewAI, and Dify.

Knowing how to call an API doesn't make you an AI engineer. This article breaks down the complete skill structure of an AI application engineer, covering Python fundamentals, LLM fine-tuning, Agent development, and enterprise projects.

Systematically learn ChatGLM large model development, covering Transformer principles, RAG, private deployment, fine-tuning, and Agent development, with a roadmap and hands-on cases.

AI coding bills exploding? 90% of the cost hides on the input side. Learn how local code indexing + dual-path search cuts each query from 83,000 to 4,900 tokens—saving 94%.

In-depth analysis of AI Agent core principles: why LLMs need Agent technology, the evolution from Prompt to RAG to Agent, Agent Tuning methods, and enterprise cost evaluation to help you build enterprise-grade agent applications.

More teams are adopting multi-model tiered scheduling. AI gateways solve cross-vendor API management, automatic fallback, and cost tracking — but add a new abstraction layer. Learn when a gateway is worth it.
The Documentation Dilemma: Why Enterpr…
From retrieval difficulties to lagging updates and disconnected workflows, three dilemmas plague traditional documentation. Explore how the AI era can break the deadlock and get knowledge flowing.

GitHub trending project exercises-dataset features 433 fitness exercises with target muscles, equipment types, instructions, and animation demos—ideal for fitness apps, AI coaches, and RAG systems.