DeepNoMind
Author

DeepNoMind

I’m Yu Fan, a tech leader with deep technical expertise and managerial vision. Formerly at Motorola, now at Mavenir, I’ve led teams for years, focusing on backend architecture and cloud-native solutions, staying abreast of AI and other frontier fields, and championing personal growth and lifelong learning.

77
Articles
0
Likes
35
Views
0
Comments
Recent Articles

Latest from DeepNoMind

77 recent articles
DeepNoMind
DeepNoMind
Feb 21, 2026 · Artificial Intelligence

Parallel Hybrid Search Fusion: Boosting Reliability in Agentic AI

This article demonstrates how parallel hybrid search—combining vector and keyword retrieval—enhances the reliability of agentic AI systems by delivering complete, high‑fidelity context compared with using either method alone.

Hybrid SearchLangChainLangGraph
0 likes · 12 min read
Parallel Hybrid Search Fusion: Boosting Reliability in Agentic AI
DeepNoMind
DeepNoMind
Feb 19, 2026 · Artificial Intelligence

Parallel Query Expansion: Boosting Reliability in Agentic AI Systems

This article presents a high‑reliability design pattern for agentic AI—parallel query expansion—detailing its Pydantic model, LangGraph workflow, concurrent execution with ThreadPoolExecutor, and a comparative experiment that shows improved recall and answer quality over a simple RAG pipeline.

LangChainLangGraphParallel Query Expansion
0 likes · 11 min read
Parallel Query Expansion: Boosting Reliability in Agentic AI Systems
DeepNoMind
DeepNoMind
Feb 19, 2026 · Artificial Intelligence

High‑Reliability AI Agent Design: Sharding and Decentralized Retrieval

This article explains how sharding a knowledge base and using decentralized retrieval can boost the reliability, precision, and latency of AI agents, providing code examples, a LangGraph workflow, and a performance comparison that shows a 28% speed gain over a monolithic setup.

AI AgentsLangChainRAG
0 likes · 12 min read
High‑Reliability AI Agent Design: Sharding and Decentralized Retrieval
DeepNoMind
DeepNoMind
Feb 19, 2026 · Artificial Intelligence

Redundant Execution: A High‑Reliability Design Pattern for Agentic AI

This article introduces the redundant‑execution pattern for agentic AI, explains how running multiple identical agents in parallel can mitigate API timeouts, model crashes, and network glitches, and presents a quantitative comparison showing a jump from 60% to 80% success rate and markedly lower latency variance.

ParallelismPythonRedundant Execution
0 likes · 12 min read
Redundant Execution: A High‑Reliability Design Pattern for Agentic AI
DeepNoMind
DeepNoMind
Feb 19, 2026 · Artificial Intelligence

Boosting AI Agent Reliability with Parallel Query Expansion

The article presents a high‑reliability design pattern for AI agents that uses parallel query expansion to generate diverse search queries, executes them concurrently with ThreadPoolExecutor, and demonstrates through a side‑by‑side RAG comparison that this approach markedly improves recall and answer quality.

AI AgentsLangChainLangGraph
0 likes · 11 min read
Boosting AI Agent Reliability with Parallel Query Expansion
DeepNoMind
DeepNoMind
Feb 18, 2026 · Artificial Intelligence

Decentralized Blackboard Collaboration: A High‑Reliability Design Pattern for Agentic AI

This article introduces the decentralized blackboard collaboration pattern for building reliable agentic AI systems, explains its shared data space and specialist agents, demonstrates a customer‑support ticket workflow with analyzer, retriever, and draftsman agents, and highlights benefits such as error reduction, deeper specialization, and auditability.

Decentralized BlackboardDesign PatternsLangChain
0 likes · 12 min read
Decentralized Blackboard Collaboration: A High‑Reliability Design Pattern for Agentic AI
DeepNoMind
DeepNoMind
Feb 17, 2026 · Artificial Intelligence

Agent Assembly Line: A High‑Reliability Design Pattern for Scalable AI Agents

This article introduces the Agent Assembly Line pattern—a three‑stage, parallel pipeline built with Pydantic models and ThreadPoolExecutor—to boost the throughput of AI agent systems, provides full implementation code, and demonstrates a 206% performance gain over a sequential approach.

LangChainParallelismPipeline
0 likes · 15 min read
Agent Assembly Line: A High‑Reliability Design Pattern for Scalable AI Agents
DeepNoMind
DeepNoMind
Feb 15, 2026 · Artificial Intelligence

Competitive Agent Ensembles: Boosting Reliability in Agentic AI

This article walks through a reliability‑focused design pattern for agentic AI—competitive agent ensembles—by initializing diverse LLMs, defining structured Pydantic models, creating parallel competitor nodes, evaluating their outputs with a judge node, and demonstrating a 63% speedup and higher quality results.

LLMLangChainLangGraph
0 likes · 14 min read
Competitive Agent Ensembles: Boosting Reliability in Agentic AI
DeepNoMind
DeepNoMind
Feb 14, 2026 · Artificial Intelligence

Hierarchical Agent Teams: Boosting Reliability in Agentic AI

This article presents the hierarchical agent‑group design pattern for reliable agentic AI, explains how specialized orchestrator and executor agents exchange structured Pydantic data, demonstrates a LangGraph workflow, and shows that the hierarchical approach yields faster execution (13.57 s vs 18.34 s) and higher‑quality reports compared with a monolithic agent.

LangGraphagentic AIhierarchical agents
0 likes · 15 min read
Hierarchical Agent Teams: Boosting Reliability in Agentic AI
DeepNoMind
DeepNoMind
Feb 14, 2026 · Artificial Intelligence

Competitive Agent Ensembles: A High‑Reliability Pattern for Agentic AI

This article demonstrates how a competitive ensemble of diverse LLM agents—Claude 3.5 Sonnet and two Llama 3 variants—combined with a structured evaluation node can improve both output quality and execution speed in agentic AI systems, using LangGraph, Pydantic models, and parallel execution.

LLMLangGraphPydantic
0 likes · 13 min read
Competitive Agent Ensembles: A High‑Reliability Pattern for Agentic AI