Tagged articles
304 articles
Page 2 of 4
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 Memory
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.

AgentGraphRAGKnowledge retrieval
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 FrameworkAgentJava
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.

AgentLLMRuntime
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
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.

AgentCustomer SuccessEnterprise Software
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
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.

AIAgentcode generation
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 frameworksAgentJava
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.

AgentInsurancelarge model
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.

AgentJavaLLM
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 ManagementJava
0 likes · 17 min read
Progressive Disclosure: Making Multi‑Skill LLM Agents Efficient and Scalable
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Feb 4, 2026 · Artificial Intelligence

Why LLM Agents Rush to Call Tools and How to Stop Them

The article explains that premature tool calls in LLM agents stem from a data‑distribution bias in fine‑tuning, and it presents practical fixes such as adding non‑tool samples, enforcing a Thought chain, and using negative sampling to teach the model when to think before acting.

AgentLLMThought Chain
0 likes · 10 min read
Why LLM Agents Rush to Call Tools and How to Stop Them
Efficient Ops
Efficient Ops
Feb 1, 2026 · Operations

How AI Agents Are Revolutionizing AIOps and Boosting Operational Efficiency

This article explains what AI agents are, outlines single‑agent and multi‑agent use cases in AIOps such as knowledge retrieval, tool guidance, fault diagnosis, and process automation, and lists the key technical skills needed to build and manage these intelligent operational assistants.

AIAgentOperations
0 likes · 8 min read
How AI Agents Are Revolutionizing AIOps and Boosting Operational Efficiency
Data Party THU
Data Party THU
Feb 1, 2026 · Artificial Intelligence

How AutoLink Turns Schema Linking into an Interactive Database Exploration

AutoLink introduces an autonomous, iterative schema‑linking approach for Text‑to‑SQL that treats schema discovery as a progressive, agent‑driven exploration, dramatically improving recall while cutting token costs, and outperforms existing database‑level and element‑level methods on large benchmarks such as Spider 2.0‑Lite and BIRD.

AgentAutoLinkDatabase Exploration
0 likes · 19 min read
How AutoLink Turns Schema Linking into an Interactive Database Exploration
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 29, 2026 · Backend Development

How to Build a BFF Agent with LangGraph: A Step‑by‑Step Guide

This article walks through integrating an AI‑powered Agent into an internal BFF platform using LangGraph, detailing the architectural choices, state‑graph implementation, prompt engineering, knowledge‑base construction, tool integration, conversation handling, and context compression techniques to enable reliable script generation, execution, and validation.

AIAgentLangGraph
0 likes · 24 min read
How to Build a BFF Agent with LangGraph: A Step‑by‑Step Guide
AI Tech Publishing
AI Tech Publishing
Jan 27, 2026 · Artificial Intelligence

Step‑by‑Step: Adding Skill Capabilities to Your Agent System

This article walks through the design patterns, three‑level loading mechanism, and practical implementation steps for integrating reusable, domain‑specific Skills into an existing Agent system, covering both local and distributed deployments with Redis‑based versioning and sandboxed execution.

AgentLLMMeta-Tool Pattern
0 likes · 14 min read
Step‑by‑Step: Adding Skill Capabilities to Your Agent System
AI Large Model Application Practice
AI Large Model Application Practice
Jan 26, 2026 · Artificial Intelligence

Why Enterprise AI Agents Fail and How Ontology Can Fix Them

This article examines why most enterprise AI agents stumble—due to hallucinations, semantic mismatches, and lack of explainability—then introduces ontology as a semantic layer that structures business concepts, rules, and constraints to enable reliable reasoning, centralized rule management, and transparent AI behavior.

AgentReasoningenterprise-ai
0 likes · 17 min read
Why Enterprise AI Agents Fail and How Ontology Can Fix Them
AI Tech Publishing
AI Tech Publishing
Jan 20, 2026 · Artificial Intelligence

10 Core Architecture Patterns for Scalable LLM Skills and Context Engineering

The article presents a ten‑step architecture for implementing scalable LLM Skills, covering a meta‑tool pattern to avoid tool explosion, progressive three‑level loading to save tokens, script execution outside the LLM context, Redis‑based storage with pub/sub updates, version locking, dynamic addition, batch loading, and file‑system strategies.

AgentContext EngineeringLLM
0 likes · 10 min read
10 Core Architecture Patterns for Scalable LLM Skills and Context Engineering
PaperAgent
PaperAgent
Jan 16, 2026 · Artificial Intelligence

How a 4B Model Beats 30B Giants: Inside AgentCPM-Explore’s SOTA Performance

