Tagged articles
447 articles
Page 2 of 5
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 AgentContext EngineeringOpenClaw
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 AgentClaude CodeMulti-Agent
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 AgentPrompt engineeringartificial intelligence
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 AgentAgent orchestrationJava
0 likes · 9 min read
Building Reliable Java AI Agents with JetBrains’ Koog Framework
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 CodePolymarket
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 OSSecurity
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 AgentContext Engineeringautonomous systems
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 AgentLLMMemory
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 AgentDesign PatternsGoogle ADK
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 AgentEvaluation FrameworkR&D management
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 AgentLow latencyMemory Management
0 likes · 15 min read
How Tair Powers Sub‑Second AI Agent Memory for Real‑Time Ordering
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 AgentBenchmarkCollective Intelligence
0 likes · 9 min read
OpenSpace: HKU’s Open‑Source AI Agent Engine Cuts Tokens by 46% and Boosts ROI 4.2×
IT Services Circle
IT Services Circle
Mar 26, 2026 · Artificial Intelligence

Why OpenClaw Is the Hottest AI Agent and How It Works Under the Hood

OpenClaw is a 24/7 autonomous AI agent that runs locally, offering multi‑platform integration, high‑permission file and command access, a plug‑in skill ecosystem, self‑correcting memory, and a transparent markdown‑based workspace, while also exposing its architectural components, directory layout, and trade‑offs such as security risks and token consumption.

AI AgentAutonomous AILocal Execution
0 likes · 27 min read
Why OpenClaw Is the Hottest AI Agent and How It Works Under the Hood
Su San Talks Tech
Su San Talks Tech
Mar 26, 2026 · Artificial Intelligence

Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots

This article explains how OpenClaw functions as an AI Agent framework that connects chat applications to large language models, manages multi‑turn dialogues, executes tool commands, handles memory and security, and demonstrates advanced features such as sub‑agents, cron jobs, and context compression.

AI AgentMemory ManagementOpenClaw
0 likes · 19 min read
Unlocking AI Agents: How OpenClaw Turns Language Models into Actionable Bots
AI Engineer Programming
AI Engineer Programming
Mar 25, 2026 · Artificial Intelligence

What Is an AI Agent? Definition, Core Capabilities, and Architecture

The article explains AI agents as autonomous systems that perceive environments, plan, use tools, iterate through action loops, and self‑reflect, contrasting them with traditional chatbots and workflows, and outlines their core abilities, memory types, tool‑use mechanisms, and single‑ versus multi‑agent architectures.

AI AgentMemoryMulti-Agent
0 likes · 8 min read
What Is an AI Agent? Definition, Core Capabilities, and Architecture
Java Architecture Diary
Java Architecture Diary
Mar 25, 2026 · Artificial Intelligence

Building Java AI Agents with Koog: A Hands‑On Guide to Native Java Agent APIs

JetBrains' newly released Koog for Java provides a native Java AI Agent framework that lets developers annotate methods as tools, assemble agents with a Builder‑style API, and let large language models orchestrate multi‑step tasks without writing explicit control flow, as demonstrated with banking and e‑commerce examples.

AI AgentBuilder APIJava
0 likes · 9 min read
Building Java AI Agents with Koog: A Hands‑On Guide to Native Java Agent APIs
Test Development Learning Exchange
Test Development Learning Exchange
Mar 24, 2026 · Artificial Intelligence

Build a Test‑Specific AI Agent to Auto‑Generate Pytest Cases and Analyze Allure Reports

This guide presents an end‑to‑end solution for creating a test‑focused AI agent that indexes project code and defect data, integrates a large language model via LangChain, generates compliant Pytest cases, parses Allure reports, and offers deployment tips for seamless PyCharm integration.

AI AgentAllureLangChain
0 likes · 13 min read
Build a Test‑Specific AI Agent to Auto‑Generate Pytest Cases and Analyze Allure Reports
AgentGuide
AgentGuide
Mar 24, 2026 · Artificial Intelligence

What I Learned Moving from Backend Engineering to AI Agent Development

The author, a former backend engineer turned AI Agent developer, explains how LLM uncertainty, context engineering, shifting code responsibilities, workflow standards, new failure modes, and the ReAct paradigm shape modern Agent development, and outlines tasks best suited—or unsuited—for LLMs.

AI AgentContext EngineeringLLM
0 likes · 6 min read
What I Learned Moving from Backend Engineering to AI Agent Development
AI Info Trend
AI Info Trend
Mar 24, 2026 · Artificial Intelligence

How OpenClaw 2.0 Turns AI from Chatbot to Actionable Agent – A Deep Dive

The OpenClaw 2.0 research report maps the evolution from simple chatbots to fully‑actionable AI agents, detailing its market surge, four‑layer memory architecture, zero‑code deployment options, cost‑saving token optimization, and a roadmap that predicts AI agents will reshape personal productivity and enterprise workflows.

AI AgentAI ArchitectureAI trends
0 likes · 6 min read
How OpenClaw 2.0 Turns AI from Chatbot to Actionable Agent – A Deep Dive
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 24, 2026 · Artificial Intelligence

Why LLMs Behave Unpredictably: From Uncertainty to Practical Agent Design

This article analyzes the sources of LLM output uncertainty, explores hardware and architectural constraints, demonstrates how to build robust AI agents with prompt engineering, tool orchestration, and memory management, and compares traditional micro‑service design with modern LLM‑centric workflows.

AI AgentHardwareLLM
0 likes · 64 min read
Why LLMs Behave Unpredictably: From Uncertainty to Practical Agent Design
AI Architecture Path
AI Architecture Path
Mar 24, 2026 · Artificial Intelligence

Why DeerFlow 2.0 Is the Next‑Generation Super‑Agent Framework for AI

DeerFlow 2.0, an open‑source AI‑agent platform from ByteDance, introduces a fully extensible, batteries‑included architecture that handles long‑running tasks, offers a plug‑in skill system, supports Docker/Kubernetes deployment, and demonstrates significant efficiency gains over OpenCode in real‑world content creation scenarios.

AI AgentDeerFlowLong Context Management
0 likes · 14 min read
Why DeerFlow 2.0 Is the Next‑Generation Super‑Agent Framework for AI
Yunqi AI+
Yunqi AI+
Mar 23, 2026 · Information Security

Beyond the Hype: How to Safely and Effectively Use OpenClaw AI Agent

The article examines OpenClaw’s rapid rise, outlines concrete security risks such as prompt injection and skill‑market poisoning, and provides a step‑by‑step framework for defining use cases, isolating environments, limiting permissions, and maintaining cost‑effective, long‑term operation.

AI AgentOpenClawSecurity
0 likes · 13 min read
Beyond the Hype: How to Safely and Effectively Use OpenClaw AI Agent
DataFunTalk
DataFunTalk
Mar 23, 2026 · Artificial Intelligence

MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP

This article provides a detailed technical comparison between Model Context Protocol (MCP) and traditional Command Line Interface (CLI) for AI agents, outlining their design goals, performance trade‑offs, security implications, benchmark results, and a practical decision framework with concrete signals for choosing the right approach.

AI AgentCLIHybrid Architecture
0 likes · 14 min read
MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP
Su San Talks Tech
Su San Talks Tech
Mar 23, 2026 · Artificial Intelligence

How OpenClaw Turns AI Agents into Real‑World Automation Tools

OpenClaw is an AI Agent framework that bridges chat platforms and large language models, enabling automated tasks through context‑engineered prompts, tool usage, memory management, sub‑agents, and security controls, while illustrating practical examples, workflow steps, and mitigation strategies for potential shell‑command exploits.

AI AgentLLMOpenClaw
0 likes · 18 min read
How OpenClaw Turns AI Agents into Real‑World Automation Tools
AI Insight Log
AI Insight Log
Mar 22, 2026 · Industry Insights

WeChat Integrates OpenClaw: One‑Click AI Agent Access for 1.4 B Users

WeChat has launched the ClawBot plugin that lets iOS users control OpenClaw AI agents directly from chat, while Tencent rolls out QClaw, Lighthouse, and WorkBuddy across personal, developer, and enterprise segments, sparking a broader AI‑agent competition and raising security concerns.

AI AgentOpenClawTencent
0 likes · 5 min read
WeChat Integrates OpenClaw: One‑Click AI Agent Access for 1.4 B Users
PaperAgent
PaperAgent
Mar 22, 2026 · Artificial Intelligence

How AI Agents Like OpenClaw Turn LLMs into Autonomous Assistants

