Tagged articles

AI Agent

615 articles · Page 3 of 7
Wuming AI
Wuming AI
Apr 23, 2026 · Artificial Intelligence

Redefining OpenClaw’s Soul: From Obedience to Assertiveness

The article explains why many OpenClaw users overlook core configuration files, then shows how customizing SOUL.md and IDENTITY.md can give the AI personality, judgment, and boundaries, providing sample settings and practical advice to turn the agent into a collaborative, assertive personal assistant.

AI AgentIDENTITY.mdOpenClaw
0 likes · 9 min read
Redefining OpenClaw’s Soul: From Obedience to Assertiveness
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 AgentEnterprise AIKnowledge Graph
0 likes · 13 min read
From Data‑Driven Insights to a Decision Center: Ontological Engineering with PolarDB‑PG
Shuge Unlimited
Shuge Unlimited
Apr 23, 2026 · Artificial Intelligence

Deep Dive into Hermes Agent: Self‑Improving AI Agent Architecture with 110K+ Stars

Hermes Agent, an open‑source self‑improving AI agent framework that has amassed over 110 K GitHub stars, introduces a native closed‑learning loop, a unified single‑process agent cycle, self‑registering tools, pluggable context compression, multi‑API model support, and a scalable multi‑platform gateway, all built on Python 3.11+, SQLite + WAL, and extensive modular design.

AI AgentClosed Loop LearningHermes Agent
0 likes · 24 min read
Deep Dive into Hermes Agent: Self‑Improving AI Agent Architecture with 110K+ Stars
ZhiKe AI
ZhiKe AI
Apr 23, 2026 · Artificial Intelligence

Why Hermes Agent’s 90K GitHub Stars Could Overtake OpenClaw

Hermes Agent, launched in February 2026, quickly amassed over 90,000 GitHub stars and a 3,670% weekly growth, while OpenClaw’s growth stalled; the article analyzes Hermes’s self‑evolving architecture, persistent multi‑layer memory, automatic skill generation, 200+ model support and zero‑CVE security that together explain its potential to replace OpenClaw.

AI AgentHermes AgentOpenClaw
0 likes · 8 min read
Why Hermes Agent’s 90K GitHub Stars Could Overtake OpenClaw
DevOps Coach
DevOps Coach
Apr 22, 2026 · Artificial Intelligence

How a 300‑Line Claude Agent Skill Can Eliminate AI Forgetfulness and Boost Your Development Efficiency

This guide explains how to build a lightweight 300‑line Claude agent skill that records bugs, decisions, key facts, and issues in structured markdown files, enabling memory‑aware behavior across multiple AI coding assistants, cutting repetitive debugging time by up to 89% and saving thousands of dollars annually.

AI AgentClaudeproductivity
0 likes · 30 min read
How a 300‑Line Claude Agent Skill Can Eliminate AI Forgetfulness and Boost Your Development Efficiency
Golang Shines
Golang Shines
Apr 22, 2026 · Artificial Intelligence

How to Build AI Agents with ADK-Go in Go

This guide walks through installing ADK-Go, configuring a simple LLM agent, handling model selection and errors, leveraging Google Search and custom function tools, and orchestrating complex workflows with SequentialAgent, LoopAgent, and ParallelAgent, all illustrated with concrete Go code examples and output.

ADKAI AgentAgent Types
0 likes · 25 min read
How to Build AI Agents with ADK-Go in Go
AI Architecture Hub
AI Architecture Hub
Apr 22, 2026 · Artificial Intelligence

Build a Minimal AI Agent Loop in 30 Minutes and Turn It into a Stable Production System

This article walks through constructing a tiny, runnable AI agent loop that reads a user task, lets the model choose the next step, calls a tool, feeds the observation back, and repeats, then explains how to add harness, memory, permission, and validation layers to make the agent reliable in real‑world engineering environments.

AI AgentAgent LoopHarness
0 likes · 30 min read
Build a Minimal AI Agent Loop in 30 Minutes and Turn It into a Stable Production System
Java Web Project
Java Web Project
Apr 21, 2026 · Artificial Intelligence

How to Seamlessly Integrate Claude Code into IntelliJ IDEA 2026.1

This guide walks you through the two main ways to bring Claude Code into IntelliJ IDEA 2026.1—using the official Claude Code plugin and the deeper ACP protocol—detailing every configuration step, key differences, shortcuts, and common pitfalls so you can choose the best workflow for your development needs.

ACPAI AgentClaude Code
0 likes · 13 min read
How to Seamlessly Integrate Claude Code into IntelliJ IDEA 2026.1
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 AgentEnterprise AIHarness Engineering
0 likes · 30 min read
Why Harnessing AI Agents Beats Prompt Tuning in Enterprise Engineering
Big Data and Microservices
Big Data and Microservices
Apr 20, 2026 · Artificial Intelligence

Why AI Agents Outperform Traditional Apps: From Passive Commands to Goal‑Driven Automation

The article explains how conventional "smart" apps merely react to user commands, while AI Agents combine large language models, tool‑calling capabilities, and explicit goals to autonomously plan, act, and iterate, offering a new software paradigm with both promising use cases and current limitations.

AI AgentAutomationLarge Language Model
0 likes · 13 min read
Why AI Agents Outperform Traditional Apps: From Passive Commands to Goal‑Driven Automation
Architect
Architect
Apr 20, 2026 · Artificial Intelligence

Why a Tiny Agent Loop Exposes the Real Engineering Hurdles of AI Agents

The article walks through building a minimal 20‑line agent loop, explains each step—from reading a task to invoking tools and feeding observations back—then shows how real systems like Claude Code, OpenClaw and Pi add layers of harness, memory, permission and validation to make the loop safe and reliable in production.

AI AgentAgent LoopFunction Calling
0 likes · 23 min read
Why a Tiny Agent Loop Exposes the Real Engineering Hurdles of AI Agents
Amazon Cloud Developers
Amazon Cloud Developers
Apr 20, 2026 · Cloud Computing

Make Data Analysis as Easy as Chatting with Amazon Quick Suite

Amazon Quick Suite lets non‑technical users query enterprise data with natural language, integrating unified data access, AI‑driven analysis, and collaborative Spaces, while providing step‑by‑step guidance for connecting databases, creating datasets, dashboards, Topics, and chat‑based Q&A to accelerate data‑driven decisions.

AI AgentAWSAmazon Quick Suite
0 likes · 15 min read
Make Data Analysis as Easy as Chatting with Amazon Quick Suite
AndroidPub
AndroidPub
Apr 20, 2026 · Mobile Development

How Google’s Android CLI, Skills, and Knowledge Base Empower AI Agents