AgentCPM-Explore, a 4‑billion‑parameter open‑source model, achieves state‑of‑the‑art results on long‑range exploration tasks, matching or surpassing larger 8B and even 30B models, thanks to a full‑stack infrastructure, novel training tricks, and extensive benchmark evaluations across eight agent‑centric datasets.

AgentAgentCPM-ExploreLarge Language Model
0 likes · 10 min read
How a 4B Model Beats 30B Giants: Inside AgentCPM-Explore’s SOTA Performance
Architect
Architect
Jan 15, 2026 · Artificial Intelligence

Inside Claude’s Cowork Mode: How Anthropic Turns a Language Model into a Secure Digital Assistant

This article breaks down the extensive Claude Cowork system prompt, revealing its product positioning, model versions, core tools, safety boundaries, interaction philosophy, user‑wellbeing safeguards, political neutrality rules, file‑handling policies, and the technical workflow that lets Claude run inside a lightweight Linux VM while respecting strict security and ethical constraints.

AIAgentClaude
0 likes · 46 min read
Inside Claude’s Cowork Mode: How Anthropic Turns a Language Model into a Secure Digital Assistant
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Jan 8, 2026 · Artificial Intelligence

ByteDance Agent Practice Manual: Technical Guide and Deployment Strategies (2025)

This comprehensive manual outlines ByteDance's Agent platform, covering its technical foundations, architecture, development workflow, real‑world application scenarios, operational optimization, security compliance, future innovation paths, case studies, team collaboration, risk mitigation, tooling, and global adaptation.

AI PlatformAgentByteDance
0 likes · 4 min read
ByteDance Agent Practice Manual: Technical Guide and Deployment Strategies (2025)
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 8, 2026 · Artificial Intelligence

How to Build Human‑In‑The‑Loop (HITL) Capabilities into ReactAgent

This article explains how to integrate a Human‑In‑The‑Loop (HITL) mechanism into ReactAgent, detailing the motivation, design of interaction, tool description, XML‑based UI rendering, Redis‑driven waiting loop, and the broader architectural parallels with design patterns and other agent frameworks.

AgentDesign PatternsHITL
0 likes · 14 min read
How to Build Human‑In‑The‑Loop (HITL) Capabilities into ReactAgent
Tencent Cloud Developer
Tencent Cloud Developer
Jan 7, 2026 · Artificial Intelligence

How Context Engineering Powers the Next Generation of AI Agents

Transitioning from simple chatbots to sophisticated agents, this article explains how expanding context becomes a core variable, detailing the evolution from prompt engineering to context engineering, the challenges of managing growing context, and practical solutions like structured context, tool integration, and the MCP framework for reliable AI systems.

AgentLLMReliability
0 likes · 20 min read
How Context Engineering Powers the Next Generation of AI Agents
DataFunTalk
DataFunTalk
Jan 2, 2026 · Artificial Intelligence

Why AI Coding Tools Are Becoming Indispensable in 2025

In 2025 the AI coding market has shifted from occasional assistance to essential reliance, with tools like GitHub Copilot, Cursor, and TRAE achieving deep integration in developers' daily workflows, driven by frequency, task complexity, and emerging agent paradigms.

AIAgentcoding
0 likes · 12 min read
Why AI Coding Tools Are Becoming Indispensable in 2025
AI Insight Log
AI Insight Log
Dec 27, 2025 · Industry Insights

VS Code 1.107 Removes Free IntelliCode – Implications for Developers

VS Code 1.107 deprecates the free, locally‑run IntelliCode extension, urging users toward GitHub Copilot with usage limits and cloud‑based processing, while also introducing TypeScript 7 support, expanded Agent capabilities, experimental Claude Skills, and MCP protocol enhancements.

AI code completionAgentGitHub Copilot
0 likes · 6 min read
VS Code 1.107 Removes Free IntelliCode – Implications for Developers
AI Architecture Hub
AI Architecture Hub
Dec 24, 2025 · Artificial Intelligence

From LLMs to Autonomous Agents: The Three Evolution Stages of AI

This article explains the three evolutionary stages of AI—from large language models that generate text, through workflow‑enhanced systems using retrieval‑augmented generation, to fully autonomous agents capable of self‑directed decision‑making—while detailing the four core technologies that power each stage.

AI evolutionAgentEmbedding
0 likes · 9 min read
From LLMs to Autonomous Agents: The Three Evolution Stages of AI
Wuming AI
Wuming AI
Dec 10, 2025 · Artificial Intelligence