This article explains what AI agents are, how they differ from ordinary language‑model interfaces, and walks through OpenClaw’s workflow, tool usage, security challenges, memory handling, and advanced features such as sub‑agents and context compaction, offering practical insights for building safe autonomous AI systems.

AI AgentContext EngineeringOpenClaw
0 likes · 27 min read
How AI Agents Like OpenClaw Turn LLMs into Autonomous Assistants
ShiZhen AI
ShiZhen AI
Mar 22, 2026 · Artificial Intelligence

5 Google-Defined Agent Skill Design Patterns: From Tool Wrapper to Pipeline

Google's ADK team outlines five recurring Agent Skill design patterns—Tool Wrapper, Generator, Reviewer, Inversion, and Pipeline—each solving a concrete pain point, with advantages, suitable scenarios, and ready‑to‑use YAML prompt examples for building more effective AI agents.

AI AgentAgent SkillDesign Patterns
0 likes · 17 min read
5 Google-Defined Agent Skill Design Patterns: From Tool Wrapper to Pipeline
AI Step-by-Step
AI Step-by-Step
Mar 22, 2026 · Artificial Intelligence

How OpenClaw’s Agent Loop Turns Chat into Actionable Tasks

OpenClaw distinguishes itself from ordinary chatbots by employing an Agent Loop—a task‑driving execution chain that normalizes inputs, assembles context, makes model‑based decisions, suspends for tool results, and writes back state, enabling continuous task progression rather than single‑turn replies.

AI AgentAgent LoopOpenClaw
0 likes · 10 min read
How OpenClaw’s Agent Loop Turns Chat into Actionable Tasks
AI Product Manager Community
AI Product Manager Community
Mar 21, 2026 · Artificial Intelligence

Mastering AI Agents: From Core Concepts to Enterprise Deployment

This article provides a comprehensive, structured overview of AI agents, covering their fundamental definitions, core architecture (LLM, planning, memory, tool use), evolution from chatbots, the ReAct reasoning framework, multi‑agent systems, safety challenges like hallucination and prompt‑injection, and practical strategies for production‑grade deployment.

AI AgentMulti-Agent SystemPrompt engineering
0 likes · 16 min read
Mastering AI Agents: From Core Concepts to Enterprise Deployment
AI Architecture Path
AI Architecture Path
Mar 21, 2026 · Artificial Intelligence

Reconstructing Claude Code: A Step‑by‑Step Guide to Building AI Programming Agents

This article breaks down the Claude Code architecture into 12 progressive stages, explains the core agent loop in Python and Java, details each capability layer with code snippets, and provides a quick‑start guide—including environment setup, test runs, and a visual web platform—to help developers replicate the AI programming agent from scratch.

AI AgentAgent ArchitectureClaude Code
0 likes · 9 min read
Reconstructing Claude Code: A Step‑by‑Step Guide to Building AI Programming Agents
Architect's Ambition
Architect's Ambition
Mar 19, 2026 · Artificial Intelligence

Fix AI Agent Tool-Calling Chaos with Prompt Engineering and MCP Protocol

The article explains how poorly designed prompts cause AI agents to invoke unnecessary or incorrect tools, and shows how a structured prompt template combined with the Model Context Protocol (MCP) and three safety measures can raise tool‑calling accuracy from about 30% to over 95%.

AI AgentJavaMCP protocol
0 likes · 13 min read
Fix AI Agent Tool-Calling Chaos with Prompt Engineering and MCP Protocol
AgentGuide
AgentGuide
Mar 19, 2026 · Artificial Intelligence

What Exactly Is an AI Agent? Complete Interview Guide

This article breaks down the concept of AI agents for interview preparation, covering their definition, core components like planning, memory, and tool use, differences from plain LLM chats, real‑world challenges, typical use cases, detailed component analysis, and a runnable pseudo‑code example.

AI AgentLLMMemory
0 likes · 9 min read
What Exactly Is an AI Agent? Complete Interview Guide
AI Explorer
AI Explorer
Mar 19, 2026 · Artificial Intelligence

Unveiling Hunter Alpha: Xiaomi’s MiMo‑V2‑Pro and Two New Models Revealed