Google’s April 2026 release of Android Agent tools—Android CLI, Android Skills, and Android Knowledge Base—shows how a unified, command‑line interface and structured skill packages let AI agents reliably perform standard Android development tasks while staying up‑to‑date with official documentation.

AI AgentAndroidCLI
0 likes · 8 min read
How Google’s Android CLI, Skills, and Knowledge Base Empower AI Agents
Architect
Architect
Apr 19, 2026 · Artificial Intelligence

Why Your AI Agent’s Success Depends on the Harness, Not Just the Model

The article explains that an Agent Harness is the complete runtime system surrounding a language model—handling the main loop, tools, context, state, permissions, and validation—and shows why this engineering layer, not the model itself, determines the stability and scalability of AI agents.

AI AgentContext ManagementHarness Engineering
0 likes · 23 min read
Why Your AI Agent’s Success Depends on the Harness, Not Just the Model
Woodpecker Software Testing
Woodpecker Software Testing
Apr 19, 2026 · Artificial Intelligence

Deep Dive into AI Agent Testing: From LLMs to Autonomous Agents

The article analyzes why testing AI agents differs from LLM testing, outlines four major testing challenges, and presents a four‑layer TAME validation framework with real‑world examples, while forecasting emerging trends such as test‑as‑code and industry‑wide benchmarks.

AI AgentAction SequenceEnd-to-End
0 likes · 8 min read
Deep Dive into AI Agent Testing: From LLMs to Autonomous Agents
SpringMeng
SpringMeng
Apr 19, 2026 · Artificial Intelligence

Build a LangChain AI Agent in 20 Minutes: Step‑by‑Step Guide

This tutorial walks through creating a LangChain‑based AI agent by covering model integration, tool definition with @tool, short‑ and long‑term memory handling via checkpointers and vector stores, and assembling everything with create_agent, middleware, and code examples for a functional travel assistant.

AI AgentLangChainLangGraph
0 likes · 16 min read
Build a LangChain AI Agent in 20 Minutes: Step‑by‑Step Guide
ZhiKe AI
ZhiKe AI
Apr 19, 2026 · Artificial Intelligence

What Is an AI Agent? A 3‑Minute Beginner’s Guide

An AI Agent is a large‑model system that can perceive its environment, plan steps, invoke tools, and remember past interactions to autonomously achieve user‑specified goals, distinguishing it from simple chatbots that only answer questions.

AI AgentAutomationPlanning
0 likes · 6 min read
What Is an AI Agent? A 3‑Minute Beginner’s Guide
AI Architecture Path
AI Architecture Path
Apr 19, 2026 · Artificial Intelligence

How Hermes Agent Becomes the Next‑Gen AI Assistant That Grows With You

Hermes Agent, an open‑source, self‑evolving AI agent framework from Nous Research, tackles the major pain points of current AI tools—memory loss, static skills, limited deployment, and fragmented ecosystems—by offering autonomous learning loops, three‑layer persistent memory, a self‑optimising skill system, and seamless multi‑platform integration.

AI AgentAutomationSkill System
0 likes · 12 min read
How Hermes Agent Becomes the Next‑Gen AI Assistant That Grows With You
James' Growth Diary
James' Growth Diary
Apr 18, 2026 · Artificial Intelligence

Inside Claude Code: What 510,000 Lines of TypeScript Reveal About AI Agent Architecture

The article dissects Anthropic's open‑source Claude Code—an AI coding agent built on half a million lines of TypeScript—by walking through its agent loop, tool registry, permission system, context‑window management, hierarchical CLAUDE.md configuration, and comparing its agent‑first design to IDE‑first tools like Cursor.

AI AgentAgent LoopCLAUDE.md
0 likes · 20 min read
Inside Claude Code: What 510,000 Lines of TypeScript Reveal About AI Agent Architecture
AI Waka
AI Waka
Apr 18, 2026 · Artificial Intelligence

Mastering AI Agent Reliability: 12 Harness Engineering Patterns You Need

This guide explains how to move from fragile, prompt‑only AI agents to production‑grade systems by designing a control layer—called Harness Engineering—covering memory management, workflow orchestration, permission boundaries, automation patterns, and the Intelligent Harness Runtime that makes agents self‑governing and resilient.

AI AgentHarness EngineeringIntelligent Harness Runtime
0 likes · 18 min read
Mastering AI Agent Reliability: 12 Harness Engineering Patterns You Need
Big Data and Microservices
Big Data and Microservices
Apr 18, 2026 · Artificial Intelligence

AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution

This article clarifies the concepts of AI Agent and Agentic AI, compares their core definitions, architectures, autonomy, and application scenarios, and uses analogies to illustrate how they complement each other in the evolution from single-task automation to collaborative multi‑agent intelligence.

AI AgentAgentic AIComparison
0 likes · 9 min read
AI Agent vs. Agentic AI: Key Differences, Use Cases, and Evolution
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 17, 2026 · Artificial Intelligence

Four Powerful Projects to Supercharge Your Claude Code

This article reviews four high‑quality open‑source Claude Code ecosystem projects—Everything Claude Code, GacUI CLAUDE.md, Waza, and Ars Contexta—detailing their core capabilities, installation steps, unique workflows, and practical recommendations for different developer needs.

AI AgentClaude CodeKnowledge Management
0 likes · 13 min read
Four Powerful Projects to Supercharge Your Claude Code
AI Architect Hub
AI Architect Hub
Apr 17, 2026 · Industry Insights

Turning Enterprise Capabilities into AI‑Ready Skills: A Practical 3‑Step Guide

This article outlines why most corporate IT systems remain AI‑inaccessible, proposes encapsulating functions, processes, and employee expertise as reusable "Skills", and details a three‑step method—identifying high‑frequency workflows, decomposing them, and packaging them as callable AI skills—plus the supporting architecture and ecosystem.

AIAI AgentEnterprise Automation
0 likes · 6 min read
Turning Enterprise Capabilities into AI‑Ready Skills: A Practical 3‑Step Guide
Past Memory Big Data
Past Memory Big Data
Apr 16, 2026 · Artificial Intelligence

From Shrimp to Horses: The AI Agent Landscape’s Species Migration

The article examines the rapid shift in the AI Agent ecosystem from the popular OpenClaw “shrimp” tool to the emerging Hermes Agent “horse”, detailing Hermes’s four‑layer memory architecture, native WeChat integration, cloud provider support, and the broader industry move toward agents that continuously learn and retain knowledge.

AI AgentHermes AgentMemory Architecture
0 likes · 10 min read
From Shrimp to Horses: The AI Agent Landscape’s Species Migration
AI Tech Publishing
AI Tech Publishing
Apr 16, 2026 · Cloud Native