Workflow vs Agent: Choosing Fixed Pipelines or Dynamic LLM Orchestration

This article explains the fundamental differences between workflow‑style fixed pipelines and agent‑style dynamic LLM orchestration, compares their characteristics, reviews classic workflow patterns, and walks through a concrete implementation using the Kuzi platform with step‑by‑step screenshots.

AIAgentKuzi
0 likes · 9 min read
Workflow vs Agent: Choosing Fixed Pipelines or Dynamic LLM Orchestration
DataFunSummit
DataFunSummit
Dec 9, 2025 · Artificial Intelligence

How JetBrains Is Reinventing IDEs with AI Agents and the New ACP Protocol

This article details JetBrains' journey from early AI plugins to a platform‑wide AI architecture, covering challenges like prompt‑engineering dependence, technical debt in the IntelliJ Platform, the design of the Agent Client Protocol (ACP), and future AI‑driven features such as EmbArk, ReCap, and Ask Settings.

ACPAIAgent
0 likes · 20 min read
How JetBrains Is Reinventing IDEs with AI Agents and the New ACP Protocol
Code Wrench
Code Wrench
Dec 9, 2025 · Artificial Intelligence

Building Memory v3: Adding Long‑Term Memory to Your Go AI Agent

This guide walks you through creating a Memory v3 module for a Go‑based AI agent, enabling long‑term storage of preferences, tasks, and context so the agent can recall and leverage past interactions for more personalized responses.

AgentGolangLong-term Memory
0 likes · 4 min read
Building Memory v3: Adding Long‑Term Memory to Your Go AI Agent
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 9, 2025 · Artificial Intelligence

Building Human‑in‑the‑Loop Agent Workflows with MCP on OpenLM

This article explains how to design and implement Human‑in‑the‑Loop (HITL) interactions for large‑model agents on Alibaba's OpenLM platform, covering the challenges of server‑side execution, MCP transport extensions, tool‑calling patterns, timeout handling, and UI rendering strategies across multiple client devices.

AgentHuman-in-the-LoopLarge Language Model
0 likes · 39 min read
Building Human‑in‑the‑Loop Agent Workflows with MCP on OpenLM
Architecture and Beyond
Architecture and Beyond
Dec 7, 2025 · Artificial Intelligence

How to Turn Industry Workflows into Actionable Skills with Claude

This article explains Claude's Skill system, how Skills differ from prompts, the concept of industry Workflows, the boundaries between Skills, Tools, and MCPs, and provides a step‑by‑step guide for designing Skills, wrapping legacy systems into Workflows, and building a hybrid Workflow‑plus‑Agent architecture for reliable, auditable automation.

AIAgentClaude
0 likes · 18 min read
How to Turn Industry Workflows into Actionable Skills with Claude
Bilibili Tech
Bilibili Tech
Nov 27, 2025 · Artificial Intelligence

Mastering Agentic Systems with Blades: Concepts, Code, and Workflow Patterns

This article explains what an AI Agent is, distinguishes it from traditional workflows, and demonstrates how to build and customize agents using the Go‑based Blades framework, covering core concepts, code examples, five workflow patterns, best‑practice guidelines, and reference resources.

AIAgentBlades
0 likes · 11 min read
Mastering Agentic Systems with Blades: Concepts, Code, and Workflow Patterns
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 24, 2025 · Artificial Intelligence

Why Dynamic Function Routing Is the Key to Stable LLM Agents

In real‑world LLM agents, giving the model too many tools at once leads to frequent function‑call errors, but applying dynamic function routing to narrow the candidate set dramatically reduces the error rate—from over 20% down to around 1%—and provides clear guidelines on when and how to implement it.

AgentDynamic RoutingFunction Calling
0 likes · 9 min read
Why Dynamic Function Routing Is the Key to Stable LLM Agents
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 18, 2025 · Artificial Intelligence

How to Make LLM Agents’ Function Calls Stable and Accurate: 5 Proven Strategies

This article breaks down why function‑call reliability is the biggest bottleneck for LLM agents and presents a systematic five‑step loop—schema quality, prompt context, sampling, training data, and runtime defenses—plus concrete optimization techniques such as dynamic tool routing, plan‑execute, validation layers, memory injection, and log‑driven tuning, illustrated with real‑world cases.

AgentLLMTool Routing
0 likes · 12 min read
How to Make LLM Agents’ Function Calls Stable and Accurate: 5 Proven Strategies
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Nov 12, 2025 · Artificial Intelligence

Agent Memory Modules Explained: Short‑Term vs Long‑Term Strategies for LLM Agents

This article breaks down the memory systems behind LLM‑based agents, explaining why persistent memory is needed, the differences between short‑term context buffers and long‑term vector stores, practical implementation choices, maintenance strategies, and how to articulate these concepts effectively in technical interviews.

AgentLLMretrieval
0 likes · 14 min read
Agent Memory Modules Explained: Short‑Term vs Long‑Term Strategies for LLM Agents
DataFunSummit
DataFunSummit
Nov 8, 2025 · Artificial Intelligence

How Tencent’s LLM Powers Real‑World AI Solutions with RAG and Agents

This article examines Tencent's large language model deployments across diverse business scenarios, detailing core use cases such as content generation, intelligent customer service, and role‑playing, while deep‑diving into the RAG, GraphRAG, and Agent technologies that enable smarter, more reliable AI applications.

AIAgentLLM
0 likes · 4 min read
How Tencent’s LLM Powers Real‑World AI Solutions with RAG and Agents
DataFunSummit
DataFunSummit
Nov 7, 2025 · Artificial Intelligence

How Tencent’s LLM Powers Content Creation, Smart Service, and Game NPCs

This article examines Tencent’s large language model deployments across content generation, intelligent customer service, and game role‑playing, and explains the underlying technologies—Supervised Fine‑Tuning, Retrieval‑Augmented Generation, and Agent systems—highlighting how they enhance performance, explainability, and multi‑step reasoning in real‑world business scenarios.

AIAgentLLM
0 likes · 4 min read
How Tencent’s LLM Powers Content Creation, Smart Service, and Game NPCs
Tencent Cloud Developer
Tencent Cloud Developer
Nov 6, 2025 · Artificial Intelligence

From Prompt to Multi‑Agent: How LLMs Evolve into Autonomous Agents

Since ChatGPT's debut, the LLM landscape has progressed through four stages—prompt engineering, chain orchestration, autonomous agents, and multi‑agent systems—each enhancing intelligence and automation, with this article detailing their evolution, advantages, drawbacks, and practical implementation examples in Go.

AgentGoLLM
0 likes · 24 min read
From Prompt to Multi‑Agent: How LLMs Evolve into Autonomous Agents
JavaGuide
JavaGuide
Nov 5, 2025 · Artificial Intelligence

Cursor Goes Beyond the IDE with Agent Mode and Its Own Composer LLM

Cursor, once hailed as the leading AI‑enhanced IDE, has shifted its focus by making Agent mode the default and launching its own large‑model Composer, which the vendor claims runs four times faster than comparable models, though real‑world performance remains to be validated.

AI IDEAgentClaude
0 likes · 4 min read
Cursor Goes Beyond the IDE with Agent Mode and Its Own Composer LLM
DataFunSummit
DataFunSummit
Nov 4, 2025 · Artificial Intelligence

How Tencent Leverages RAG, GraphRAG, and Agents to Power Large Language Model Applications

This article explores Tencent's large language model deployments across various business scenarios, detailing core use cases such as content generation, intelligent customer service, and role‑playing, and explains the underlying technologies—Supervised Fine‑Tuning, Retrieval‑Augmented Generation, and Agent systems—that enable these applications.

AIAgentRAG
0 likes · 4 min read
How Tencent Leverages RAG, GraphRAG, and Agents to Power Large Language Model Applications
DataFunSummit
DataFunSummit
Nov 3, 2025 · Artificial Intelligence

How Tencent’s LLM Powers Real‑World AI: From RAG to Agents

This article examines Tencent's large language model applications across diverse business scenarios, detailing core use cases such as content generation, intelligent customer service, and role‑playing, and explains the three key technologies—Supervised Fine‑Tuning, Retrieval‑Augmented Generation, and Agents—that enable these capabilities.

AI applicationsAgentLLM
0 likes · 4 min read
How Tencent’s LLM Powers Real‑World AI: From RAG to Agents
Meituan Technology Team
Meituan Technology Team
Nov 3, 2025 · Artificial Intelligence

Introducing VitaBench: A Real-World Agent Benchmark That Reveals a 30% Success Gap

VitaBench, a new open‑source benchmark from Meituan’s LongCat team, evaluates LLM‑driven agents across three realistic life‑service scenarios—food ordering, restaurant dining, and travel planning—using 66 tools and quantifying reasoning, tool, and interaction complexities, exposing a mere 30% success rate on complex cross‑scene tasks.

AIAgentInteraction
0 likes · 14 min read
Introducing VitaBench: A Real-World Agent Benchmark That Reveals a 30% Success Gap
Data Party THU
Data Party THU
Nov 1, 2025 · Artificial Intelligence