After a week of anonymous dominance on OpenRouter, Xiaomi revealed that the top‑ranking Hunter Alpha and Healer Alpha models are its MiMo‑V2‑Pro and MiMo‑V2‑Omni, respectively, and introduced the MiMo‑V2‑TTS voice model, detailing their massive parameters, benchmark scores, pricing, multimodal capabilities, and a clever blind‑test launch strategy.

AI AgentBenchmarkMiMo-V2
0 likes · 11 min read
Unveiling Hunter Alpha: Xiaomi’s MiMo‑V2‑Pro and Two New Models Revealed
Architect's Ambition
Architect's Ambition
Mar 18, 2026 · Artificial Intelligence

From Zero to a Real AI Agent: Master Its Core Essence, Not Just API Calls

The article explains why an AI Agent is more than a simple LLM API call, outlines its four essential modules—memory, planning, tool use, and feedback—shows how they differ from ordinary models, and offers practical steps and common pitfalls for building a production‑grade single‑agent system.

AI AgentFeedback LoopLLM
0 likes · 13 min read
From Zero to a Real AI Agent: Master Its Core Essence, Not Just API Calls
Java Tech Enthusiast
Java Tech Enthusiast
Mar 18, 2026 · Artificial Intelligence

Demystifying OpenClaw: Agents, RAG, Memory & Skills Explained

This article explains the OpenClaw AI agent framework, detailing how its core Agent follows an Observe‑Plan‑Act loop, how Memory uses SQLite for short‑ and long‑term storage, how RAG retrieves external knowledge, and how Skills replace MCP with modular tool workflows, plus security tips and deployment links.

AI AgentMemoryOpenClaw
0 likes · 14 min read
Demystifying OpenClaw: Agents, RAG, Memory & Skills Explained
JavaGuide
JavaGuide
Mar 18, 2026 · Artificial Intelligence

Why Build Your Own Claude Code Agent? A Step‑by‑Step Walkthrough

This article explores the Learn Claude Code website, breaking down the universal agent loop into twelve incremental versions, demonstrating language‑agnostic implementations in Python and Java, and detailing progressive capabilities—from basic tool integration to memory compression, concurrency, and multi‑agent collaboration.

AI AgentAgent LoopClaude
0 likes · 9 min read
Why Build Your Own Claude Code Agent? A Step‑by‑Step Walkthrough
Data STUDIO
Data STUDIO
Mar 18, 2026 · Artificial Intelligence

Building a Smart Web AI Agent with FastAPI, LangGraph, and MCP

This article walks through the design and implementation of a production‑ready Web AI agent that uses FastAPI as the HTTP layer, LangGraph to orchestrate multi‑step reasoning, and MCP to expose external tools, showing how to manage state, integrate multiple LLM providers, and extend the system with persistence, rate‑limiting, and monitoring.

AI AgentFastAPILLM
0 likes · 20 min read
Building a Smart Web AI Agent with FastAPI, LangGraph, and MCP
AgentGuide
AgentGuide
Mar 18, 2026 · Artificial Intelligence

From Beginner to Senior AI Agent Engineer: A Proven Learning Path

The article outlines a step‑by‑step learning roadmap for AI Agent development, covering large‑model fundamentals, prompt engineering, retrieval‑augmented generation, agent architecture, production practices, and fine‑tuning concepts to help engineers progress from entry‑level to senior roles.

AI AgentAgent FrameworksPrompt engineering
0 likes · 9 min read
From Beginner to Senior AI Agent Engineer: A Proven Learning Path
Mingyi World Elasticsearch
Mingyi World Elasticsearch
Mar 17, 2026 · Artificial Intelligence

Andrew Ng’s Agent Skills: From Basics to Must‑Know Essentials

This article breaks down Andrew Ng and Anthropic’s Agent Skills course, explaining how organized skill folders give general AI agents domain expertise, repeatable workflows, and new capabilities, while using portable, composable design and progressive disclosure to make agents reliable, scalable, and industrial‑grade.

AI AgentAgent SkillsComposable Architecture
0 likes · 9 min read
Andrew Ng’s Agent Skills: From Basics to Must‑Know Essentials
Java Tech Enthusiast
Java Tech Enthusiast
Mar 17, 2026 · Artificial Intelligence

OpenClaw Explained: Turning Your PC into a Local AI Agent with Skills and Risks

This article breaks down OpenClaw's architecture, describing how it runs locally on a computer, processes messages in four steps—listen, think, do, remember—leverages modular Skills for shell commands, file I/O, and browser automation, and highlights the security implications of a powerful local AI agent.

