Tagged articles

Agent

458 articles · Page 3 of 5
Tech Ocean
Tech Ocean
Apr 23, 2026 · Artificial Intelligence

Day 7: LangChain Full‑Map Overview and 6 Interview Questions

This article presents a complete LangChain architecture diagram, quick‑reference tables for core modules, a side‑by‑side comparison with LlamaIndex and Haystack, practical interview Q&A covering advantages, RAG optimization, Agent vs Chain differences, token‑cost reduction, and a seven‑day recap with advanced learning paths.

AgentChainInterviewPrep
0 likes · 13 min read
Day 7: LangChain Full‑Map Overview and 6 Interview Questions
Tech Ocean
Tech Ocean
Apr 23, 2026 · Artificial Intelligence

Day 5 of LangChain Series: Unpacking the AI “Think‑Act” Loop with Agents and Tools

This article explains how LangChain agents use a ReAct (Reasoning‑Acting) loop to decide when and which tools to invoke, shows built‑in and custom tools via the @tool decorator, compares ReAct with GPT‑4 native tool calling, and demonstrates a research‑assistant workflow that cuts report drafting time from hours to minutes.

AI agentsAgentLangChain
0 likes · 11 min read
Day 5 of LangChain Series: Unpacking the AI “Think‑Act” Loop with Agents and Tools
MaGe Linux Operations
MaGe Linux Operations
Apr 22, 2026 · Artificial Intelligence

AI Jargon Decoded: From Beginner to Expert in One Article

This article demystifies dozens of AI buzzwords—from AI and LLM to Prompt, Token, Agent, and emerging concepts like Multimodal and Retrieval‑Augmented Generation—by providing both formal definitions and everyday analogies, complete with concrete examples that make each term easy to grasp.

AIAgentGlossary
0 likes · 12 min read
AI Jargon Decoded: From Beginner to Expert in One Article
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
Linyb Geek Road
Linyb Geek Road
Apr 22, 2026 · Artificial Intelligence

How to Design an Effective Memory Module for LLM Agents?

The article analyzes why memory is essential for practical LLM agents, categorizes four memory types, proposes a perception‑judgment‑refinement‑storage pipeline, introduces a three‑dimensional retrieval scoring model, and outlines a three‑layer architecture with reflection, merging, and forgetting mechanisms.

AgentLLMMemory Design
0 likes · 15 min read
How to Design an Effective Memory Module for LLM Agents?
Machine Heart
Machine Heart
Apr 21, 2026 · Artificial Intelligence

Is Your Skill Document Slowing Down the Model? Strategy‑Based Genes Are the Better Solution

The article analyses why large, document‑style Skill packages often degrade large‑model performance under limited inference budgets, introduces the compact, control‑dense Gene representation and the Gene Evolution Protocol (GEP), and shows through thousands of controlled experiments and CritPt benchmarks that Genes consistently outperform Skills, especially when token budget is tight.

AgentExperienceGene
0 likes · 15 min read
Is Your Skill Document Slowing Down the Model? Strategy‑Based Genes Are the Better Solution
AI Waka
AI Waka
Apr 21, 2026 · Artificial Intelligence

Why Massive Prompts Fail and How Skills Transform AI Agents

The article explains how monolithic system prompts become costly, unreliable, and hard to maintain as AI agents grow, and demonstrates a modular Skill‑based architecture that loads knowledge on demand, improves scalability, debugging, and reuse.

AIAgentModular Design
0 likes · 13 min read
Why Massive Prompts Fail and How Skills Transform AI Agents
AI Step-by-Step
AI Step-by-Step
Apr 19, 2026 · Operations

Seamless Cross‑Domain Connections in Hermes Agent via Gateway Boundary Separation

Hermes introduces a layered Gateway architecture that cleanly separates entry points—CLI, messaging platforms, and HTTP—from the core AIAgent, enabling stable reuse across multiple channels while handling streaming adaptation, session routing, approvals, execution isolation, and deployment packaging in a unified control plane.

AgentExecution IsolationGateway
0 likes · 14 min read
Seamless Cross‑Domain Connections in Hermes Agent via Gateway Boundary Separation
AI Tech Publishing
AI Tech Publishing
Apr 19, 2026 · Artificial Intelligence

How to Build Production‑Ready Agent HITL: State Machines, Event Sourcing, and Distributed Coordination

The article presents a detailed engineering guide for deploying production‑grade AI agents with Human‑in‑the‑Loop, covering a three‑layer decoupled architecture, tool‑level and hook‑level interception, a six‑state session state machine with event sourcing, robust timeout handling using CAS, and cross‑node coordination for multi‑agent workflows.

AgentDistributed CoordinationHITL
0 likes · 17 min read
How to Build Production‑Ready Agent HITL: State Machines, Event Sourcing, and Distributed Coordination
AgentGuide
AgentGuide
Apr 18, 2026 · Artificial Intelligence

How to Write High‑Quality Skills for Your Agent System

The article outlines a five‑step process for creating robust Agent Skills, covering when to encapsulate a task, extracting decision logic and anti‑patterns, writing concise instructions, provisioning workflows and verification loops, and iterating with real‑world testing to ensure reliability.

AI developmentAgentPrompt Engineering
0 likes · 8 min read
How to Write High‑Quality Skills for Your Agent System
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Apr 17, 2026 · Industry Insights

Can AI Agents Keep Software Engineering Under Control? A Deep Dive into Harness Engineering

The article analyzes how AI agents can write code yet remain uncontrollable, examines the shortcomings of prompt engineering and simple loops, and proposes Harness Engineering—a structured, constraint‑driven, feedback‑rich environment that turns software development into a stable, closed‑loop control system.

