Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 22, 2026 · Artificial Intelligence

Spring AI Agent Demo: Architecture, RAG, Tools & Sub‑Agents Explained

An in‑depth walkthrough of a Spring AI‑based AI Agent demo showcases its core modules—including AgentCore orchestration, multi‑layer conversation memory compression, function‑calling tool registration, RAG retrieval pipelines, markdown‑driven Commands and Skills, Sub‑Agent isolation, and MCP integration—complete with code snippets, design rationale, and runtime configuration details.

AIAgentFunctionCalling
0 likes · 27 min read
Spring AI Agent Demo: Architecture, RAG, Tools & Sub‑Agents Explained
Architect
Architect
Apr 16, 2026 · Artificial Intelligence

Mastering Claude Code: Session Management Strategies for 1M Context Windows

This article analyzes Anthropic's Claude Code session‑management features, explaining how context rot limits effective token usage, what the 1 M‑token window actually stores, and when to use the five built‑in actions—Continue, /rewind, /clear, Compact and Subagent—to keep long‑running AI tasks reliable and efficient.

AI agentsClaude CodeSession Management
0 likes · 18 min read
Mastering Claude Code: Session Management Strategies for 1M Context Windows
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 8, 2026 · Artificial Intelligence

Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi

In this detailed lecture, Prof. Li Hongyi of National Taiwan University dissects the OpenClaw AI Agent, explaining its system prompts, tool usage, memory handling, sub‑agents, security risks like prompt injection, and practical safeguards for deploying autonomous agents on personal computers.

AI AgentContext EngineeringOpenClaw
0 likes · 35 min read
Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi
Fun with Large Models
Fun with Large Models
Apr 3, 2026 · Artificial Intelligence

Fast Guide to LangChain DeepAgents: How SubAgents Work

This article explains DeepAgents SubAgent mechanisms, showing how context isolation and task division improve complex agent workflows, details two creation methods (dictionary‑based and compiled), demonstrates a search‑and‑report demo, and outlines suitable and unsuitable scenarios with practical code examples.

AI agentsDeepAgentsLangChain
0 likes · 15 min read
Fast Guide to LangChain DeepAgents: How SubAgents Work
Advanced AI Application Practice
Advanced AI Application Practice
Mar 26, 2026 · Artificial Intelligence

Why OpenClaw Agents Don’t Become Cheap Labor – A Practical Case Study

The article walks through a new OpenClaw scenario where users attempt to create a sub‑agent as cheap labor, explains the required /spawn parameters (runtime, agentId, task, label), shows a concrete example command, and discusses why the resulting agent fails to act as intended, offering guidance for non‑IT users.

AI AgentNon‑IT UsersOpenClaw
0 likes · 4 min read
Why OpenClaw Agents Don’t Become Cheap Labor – A Practical Case Study
AI Tech Publishing
AI Tech Publishing
Mar 18, 2026 · Artificial Intelligence

How Context Engineering Turns AI Agents from ‘Usable’ to ‘Highly Effective’

The article explains how organizing the prompt, tool schemas, dialogue history, and retrieved documents—collectively the context window—affects an AI agent’s decisions, introduces the concepts of Lost‑in‑the‑Middle, Thinking Tokens, tool‑response caching, compaction versus SubAgent strategies, and shows a step‑by‑step evolution that raised accuracy from 60 % to over 95 %.

AI agentsContext EngineeringLLM
0 likes · 9 min read
How Context Engineering Turns AI Agents from ‘Usable’ to ‘Highly Effective’
Architect
Architect
Mar 15, 2026 · Artificial Intelligence

Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable

This article outlines a practical, step‑by‑step workflow for Claude Code that starts with defining acceptance criteria, correctly layering context, selecting the right execution channel, enforcing system‑level constraints, and actively managing long sessions, turning experimental AI agents into reliable engineering tools.

AI agentsClaude CodeContext Management
0 likes · 27 min read
Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable