Alibaba Cloud Developer
Author

Alibaba Cloud Developer

Alibaba's official tech channel, featuring all of its technology innovations.

1.9k
Articles
0
Likes
4.1k
Views
0
Comments
Recent Articles

Latest from Alibaba Cloud Developer

100 recent articles max
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 14, 2026 · Artificial Intelligence

Revamping AliGo’s AI Travel Assistant: Multi‑Agent Architecture & Prompt Engineering

The AliGo travel platform upgraded its AI assistant by replacing a single‑agent workflow with a modular multi‑agent system, introducing dynamic prompt generation, real‑time reasoning chains, context sharing, observability, and a knowledge base, which dramatically improved accuracy, stability, and user experience.

AI architectureAgentScopeKnowledge Base
0 likes · 19 min read
Revamping AliGo’s AI Travel Assistant: Multi‑Agent Architecture & Prompt Engineering
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 12, 2026 · Artificial Intelligence

How to Integrate Claude Skills into Lingma: A Step‑by‑Step Guide

This article explains the background of Claude Skills, details its modular prompt‑based architecture, shows the required file layout, walks through installing and configuring OpenSkills in Lingma, demonstrates creating a custom code‑review skill, and summarizes the benefits of AI skill modularization.

AI skillsClaudeLingma
0 likes · 11 min read
How to Integrate Claude Skills into Lingma: A Step‑by‑Step Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 9, 2026 · Artificial Intelligence

Rebuilding an AI‑Powered Shopping Scene Generator with LangGraph, Agent Skills, and Planner

This article details how a low‑code e‑commerce workflow was migrated to a modular LangGraph architecture, introducing Agent Skills, an A2A protocol, and a Planner node to enable multi‑turn natural‑language scene creation, product matching, and persistent storage while leveraging AI coding tools for rapid development.

Agent SkillsLangGraphLow‑code migration
0 likes · 24 min read
Rebuilding an AI‑Powered Shopping Scene Generator with LangGraph, Agent Skills, and Planner
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Feb 2, 2026 · Artificial Intelligence

Boosting A/B Experiment Automation: Prompt Engineering Achieves 80% Accuracy

This article details how a production‑grade prompt system powered by large language models was designed to replace manual A/B experiment inspection, introducing a six‑level priority decision tree, robust data preprocessing, and systematic bad‑case analysis that lifted automation accuracy from 68% to over 80% while providing clear, explainable recommendations.

A/B TestingLLMdata analysis
0 likes · 46 min read
Boosting A/B Experiment Automation: Prompt Engineering Achieves 80% Accuracy
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 30, 2026 · Operations

Create an AI Database Ops Assistant in 5 Minutes with Moltbot & RDS AI

This guide walks you through quickly integrating Moltbot with Alibaba Cloud RDS AI to build an AI‑driven database operations assistant, covering why the combo matters, required preparations, step‑by‑step skill configuration, credential setup, verification commands, and practical usage scenarios.

AI OpsDatabase AutomationDevOps
0 likes · 6 min read
Create an AI Database Ops Assistant in 5 Minutes with Moltbot & RDS AI
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 30, 2026 · Artificial Intelligence

How Memory Systems Empower AI Agents: From Short‑Term Context to Long‑Term Knowledge

This article explains how memory systems—both short‑term session memory and cross‑session long‑term memory—address the context‑window limits, token costs, and personalization challenges of AI agents, detailing core concepts, framework differences, integration architectures, context‑engineering strategies, technical components, challenges, and emerging industry trends.

AILong-term memoryagent architecture
0 likes · 21 min read
How Memory Systems Empower AI Agents: From Short‑Term Context to Long‑Term Knowledge
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