AIAgentAutomation
0 likes · 11 min read
Can AI Agents Keep Software Engineering Under Control? A Deep Dive into Harness Engineering
DataFunTalk
DataFunTalk
Apr 17, 2026 · Artificial Intelligence

Why Agent Harness Is the Missing Piece for Production‑Ready AI Agents

The article breaks down the newly named Agent Harness infrastructure, explaining how a three‑layer engineering abstraction—from Prompt to Context to Harness—addresses context rot, compounding errors, and verification loops, turning impressive demo agents into reliable production systems.

AIAgentVerification Loop
0 likes · 12 min read
Why Agent Harness Is the Missing Piece for Production‑Ready AI Agents
PaperAgent
PaperAgent
Apr 17, 2026 · Artificial Intelligence

How Automated Harnesses Are Revolutionizing LLM Agents: Memory and Action Constraints

This article reviews two recent papers that introduce automated harness methods—M⋆ for task‑specific memory programs and AutoHarness for code‑level action constraints—detailing their designs, reflective evolution processes, experimental evaluations across diverse benchmarks, and the broader shift toward harness‑centric LLM agent research.

AgentAutoHarnessLLM
0 likes · 10 min read
How Automated Harnesses Are Revolutionizing LLM Agents: Memory and Action Constraints
Wuming AI
Wuming AI
Apr 16, 2026 · Artificial Intelligence

Why Claude Opus 4.7 Is Shifting From Smart Answers to Real Work Execution

Anthropic’s Claude Opus 4.7 moves the competition from raw cleverness to reliable task completion, boosting complex coding, long‑running agents, high‑resolution visual understanding, stricter instruction following, and safety guardrails, while urging developers to retest prompts, budgets, and real‑world workflows.

AIAgentPrompt Engineering
0 likes · 11 min read
Why Claude Opus 4.7 Is Shifting From Smart Answers to Real Work Execution
ITPUB
ITPUB
Apr 16, 2026 · Industry Insights

Why Harness Engineering Is Redefining AI Agent Development in 2026

The article traces the rapid rise of AI variants such as OpenClaw, Hermes, and Harness, explains how the industry shifted from model competitions to engineering deployment, outlines a 2022‑2026 timeline of breakthroughs, and argues that Harness is the essential “harness” that turns powerful models into reliable, productive agents.

AI opsAgentHarness
0 likes · 11 min read
Why Harness Engineering Is Redefining AI Agent Development in 2026
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 15, 2026 · Interview Experience

10 Common Agent Product Manager Interview Questions with Answer Templates

This guide outlines ten frequent interview questions for Agent product manager roles, covering basic concepts, design, technical collaboration, implementation challenges, user experience, commercialization, competitor analysis, cross‑department collaboration, future trends, and self‑assessment, each paired with a concise answer framework.

AIAgentCareer Preparation
0 likes · 13 min read
10 Common Agent Product Manager Interview Questions with Answer Templates
AI Engineer Programming
AI Engineer Programming
Apr 15, 2026 · Artificial Intelligence

Agent Context Compaction: How pi and Claude Code Implement Compression Strategies

The article analyzes context compaction for long‑running LLM agents, comparing pi‑mono and Claude Code approaches, detailing when, where, and how to compress, trigger mechanisms, multi‑step summarization pipelines, storage formats, reconstruction methods, and the trade‑offs between cost, latency, and summary quality.

AgentClaude CodeLLM
0 likes · 23 min read
Agent Context Compaction: How pi and Claude Code Implement Compression Strategies
AI Step-by-Step
AI Step-by-Step
Apr 14, 2026 · Artificial Intelligence

How Hermes Memory Splits Knowledge for Efficient Agent Recall

The article analyzes Hermes' memory architecture, showing how it separates user preferences, environmental facts, conversation history, and procedural skills into distinct storage layers—file‑based defaults for high‑frequency data and vector‑based augmentation for large‑scale semantic retrieval—thereby improving reliability, transparency, and maintainability of LLM agents.

AgentFile MemoryHermes
0 likes · 12 min read
How Hermes Memory Splits Knowledge for Efficient Agent Recall
Code Ape Tech Column
Code Ape Tech Column
Apr 14, 2026 · Artificial Intelligence

6 Essential AI Agent Design Patterns Every Developer Should Master

This article explores six practical AI Agent design patterns—ReAct, Tool Use, Reflection, Planning, Multi‑Agent, and Human‑in‑the‑Loop—detailing their principles, Java Spring AI implementations, advantages, drawbacks, and suitable scenarios, and provides guidance on selecting and combining them for robust AI applications.

AIAgentDesign Patterns
0 likes · 19 min read
6 Essential AI Agent Design Patterns Every Developer Should Master
AI Step-by-Step
AI Step-by-Step
Apr 12, 2026 · Backend Development

Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution

The article explains how durable execution, exemplified by Temporal’s Workflow and Activity model, transforms long‑running Agent tasks—such as refund approvals that involve human sign‑off, external APIs, and overnight processing—into recoverable, auditable pipelines that survive crashes, restarts, and timeouts.

ActivityAgentDurable Execution
0 likes · 16 min read
Make Agents Survive Crashes and Restarts: Building a Persistent Task Engine with Durable Execution
Big Data and Microservices
Big Data and Microservices
Apr 12, 2026 · Artificial Intelligence

Master Structured Prompt Engineering: From Simple Commands to Powerful AI Agents

This article explains how vague AI queries lead to generic answers and shows how structured prompt engineering—using clear roles, goals, constraints, and frameworks like RTF and BROKE—can turn ambiguous business needs into precise, high‑quality AI outputs, including advanced chain‑of‑thought and few‑shot techniques for agents.

AIAgentFew-shot
0 likes · 10 min read
Master Structured Prompt Engineering: From Simple Commands to Powerful AI Agents
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 11, 2026 · Artificial Intelligence