AI AgentLocal AutomationOpenClaw
0 likes · 11 min read
OpenClaw Explained: Turning Your PC into a Local AI Agent with Skills and Risks
Frontend AI Walk
Frontend AI Walk
Mar 17, 2026 · Artificial Intelligence

Master the 5 Core Concepts of AI Agent Orchestration

This guide explains the five fundamental concepts—Agent, Harness, Protocol, Session, and Orchestration—through definitions, comparisons, concrete code examples, diagrams, and practical challenges, showing how they interrelate to enable safe and controllable multi‑agent AI workflows.

ACPAI AgentHarness
0 likes · 11 min read
Master the 5 Core Concepts of AI Agent Orchestration
Black & White Path
Black & White Path
Mar 17, 2026 · Artificial Intelligence

Supercharge OpenClaw with Skills: A Complete Usage Guide

This guide explains what OpenClaw Skills are, why they matter, how to install and enable them, how to create custom Skills, and highlights the curated Awesome-openclaw-skills repository that categorizes thousands of high-quality Skills for AI agents, plus practical tips for combining and optimizing them.

AI AgentAutomationCLI
0 likes · 7 min read
Supercharge OpenClaw with Skills: A Complete Usage Guide
Alibaba Cloud Observability
Alibaba Cloud Observability
Mar 16, 2026 · Information Security

Can AI Agents Be Truly Controlled? Auditing, Cost, and Security Insights for OpenClaw

This article examines whether AI agents operate under strict control by analyzing OpenClaw's attack surface, security incidents, session audit logs, application logs, and OTEL metrics, and demonstrates how multi‑source observability can answer who triggered actions, what costs were incurred, which high‑risk tools were used, and whether the behavior is fully traceable.

AI AgentLLM CostOTEL
0 likes · 22 min read
Can AI Agents Be Truly Controlled? Auditing, Cost, and Security Insights for OpenClaw
Alibaba Cloud Observability
Alibaba Cloud Observability
Mar 16, 2026 · Information Security

Secure OpenClaw AI Agents: One‑Click Log Integration & Real‑Time Auditing with Alibaba SLS

This article explains how to connect OpenClaw, a leading AI agent platform, to Alibaba Cloud Log Service (SLS) using the SLS Access Center, providing one‑click log ingestion, built‑in audit and observability dashboards, and detailed guidance for security auditing, cost monitoring, and troubleshooting across multiple data sources.

AI AgentAlibaba CloudCloud Native
0 likes · 29 min read
Secure OpenClaw AI Agents: One‑Click Log Integration & Real‑Time Auditing with Alibaba SLS
Architect's Ambition
Architect's Ambition
Mar 16, 2026 · Artificial Intelligence

Understanding AI Agents: From Chatting to Getting Things Done

The article explains the four essential components of AI Agents—brain, memory, tool, and planning layers—illustrates their implementation with Python code, compares planning strategies, shares a real-world OOM fault‑diagnosis case, and lists common pitfalls to help newcomers build functional agents.

AI AgentLLMMemory Management
0 likes · 17 min read
Understanding AI Agents: From Chatting to Getting Things Done
AI Architecture Hub
AI Architecture Hub
Mar 16, 2026 · Artificial Intelligence

Why Claude Code Feels Unstable and How to Build a Reliable AI‑Powered Coding Workflow

The article analyses why Claude Code often produces unstable results, explains that it should be treated as a layered agent system rather than a chatbot, and provides concrete best‑practice steps—including context noise reduction, verification‑first design, hierarchical governance, an eight‑step baseline setup, and advanced multi‑session automation—to turn it into a stable engineering collaborator.

AI AgentAutomationClaude Code
0 likes · 21 min read
Why Claude Code Feels Unstable and How to Build a Reliable AI‑Powered Coding Workflow
IT Services Circle
IT Services Circle
Mar 15, 2026 · Artificial Intelligence

How PinchBench Ranks OpenClaw AI Agents Across Real‑World Tasks

The article explains OpenClaw’s rapid rise and the emerging on‑site installation business, introduces the open‑source PinchBench benchmark that evaluates large language models as OpenClaw agents on 23 real‑world tasks, presents recent ranking results, and provides step‑by‑step instructions for running the benchmark and submitting results.

