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

Decoding Claude Skills: From Prompt Engineering to Context Engineering

This article analyzes Anthropic's Claude Skills architecture, showing how moving from monolithic prompt engineering to modular context engineering reduces token waste, improves security, and enables version‑controlled, composable AI agents through progressive disclosure, sandbox isolation, and a three‑tier ledger model.

Claude SkillsContext EngineeringLLM Architecture
0 likes · 21 min read
Decoding Claude Skills: From Prompt Engineering to Context Engineering
DeepNoMind
DeepNoMind
Feb 6, 2026 · Industry Insights

Elon Musk Predicts Space Will Become the Cheapest AI Training Ground Within 36 Months

In a three‑hour interview recorded three days after SpaceX’s $1.25 trillion acquisition of xAI, Elon Musk outlines how stagnant global power generation, a bottleneck in turbine‑blade supply, and the superior efficiency of space‑based solar panels could make orbit the most cost‑effective platform for AI training and inference within three years, while also revealing his views on chip fab construction, robotics, US‑China manufacturing competition, and his own management practices.

AI hardwareChip manufacturingElon Musk
0 likes · 26 min read
Elon Musk Predicts Space Will Become the Cheapest AI Training Ground Within 36 Months
DeepNoMind
DeepNoMind
Feb 3, 2026 · Industry Insights

Why 35‑Year‑Old Developers Are Gaining an Edge in the AI Era

Recent industry data shows most AIGC professionals are over 30, and the booming AI Agent market—valued at 57.4 billion CNY in 2023 and projected to exceed 3,300 billion CNY by 2028—makes senior engineers’ business expertise a decisive advantage, offering fast‑track career paths and high salaries.

AI AgentAI marketcareer transition
0 likes · 8 min read
Why 35‑Year‑Old Developers Are Gaining an Edge in the AI Era
DeepNoMind
DeepNoMind
Jan 31, 2026 · Artificial Intelligence

Speculative Execution for High‑Reliability AI Agents

This article explains the predictive‑execution design pattern for agentic AI, showing how to launch tool calls speculatively in parallel with LLM reasoning, provides a full Python implementation using LangChain, and demonstrates a 28% latency reduction compared with a sequential workflow.

LangChainPythonagentic AI
0 likes · 13 min read
Speculative Execution for High‑Reliability AI Agents
DeepNoMind
DeepNoMind
Jan 31, 2026 · Artificial Intelligence

Hierarchical Agent Groups: Boosting Reliability in Agentic AI

This article presents a hierarchical agent‑group design pattern that improves the reliability of agentic AI systems, explains its specialized executor agents, shows how structured Pydantic models and LangGraph orchestrate parallel execution, and compares its speed and report quality against a monolithic agent on an investment‑report task.

LangGraphPydanticagentic AI
0 likes · 14 min read
Hierarchical Agent Groups: Boosting Reliability in Agentic AI
DeepNoMind
DeepNoMind
Jan 29, 2026 · Artificial Intelligence

Parallel Evaluation Pattern for Building Reliable AI Agents

This article presents the parallel evaluation design pattern for AI agents, showing how multiple specialist critics can assess content concurrently, how a chief editor aggregates structured feedback using Pydantic models and LangGraph, and demonstrates a 52% latency reduction compared with sequential execution through concrete code examples and performance analysis.

LangGraphPydanticparallel evaluation
0 likes · 12 min read
Parallel Evaluation Pattern for Building Reliable AI Agents