OpenClaw Automation Explained: From Zero to Enterprise‑Ready Architecture, Hooks & Webhooks

The article walks readers through OpenClaw’s complete automation architecture, detailing the roles of Client, Gateway, Hooks, Cron, Heartbeat, Agent, Skills, and Plugins, explaining event flow, execution steps, hook loading, webhook integration, and practical enterprise deployment patterns, while providing concrete examples and configuration snippets.

AIAgentAutomation
0 likes · 13 min read
OpenClaw Automation Explained: From Zero to Enterprise‑Ready Architecture, Hooks & Webhooks
James' Growth Diary
James' Growth Diary
Apr 11, 2026 · Artificial Intelligence

Deep Dive into Tools: Function Calling Mechanics and LangChain Toolchain Design

This article explains how LLMs use Function Calling to output structured JSON for tool execution, walks through the full multi‑turn tool call loop, shows how LangChain standardizes disparate vendor APIs with BaseTool and bind_tools, and shares practical pitfalls, best‑practice guidelines, and security considerations for building robust agents.

AgentFunction CallingLLM
0 likes · 16 min read
Deep Dive into Tools: Function Calling Mechanics and LangChain Toolchain Design
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 10, 2026 · Artificial Intelligence

Agent-Dice: Geometric Consensus Filtering Beats Catastrophic Forgetting in LLM Agents

Agent-Dice introduces a geometric consensus filtering and curvature‑based importance weighting framework that disentangles knowledge updates, preventing catastrophic forgetting in large‑language‑model agents while enhancing plasticity, and demonstrates superior stability‑plasticity trade‑offs on GUI and tool‑use benchmarks across multiple base models.

AgentGUIGeometric Consensus Filtering
0 likes · 8 min read
Agent-Dice: Geometric Consensus Filtering Beats Catastrophic Forgetting in LLM Agents
DataFunSummit
DataFunSummit
Apr 10, 2026 · Artificial Intelligence

How Can AI Agents Truly Remember? A Deep Dive into Long‑Term Memory Engineering

This article examines the shortcomings of current AI assistants, outlines the ideal of long‑term memory engineering, reviews mainstream industry solutions such as hard‑context models and Retrieval‑Augmented Generation, proposes a four‑layer memory loop architecture, and looks ahead to online learning and collective intelligence for future agents.

AIAgentFoundation Model
0 likes · 15 min read
How Can AI Agents Truly Remember? A Deep Dive into Long‑Term Memory Engineering
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Apr 10, 2026 · Artificial Intelligence

How to Supercharge Small LLM Agents with ReAct Data Construction and EasyDistill

This guide explains how to build high‑quality agent training data using ReAct trajectories, synthesize difficult samples with a data‑flywheel, and distill the knowledge into small LLMs on Alibaba Cloud PAI, covering teacher model deployment, EasyDistill installation, data generation, task solving, rubric filtering, and final model deployment.

AgentData GenerationEasyDistill
0 likes · 14 min read
How to Supercharge Small LLM Agents with ReAct Data Construction and EasyDistill
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 10, 2026 · Artificial Intelligence

How a 9B‑parameter Qwen3.5 model achieves full‑auto data analysis on a consumer GPU

The open‑source CoPaw‑Flash‑9B‑DataAnalyst‑LoRA model, fine‑tuned via LoRA, can autonomously load, explore, statistically analyze, visualize, and generate structured reports for CSV/Excel/JSON datasets, achieving a 90% success rate with an average of 26 iteration rounds, and it runs on a single consumer‑grade GPU using vLLM and the Data Analyst framework.

AgentData AnalystGPU
0 likes · 10 min read
How a 9B‑parameter Qwen3.5 model achieves full‑auto data analysis on a consumer GPU
Frontend AI Walk
Frontend AI Walk
Apr 10, 2026 · Industry Insights

Five Future‑Ready Thinking Models to Reset Your Cognition in the AI Era

The article outlines five forward‑looking mental models—embracing CLI, adopting management thinking, integrating ecosystems, focusing on reusable Skills, and limiting Agent creation—to help product people, creators, and developers upgrade their personal operating system for the AI‑driven future.

AIAgentCLI
0 likes · 12 min read
Five Future‑Ready Thinking Models to Reset Your Cognition in the AI Era
Architect's Tech Stack
Architect's Tech Stack
Apr 9, 2026 · Artificial Intelligence

Why Hermes Agent Is Outpacing OpenClaw: A Deep Dive into Self‑Evolving AI Agents

Hermes Agent, a self‑evolving AI companion from Nous Research, offers persistent multi‑layer memory, automatic skill evolution, and one‑click migration from OpenClaw, making deployment lightweight and configuration effortless, while the article provides a detailed feature comparison, installation steps, common troubleshooting, and advanced usage tips.

AIAgentHermes
0 likes · 6 min read
Why Hermes Agent Is Outpacing OpenClaw: A Deep Dive into Self‑Evolving AI Agents
AI Architect Hub
AI Architect Hub
Apr 9, 2026 · Artificial Intelligence

Master Prompt Engineering: CRIS, RAG, and Agent Strategies for Reliable LLM Outputs

This guide presents a comprehensive prompt engineering framework—including the CRIS four‑step template, RAG‑based prompt construction, and Agent‑oriented architectures—illustrated with practical examples and optimization tips for tasks such as code generation, data extraction, and customer support, helping developers achieve stable, accurate LLM results.

AI Prompt DesignAgentLLM applications
0 likes · 8 min read
Master Prompt Engineering: CRIS, RAG, and Agent Strategies for Reliable LLM Outputs
Digital Planet
Digital Planet
Apr 9, 2026 · Industry Insights

Will AI Redefine SaaS? Linear CEO’s Take on the Future of Software

