AI Architect Hub
Author

AI Architect Hub

Discuss AI and architecture; a ten-year veteran of major tech companies now transitioning to AI and continuing the journey.

22
Articles
0
Likes
212
Views
0
Comments
Recent Articles

Latest from AI Architect Hub

22 recent articles
AI Architect Hub
AI Architect Hub
Apr 26, 2026 · Artificial Intelligence

Embedding Explained: How Vectorization Turns Text into Numbers for RAG

This article walks through why traditional keyword matching fails for RAG, explains the evolution from one‑hot encoding to Word2Vec and BERT, details sentence‑level embeddings and similarity metrics, compares leading Chinese and multilingual embedding models using the C‑MTEB benchmark, and provides practical LangChain code, deployment tips, and common pitfalls.

Chinese NLPEmbeddingLangChain
0 likes · 18 min read
Embedding Explained: How Vectorization Turns Text into Numbers for RAG
AI Architect Hub
AI Architect Hub
Apr 25, 2026 · Artificial Intelligence

How to Feed Massive Documents to an RAG System: Mastering the Art of Text Chunking

This article explains why proper text chunking is critical for Retrieval‑Augmented Generation, illustrates common pitfalls with real‑world examples, compares four chunking strategies (fixed length, recursive, structure‑aware, and code‑aware), and provides practical guidelines for chunk size, overlap, metadata handling, and a production‑ready pipeline.

AI RetrievalLangChainRAG
0 likes · 21 min read
How to Feed Massive Documents to an RAG System: Mastering the Art of Text Chunking
AI Architect Hub
AI Architect Hub
Apr 24, 2026 · Artificial Intelligence

RAG Level 1: Avoid Dirty Data Poisoning Your AI – A Data Cleaning Guide

This article explains why noisy documents cripple Retrieval‑Augmented Generation, enumerates common garbage data types, describes three typical data‑quality problems, warns against over‑cleaning, encoding, and regex pitfalls, and provides a configurable LangChain pipeline with deduplication and validation best practices.

AIDeduplicationEmbedding
0 likes · 21 min read
RAG Level 1: Avoid Dirty Data Poisoning Your AI – A Data Cleaning Guide
AI Architect Hub
AI Architect Hub
Apr 21, 2026 · Artificial Intelligence

How to Choose the Right Embedding Model for RAG: A Practical Comparison

This article examines the key factors for selecting embedding models in Retrieval‑Augmented Generation, comparing dimensions, context windows, MTEB scores, pricing, and language support across major providers, and offers practical recommendations, cost estimates, and pitfalls to avoid.

AIMultilingualRAG
0 likes · 11 min read
How to Choose the Right Embedding Model for RAG: A Practical Comparison
AI Architect Hub
AI Architect Hub
Apr 20, 2026 · Artificial Intelligence

Why LLMs Need RAG: Overcoming Core Limitations and Building Scalable AI Solutions

This article analyzes the fundamental shortcomings of large language models for enterprise use, explains how Retrieval‑Augmented Generation (RAG) bridges those gaps through a detailed offline‑online workflow, and explores emerging trends that will shape the next generation of intelligent AI architectures.

AI architectureEnterprise AIFuture AI
0 likes · 10 min read
Why LLMs Need RAG: Overcoming Core Limitations and Building Scalable AI Solutions
AI Architect Hub
AI Architect Hub
Apr 19, 2026 · Artificial Intelligence

Mastering RAG: From Data Cleaning to Vector DBs in AI Applications

This article introduces the second stage of a large‑model application series, detailing the value of Retrieval‑Augmented Generation (RAG), its architecture, and a step‑by‑step outline covering data cleaning, text chunking, vectorization, vector‑DB selection, recall strategies, reranking, and prompt construction.

AILLMRAG
0 likes · 4 min read
Mastering RAG: From Data Cleaning to Vector DBs in AI Applications
AI Architect Hub
AI Architect Hub
Apr 17, 2026 · Industry Insights

Turning Enterprise Capabilities into AI‑Ready Skills: A Practical 3‑Step Guide

This article outlines why most corporate IT systems remain AI‑inaccessible, proposes encapsulating functions, processes, and employee expertise as reusable "Skills", and details a three‑step method—identifying high‑frequency workflows, decomposing them, and packaging them as callable AI skills—plus the supporting architecture and ecosystem.

AIAI agentEnterprise Automation
0 likes · 6 min read
Turning Enterprise Capabilities into AI‑Ready Skills: A Practical 3‑Step Guide
AI Architect Hub
AI Architect Hub
Apr 12, 2026 · Artificial Intelligence

Which AI Agent Framework Wins in 2026? LangChain, LlamaIndex, LangGraph, AutoGen

This article provides a practical selection guide for developers building AI agents in 2026, dissecting the design, core components, strengths, and limitations of four major frameworks—LangChain, LlamaIndex, LangGraph, and AutoGen—while offering use‑case recommendations, code examples, and a decision‑tree to help choose the most suitable tool.

AI AgentsAutoGenLangChain
0 likes · 23 min read
Which AI Agent Framework Wins in 2026? LangChain, LlamaIndex, LangGraph, AutoGen
AI Architect Hub
AI Architect Hub
Apr 11, 2026 · Artificial Intelligence

10 Open‑Source AI Tools Every Developer Should Add to Their Toolkit

This article curates ten free, open‑source AI‑focused projects—from web‑crawlers and browser automation to audio transcription, video downloading, and persistent memory—explaining their core capabilities, typical use cases, and how they can be integrated into developer workflows to boost productivity.

AI toolsLLM Integrationdeveloper productivity
0 likes · 11 min read
10 Open‑Source AI Tools Every Developer Should Add to Their Toolkit
AI Architect Hub
AI Architect Hub
Apr 10, 2026 · Artificial Intelligence

How to Build an AI‑Powered WeChat Article Automation Workflow with Prompt Engineering

This guide walks through creating a fully automated WeChat public‑account article publishing pipeline using large‑model prompt engineering, covering token retrieval, title generation, subtitle creation, hand‑drawn comic generation, content formatting, image handling, and final draft publishing with detailed code snippets.

AIJavaScriptLarge Language Model
0 likes · 11 min read
How to Build an AI‑Powered WeChat Article Automation Workflow with Prompt Engineering