AI AgentBenchmarkOpenClaw
0 likes · 5 min read
How PinchBench Ranks OpenClaw AI Agents Across Real‑World Tasks
Fun with Large Models
Fun with Large Models
Mar 15, 2026 · Artificial Intelligence

A Complete Guide to 2026’s Hottest Tech Concept: Agent Engineering

The article explains Agent Engineering—a systematic approach that turns nondeterministic large‑language‑model agents into reliable production‑grade applications through an iterative build‑test‑deploy‑observe‑improve loop, combining product, engineering, and data‑science thinking to address unpredictability and achieve continuous growth.

AI AgentData‑Driven OptimizationIterative Development
0 likes · 12 min read
A Complete Guide to 2026’s Hottest Tech Concept: Agent Engineering
AI Engineer Programming
AI Engineer Programming
Mar 15, 2026 · Artificial Intelligence

What Is Pi? A Minimalist Next‑Gen AI Agent Architecture

Pi is a lightweight, terminal‑based AI coding agent that focuses on a minimal set of core capabilities—read, edit, bash, and multi‑model support—while exposing a tree‑structured conversation history and an extensible TypeScript plugin system, contrasting sharply with feature‑heavy competitors.

AI AgentOpenClawTypeScript
0 likes · 8 min read
What Is Pi? A Minimalist Next‑Gen AI Agent Architecture
Shuge Unlimited
Shuge Unlimited
Mar 15, 2026 · Operations

How OpenClaw Fixed a Self‑Upgraded, Unresponsive Instance in Just 3 Minutes

In a real‑world AIOps demo, the OpenClaw AI agent remotely diagnosed, pinpointed the OOM cause of a failed upgrade, rolled back to a stable version, and restored service within three minutes, illustrating its three core capabilities, cost advantages, feasibility analysis, and practical rollout guidance.

AI AgentAuto‑RemediationOpenClaw
0 likes · 13 min read
How OpenClaw Fixed a Self‑Upgraded, Unresponsive Instance in Just 3 Minutes
AI Explorer
AI Explorer
Mar 15, 2026 · Artificial Intelligence

How OpenViking Redesigns AI Agent Memory with a File‑System Approach

OpenViking, an open‑source project from ByteDance, introduces a file‑system‑style context database for AI agents that unifies memory, resources, and skills, offers hierarchical L0‑L2 loading, visualizable retrieval paths, and self‑evolution, aiming to eliminate fragmented context management and improve debugging, cost, and scalability.

AI AgentObservabilityOpenViking
0 likes · 8 min read
How OpenViking Redesigns AI Agent Memory with a File‑System Approach
SpringMeng
SpringMeng
Mar 14, 2026 · Artificial Intelligence

How Do Skills, MCP, RAG, and Agents Relate in OpenClaw?

The article explains OpenClaw’s four‑layer architecture—Agent, Memory, RAG, and Skills—detailing how each component (including Function Call and MCP) works, how they differ from platforms like Dify, and provides practical security guidelines for running the open‑source AI agent framework.

AI AgentMCPMemory
0 likes · 15 min read
How Do Skills, MCP, RAG, and Agents Relate in OpenClaw?
AI Explorer
AI Explorer
Mar 14, 2026 · Artificial Intelligence

Build a Claude‑Code‑Level AI Agent in 12 Incremental Lessons

This open‑source tutorial walks developers through twelve progressive lessons, expanding a minimal 84‑line agent to a full‑featured 694‑line Claude‑Code‑style AI system that covers tool calls, sub‑agents, context compression, and multi‑agent collaboration.

AI AgentAgent LoopClaude Code
0 likes · 9 min read
Build a Claude‑Code‑Level AI Agent in 12 Incremental Lessons
AI Explorer
AI Explorer
Mar 14, 2026 · Artificial Intelligence

Claude’s 1M‑Token Context Window Launches with No Premium Pricing

Anthropic’s Claude Opus 4.6 and Sonnet 4.6 now offer a full‑million‑token context window at the same per‑token price as short‑context usage, delivering top‑ranked MRCR v2 performance, six‑fold media capacity, and reduced AI‑Agent memory compression without any code changes across all major cloud platforms.