Amid the hype that SaaS is dying, Linear’s co‑founder and CEO argues that AI won’t eliminate SaaS but will transform its core value from feature lists to context‑driven decision‑making, making workflow design, organizational memory, and intelligent agent orchestration the new competitive moat.

AIAgentSaaS
0 likes · 13 min read
Will AI Redefine SaaS? Linear CEO’s Take on the Future of Software
AI Software Product Manager
AI Software Product Manager
Apr 8, 2026 · Artificial Intelligence

Unlocking ByteDance’s Agent Platform: How LLMs, Coze Plugins, and Trae Accelerate AI Development

This article outlines ByteDance’s Agent concept, explains the role of large language models such as Doubao‑Seed‑1.6, describes how the Coze plugin marketplace and the Trae development environment simplify building intelligent agents, and presents the talent capability model required for successful Agent engineering.

AI developmentAgentCoze
0 likes · 11 min read
Unlocking ByteDance’s Agent Platform: How LLMs, Coze Plugins, and Trae Accelerate AI Development
Code Mala Tang
Code Mala Tang
Apr 7, 2026 · Artificial Intelligence

Demystifying LLMs: From Tokens to Agents – An Engineer’s Deep Dive

This article provides a comprehensive, engineering‑focused breakdown of large language models, covering their Transformer roots, tokenization, context windows, prompt engineering, tool integration via MCP, and autonomous agents, while offering practical examples and actionable insights for developers.

AI FundamentalsAgentLLM
0 likes · 10 min read
Demystifying LLMs: From Tokens to Agents – An Engineer’s Deep Dive
AgentGuide
AgentGuide
Apr 7, 2026 · Artificial Intelligence

How Do Agents Reflect? From Self‑Feedback to External Tool Validation

The article explains how LLM‑based agents implement reflection by first generating output, then evaluating it either through self‑feedback or by invoking external tools, and finally correcting the result, detailing two self‑feedback methods and typical external‑feedback scenarios.

AgentLLMPrompt Engineering
0 likes · 5 min read
How Do Agents Reflect? From Self‑Feedback to External Tool Validation
Machine Heart
Machine Heart
Apr 5, 2026 · Artificial Intelligence

Why Karpathy’s LLM Wiki Is Sparking a New Knowledge‑Building Approach

Karpathy’s recently released LLM Wiki, shared as a gist, demonstrates a meta‑framework where raw documents are ingested, an LLM compiles a structured, cross‑linked Markdown wiki, and agents continuously update, query, and health‑check it, offering a scalable alternative to traditional RAG pipelines.

AgentKnowledge ManagementLLM
0 likes · 11 min read
Why Karpathy’s LLM Wiki Is Sparking a New Knowledge‑Building Approach
Alibaba Cloud Native
Alibaba Cloud Native
Apr 5, 2026 · Operations

How OpenClaw CMS Plugin v0.1.2 Turns Agent Tracing into Precise, Cost‑Effective Observability

The OpenClaw CMS observability plugin v0.1.2 solves the hidden‑trace problem by fully restoring multi‑round LLM execution, stabilizing concurrent chains, and introducing granular agent metrics, enabling developers, testers, and operators to debug faster, assess costs accurately, and improve cross‑team collaboration.

AgentCloud NativeOpenClaw
0 likes · 8 min read
How OpenClaw CMS Plugin v0.1.2 Turns Agent Tracing into Precise, Cost‑Effective Observability
AI Step-by-Step
AI Step-by-Step
Apr 5, 2026 · Artificial Intelligence

How Context Engineering Powers Dynamic Business Data Assembly for LLM Agents

The article explains why relying solely on handcrafted prompts leads to hallucinations in LLM agents and presents six concrete context‑engineering practices—XML isolation, hierarchical ordering, KV caching, vector reranking, async memory compression, and minimal few‑shot examples—illustrated with a full e‑commerce refund‑handling case study.

AgentContext EngineeringKV cache
0 likes · 10 min read
How Context Engineering Powers Dynamic Business Data Assembly for LLM Agents
ITPUB
ITPUB
Apr 3, 2026 · Artificial Intelligence

Why OpenClaw’s Memory Breaks and How seekdb M0 Fixes It

The article analyses OpenClaw’s single‑turn memory design, explains the two vicious cycles that cause memory bloat and forgetting, and introduces seekdb M0’s cloud‑native, two‑stage memory and experience system that decouples memory from context, reduces token costs, and shares practical knowledge across agents.

AIAgentExperience System
0 likes · 16 min read
Why OpenClaw’s Memory Breaks and How seekdb M0 Fixes It
DataFunTalk
DataFunTalk
Apr 3, 2026 · Artificial Intelligence

How Claude’s Auto Dream Cleans Up AI Memory While You Code

Anthropic’s Claude Code introduces Auto Dream, an automated memory‑consolidation feature that triggers after 24 hours of inactivity and five dialogue exchanges, scanning, merging, and pruning project‑specific memory files to keep the agent’s knowledge base clean and up‑to‑date.

AgentAnthropicAuto-dream
0 likes · 14 min read
How Claude’s Auto Dream Cleans Up AI Memory While You Code
Sohu Tech Products
Sohu Tech Products
Apr 1, 2026 · Artificial Intelligence

Build a Code‑Repository Q&A Agent Skill for OpenCode: From Installation to Custom Prompt Design

This guide walks you through creating an Agent Skill that turns OpenCode into a code‑repository expert, covering OpenCode installation, skill‑creator setup, DeepWiki integration, SKILL.md design, disambiguation, hallucination safeguards, and practical examples for querying Ascend inference ecosystem repositories.

AIAgentDeepWiki
0 likes · 26 min read
Build a Code‑Repository Q&A Agent Skill for OpenCode: From Installation to Custom Prompt Design
Tencent Cloud Developer
Tencent Cloud Developer
Apr 1, 2026 · Artificial Intelligence