Deploying a Stateful AI Agent on a Stateless Web Architecture: Challenges, Solutions, and Code Walkthrough

This article analyzes the fundamental conflict between stateful AI agents and the inherently stateless, distributed nature of modern web services, explores time, state, and execution model mismatches, and presents a practical Agent‑as‑API solution using FastAPI, Redis, SSE, and Kubernetes to achieve scalable, fault‑tolerant deployments.

AI AgentFastAPIRedis
0 likes · 30 min read
Deploying a Stateful AI Agent on a Stateless Web Architecture: Challenges, Solutions, and Code Walkthrough
IT Services Circle
IT Services Circle
Apr 16, 2026 · Artificial Intelligence

Why AI Agents Forget Their Work and How a Harness Can Fix It

The article analyzes why AI agents lose context during multi‑session web‑app development, outlines common failure patterns, and proposes a practical harness that records progress, uses Git commits, and enforces fine‑grained feature lists and end‑to‑end testing to keep development on track.

AI AgentAutomationContext Management
0 likes · 9 min read
Why AI Agents Forget Their Work and How a Harness Can Fix It
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 16, 2026 · Artificial Intelligence

How a 24/7 Online AI Assistant Transforms My Workflow

The article reviews iFlytek’s cloud‑based AstronClaw and desktop AI companion Loomy, detailing their installation steps, six core use‑cases, built‑in skills, model options, and permission settings, and concludes with a side‑by‑side comparison that helps readers decide which 24/7 AI agent best fits their workflow.

AI AgentAstronClawLoomy
0 likes · 8 min read
How a 24/7 Online AI Assistant Transforms My Workflow
Frontend AI Walk
Frontend AI Walk
Apr 16, 2026 · Artificial Intelligence

Hands‑On Guide to Karpathy’s Autoresearch: From Setup to Custom Research Loops

This article walks through Karpathy’s open‑source Autoresearch system, explaining its core design principles, file layout, and workflow, and then demonstrates practical AI‑agent applications for code optimization, bug fixing, and article writing, complete with setup commands, code snippets, and example experiment logs.

AI AgentAutomationKarpathy
0 likes · 25 min read
Hands‑On Guide to Karpathy’s Autoresearch: From Setup to Custom Research Loops
Shuge Unlimited
Shuge Unlimited
Apr 16, 2026 · Artificial Intelligence

Hermes Agent vs Evolver: A Source‑Level Technical Investigation

The article conducts a source‑level technical investigation of the Hermes Agent and Evolver frameworks, comparing their architectures, naming conventions, core algorithms, configuration designs, Git timelines, documentation, and public evidence to assess whether the observed similarities indicate independent development or possible code reuse.

AI AgentEvolverGEP
0 likes · 26 min read
Hermes Agent vs Evolver: A Source‑Level Technical Investigation
AndroidPub
AndroidPub
Apr 16, 2026 · Mobile Development

How JetBrains Junie AI Agent Supercharges Android Compose Development

After struggling with context limits of web‑based AI tools, the author integrates JetBrains’ Junie AI Agent directly into Android Studio, demonstrating a plan‑execute‑verify workflow, Ask and Code modes, multi‑module refactoring, responsive UI generation, and safe team collaboration through GitHub integration.

AI AgentAndroidJetBrains
0 likes · 12 min read
How JetBrains Junie AI Agent Supercharges Android Compose Development
Geek Labs
Geek Labs
Apr 16, 2026 · Artificial Intelligence

Master Hermes Agent with the Ultimate Ecosystem Navigation Map

Hermes Atlas is a community‑maintained navigation site that aggregates 84 vetted Hermes Agent repositories across 12 categories, offers real‑time star statistics and an RAG chatbot, and provides simple deployment instructions, helping developers quickly find reliable tools in the fast‑growing AI Agent ecosystem.

AI AgentEcosystem NavigationHermes Agent
0 likes · 6 min read
Master Hermes Agent with the Ultimate Ecosystem Navigation Map
Machine Heart
Machine Heart
Apr 15, 2026 · Artificial Intelligence

Meet My Ultra‑Reliable AI Work Buddy: TuriX Superpower Takes Over the Desktop

The article evaluates TuriX Superpower, an AI desktop assistant that combines four interaction modes, achieves 60%–80% success on OSWorld benchmarks, offers a one‑key onboarding experience, integrates a secure CUA (Computer Use Agent) workflow, and outperforms OpenClaw in usability and safety.

AI AgentCUAOpenClaw Comparison
0 likes · 12 min read
Meet My Ultra‑Reliable AI Work Buddy: TuriX Superpower Takes Over the Desktop
大转转FE
大转转FE
Apr 15, 2026 · Artificial Intelligence

Deploying and Harnessing OpenClaw AI Agents for Real‑World Development Workflows

This article shares practical experiences and step‑by‑step guidance on deploying OpenClaw locally or in the cloud, using it for personal and team tasks such as project research, incident triage, report generation, and secure multi‑agent workflows, while emphasizing best practices for model selection, skill development, and safety.

AI AgentOpenClawdeployment
0 likes · 20 min read
Deploying and Harnessing OpenClaw AI Agents for Real‑World Development Workflows
Tencent Cloud Developer
Tencent Cloud Developer
Apr 15, 2026 · Artificial Intelligence

How Hermes Agent’s Skills System Enables Self‑Learning AI Agents

This article provides an in‑depth technical analysis of Hermes Agent’s Skills closed‑loop system, detailing its lifecycle from experience extraction and knowledge storage to intelligent retrieval, conditional activation, progressive disclosure, security scanning, and self‑improvement, while comparing it to academic prototypes like Voyager.

AI AgentHermes AgentSkills system
0 likes · 27 min read
How Hermes Agent’s Skills System Enables Self‑Learning AI Agents
Node.js Tech Stack
Node.js Tech Stack
Apr 14, 2026 · Artificial Intelligence

Hermes Agent Challenges OpenClaw with One‑Click Migration and Built‑In Learning Loop

Hermes Agent, the newly released open‑source AI Agent from Nous Research, has quickly amassed 76.8 K GitHub stars and differentiates itself from OpenClaw through a built‑in learning loop, multi‑channel support, six sandbox back‑ends, natural‑language task scheduling, and a one‑command migration tool that transfers configurations, memories, skills, and API keys.

AI AgentHermes AgentLearning loop
0 likes · 9 min read
Hermes Agent Challenges OpenClaw with One‑Click Migration and Built‑In Learning Loop
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 13, 2026 · Artificial Intelligence

Hermes vs OpenClaw: Deep AI Agent Framework Comparison to Save Six Months

This article provides a detailed, side‑by‑side analysis of the Hermes and OpenClaw AI agent frameworks, covering their design philosophies, runtime flows, tool ecosystems, memory and skill systems, deployment options, and practical selection guidance so developers can choose the right solution without months of trial and error.

