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
Apr 4, 2026 · Artificial Intelligence

How a 4,000‑Line NanoBot Architecture Enables a Controllable AI Agent

NanoBot demonstrates that a full‑featured, controllable AI agent can be built with roughly 4,000 lines of code by using a minimal runtime consisting of a MessageBus, an AgentLoop, a file‑based ContextBuilder, a registered ToolRegistry with JSON‑Schema validation, and lightweight Cron/Heartbeat mechanisms, offering a clear contrast to heavier frameworks like OpenClaw.

AI AgentAgentLoopContextBuilder
0 likes · 22 min read
How a 4,000‑Line NanoBot Architecture Enables a Controllable AI Agent
DeepNoMind
DeepNoMind
Mar 29, 2026 · Artificial Intelligence

Master AI Agents: 10 Essential Concepts Every Developer Needs in 2026

This article visually walks through the ten core concepts—from the MCP plugin system to runtime orchestration—that developers must master to turn AI demos into reliable, production‑grade agents, covering architecture, memory, guardrails, tool discovery, error recovery, human‑in‑the‑loop, and context engineering.

AI AgentsGuardrailsMCP
0 likes · 16 min read
Master AI Agents: 10 Essential Concepts Every Developer Needs in 2026
DeepNoMind
DeepNoMind
Mar 27, 2026 · Artificial Intelligence

Why A2A Could Become the Universal Language for AI Agents – A Deep Dive

The article examines the rapid rise of AI agents, explains how the open Agent2Agent (A2A) protocol aims to bridge isolated “agent islands” through a common communication standard, outlines its five design principles, compares it with MCP, and looks at its emerging ecosystem and future impact.

A2AAI AgentsAgent2Agent Protocol
0 likes · 10 min read
Why A2A Could Become the Universal Language for AI Agents – A Deep Dive
DeepNoMind
DeepNoMind
Mar 26, 2026 · Artificial Intelligence

Designing AI Agent Memory: Three‑Layer Architecture and Four Key Decisions

The article explains why AI agents need a dedicated memory system, describes a three‑layer memory architecture (working, short‑term, long‑term), and outlines four critical design decisions—what to write, when to read, how to update/forget, and isolation—illustrated with real‑world examples and industry solutions.

AI AgentDesign DecisionsHarness
0 likes · 15 min read
Designing AI Agent Memory: Three‑Layer Architecture and Four Key Decisions
DeepNoMind
DeepNoMind
Mar 24, 2026 · Industry Insights

Jensen Huang on NVIDIA’s AI Revolution, Scaling Laws, and Humanity’s Future

In a two‑hour‑plus Lex Fridman podcast, Jensen Huang breaks down NVIDIA’s extreme co‑design, AI scaling laws, the risky CUDA gamble, supply‑chain orchestration, and his leadership philosophy, showing how compute is shifting from a chip to a planet‑scale AI factory that could reshape humanity.

AICUDAFuture Computing
0 likes · 55 min read
Jensen Huang on NVIDIA’s AI Revolution, Scaling Laws, and Humanity’s Future
DeepNoMind
DeepNoMind
Mar 22, 2026 · Industry Insights

6 AI‑Powered Freelance Niches to Target in 2026

As AI compresses weeks‑long tasks into hours, demand for operational‑focused freelance services surges, and this article outlines six high‑demand, low‑competition AI‑enabled niches, explains why they favor implementation over creation, and shows how to land the first client quickly.

AIConsultingContent Repurposing
0 likes · 11 min read
6 AI‑Powered Freelance Niches to Target in 2026
DeepNoMind
DeepNoMind
Mar 17, 2026 · Artificial Intelligence

How a 70k‑Star GitHub Project Turns Claude Code into a Full Engineering Team

Everything Claude Code (ECC) is an open‑source, plug‑and‑play toolkit that packages 17 specialized agents, 70+ language‑specific skills, slash commands, hooks, and multi‑language rules to transform Claude Code from a chat assistant into an automated engineering team, with installation via Claude’s plugin system or npm.

AI AgentsClaude CodeDevOps automation
0 likes · 10 min read
How a 70k‑Star GitHub Project Turns Claude Code into a Full Engineering Team
DeepNoMind
DeepNoMind
Mar 16, 2026 · Artificial Intelligence

Design Principles and Architecture of Production‑Grade AI Agent Harness

The article analyzes why AI agents often fail in production, identifies the Harness as the critical system layer, outlines a five‑module architecture (Environment, Tool, Control, Memory, Evaluation), and presents five engineering principles to build stable, observable, production‑ready AI agent runtimes.

AI AgentMemory ManagementObservability
0 likes · 18 min read
Design Principles and Architecture of Production‑Grade AI Agent Harness
DeepNoMind
DeepNoMind
Mar 15, 2026 · Artificial Intelligence

How an AI Agent Orchestrator Self‑Built 40K Lines of TypeScript in 8 Days

In eight days the author used a recursively evolving AI agent orchestrator to generate 40,000 lines of TypeScript, 17 plugins, and 3,288 tests, demonstrating parallel task decomposition, self‑healing CI, and a fully pluggable architecture that automates code review and deployment.

AI AgentsCI automationTypeScript
0 likes · 16 min read
How an AI Agent Orchestrator Self‑Built 40K Lines of TypeScript in 8 Days
DeepNoMind
DeepNoMind
Mar 14, 2026 · Industry Insights

Rethinking Architecture for the AI‑Native Era

The article analyses how AI‑native development overturns traditional serial software workflows, presents a three‑layer architecture model, cites concrete productivity metrics, and offers concrete strategies for teams to shift from code‑centric tasks to high‑value architectural decision‑making.

AIAI-nativeDevelopment
0 likes · 20 min read
Rethinking Architecture for the AI‑Native Era