Why Raw AI Models Fail and How Harness Turns Them Into Powerful Agents

The article explains the four fundamental shortcomings of raw large language models—no memory, no code execution, outdated knowledge, and no workspace—and shows how a six‑component Harness (file system, Bash + sandbox, AGENTS.md memory, web search + MCP, context engineering, and orchestration + hooks) systematically resolves each issue to make AI agents practical and reliable.

AIAgentEngineering
0 likes · 34 min read
Why Raw AI Models Fail and How Harness Turns Them Into Powerful Agents
AI Step-by-Step
AI Step-by-Step
Mar 29, 2026 · Artificial Intelligence

How RAG Quickly Gives Your Agent Real Business Knowledge

The article explains why agents often lack business understanding, describes Retrieval‑Augmented Generation (RAG) as the fastest way to provide correct, up‑to‑date business context, outlines eight practical RAG patterns, and offers a step‑by‑step checklist for building enterprise‑ready agents.

AgentEnterprise AIGraphRAG
0 likes · 10 min read
How RAG Quickly Gives Your Agent Real Business Knowledge
Code Ape Tech Column
Code Ape Tech Column
Mar 25, 2026 · Artificial Intelligence

Why Spring AI Alibaba Is the Game-Changer for Java AI Development

This article provides an in‑depth analysis of Spring AI Alibaba, comparing it with Spring AI, detailing its four‑layer architecture, GraphCore workflow engine, AgentFramework, enterprise‑grade MCP integration, code examples, pros and cons, suitable scenarios, and future roadmap for Java developers building AI applications.

AI FrameworkAgentGraph
0 likes · 16 min read
Why Spring AI Alibaba Is the Game-Changer for Java AI Development
Full-Stack Cultivation Path
Full-Stack Cultivation Path
Mar 25, 2026 · Artificial Intelligence

Understanding Tool Use in LLMs: How Models Leverage Tool Calls

This article explains why large language models need tool use, defines the concepts of Tool Use, Tool Call, and Function Calling, compares them, walks through a complete tool‑use workflow, and discusses architectural, safety, and design considerations for building reliable LLM agents.

AgentLLMPrompt Engineering
0 likes · 17 min read
Understanding Tool Use in LLMs: How Models Leverage Tool Calls
DataFunSummit
DataFunSummit
Mar 24, 2026 · Industry Insights

How DataWorks Is Transforming Big Data Development with AI Agents

The article outlines DataWorks' evolution from a decade‑long big‑data governance platform to an AI‑driven Copilot and autonomous Agent system, detailing its technical foundations, tool‑adaptation layer, context engineering, security safeguards, and future vision of a professional, open, and intelligent big‑data development ecosystem.

AI CopilotAgentBig Data
0 likes · 13 min read
How DataWorks Is Transforming Big Data Development with AI Agents
Data STUDIO
Data STUDIO
Mar 24, 2026 · Artificial Intelligence

Turn LLMs into Real Assistants: Build a Tool‑Using Agent in Minutes

This article explains why large language models alone can hallucinate, introduces the tool‑using agent architecture, and provides a step‑by‑step Python tutorial using LangChain, LangGraph, and Tavily to create, run, and evaluate a real‑time web‑search capable AI assistant.

AgentLLMLangChain
0 likes · 16 min read
Turn LLMs into Real Assistants: Build a Tool‑Using Agent in Minutes
Smart Era Software Development
Smart Era Software Development
Mar 23, 2026 · Artificial Intelligence

From Context Engineering to Harness Engineering: Redefining Engineer Value in the AI Era

AI coding can generate code ten times faster, yet developers spend 70% of their time on non‑coding tasks such as testing, deployment and review, turning AI into a new bottleneck; the proposed solution, Harness Engineering, equips models with agents, KV‑Cache and multi‑agent workflows so engineers shift from writing code to designing AI‑friendly environments and orchestrating full‑lifecycle development.

AI codingAI-native toolsAgent
0 likes · 18 min read
From Context Engineering to Harness Engineering: Redefining Engineer Value in the AI Era
Architect
Architect
Mar 22, 2026 · Artificial Intelligence

Can Frozen LLMs Keep Learning? Inside Memento‑Skills' Deployment‑Time Learning

The article analyses the Memento‑Skills paper and its open‑source implementation, showing how a frozen large language model can continuously improve by treating skills as external memory, using a five‑step Observe‑Read‑Act‑Feedback‑Write loop, advanced routing, and modular architecture to achieve significant gains on GAIA and HLE benchmarks.

AI architectureAgentDeployment-Time Learning
0 likes · 21 min read
Can Frozen LLMs Keep Learning? Inside Memento‑Skills' Deployment‑Time Learning
PaperAgent
PaperAgent
Mar 22, 2026 · Artificial Intelligence

Can LLM Agents Self‑Evolve Without Retraining? Inside Memento‑Skills

The article analyzes the Memento‑Skills framework, which treats external memory as executable skills to enable deployment‑time continual learning for frozen LLM agents, detailing its read‑write reflective loop, skill‑as‑memory design, behavior‑trained skill router, experimental validation on GAIA and HLE benchmarks, and theoretical guarantees without gradient updates.

AIAgentLLM
0 likes · 9 min read
Can LLM Agents Self‑Evolve Without Retraining? Inside Memento‑Skills
AI Step-by-Step
AI Step-by-Step
Mar 19, 2026 · Industry Insights

OpenClaw Reveals How Agents Can Cut Software Usage Costs and Boost Efficiency

The article argues that enterprise software’s biggest bottleneck is not missing features but users’ inability to master complex systems, and demonstrates through OpenClaw how a natural‑language‑driven Agent layer can replace thick manuals with a unified service interface, dramatically reducing training, support, and operational costs.