AI AgentHermesMemory Architecture
0 likes · 11 min read
Hermes vs OpenClaw: Deep AI Agent Framework Comparison to Save Six Months
Tech Verticals & Horizontals
Tech Verticals & Horizontals
Apr 13, 2026 · Artificial Intelligence

Hermes AI Agent Explained in Plain English: Architecture, Installation, and Usage

This article provides a step‑by‑step, non‑technical walkthrough of Hermes, the self‑evolving AI agent from Nous Research, covering its core AIAgent brain, capabilities, one‑line installation, multi‑platform entry points, detailed architecture layers, context handling, SQLite‑based memory, and runtime flow, all illustrated with diagrams and commands.

AI AgentHermesSQLite
0 likes · 7 min read
Hermes AI Agent Explained in Plain English: Architecture, Installation, and Usage
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 13, 2026 · Artificial Intelligence

How Harness Engineering Makes or Breaks AI Agents – Lessons from Hsu’s 2026 Lecture

The article explains Harness Engineering—a set of tools that control an AI agent’s cognitive framework, capability boundaries, and behavior flow—showing how proper harnesses can turn modest models into high‑performing agents, while poor harnesses cause failures, with concrete examples, benchmarks, and research citations.

AI AgentAgent LoopHarness Engineering
0 likes · 12 min read
How Harness Engineering Makes or Breaks AI Agents – Lessons from Hsu’s 2026 Lecture
SpringMeng
SpringMeng
Apr 13, 2026 · Artificial Intelligence

What Is Hermes, the Hot New AI Agent Everyone’s Talking About?

Hermes Agent, an open‑source MIT‑licensed AI framework from Nous Research, introduces a self‑evolving agent that automatically generates and refines skills, uses a five‑layer memory system, supports a full‑platform messaging gateway and MCP integration, and offers detailed installation and usage guidance while comparing its design to OpenClaw.

AI AgentHermes AgentMCP integration
0 likes · 13 min read
What Is Hermes, the Hot New AI Agent Everyone’s Talking About?
Geek Labs
Geek Labs
Apr 13, 2026 · Artificial Intelligence

Hermes Agent: The Fast‑Rising AI Framework You Should Learn Now

Hermes Agent, an open‑source AI framework released by Nous Research, introduces a built‑in self‑evolution loop, a three‑layer memory system, and multi‑platform support; the article reviews its core features, compares it with Claude Code/OpenClaw, and highlights two companion projects—the Orange Book guide and a Web UI monitoring dashboard.

AI AgentHermes AgentLLM integration
0 likes · 15 min read
Hermes Agent: The Fast‑Rising AI Framework You Should Learn Now
Past Memory Big Data
Past Memory Big Data
Apr 11, 2026 · Artificial Intelligence

Hermes vs OpenClaw: What Am I Missing? The AI Agent Community’s Divisive Debate

A Reddit post sparked a heated debate over Hermes Agent and OpenClaw, leading to a deep technical comparison of their architectures, memory models, tool registration, security philosophies, deployment complexity, and ideal use‑cases, ultimately showing that each framework serves distinct AI Agent engineering paths.

AI AgentHermes AgentMemory Management
0 likes · 21 min read
Hermes vs OpenClaw: What Am I Missing? The AI Agent Community’s Divisive Debate
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 11, 2026 · Artificial Intelligence

2026 AI Agent Showdown: Hermes Agent vs OpenClaw – Which Is the Real Future?

This article provides a detailed side‑by‑side evaluation of Hermes Agent and OpenClaw, covering their architecture, skill systems, memory mechanisms, model support, execution environments, programming capabilities, installation costs, migration tools, and offers a decision tree to help users choose the most suitable AI agent for their workflows.

AI AgentExecution EnvironmentHermes Agent
0 likes · 19 min read
2026 AI Agent Showdown: Hermes Agent vs OpenClaw – Which Is the Real Future?
Machine Heart
Machine Heart
Apr 11, 2026 · Artificial Intelligence

How a Chinese Team Reclaimed the Top Spot on the AI Agent Leaderboard After the OpenAI Ranking Scandal

The article analyzes the MLE‑Bench benchmark, Baidu's Famou 2.0 agent achieving a new SOTA score, the controversy over Disarray's cheating, and real‑world deployments in automotive, banking, and aerospace, illustrating how Harness Engineering is becoming the decisive factor in AI agent performance.

AI AgentBaidu FamouHarness Engineering
0 likes · 11 min read
How a Chinese Team Reclaimed the Top Spot on the AI Agent Leaderboard After the OpenAI Ranking Scandal
Machine Heart
Machine Heart
Apr 11, 2026 · Artificial Intelligence

WildClawBench: 60 Real-World Agent Tasks Reveal How Far AI “Lobsters” Have Come

WildClawBench, a 60‑question, Docker‑based benchmark from Shanghai AI Lab’s InternLM team, evaluates AI agents across six multimodal categories, exposing low ceilings for top models like Claude Opus 4.6, highlighting cost‑performance trade‑offs and the rapid rise of Chinese models such as GLM 5.

AI AgentClaude OpusEnd-to-End Evaluation
0 likes · 9 min read
WildClawBench: 60 Real-World Agent Tasks Reveal How Far AI “Lobsters” Have Come
AI Explorer
AI Explorer
Apr 11, 2026 · Artificial Intelligence

Bye‑Bye Hand‑Drawn Diagrams: AI Generates Architecture Charts in Seconds

Fireworks‑tech‑graph is a Claude Code skill that turns natural‑language descriptions of systems into polished SVG and 1920 px PNG diagrams, offering five visual styles, built‑in AI/Agent patterns, easy installation, and a clear advantage over Mermaid and draw.io.

AIAI AgentClaude Code
0 likes · 7 min read
Bye‑Bye Hand‑Drawn Diagrams: AI Generates Architecture Charts in Seconds
PMTalk Product Manager Community
PMTalk Product Manager Community
Apr 10, 2026 · Artificial Intelligence

AI Handles 80% of a Medical Triage Agent, Product Managers Cover the Rest

The article walks through a medical triage AI Agent built with LangChain, LangGraph, and LangSmith, showing how the framework supplies core model and tool interfaces, how graph‑based orchestration manages complex branching, loops and human‑in‑the‑loop steps, and how tracing and evaluation prove reliability for product managers.

AI AgentLangChainLangGraph
0 likes · 23 min read
AI Handles 80% of a Medical Triage Agent, Product Managers Cover the Rest
Shuge Unlimited
Shuge Unlimited
Apr 10, 2026 · Artificial Intelligence