AI AgentAnthropicClaude
0 likes · 6 min read
Claude’s 1M‑Token Context Window Launches with No Premium Pricing
AI Engineer Programming
AI Engineer Programming
Mar 13, 2026 · Artificial Intelligence

Big Model vs. Big Harness: Who Really Powers AI Agents?

The article examines whether the success of AI agents stems from ever‑stronger large language models or from the surrounding harness—context management, tool orchestration, and reliability engineering—by comparing viewpoints, empirical evaluations, and practical guidance for developers.

AI AgentHarness EngineeringLLM
0 likes · 11 min read
Big Model vs. Big Harness: Who Really Powers AI Agents?
NiuNiu MaTe
NiuNiu MaTe
Mar 13, 2026 · Artificial Intelligence

OpenClaw Explained: Turning Your PC into a Local AI Agent (Architecture & Risks)

OpenClaw is a locally‑run AI agent that listens to messages from multiple platforms, translates them into a unified format, uses an LLM to plan actions, executes tasks via modular Skills, and stores context in a transparent local memory, while exposing significant security considerations.

AI AgentLocal AutomationMemory Management
0 likes · 10 min read
OpenClaw Explained: Turning Your PC into a Local AI Agent (Architecture & Risks)
Qborfy AI
Qborfy AI
Mar 13, 2026 · Artificial Intelligence

How OpenClaw Turns Chat Prompts into Real Actions on Your PC

OpenClaw is an open‑source, locally‑run AI assistant that integrates with QQ, Feishu and WeChat, enabling the system to receive a message, plan a workflow, execute tasks such as email handling, file organization or scheduling, and return the result without ever leaving the user's computer.

AI AgentAI AssistantAutomation
0 likes · 13 min read
How OpenClaw Turns Chat Prompts into Real Actions on Your PC
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 13, 2026 · Artificial Intelligence

Ensuring AI Agents Are Truly Controlled: Observability & Security with OpenClaw

This article explains how to verify that AI agents operate under strict control by combining session audit logs, application logs, and OpenTelemetry metrics, detailing threat modeling, runtime protection limits, and comprehensive observability pipelines using OpenClaw to answer who, what, cost, and auditability questions.

AI AgentObservabilityOpenClaw
0 likes · 26 min read
Ensuring AI Agents Are Truly Controlled: Observability & Security with OpenClaw
AI Step-by-Step
AI Step-by-Step
Mar 12, 2026 · Artificial Intelligence

Stop the hype: 5 practical tasks to try with the Xiaolongxie AI agent

The article explains that the Xiaolongxie AI agent excels at workflow‑type tasks—those with clear steps, ongoing monitoring, defined inputs and outputs, and repeatable labor savings—and lists five concrete scenarios (web‑page inspection, data structuring, chat‑based assistants, scheduled monitoring, and multi‑step task decomposition) while also outlining its three core capabilities (browser automation, heartbeat scheduling, and sub‑agents) and advising a gradual adoption roadmap.

AI AgentBrowser Automationheartbeat scheduling
0 likes · 9 min read
Stop the hype: 5 practical tasks to try with the Xiaolongxie AI agent
Su San Talks Tech
Su San Talks Tech
Mar 12, 2026 · Artificial Intelligence

Demystifying OpenClaw: How Agents, RAG, Memory, and Skills Power AI Automation

OpenClaw is an open‑source AI agent platform that integrates core concepts such as Agents, Retrieval‑Augmented Generation, Memory, Function Calling, and the proprietary Skills protocol, offering a four‑layer architecture, configurable workspaces, SQLite‑backed persistence, and practical deployment guidance while highlighting security best practices.

AI AgentFunction CallingMemory
0 likes · 14 min read
Demystifying OpenClaw: How Agents, RAG, Memory, and Skills Power AI Automation
Tech Minimalism
Tech Minimalism
Mar 12, 2026 · Information Security

Is OpenClaw Secure? 5 Essential Configurations Most Users Miss

The article analyses the security risks of the OpenClaw AI agent, explains how its powerful capabilities can be abused through prompt injection and malicious Skills, and provides a step‑by‑step guide with five concrete configuration measures—token limits, sensitive‑info protection, exec approval, tool whitelisting, and network isolation—to keep the agent safe while retaining productivity.

AI AgentConfigurationOpenClaw
0 likes · 23 min read
Is OpenClaw Secure? 5 Essential Configurations Most Users Miss