AgentAutomationCustomer Success
0 likes · 13 min read
OpenClaw Reveals How Agents Can Cut Software Usage Costs and Boost Efficiency
phodal
phodal
Mar 19, 2026 · Industry Insights

From AI Code Generation to Execution: How Agents Are Redefining Software Delivery

The article examines the shift from AI‑assisted code generation (AI Coding 2.0) to an execution‑focused paradigm (AI Coding 3.0), showing how introducing agents into Kanban‑based workflows forces explicit modeling of decisions, verification, and orchestration to turn software delivery into a provably correct system.

AIAI Coding 3.0Agent
0 likes · 12 min read
From AI Code Generation to Execution: How Agents Are Redefining Software Delivery
o-ai.tech
o-ai.tech
Mar 18, 2026 · Artificial Intelligence

Mastering Claude Code Skills: A Hands‑On Guide from Beginner to Expert

This guide explains how Claude Code Skills work as folder‑based agents, introduces a nine‑category taxonomy, and shares practical design patterns—including progressive disclosure, Gotchas, memory handling, hooks, and sharing strategies—to help developers build robust, reusable Skills from scratch.

AIAgentClaude
0 likes · 18 min read
Mastering Claude Code Skills: A Hands‑On Guide from Beginner to Expert
IT Services Circle
IT Services Circle
Mar 17, 2026 · Artificial Intelligence

How AI Workflows and Agents Transform Automation: From Rigid Rules to Intelligent Decision‑Making

This article explains the distinction and synergy between traditional AI workflows and modern agents, outlines their four‑step processes, showcases practical examples such as intelligent customer service and content generation, and recommends tools for beginners to quickly build AI‑driven applications.

AIAgentAutomation
0 likes · 11 min read
How AI Workflows and Agents Transform Automation: From Rigid Rules to Intelligent Decision‑Making
Tencent Cloud Developer
Tencent Cloud Developer
Mar 17, 2026 · Artificial Intelligence

Why Anthropic Skips Function Calling: Inside the 5 Skill Execution Modes

This article dissects Anthropic's Skill framework, revealing how it drives AI agents through five distinct execution modes—pure prompt injection, script execution, library calls, progressive document loading, and workflow orchestration—while avoiding function‑calling registration and optimizing token usage.

AIAgentFunction Calling
0 likes · 32 min read
Why Anthropic Skips Function Calling: Inside the 5 Skill Execution Modes
AI Engineer Programming
AI Engineer Programming
Mar 16, 2026 · Artificial Intelligence

Why “Agent Development” Misleads: Framework vs. Harness in LLM Agents

The article explains that the term “Agent development” hides a fundamental split between Agent Frameworks, which give developers building blocks to assemble their own agents, and Agent Harnesses, which provide ready‑to‑run agents, and shows how this distinction affects decisions, maintenance, and troubleshooting.

AI engineeringAgentClaude Code
0 likes · 10 min read
Why “Agent Development” Misleads: Framework vs. Harness in LLM Agents
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 13, 2026 · Artificial Intelligence

Why MCP Is Dead and CLI Is Rising: Perplexity’s Shift Sparks Community Support

Although the Model Context Protocol (MCP) was launched by Anthropic in late 2024 and initially praised, users now report severe context‑window costs, instability, and cumbersome authentication, leading Perplexity and others to abandon it in favor of traditional CLI tools that remain more composable and reliable.

AI toolingAgentAnthropic
0 likes · 8 min read
Why MCP Is Dead and CLI Is Rising: Perplexity’s Shift Sparks Community Support
AI Waka
AI Waka
Mar 13, 2026 · Artificial Intelligence

Rethinking LLM Agents: Stream Tool Outputs Directly to the Client

The article critiques the conventional LLM‑agent loop that forces every tool output back through the model, proposes a dual‑output architecture where tools stream multimedia events directly to the client while still returning a compact semantic result to the model, and demonstrates the design with Python code examples.

AgentLLMMultimodal
0 likes · 14 min read
Rethinking LLM Agents: Stream Tool Outputs Directly to the Client
ByteDance Data Platform
ByteDance Data Platform
Mar 13, 2026 · Artificial Intelligence

Beyond Parameters: How ClawLake Turns Agent Memory into Enterprise‑Level AI Infrastructure

The article explains why an AI agent's capabilities are limited by memory depth rather than model size, reviews three historical memory architectures, highlights their structural shortcomings, and details how the ClawLake solution provides a multi‑layer, multimodal, enterprise‑grade memory infrastructure for OpenClaw agents.

AIAgentInfrastructure
0 likes · 17 min read
Beyond Parameters: How ClawLake Turns Agent Memory into Enterprise‑Level AI Infrastructure
AI Engineering
AI Engineering
Mar 11, 2026 · Artificial Intelligence

Agent = Model + Harness: A Potential Breakthrough Concept for 2026

The article analyzes the emerging "Harness Engineering" paradigm, explaining why large‑language models need a surrounding harness of file systems, code execution, sandboxing, memory, and context management to become useful autonomous agents and how this concept may shape AI development through 2026.

AI collaborationAgentHarness Engineering
0 likes · 7 min read
Agent = Model + Harness: A Potential Breakthrough Concept for 2026
PaperAgent
PaperAgent
Mar 11, 2026 · Artificial Intelligence

Can Full‑Modal AI Agents Master Vision, Audio, and Tools? Meet OmniGAIA & OmniAtlas

This article introduces OmniGAIA, a challenging full‑modal benchmark with 360 real‑world tasks, and OmniAtlas, a training framework that equips multimodal agents with active perception and tool‑integrated reasoning, showing substantial performance gains over existing open‑source models through extensive experiments and analysis.