How Zilliz’s Two Skills Enable AI to Code with pymilvus and Manage Cloud Clusters

This article dissects Zilliz’s Milvus Skill and Zilliz Cloud Skill, showing how a modular set of reference files teaches AI agents to generate pymilvus Python code for vector databases and to operate Zilliz Cloud via CLI, while comparing their architecture, security design, and ecosystem role.

AI AgentCloud ManagementHybrid Search
0 likes · 20 min read
How Zilliz’s Two Skills Enable AI to Code with pymilvus and Manage Cloud Clusters
Woodpecker Software Testing
Woodpecker Software Testing
Apr 9, 2026 · Backend Development

Iterative Debugging of AI‑Generated Test Cases and Scripts (Part 4)

The article outlines a lightweight AI‑agent workflow that iteratively refines Python‑based Playwright/pytest test scripts by combining human review with AI‑generated suggestions, shows the exact system and user prompts, and provides a complete runnable example with database setup, request handling, and a failing test case to illustrate the debugging loop.

AI AgentPlaywrightPython
0 likes · 12 min read
Iterative Debugging of AI‑Generated Test Cases and Scripts (Part 4)
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 8, 2026 · Artificial Intelligence

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

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

AI AgentOpenClawSubagent
0 likes · 35 min read
Understanding OpenClaw: Inside the AI Agent Framework Explained by Prof. Li Hongyi
ShiZhen AI
ShiZhen AI
Apr 8, 2026 · Artificial Intelligence

AI Agent Beginner’s Guide: A Clear, No‑Jargon Explanation

This guide explains what an AI Agent is, how it differs from a chatbot, the importance of tools and prompt design, common pitfalls, multi‑agent coordination, and practical steps to build, monitor, and deploy production‑grade agents.

AI AgentAgentic LoopError handling
0 likes · 13 min read
AI Agent Beginner’s Guide: A Clear, No‑Jargon Explanation
Architect's Tech Stack
Architect's Tech Stack
Apr 7, 2026 · Artificial Intelligence

How to Build a Colleague‑Mimicking AI Agent with Claude Code

This article introduces the open‑source "colleague‑skill" project, explains how it parses chat logs and documents into reusable AI skills that emulate a coworker's tone and behavior in Claude Code, and provides detailed usage examples, installation steps, and practical considerations.

AI AgentClaudeLLM
0 likes · 5 min read
How to Build a Colleague‑Mimicking AI Agent with Claude Code
Geek Labs
Geek Labs
Apr 7, 2026 · Artificial Intelligence

Three Open‑Source Projects to Master Claude Code

The article highlights three notable GitHub projects—claurst, claw-code-parity, and ai-agent-deep-dive—each offering a distinct approach to Claude Code, from a Rust clean‑room reimplementation and self‑bootstrapping, to a rapid 48‑hour parity rewrite, and a deep architectural analysis with a minimal Python agent.

AI AgentClaude CodePython
0 likes · 6 min read
Three Open‑Source Projects to Master Claude Code
Architecture and Beyond
Architecture and Beyond
Apr 7, 2026 · Artificial Intelligence

How KAIROS Redefines Claude Code’s Runtime Model: From CLI to Persistent AI Agent

The article analyzes KAIROS, the upcoming AI‑driven mode of Claude Code, explaining how it shifts the tool from a short‑lived CLI assistant to a continuously online, asynchronous agent with persistent sessions, memory distillation, channel integration, and proactive execution, while outlining current gaps and engineering challenges.

AI AgentClaude CodeKairos
0 likes · 22 min read
How KAIROS Redefines Claude Code’s Runtime Model: From CLI to Persistent AI Agent
AI Explorer
AI Explorer
Apr 6, 2026 · Artificial Intelligence

Goose: An Open‑Source AI Agent That Automates Full‑Stack Development Tasks

Goose is an open‑source, on‑machine AI agent written in Rust that can autonomously handle end‑to‑end development workflows—from project scaffolding and API coding to testing and debugging—by orchestrating multiple LLMs via a Model Context Protocol, offering a full‑stack engineering partner for developers and teams.

AI AgentFull‑stack developmentLLM integration
0 likes · 8 min read
Goose: An Open‑Source AI Agent That Automates Full‑Stack Development Tasks
Shuge Unlimited
Shuge Unlimited
Apr 5, 2026 · Artificial Intelligence

How Claude Code’s Speculation Engine Lets AI Finish Your Code Before You Hit Tab

The article dissects Claude Code’s Speculation system, showing how an AI sub‑agent predicts user intent, runs a full edit‑test pipeline in an overlay filesystem, filters results through twelve safety layers, and only commits changes when the user confirms, effectively turning speculative execution into a safe performance boost.

AI AgentClaude CodeCopy-on-Write
0 likes · 21 min read
How Claude Code’s Speculation Engine Lets AI Finish Your Code Before You Hit Tab
Shuge Unlimited
Shuge Unlimited
Apr 4, 2026 · Artificial Intelligence

Inside Claude Code: Three‑Tier Compression Enabling Unlimited‑Length AI Tasks

The article dissects Claude Code's three‑level progressive compression system—MicroCompact, SessionMemoryCompact, and Full Compact—showing how it edits cached prompts, maintains background memory files, and generates a structured nine‑section summary to keep AI agents operating over arbitrarily long conversations within a limited context window.

AI AgentAuto CompressionClaude Code
0 likes · 17 min read
Inside Claude Code: Three‑Tier Compression Enabling Unlimited‑Length AI Tasks
AI Architecture Hub
AI Architecture Hub
Apr 4, 2026 · Artificial Intelligence

How Claude Code Achieves Unlimited Context with Multi‑Layer Caching and Self‑Evolving Agents

This article dissects Claude Code's source code, revealing a two‑layer system‑prompt cache, a four‑stage compact strategy, proactive autonomous modes, multi‑agent collaboration, remote bridge architecture, enterprise‑grade security, and a sophisticated telemetry system that together enable limitless context, self‑learning memory, and industrial‑scale reliability.

AI AgentCachingClaude Code
0 likes · 39 min read
How Claude Code Achieves Unlimited Context with Multi‑Layer Caching and Self‑Evolving Agents
AI Code to Success
AI Code to Success
Apr 3, 2026 · Artificial Intelligence

Can Your AI Agent Earn a College Degree? Exploring Clawvard’s Evaluation Platform

The author explores Clawvard, an AI‑agent assessment platform that tests agents across eight dimensions, shares personal test results showing an initial A‑ rating with a critical retrieval weakness, details the customized improvement rules applied, and demonstrates a subsequent A+ rating, while also discussing the platform’s limits and practical use cases.