How to Blend Process‑Oriented and Agent‑Centric AI into a Hybrid Intelligent Pipeline

This article analyzes two contrasting AI agent design paradigms—process‑driven workflow orchestration and autonomous agent intelligence—examines their strengths and limitations, and proposes a hybrid architecture that fuses deterministic pipelines with dynamic planning, tool use, and memory mechanisms to achieve both reliability and adaptability.

AIAgentHybrid
0 likes · 15 min read
How to Blend Process‑Oriented and Agent‑Centric AI into a Hybrid Intelligent Pipeline
BirdNest Tech Talk
BirdNest Tech Talk
Oct 30, 2025 · Artificial Intelligence

Master LangChain Chains with LCEL: From Simple Jokes to RAG and Agent Pipelines

This guide explains how LangChain’s Expression Language (LCEL) lets you declaratively connect prompts, models, and output parsers into chains, walks through environment setup, dependency installation, and detailed code examples ranging from a basic joke generator to retrieval‑augmented generation and memory‑enabled agents.

AgentLCELLangChain
0 likes · 5 min read
Master LangChain Chains with LCEL: From Simple Jokes to RAG and Agent Pipelines
Alibaba Cloud Native
Alibaba Cloud Native
Oct 25, 2025 · Artificial Intelligence

How Agent Development Toolchains Evolved: From Basic Frameworks to Model‑Centric AI

This article traces the evolution of agent development toolchains across four stages—basic frameworks, collaboration tools, reinforcement‑learning‑driven context engineering, and model‑centric architectures—while highlighting how stable cloud‑native infrastructure components like gateways, runtimes, observability, and security keep AI applications reliable and scalable.

AIAgentContext Engineering
0 likes · 11 min read
How Agent Development Toolchains Evolved: From Basic Frameworks to Model‑Centric AI
Wu Shixiong's Large Model Academy
Wu Shixiong's Large Model Academy
Oct 24, 2025 · Artificial Intelligence

Can Large Language Models Truly Plan? Unpacking Agent Frameworks

This article explains why most LLM‑based agents only perform pseudo‑planning through prompts or hard‑coded loops, outlines when to rely on prompt‑driven versus program‑driven planning, compares popular frameworks such as ReAct, MRKL, BabyAGI and AutoGPT, and clarifies what true autonomous planning would require.

AgentArtificial IntelligenceAutoGPT
0 likes · 12 min read
Can Large Language Models Truly Plan? Unpacking Agent Frameworks
HyperAI Super Neural
HyperAI Super Neural
Oct 24, 2025 · Artificial Intelligence

Google Teams Unite on Earth AI: Boosting Geospatial Reasoning by 64% with Three Core Data Types

Google Research, X, and Cloud teams introduced Earth AI, a interoperable GeoAI model family that fuses image, population, and environmental data via a Gemini‑driven reasoning Agent, achieving state‑of‑the‑art performance and a 64% reasoning boost over Gemini 2.5 Pro while enabling non‑experts to run real‑time cross‑domain analyses.

AgentEarth AIGeospatial AI
0 likes · 16 min read
Google Teams Unite on Earth AI: Boosting Geospatial Reasoning by 64% with Three Core Data Types
Data STUDIO
Data STUDIO
Oct 21, 2025 · Artificial Intelligence

Building a Self‑Learning LangGraph Memory System with Feedback Loops and Dynamic Prompts

This article walks through the design and implementation of a two‑layer memory architecture for LangGraph agents, covering short‑term and long‑term stores, various storage back‑ends, prompt engineering, utility functions, node definitions, human‑in‑the‑loop interrupt handling, and how user feedback is captured and used to continuously update the agent’s behavior.

AgentHuman-in-the-LoopLLM
0 likes · 43 min read
Building a Self‑Learning LangGraph Memory System with Feedback Loops and Dynamic Prompts
DataFunTalk
DataFunTalk
Oct 20, 2025 · Artificial Intelligence

Can AI Build a Retro macOS Web App in 10 Minutes? A Hands‑On Test of Manus 1.5

This article reviews the major Manus 1.5 update, detailing its four‑fold speed boost, full‑stack web‑app generation via natural language, and a step‑by‑step experiment that recreates a classic macOS‑style desktop in under ten minutes, while evaluating its design, development, and user‑account features.

AI codingAgentManus
0 likes · 9 min read
Can AI Build a Retro macOS Web App in 10 Minutes? A Hands‑On Test of Manus 1.5