Alibaba Cloud Developer
Author

Alibaba Cloud Developer

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

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

Latest from Alibaba Cloud Developer

100 recent articles max
Alibaba Cloud Developer
Alibaba Cloud Developer
May 22, 2026 · Artificial Intelligence

How Core Agent Concepts and Paradigms Have Evolved and the Rationale Behind Them

The article traces the evolution of AI agents from early ReAct‑style models through workflow‑based systems to autonomous and self‑evolving agents, analyzing six core dimensions—Prompt, Planning, Memory, Tools, Workflow, and Environment—and explains why each paradigm shift occurred, citing recent frameworks and research.

AI agentsPlanningSelf‑evolving systems
0 likes · 25 min read
How Core Agent Concepts and Paradigms Have Evolved and the Rationale Behind Them
Alibaba Cloud Developer
Alibaba Cloud Developer
May 19, 2026 · Artificial Intelligence

How Browser Request Recording and AI Code Generation Transform E2E API Testing

The article details a workflow that captures real HTTP requests with a browser plugin, feeds the data to an AI coding tool, and automatically generates end‑to‑end API test code, cutting test‑case development time from 5‑6 hours to 20‑50 minutes while dramatically reducing errors and easing version‑compatible maintenance.

AI Code GenerationAPI testingE2E automation
0 likes · 20 min read
How Browser Request Recording and AI Code Generation Transform E2E API Testing
Alibaba Cloud Developer
Alibaba Cloud Developer
May 18, 2026 · Artificial Intelligence

Redefining Skill Development: A Hands‑On Guide and One‑Stop Development Assistant

This article walks you through the concept of AI Agent Skills, showing how to design, write, install, publish, and manage a Skill—from the underlying three‑level loading mechanism and cross‑platform considerations to best‑practice guidelines, versioning strategies, automated testing, and even self‑improving loops—so you can turn repetitive tasks into reusable, shareable automation assets.

AI agentDevOpsSelf‑Improving
0 likes · 27 min read
Redefining Skill Development: A Hands‑On Guide and One‑Stop Development Assistant
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 24, 2026 · Artificial Intelligence

How Hermes Agent Achieves Self‑Evolution: A Deep Dive into Prompt, Context, and Harness Design

This article provides a detailed technical analysis of Hermes Agent, explaining how its dynamic skill generation and reinforcement‑learning loop enable true self‑evolution, and examines the prompt engineering, context compression, memory architecture, harness mechanisms, error handling, and plugin ecosystem that differentiate it from OpenClaw and Claude Code.

Agent FrameworkContext CompressionHermes Agent
0 likes · 41 min read
How Hermes Agent Achieves Self‑Evolution: A Deep Dive into Prompt, Context, and Harness Design
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 23, 2026 · Artificial Intelligence

From Data‑Driven Insights to a Decision Center: Ontological Engineering with PolarDB‑PG

The article explains how Ontology—an abstract model of objects, relationships, and actions—can be built on PolarDB‑PG’s intelligent engine to overcome semantic ambiguity and logical hallucination in enterprise LLM agents, describing a three‑layer architecture, OAG retrieval, automatic modeling, fine‑grained permission control, and real‑world supply‑chain use cases.

AI agentLLMPolarDB-PG
0 likes · 13 min read
From Data‑Driven Insights to a Decision Center: Ontological Engineering with PolarDB‑PG
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
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 21, 2026 · Artificial Intelligence

Why Harnessing AI Agents Beats Prompt Tuning in Enterprise Engineering

The article explains how, in large‑scale software delivery, a disciplined Harness layer that constrains, monitors, and validates LLM‑driven agents is far more reliable than raw prompt engineering, and shows how this shift reshapes programmers from code writers to goal‑oriented delivery controllers.

AI agentHarness EngineeringLLM
0 likes · 30 min read
Why Harnessing AI Agents Beats Prompt Tuning in Enterprise Engineering
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 20, 2026 · Operations

How We Built a 24/7 Autonomous User‑Feedback Pipeline with Qoder CLI

The article details how a growing Qoder product suite prompted the creation of a fully automated, 24‑hour feedback handling pipeline that classifies, clusters, analyses logs, and even generates fix code using Qoder CLI agents, cutting manual effort from 30 minutes per issue to about two minutes while maintaining human code‑review oversight.

AI automationDevOpsModel selection
0 likes · 13 min read
How We Built a 24/7 Autonomous User‑Feedback Pipeline with Qoder CLI