AI AgentEvaluationPrompt engineering
0 likes · 8 min read
Can Your AI Agent Earn a College Degree? Exploring Clawvard’s Evaluation Platform
macrozheng
macrozheng
Apr 3, 2026 · Artificial Intelligence

Building Reliable Java AI Agents with JetBrains’ Koog Framework

JetBrains’ new Koog framework provides a native Java Builder‑style API that lets developers define annotated tools and assemble AI agents capable of handling multi‑step tasks such as banking transfers or e‑commerce customer service without writing explicit control flow, illustrating the evolving Java AI Agent ecosystem.

AI AgentJavaKoog
0 likes · 9 min read
Building Reliable Java AI Agents with JetBrains’ Koog Framework
Smart Era Software Development
Smart Era Software Development
Apr 3, 2026 · Artificial Intelligence

Claude Code Deep Dive: Engineering an AI Programming Assistant and Agent Design Best Practices

This article provides a comprehensive technical analysis of Claude Code, explaining how it transforms AI programming assistants from simple code‑completion tools into autonomous agents that can read/write files, execute commands, manage context, and coordinate multiple agents, while detailing its eight core design principles, layered architecture, tool system, context engineering, state management, security model, extensibility mechanisms, and performance optimizations.

AI AgentAgent EngineeringClaude Code
0 likes · 26 min read
Claude Code Deep Dive: Engineering an AI Programming Assistant and Agent Design Best Practices
SuanNi
SuanNi
Apr 3, 2026 · Artificial Intelligence

How Progressive Disclosure Cuts AI Agent Token Bloat by 90% and Enables Self‑Generated Skills

Google's Agent Development Kit introduces a Progressive Disclosure architecture that splits skill knowledge into three lazy‑loaded layers, dramatically reducing token consumption and improving response quality while also supporting four skill‑building modes, including a meta‑skill that lets agents generate new skills on the fly.

AI AgentAgent Development KitMeta Skill
0 likes · 17 min read
How Progressive Disclosure Cuts AI Agent Token Bloat by 90% and Enables Self‑Generated Skills
AI Architecture Hub
AI Architecture Hub
Apr 3, 2026 · Artificial Intelligence

Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners

This tutorial walks you through creating a functional AI agent that can receive goals, plan steps, invoke tools, and iterate until task completion, covering environment setup, core loop implementation, tool integration, error handling, and testing without requiring prior programming experience.

AI AgentAutonomous LoopClaude API
0 likes · 9 min read
Build Your First Real AI Agent: Step‑by‑Step Guide for Beginners
Architecture Musings
Architecture Musings
Apr 2, 2026 · Artificial Intelligence

Claude Code Exposed: Two Real Pitfalls That Reveal Fatal AI Agent Traps

Switching from IDE plugins to the Claude Code CLI AI agent can dramatically speed up code generation, but the author’s two real‑world incidents reveal how blind reliance creates black‑box code, context vacuums, and confident hallucinations that inflate technical debt and jeopardize maintainability.

AI AgentClaude Codecode generation
0 likes · 9 min read
Claude Code Exposed: Two Real Pitfalls That Reveal Fatal AI Agent Traps
AI Explorer
AI Explorer
Apr 2, 2026 · Artificial Intelligence

AI Agent Skill for Global Hot‑Topic Tracking and Data‑Driven Insights

The open‑source /last30days AI skill aggregates and analyzes recent hot content from Reddit, X, YouTube, Hacker News, Bluesky, Polymarket, Instagram Reels and TikTok, applying a multi‑signal quality ranking and data‑driven narrative to deliver structured, citation‑rich briefings that can be integrated into Claude Code or other workflows.

AI AgentClaude CodeInformation Retrieval
0 likes · 7 min read
AI Agent Skill for Global Hot‑Topic Tracking and Data‑Driven Insights
Lao Guo's Learning Space
Lao Guo's Learning Space
Apr 2, 2026 · Operations

Build an OpenClaw Test Bot in Four Steps: Cut Web Regression from Hours to 22 Minutes

The article walks through why manual web regression testing is painful, introduces OpenClaw as an AI‑driven automation platform, and details a four‑step process—defining tasks, configuring browsers, designing logic, and scheduling runs—that reduced a multi‑hour manual test suite to just 22 minutes while highlighting real‑world results and common pitfalls.

AI AgentAutomationOpenClaw
0 likes · 12 min read
Build an OpenClaw Test Bot in Four Steps: Cut Web Regression from Hours to 22 Minutes
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Apr 2, 2026 · Artificial Intelligence

How Alibaba Cloud’s Ops‑Agentic‑Search Reached Human‑Level Performance on the GAIA Benchmark

The article explains the shift of AI agents from passive responders to proactive executors, outlines the challenges of hallucination, task failure, and consistency, introduces the GAIA benchmark, and details how Alibaba Cloud's Ops‑Agentic‑Search achieved a 92.36% accuracy—matching human experts—through global planning, reflection, dynamic context management, and a self‑evolving skills system.

AI AgentDynamic PlanningEnterprise AI
0 likes · 12 min read
How Alibaba Cloud’s Ops‑Agentic‑Search Reached Human‑Level Performance on the GAIA Benchmark
Java Backend Technology
Java Backend Technology
Apr 2, 2026 · Artificial Intelligence

Avoid Common Pitfalls When Designing AGENTS.md for LLM Agents

This article analyzes frequent misunderstandings about AGENTS.md files—such as treating them as encyclopedias, over‑explaining basics, bloating with full text files, poor structure, excessive permissions, and ineffective usage patterns—and provides concrete best‑practice recommendations to keep them concise, modular, and token‑efficient.

AGENTS.mdAI AgentDocumentation Best Practices
0 likes · 10 min read
Avoid Common Pitfalls When Designing AGENTS.md for LLM Agents
AI Architecture Hub
AI Architecture Hub
Apr 2, 2026 · Artificial Intelligence

What the Claude Code Source Leak Reveals About Anthropic’s AI Agent Architecture

A 57 MB source‑map file accidentally shipped with the @anthropic-ai/[email protected] npm package exposed over 1,900 TypeScript/TSX files, allowing the community to dissect Claude Code’s five‑layer Agent Harness, tool control, task runtime, memory system, and remote permission bridge, offering valuable engineering insights for AI agent developers.

AI AgentAnthropicMemory Management
0 likes · 23 min read
What the Claude Code Source Leak Reveals About Anthropic’s AI Agent Architecture
Architect's Journey
Architect's Journey
Apr 1, 2026 · Artificial Intelligence

Agentic OS Explained: Can Alibaba Cloud’s AI‑Agent OS Be the Windows for Agents?

Agentic OS, Alibaba Cloud’s first operating system built for AI agents, tackles traditional OS limitations—high onboarding barriers, lengthy training, instability, weak security, and coordination complexity—through a three‑layer design, pre‑packaged Skills that cut token usage by over 30%, a one‑command Copilot Shell deployment, and a comprehensive security core, reshaping the compute paradigm toward agent‑centric workloads.

AI AgentAgentic OSCloud Computing
0 likes · 10 min read
Agentic OS Explained: Can Alibaba Cloud’s AI‑Agent OS Be the Windows for Agents?
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Apr 1, 2026 · Artificial Intelligence

Inside Claude Code: A Deep Technical Dive into the Accidental Open‑Source Leak

The article dissects the accidental public release of Anthropic's Claude Code TypeScript source, detailing the engineering mistakes that caused the leak, the anti‑distillation safeguards, prompt‑caching strategies, undercover mode, memory‑management mechanisms, and the rapid community response that spawned forks, rewrites, and extensive analysis of the system’s design trade‑offs.

AI AgentAnthropicClaude Code
0 likes · 22 min read
Inside Claude Code: A Deep Technical Dive into the Accidental Open‑Source Leak
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 1, 2026 · Artificial Intelligence

Build an AI Agent Harness from Scratch: Deep Dive into Claude Code Architecture

This article walks developers through the learn-claude-code project, teaching them how to construct a Claude‑style AI Agent Harness by covering twelve progressive lessons, core concepts such as agents, harnesses, sub‑agents, context compression, task management, and providing runnable Python examples and architectural diagrams.

AI AgentAgent HarnessClaude Code
0 likes · 13 min read
Build an AI Agent Harness from Scratch: Deep Dive into Claude Code Architecture
Baidu Geek Talk
Baidu Geek Talk
Apr 1, 2026 · Artificial Intelligence

How IMClaw Turns Any AI Agent into a Remote Service with the ACP Protocol

IMClaw is an open‑source AI‑Agent gateway that implements the ACP (Agent Client Protocol) to let developers control Claude, Codex, Gemini and dozens of other agents from IM tools or remote servers, offering session management, permission control, and a lightweight CLI called acpx.

ACP ProtocolAI AgentAutomation
0 likes · 20 min read
How IMClaw Turns Any AI Agent into a Remote Service with the ACP Protocol
Old Zhang's AI Learning
Old Zhang's AI Learning
Apr 1, 2026 · Artificial Intelligence

LFClaw: Windows‑Only AI Agent with One‑Click Install and Local Model Privacy

The article reviews LFClaw, a Windows‑only AI agent client that offers a one‑click installation, automatic configuration, and local model deployment with hardware‑aware recommendations, while showcasing its file‑management, automation, scheduling, and AI‑driven productivity features through step‑by‑step screenshots.

AI AgentAutomationLFClaw
0 likes · 6 min read
LFClaw: Windows‑Only AI Agent with One‑Click Install and Local Model Privacy
AI Programming Lab
AI Programming Lab
Apr 1, 2026 · Industry Insights

Why DingTalk WuKong Is the Top Enterprise AI Agent for OPC

The author tests DingTalk’s new WuKong AI platform, showing how its CLI‑first design enables secure, precise enterprise workflows, evaluates four OPC scenarios, compares it with other AI coding tools, and examines the open‑source DingTalk Workspace CLI’s features and security architecture.

AI AgentCLIDingTalk
0 likes · 10 min read
Why DingTalk WuKong Is the Top Enterprise AI Agent for OPC
AI Large Model Application Practice
AI Large Model Application Practice
Apr 1, 2026 · Artificial Intelligence

What the Claude Code Leak Reveals About Anthropic’s AI Agent Architecture

An accidental front‑end misconfiguration exposed 512,000 lines of Claude Code’s TypeScript source, unveiling Anthropic’s modular AI agent architecture, hidden “Buddy” pet system, the KAIROS autonomous mode, undercover stealth features, anti‑distillation defenses, and risky YOLO permissions, offering a rare, detailed glimpse into cutting‑edge generative‑AI engineering.

AI AgentAnthropicKairos
0 likes · 13 min read
What the Claude Code Leak Reveals About Anthropic’s AI Agent Architecture
AI Architecture Hub
AI Architecture Hub
Apr 1, 2026 · Artificial Intelligence

How Harness Turns AI Agents from Demo to Production‑Ready Systems

Enterprise AI teams often see impressive results with single‑turn prompts, but when tasks become long‑running and complex, models lose context, produce faulty code, and require heavy manual intervention; the Harness framework provides a full‑lifecycle control system that stabilizes agents, manages knowledge, and ensures reliable production deployment.

AI AgentAI OperationsContext Management
0 likes · 12 min read
How Harness Turns AI Agents from Demo to Production‑Ready Systems
AI Engineer Programming
AI Engineer Programming
Mar 31, 2026 · Artificial Intelligence

How AI Agents Achieve Self‑Evolution Through Context Engineering

The article defines AI Agent self‑evolution as an autonomous loop of perception, learning, and optimization, outlines its three evolutionary levels, key characteristics, core development components, reviews leading frameworks such as EvoSkill and DGM‑Hyperagents, and discusses safety laws for controllable evolution.

AI AgentAutonomous Systemscontext engineering
0 likes · 9 min read
How AI Agents Achieve Self‑Evolution Through Context Engineering
Shuge Unlimited
Shuge Unlimited
Mar 31, 2026 · Artificial Intelligence

5 Agent Design Patterns Uncovered in Claude Code Source Leak

The article dissects the accidental public release of Anthropic's Claude Code TypeScript source, revealing five concrete AI agent design patterns—including prompt‑cache segmentation, a coordinator‑fork architecture, a four‑layer permission model, file‑system memory, and on‑demand tool loading—while also detailing the underlying tech stack, source‑map exposure, and quirky easter eggs.

AI AgentClaude CodeCoordinator
0 likes · 17 min read
5 Agent Design Patterns Uncovered in Claude Code Source Leak
Architect
Architect
Mar 31, 2026 · Artificial Intelligence

What Claude Code’s Leaked Source Map Reveals About the Architecture of AI Agents

A recent source‑map leak of the Claude Code npm package exposed thousands of TypeScript files, allowing engineers to reconstruct the full harness—including its main loop, tool pool, task runtime, memory system, and security boundaries—offering a rare glimpse into the engineering reality of a production‑grade AI agent platform.

AI AgentClaude CodeMemory Management
0 likes · 25 min read
What Claude Code’s Leaked Source Map Reveals About the Architecture of AI Agents
AI Tech Publishing
AI Tech Publishing
Mar 31, 2026 · Artificial Intelligence

Step‑by‑Step Guide to Building Your First AI Agent from Scratch (Full Code Included)