AgentOmniAtlasOmniGAIA
0 likes · 16 min read
Can Full‑Modal AI Agents Master Vision, Audio, and Tools? Meet OmniGAIA & OmniAtlas
SuanNi
SuanNi
Mar 10, 2026 · Artificial Intelligence

Master Anthropic Skills: Build Powerful AI Agent Workflows Step‑by‑Step

This guide explains how to create, structure, test, and deploy Anthropic Skills—custom folders that embed domain expertise and automated workflows into AI agents—covering core architecture, design patterns, naming conventions, testing strategies, packaging, and multi‑scenario distribution for both individual and enterprise use.

AIAgentAutomation
0 likes · 14 min read
Master Anthropic Skills: Build Powerful AI Agent Workflows Step‑by‑Step
PaperAgent
PaperAgent
Mar 10, 2026 · Artificial Intelligence

How MemSifter Delivers High‑Precision, Low‑Cost Long‑Term Memory for LLMs

MemSifter introduces a lightweight agent that outsources memory retrieval for large language models, using a Think‑and‑Rank pipeline and a task‑result‑oriented reinforcement‑learning training paradigm to achieve superior retrieval accuracy and efficiency across eight benchmark tasks while keeping inference overhead minimal.

AgentEfficiencyLLM
0 likes · 13 min read
How MemSifter Delivers High‑Precision, Low‑Cost Long‑Term Memory for LLMs
Shi's AI Notebook
Shi's AI Notebook
Mar 9, 2026 · Artificial Intelligence

Unpacking the Hype: A Clear Map of LLM, RAG, Agent and Agent Platforms

The article explains why the buzz around AI agents can mislead learners, breaks down overlapping concepts such as LLM, RAG, Tool Use, Agent, Code Agent, and Agent Platform into distinct layers, and outlines a step‑by‑step learning plan to build a solid conceptual map.

AI conceptsAgentAgent Platform
0 likes · 9 min read
Unpacking the Hype: A Clear Map of LLM, RAG, Agent and Agent Platforms
SuanNi
SuanNi
Mar 8, 2026 · Artificial Intelligence

How SkillNet Boosts AI Agent Performance with 200K+ Reusable Skills

SkillNet, an open‑source AI infrastructure from Zhejiang University and partners, organizes over 200,000 high‑quality Skills into a structured network, enabling agents to retain knowledge, improve task rewards by 40 % and cut execution steps by 30 % while employing rigorous multi‑dimensional evaluation.

AIAgentSkillNet
0 likes · 15 min read
How SkillNet Boosts AI Agent Performance with 200K+ Reusable Skills
macrozheng
macrozheng
Mar 8, 2026 · Artificial Intelligence

Why AI‑Generated Code Still Needs a Post‑mortem Engineer

AI can quickly produce a functional 80‑point prototype, but turning that code into a reliable, secure, high‑performance product that can run in production still requires human engineers to fix bugs, handle edge cases, and ensure safety, making the post‑mortem engineer a new industry necessity.

AIAgentSoftware Engineering
0 likes · 9 min read
Why AI‑Generated Code Still Needs a Post‑mortem Engineer
SpringMeng
SpringMeng
Mar 7, 2026 · Artificial Intelligence

LangChain4j vs Spring AI: Which Java AI Framework Is Right for Your Project?

The article compares LangChain4j and Spring AI across design philosophy, core features, ecosystem integration, community maturity, and learning curve, providing concrete code examples, a feature‑richness matrix, and practical selection guidelines to help Java developers choose the most suitable AI framework for their needs.

AI frameworksAgentComparison
0 likes · 15 min read
LangChain4j vs Spring AI: Which Java AI Framework Is Right for Your Project?
ShiZhen AI
ShiZhen AI
Mar 6, 2026 · Artificial Intelligence

GPT-5.4 Beats Human Baseline and Cuts Agent Token Use by Half

OpenAI's newly released GPT-5.4 integrates reasoning, coding, computer use, and agent tool calls, achieving a 75% success rate on OSWorld-Verified tasks—surpassing the human baseline—while its Tool Search feature reduces agent token consumption by 47% and supports up to 1 million tokens for long‑running workflows.

AI modelAgentComputer Use
0 likes · 15 min read
GPT-5.4 Beats Human Baseline and Cuts Agent Token Use by Half
Top Architect
Top Architect
Mar 3, 2026 · Artificial Intelligence

Why the ‘Post‑Processing Engineer’ Is the Real Key to AI Product Success

AI can quickly generate functional code, but turning that 80‑point prototype into a reliable, secure, production‑ready product requires human engineers to perform rigorous validation, refactoring, and polishing—roles the author dubs ‘post‑processing engineers’—who bridge AI’s speed with real‑world robustness and profitability.

AIAgentEngineering
0 likes · 10 min read
Why the ‘Post‑Processing Engineer’ Is the Real Key to AI Product Success
JD Tech Talk
JD Tech Talk
Mar 2, 2026 · Artificial Intelligence

How AI Agents Are Revolutionizing Insurance: Methodology, Economics, and Technical Blueprint

This article presents a comprehensive methodology for selecting AI agent scenarios, explains the economic benefits of agent deployment, details the technical architecture—including domain large models, knowledge bases, planning strategies, and RL‑based scheduling—and illustrates how these components are applied to insurance product design, pricing, fulfillment, and risk control to drive scale and profit.

AgentInsurancePricing
0 likes · 42 min read
How AI Agents Are Revolutionizing Insurance: Methodology, Economics, and Technical Blueprint
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 25, 2026 · Artificial Intelligence

Why AI Agents Beat Traditional Code and Workflows: Exploring ReAct

This article compares traditional hard‑coded programming, visual workflow tools, and ReAct‑based AI agents, showing how agents let natural language drive decisions, reduce maintenance cost, and enable dynamic, user‑friendly solutions, with concrete code examples and a GitHub reference.

AgentFunctionCallingReAct
0 likes · 9 min read
Why AI Agents Beat Traditional Code and Workflows: Exploring ReAct
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 24, 2026 · Artificial Intelligence

Master ReAct Agents: From Observation to Action with Real Code Examples

This article introduces the ReAct agent paradigm—combining reasoning and acting—explains its observation‑think‑act loop, showcases a step‑by‑step weather‑and‑clothing example, outlines essential components, provides pseudo‑code for the execution flow, and links to the Lynxe Func‑Agent framework on GitHub.

AgentLLMReAct
0 likes · 11 min read
Master ReAct Agents: From Observation to Action with Real Code Examples
AI Tech Publishing
AI Tech Publishing
Feb 19, 2026 · Artificial Intelligence

Add Long-Term Memory to Your Agent with Lightweight RAG (Lesson 5)

This tutorial shows how to equip an AI agent with long‑term memory using Retrieval‑Augmented Generation (RAG), covering the concepts of vector embeddings, FAISS indexing, building and querying a knowledge base, and providing complete Python code examples.

AgentEmbeddingFAISS
0 likes · 13 min read
Add Long-Term Memory to Your Agent with Lightweight RAG (Lesson 5)
AI Tech Publishing
AI Tech Publishing
Feb 18, 2026 · Artificial Intelligence

Empowering Agents with Skills: Let Specialized Agents Handle Expert Tasks

This tutorial shows how to extend the MiniManus agent framework with Skill support, explains why Skills are needed compared to plain MCP, details the Claude Skill specification, provides concrete command‑line operations, code implementations, and demonstrates Skill‑MCP collaboration through practical examples.

AgentGitHubMCP
0 likes · 10 min read
Empowering Agents with Skills: Let Specialized Agents Handle Expert Tasks
AI Insight Log
AI Insight Log
Feb 17, 2026 · Artificial Intelligence

Qwen 3.5 Launches on New Year’s Eve as DeepSeek Only Sends a Holiday Greeting

On Chinese New Year's Eve, Alibaba's Qwen 3.5 open‑source model—featuring a 397 billion‑parameter backbone with a 17 billion‑parameter active set, hybrid linear attention, and sparse MoE—was released under Apache 2.0, delivering 8.6‑19× faster inference, top‑tier agent, code and multimodal scores, and rapid integration across major AI platforms.

AgentApache 2.0LLM
0 likes · 11 min read
Qwen 3.5 Launches on New Year’s Eve as DeepSeek Only Sends a Holiday Greeting
AI Insight Log
AI Insight Log
Feb 15, 2026 · Artificial Intelligence

Open-Source MiniMax M2.5 Hits New Year Eve: Top Coding Scores and Ultra‑Low Cost

The MiniMax M2.5 model, released open‑source on Feb 13, achieves an 80.2% SWE‑Bench Verified score that surpasses GPT‑5.2, Claude Opus 4.6 and Google Gemini 3 Pro, runs 37% faster than its predecessor, costs only $1 per hour, and demonstrates SOTA agent abilities in browsing and tool use, marking a major leap for Chinese large‑language models.

AI codingAgentM2.5
0 likes · 7 min read
Open-Source MiniMax M2.5 Hits New Year Eve: Top Coding Scores and Ultra‑Low Cost
AI Insight Log
AI Insight Log
Feb 14, 2026 · Artificial Intelligence

ByteDance Unveils Doubao 2.0 Pro: A Domestic Model Taking on GPT‑5.2

ByteDance's Seed 2.0 Pro (Doubao 2.0) showcases industry‑leading performance on math, vision, document, long‑video, and code benchmarks, dramatically lowers inference cost, and is now available in the Doubao app and Trae IDE, positioning it as a serious challenger to GPT‑5.2 and other top LLMs.

AIAgentByteDance
0 likes · 7 min read
ByteDance Unveils Doubao 2.0 Pro: A Domestic Model Taking on GPT‑5.2
PaperAgent
PaperAgent
Feb 9, 2026 · Artificial Intelligence

Can Online Evaluation Unlock AI Assistants' Long-Term Memory? Inside AMemGym

AMemGym introduces an on‑policy, interactive benchmark that evaluates and trains AI assistants' long‑term memory by structuring state evolution, diagnosing memory failures, and enabling agents to self‑evolve, revealing that selective memory writing outperforms passive approaches across various LLM and agent architectures.

AI memoryAgentLLM
0 likes · 8 min read
Can Online Evaluation Unlock AI Assistants' Long-Term Memory? Inside AMemGym
Alibaba Cloud Native
Alibaba Cloud Native
Feb 4, 2026 · Artificial Intelligence

Boost Java Agent Performance with End‑to‑End Online Training Using Trinity‑RFT

This article explains how to overcome the training‑deployment gap for Java‑based AI agents by introducing a cloud‑native, low‑intrusion online training pipeline built on AgentScope Java and Trinity‑RFT, detailing architecture, configuration, custom selection and reward strategies, and showing measurable accuracy gains on a SQL‑Agent benchmark.

AgentLLMOnlineTraining
0 likes · 21 min read
Boost Java Agent Performance with End‑to‑End Online Training Using Trinity‑RFT
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 4, 2026 · Artificial Intelligence

Progressive Disclosure: Making Multi‑Skill LLM Agents Efficient and Scalable

This article examines the core challenge of giving large‑language‑model agents many abilities while keeping context size limited, compares three common loading strategies, introduces a progressive‑disclosure skill mechanism with three loading layers, and details its implementation, benefits, limitations, and suitable use cases in AgentScope‑Java.

AgentContext ManagementLLM
0 likes · 17 min read
Progressive Disclosure: Making Multi‑Skill LLM Agents Efficient and Scalable