This comprehensive guide walks you through the fundamentals of AI agents, explains the core agent loop, compares workflow patterns with autonomous agents, and provides a practical five‑step process—including tool design, memory handling, testing, and multi‑agent collaboration—complete with real code examples for Anthropic and OpenAI SDKs.

AI AgentLLMPrompt engineering
0 likes · 22 min read
Step‑by‑Step Guide to Building Your First AI Agent from Scratch (Full Code Included)
AI Explorer
AI Explorer
Mar 30, 2026 · Artificial Intelligence

How the ‘last30days’ AI Agent Tracks Global Tech Hotspots in 30 Days

The last30days skill automatically crawls Reddit, X, YouTube, Hacker News, Bluesky, Polymarket and other platforms for the past 30 days, scores multi‑signal quality, generates citation‑rich reports, and offers quick installation and comparison commands to help developers, decision‑makers and creators stay on top of tech trends.

AI AgentClaude Codelast30days
0 likes · 6 min read
How the ‘last30days’ AI Agent Tracks Global Tech Hotspots in 30 Days
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 30, 2026 · Operations

WeCom CLI Launches with 12 Built‑In AI Skills for Direct Enterprise Chat Automation

The newly released wecom‑cli, an open‑source Rust‑based command‑line tool from the official WeCom team, provides twelve AI‑agent skills that let tools like Claude Code or Cursor manage contacts, todos, meetings, messages, schedules, documents, and smart sheets directly from the terminal, streamlining office automation and improving credential security.

AI AgentAutomationCLI
0 likes · 12 min read
WeCom CLI Launches with 12 Built‑In AI Skills for Direct Enterprise Chat Automation
Su San Talks Tech
Su San Talks Tech
Mar 30, 2026 · Artificial Intelligence

Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code

This article explains the fundamentals of large‑model function calling, why it’s needed to bridge language models with real‑world tools, and provides a step‑by‑step implementation in Python—including tool definition, intent extraction, local execution, and result integration—complete with code samples and diagrams.

AI AgentAPIFunction Calling
0 likes · 11 min read
Mastering LLM Function Calling: Theory, Workflow, and Hands‑On Code
AI Explorer
AI Explorer
Mar 29, 2026 · Artificial Intelligence

200+ Commands That Let AI Agents Directly Control Lark (Feishu)

The open‑source lark‑cli brings over 200 commands across 11 Lark business domains and 19 AI Agent skills, offering a three‑layer architecture, rich output formats, security safeguards, and real‑world use cases that let AI agents programmatically operate your Lark workspace.

AI AgentAutomationCLI
0 likes · 10 min read
200+ Commands That Let AI Agents Directly Control Lark (Feishu)
Shuge Unlimited
Shuge Unlimited
Mar 29, 2026 · Artificial Intelligence

How lark‑cli’s 200+ Commands and 19 Agent Skills Enable AI Agents to Automate Feishu

The article introduces lark‑cli, the official open‑source Feishu command‑line tool that bundles over 200 curated commands across 11 business domains and 19 ready‑to‑use Agent Skills, explains its three‑layer architecture, dual Bot/User identity model, security safeguards, and step‑by‑step installation for both human users and AI agents.

AI AgentAutomationCLI
0 likes · 19 min read
How lark‑cli’s 200+ Commands and 19 Agent Skills Enable AI Agents to Automate Feishu
Java One
Java One
Mar 28, 2026 · Artificial Intelligence

Five Core Design Patterns for Building Robust AI Agents with Google ADK

This guide translates Google Cloud Tech's Agent Skills design patterns, detailing five reusable architecture patterns—Tool Wrapper, Generator, Reviewer, Inversion, and Pipeline—that help developers create modular, maintainable, and composable AI agents using the Agent Development Kit (ADK).

AI AgentGoogle ADKInversion
0 likes · 16 min read
Five Core Design Patterns for Building Robust AI Agents with Google ADK
AI Step-by-Step
AI Step-by-Step
Mar 28, 2026 · Artificial Intelligence

How to Evaluate Agent Performance Across Different Scenarios

The article proposes a four‑dimensional framework—task result, output structure, behavior boundary, and long‑term stability—to systematically validate AI agents in varied business contexts such as e‑commerce, manufacturing, insurance, and HR, emphasizing concrete evidence over subjective impressions.

AI AgentR&D ManagementScenario Validation
0 likes · 10 min read
How to Evaluate Agent Performance Across Different Scenarios
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 27, 2026 · Artificial Intelligence

How Tair Powers Sub‑Second AI Agent Memory for Real‑Time Ordering

This article examines how Taobao Flash Sale’s AI Agent uses Alibaba Cloud’s Tair as a high‑performance short‑term memory layer, detailing data model design, latency impact, concurrency control, elastic scaling, bandwidth handling, and TTL‑based cleanup to achieve sub‑second response times during massive traffic spikes.

AI AgentDistributed LockMemory Management
0 likes · 15 min read
How Tair Powers Sub‑Second AI Agent Memory for Real‑Time Ordering
Amazon Cloud Developers
Amazon Cloud Developers
Mar 27, 2026 · Artificial Intelligence

Deploy a Fast‑Fashion E‑Commerce AI Agent in Days to Handle Millions of Concurrent Queries

This article provides a comprehensive, step‑by‑step guide on using Amazon Bedrock AgentCore Runtime to quickly build, deploy, and scale AI agents for fast‑fashion e‑commerce scenarios—covering architecture, supported protocols, session isolation, asynchronous processing, memory management, code examples, and multi‑agent coordination—enabling millions of simultaneous customer interactions with enterprise‑grade security and reliability.

AI AgentAWS BedrockAgentCore Runtime
0 likes · 40 min read
Deploy a Fast‑Fashion E‑Commerce AI Agent in Days to Handle Millions of Concurrent Queries
Advanced AI Application Practice
Advanced AI Application Practice
Mar 26, 2026 · Artificial Intelligence

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

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

AI AgentNon‑IT UsersOpenClaw
0 likes · 4 min read
Why OpenClaw Agents Don’t Become Cheap Labor – A Practical Case Study
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Mar 26, 2026 · Artificial Intelligence

OpenSpace: HKU’s Open‑Source AI Agent Engine Cuts Tokens by 46% and Boosts ROI 4.2×

OpenSpace is an open‑source, self‑evolving AI agent engine that supports major agent frameworks, reduces token consumption by 46%, achieves a 4.2‑fold return on 50 professional tasks across six industries using the Qwen 3.5‑Plus model, and provides auto‑fix, auto‑improve, and auto‑learn capabilities for collective intelligence.

AI AgentOpenSourcebenchmark
0 likes · 9 min read
OpenSpace: HKU’s Open‑Source AI Agent Engine Cuts Tokens by 46% and Boosts ROI 4.2×