Tagged articles

AI Agents

1861 articles · Page 13 of 19
DataFunSummit
DataFunSummit
Mar 16, 2026 · Artificial Intelligence

Why OpenClaw v2026.3.7 Is a Game‑Changer for Enterprise AI Agents

OpenClaw v2026.3.7 introduces Feishu webhook compatibility fixes, prompt‑cache cost reductions, smarter model routing, domestic model connectors, and persistent binding for container deployments, turning the tool from a geek toy into a reliable enterprise‑grade AI‑agent platform.

AI AgentsOpenClawPrompt Cache
0 likes · 10 min read
Why OpenClaw v2026.3.7 Is a Game‑Changer for Enterprise AI Agents
DataFunTalk
DataFunTalk
Mar 16, 2026 · Artificial Intelligence

Unlocking Anthropic’s Skill‑Creator: New Evaluation, Benchmarking, and Parallel Testing Features

The article explains Anthropic’s latest Skill‑Creator update, which adds an evaluation system, benchmark testing, parallel agent execution, and description optimization, and demonstrates how these capabilities dramatically improve skill reliability, trigger accuracy, and overall performance through concrete examples and quantitative results.

AI AgentsAnthropicPrompt Engineering
0 likes · 13 min read
Unlocking Anthropic’s Skill‑Creator: New Evaluation, Benchmarking, and Parallel Testing Features
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 15, 2026 · Artificial Intelligence

630‑Line Autoresearch Generates 81 Agents, 2,300 Experiments and Ten Pre‑training Insights

A 630‑line Python Autoresearch project sparked a community‑run distributed system that created over 80 autonomous AI agents, executed more than 2,300 experiments in four days, self‑organized roles and peer‑review, and uncovered ten concrete pre‑training findings.

AI AgentsAutoResearchDistributed Training
0 likes · 9 min read
630‑Line Autoresearch Generates 81 Agents, 2,300 Experiments and Ten Pre‑training Insights
Architect
Architect
Mar 15, 2026 · Artificial Intelligence

Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable

This article outlines a practical, step‑by‑step workflow for Claude Code that starts with defining acceptance criteria, correctly layering context, selecting the right execution channel, enforcing system‑level constraints, and actively managing long sessions, turning experimental AI agents into reliable engineering tools.

AI AgentsClaude CodeHooks
0 likes · 27 min read
Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable
DeepNoMind
DeepNoMind
Mar 15, 2026 · Artificial Intelligence

How an AI Agent Orchestrator Self‑Built 40K Lines of TypeScript in 8 Days

In eight days the author used a recursively evolving AI agent orchestrator to generate 40,000 lines of TypeScript, 17 plugins, and 3,288 tests, demonstrating parallel task decomposition, self‑healing CI, and a fully pluggable architecture that automates code review and deployment.

AI AgentsCI automationPlugin Architecture
0 likes · 16 min read
How an AI Agent Orchestrator Self‑Built 40K Lines of TypeScript in 8 Days
TechVision Expert Circle
TechVision Expert Circle
Mar 15, 2026 · Artificial Intelligence

Advanced OpenClaw Practices: A Hands‑On Guide for R&D Teams

This article walks R&D teams through OpenClaw’s core architecture and four advanced usage patterns—multi‑agent collaboration, custom Skill creation with whitelist control, automated workflow orchestration, and security hardening with sandboxed Gateways—providing concrete configuration examples, code snippets, and real‑world risk considerations.

AI AgentsDocker sandboxMulti-agent
0 likes · 22 min read
Advanced OpenClaw Practices: A Hands‑On Guide for R&D Teams
Java Tech Enthusiast
Java Tech Enthusiast
Mar 15, 2026 · Artificial Intelligence

Why OpenClaw’s Uninstall Storm Exposes Critical AI Agent Security Flaws

A sudden wave of OpenClaw uninstall services in 2026 revealed severe AI agent security risks, including default open‑network configurations, persistent OAuth tokens, malicious plugins, runaway costs, and stability crashes, prompting a deep analysis of design flaws and recommended safeguards for future intelligent agents.

AI AgentsAI safetyAgent design
0 likes · 10 min read
Why OpenClaw’s Uninstall Storm Exposes Critical AI Agent Security Flaws
phodal
phodal
Mar 15, 2026 · Artificial Intelligence

Why AI Agent Teams Need a Kanban‑Style Control Plane

The article argues that in the AI‑first software era, managing multi‑agent teams requires a Kanban‑style control plane that visualizes runtime facts, concurrency, repository context, and execution history, turning the board from a simple task list into a robust engineering harness for reliable delivery.

AI AgentsControl PlaneKanban
0 likes · 11 min read
Why AI Agent Teams Need a Kanban‑Style Control Plane
DataFunTalk
DataFunTalk
Mar 15, 2026 · Artificial Intelligence

How OpenClaw v2026.3.7 Boosts Enterprise AI Agent Efficiency and Cuts Costs

The OpenClaw v2026.3.7 upgrade introduces webhook compatibility fixes, typing‑feedback support, a 33% prompt‑caching cost reduction, smarter model routing with domestic model integration, and persistent bindings for container deployments, making the platform far more suitable for enterprise AI agent scenarios.

AI AgentsContainer DeploymentOpenClaw
0 likes · 10 min read
How OpenClaw v2026.3.7 Boosts Enterprise AI Agent Efficiency and Cuts Costs
Radish, Keep Going!
Radish, Keep Going!
Mar 15, 2026 · Artificial Intelligence

How Chrome’s WebMCP Lets LLMs Control Browsers Without APIs or Bots

The article examines Chrome 146’s WebMCP standard, showing how declarative and imperative APIs let large language models interact with real browser sessions directly, outperforming prior screenshot‑or‑Playwright tricks in success rate, token cost, speed, and robustness while exposing new challenges for anti‑bot systems.

AI AgentsChromeLLM
0 likes · 9 min read
How Chrome’s WebMCP Lets LLMs Control Browsers Without APIs or Bots
AI Architecture Path
AI Architecture Path
Mar 15, 2026 · Artificial Intelligence

How to Build a Free AI Digital Workforce with Agency Agents in 3 Simple Steps

This article explains how the open‑source Agency Agents project provides a complete library of 61 AI‑powered digital employees, compares it with Anthropic's billion‑dollar AI team initiative, and walks readers through three quick steps to deploy these agents for personal or team productivity.

AI AgentsClaudeDigital Workforce
0 likes · 13 min read
How to Build a Free AI Digital Workforce with Agency Agents in 3 Simple Steps
AI Architecture Hub
AI Architecture Hub
Mar 15, 2026 · Artificial Intelligence

How OpenClaw Solves Long‑Task Context Challenges for AI Agents

This article analyses the real‑world pain points of long‑running AI agents, breaks down OpenClaw’s core concepts, explains its three‑layer context‑compression pipeline, presents four key engineering decisions, shares six practical techniques with essential parameters, and compares OpenClaw to competing approaches.

AI AgentsLLM engineeringOpenClaw
0 likes · 17 min read
How OpenClaw Solves Long‑Task Context Challenges for AI Agents
TonyBai
TonyBai
Mar 15, 2026 · Artificial Intelligence

Why Your OpenClaw Skills Keep Making AI Fail—and How to Fix Them

The article explains why many developers' OpenClaw skills cause AI agents to stall or hallucinate, identifies three common pitfalls in skill description, command style, and control flow, and offers a systematic, high‑level approach to mastering skill engineering and batch‑creating reliable AI skills.

AI AgentsOpenClawPrompt Engineering
0 likes · 7 min read
Why Your OpenClaw Skills Keep Making AI Fail—and How to Fix Them
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 14, 2026 · Artificial Intelligence

OpenClaw 3.12 Unveiled: UI Overhaul, Faster Model Engine, and Strengthened Security

OpenClaw 3.12 brings a complete UI redesign, a first‑class Ollama onboarding flow, a Fast Mode API switch, Gemini‑based multimodal memory, a new sessions_yield routing feature, robust failover mechanisms and dozens of security patches, all aimed at improving stability and performance for both casual users and large‑scale automation workloads.

AI AgentsFast modeOpenClaw
0 likes · 7 min read
OpenClaw 3.12 Unveiled: UI Overhaul, Faster Model Engine, and Strengthened Security
Fighter's World
Fighter's World
Mar 14, 2026 · Industry Insights

Can Industry AI Agents Compete with Claude’s Powerful Plugins?

The article examines how Anthropic’s Claude Cowork with plugins lets lawyers build custom AI workflows that cut operating costs dramatically, contrasts this DIY approach with vertical AI platforms like Harvey, and analyzes how these dynamics are reshaping the legal market and its competitive landscape.

AI AgentsAI WorkflowClaude
0 likes · 16 min read
Can Industry AI Agents Compete with Claude’s Powerful Plugins?
AI Architecture Path
AI Architecture Path
Mar 14, 2026 · Artificial Intelligence

Build a No‑Human AI Company in Three Steps with Paperclip

This article explains the management challenges of multiple AI agents, introduces the open‑source Paperclip platform that brings enterprise‑level orchestration to AI agents, details its six core capabilities, provides a three‑step quick‑start guide, shares practical tips, and outlines the future roadmap for an AI operating system.

AI AgentsAI managementOrchestration
0 likes · 13 min read
Build a No‑Human AI Company in Three Steps with Paperclip
TechVision Expert Circle
TechVision Expert Circle
Mar 14, 2026 · Industry Insights

The 5 Hot Questions CTOs Are Secretly Debating in 2026

In 2026, CTOs focus on five critical issues—choosing AI agent orchestration, measuring platform engineering ROI, balancing technical debt with delivery speed, defining security‑compliance investment boundaries, and reshaping technology organization structures—to steer strategic technology evolution.

AI AgentsCTO InsightsPlatform Engineering
0 likes · 15 min read
The 5 Hot Questions CTOs Are Secretly Debating in 2026
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 13, 2026 · Artificial Intelligence

OpenClaw v3.12: Revamped Dashboard, 20+ Security Fixes & Fast Mode

OpenClaw v3.12 introduces a completely rebuilt Dashboard, a unified Fast Mode switch, a provider‑plugin architecture for easy model integration, extensive security hardening across command execution, permissions and webhooks, plus new iOS/macOS UI upgrades and Kubernetes deployment guides.

AI AgentsDashboardFast mode
0 likes · 10 min read
OpenClaw v3.12: Revamped Dashboard, 20+ Security Fixes & Fast Mode
Subtle Storm
Subtle Storm
Mar 13, 2026 · Artificial Intelligence

How to Configure the Right Model in OpenClaw for Reliable Agent Performance

This guide explains why selecting the correct AI model is crucial for OpenClaw, outlines the problems caused by a mismatched model, and provides step‑by‑step commands to list providers, authenticate, set defaults, and customize routing for models such as Qwen, OpenAI, Anthropic, and Gemini.

AI AgentsAuthenticationCLI
0 likes · 5 min read
How to Configure the Right Model in OpenClaw for Reliable Agent Performance
AI Waka
AI Waka
Mar 13, 2026 · Artificial Intelligence

How Event‑Driven AI Agents Eliminate Manual Skill Calls

This article explains how event‑driven AI agents replace static, manually‑triggered skill lists with deterministic, context‑aware switches, detailing the shortcomings of static references, the architecture of a skill‑switch engine, file‑based activation, additional activation modes, and the resulting productivity gains.

AI AgentsAutomationContext Engineering
0 likes · 10 min read
How Event‑Driven AI Agents Eliminate Manual Skill Calls
AI Engineering
AI Engineering
Mar 13, 2026 · Artificial Intelligence

Big Model vs Big Harness: Which Drives AI Success?

The article examines the heated AI‑engineering debate between the Big Model camp, which argues that model capability is paramount, and the Big Harness camp, which claims that sophisticated framework engineering is the key to unlocking AI potential, citing quotes, benchmark data, and real‑world examples.

AI AgentsAI debateBig Model
0 likes · 5 min read
Big Model vs Big Harness: Which Drives AI Success?
High Availability Architecture
High Availability Architecture
Mar 13, 2026 · Artificial Intelligence

Inside the 18‑Day Evolution of an Open‑Source AI Agent Orchestrator

In just 18 days after open‑sourcing, the TypeScript‑based Agent Orchestrator built by AI agents themselves amassed 3,800+ GitHub stars, executed 15 parallel sessions, merged six PRs, faced authentication crashes and session deaths, and evolved through a three‑tier escalation protocol with OpenClaw integration to enable real‑time Telegram interaction and continuous self‑improvement.

AI AgentsCI automationOpenClaw
0 likes · 25 min read
Inside the 18‑Day Evolution of an Open‑Source AI Agent Orchestrator
AI Info Trend
AI Info Trend
Mar 13, 2026 · Artificial Intelligence

What Is OpenClaw and How to Deploy Your Own AI‑Powered Digital Assistant

OpenClaw is a self‑hosted gateway that links popular chat apps with AI agents, turning them from simple Q&A bots into actionable digital employees; the article explains its rapid popularity, required API‑key setup, one‑line installation, usage tips, security precautions, and uninstallation steps.

AI AgentsChatbot IntegrationInstallation guide
0 likes · 8 min read
What Is OpenClaw and How to Deploy Your Own AI‑Powered Digital Assistant
MeowKitty Programming
MeowKitty Programming
Mar 12, 2026 · Industry Insights

Tencent Mirrors OpenClaw for Chinese Developers, Triggering Plagiarism Debate

The article examines the controversy sparked by Tencent's creation of a local mirror site for the open‑source AI agent framework OpenClaw, detailing the founder's cost concerns, Tencent's defense, product roll‑outs, and the broader ethical clash between open‑source licensing and commercial exploitation.

AI AgentsMIT licenseOpen Source Ethics
0 likes · 8 min read
Tencent Mirrors OpenClaw for Chinese Developers, Triggering Plagiarism Debate
Ubuntu
Ubuntu
Mar 12, 2026 · Artificial Intelligence

OpenClaw “Little Lobster”: Powerful AI Agent—Secure Its Permissions Before You Install

OpenClaw is a fast‑growing AI agent that can automate file handling, run commands, and generate reports, but because it lacks a sandbox it can see all files on your computer; the article explains four permission levels, compares similar tools, and recommends safe deployment methods such as virtual machines, containers, or cloud servers while warning against direct Windows installation.

AI AgentsOpenClawSandbox
0 likes · 10 min read
OpenClaw “Little Lobster”: Powerful AI Agent—Secure Its Permissions Before You Install
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 12, 2026 · Artificial Intelligence

Nvidia’s Nemotron 3 Super Enters OpenClaw, Rivalling Opus 4.6

Nvidia unveiled the 120‑billion‑parameter Nemotron 3 Super, featuring a Mamba‑MoE hybrid architecture, LatentMoE routing, and Multi‑Token Prediction that together deliver up to 5× higher throughput and 3× faster inference, achieve 85.6% success on OpenClaw—matching Claude Opus 4.6 and GPT‑5.4—and set new records across Pinchbench, MMLU, SWE‑Bench, and other benchmarks, all while being fully open‑sourced with its training data and RL pipelines.

AI AgentsLatentMoEMamba-MoE
0 likes · 14 min read
Nvidia’s Nemotron 3 Super Enters OpenClaw, Rivalling Opus 4.6
AI Tech Publishing
AI Tech Publishing
Mar 12, 2026 · Artificial Intelligence

Why Context Engineering, Not Prompt Engineering, Is the Real Hard Work in the AI Era

The article reveals that while AI tools boost code output, they degrade quality, and that most failures stem from poor context management; it argues that true engineering effort lies in building structured, progressive context architectures—akin to infrastructure—using knowledge graphs, CLAUDE.md, and agent‑driven maintenance.

AI AgentsAnthropicCLAUDE.md
0 likes · 14 min read
Why Context Engineering, Not Prompt Engineering, Is the Real Hard Work in the AI Era
High Availability Architecture
High Availability Architecture
Mar 12, 2026 · Artificial Intelligence

How Claude Code Hits 92% Prompt Cache Rate and Slashes AI Agent Costs by 81%

This article explains the prompt‑caching mechanism used by Claude Code, showing how separating static prefixes from dynamic tails and leveraging KV‑tensor caching reduces the O(n²) complexity of transformer pre‑fill to O(n), achieving a 92% cache hit rate and up to 81% cost savings in long‑running AI agent sessions.

AI AgentsClaudeLLM Optimization
0 likes · 12 min read
How Claude Code Hits 92% Prompt Cache Rate and Slashes AI Agent Costs by 81%
Java Companion
Java Companion
Mar 12, 2026 · Artificial Intelligence

AgentScope Java: Alibaba’s Enterprise‑Grade AI Agent Framework for Java

AgentScope Java 1.0, open‑sourced by Alibaba, provides a production‑ready AI agent framework built for Java ecosystems, addressing stack fragmentation, security, operations, and multi‑agent collaboration through ReAct reasoning, real‑time interruption, sandboxing, RocketMQ‑based A2A communication, and visual debugging, with detailed integration guides and comparison to LangChain4j and Spring AI.

AI AgentsAgentScope JavaEnterprise AI
0 likes · 14 min read
AgentScope Java: Alibaba’s Enterprise‑Grade AI Agent Framework for Java
Black & White Path
Black & White Path
Mar 12, 2026 · Artificial Intelligence

How to Cut Token Costs When Using OpenClaw Agents

This guide shares practical ways to reduce token consumption in OpenClaw by monitoring agent actions, stopping runaway tasks, trimming oversized markdown configurations, applying concise agent rules, and leveraging free models for testing, helping users halve their AI expenses.

AI AgentsOpenClawToken Optimization
0 likes · 8 min read
How to Cut Token Costs When Using OpenClaw Agents
AI Architecture Hub
AI Architecture Hub
Mar 12, 2026 · Industry Insights

How to Become an AI‑Native Engineer: Mastering Agent Orchestration and Codebase Transformation

This article analyzes the new challenges engineers face in the AI era, defines the core competencies of AI‑native engineers, explains how to orchestrate single and multiple agents, outlines the technical hurdles of context switching, and provides practical checklists for building an agent‑friendly development environment and embedding AI agents into product cores.

AI AgentsAI-native engineeragent orchestration
0 likes · 16 min read
How to Become an AI‑Native Engineer: Mastering Agent Orchestration and Codebase Transformation
TonyBai
TonyBai
Mar 12, 2026 · Artificial Intelligence

Why Future Trillion-User Products Won’t Need a UI

With machine traffic now surpassing human traffic, the author argues that traditional front‑end UI is becoming obsolete for the coming era of AI agents, urging developers to treat APIs as the true UI and focus on agent‑friendly infrastructure such as sandbox compute, micro‑payments, service discovery, and composable workflows.

AI AgentsAPI‑firstAgent Infrastructure
0 likes · 8 min read
Why Future Trillion-User Products Won’t Need a UI
Architecture Digest
Architecture Digest
Mar 11, 2026 · Artificial Intelligence

30+ Real‑World OpenClaw Use Cases in a Curated Open‑Source Repo

This article introduces the open‑source "awesome‑openclaw‑usecases" repository, which collects over thirty practical AI‑agent workflows across six functional modules—social media, creativity, DevOps, productivity, research, and finance—providing ready‑to‑run examples, configuration steps, and integration tips for users of OpenClaw.

AI AgentsOpenClawProductivity
0 likes · 6 min read
30+ Real‑World OpenClaw Use Cases in a Curated Open‑Source Repo
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 11, 2026 · Artificial Intelligence

Upgrade All Your Claude Skills Now: Harness the New Skill‑Creator Engine

Anthropic’s updated skill‑creator turns Skills into a core, engineering‑focused capability for Claude, offering a systematic workflow—baseline A/B testing, quantitative assertions, visual evaluation, and iterative description optimization—so developers can rebuild, refine, and reliably trigger their Skills for higher productivity.

AI AgentsAnthropicAutomation
0 likes · 13 min read
Upgrade All Your Claude Skills Now: Harness the New Skill‑Creator Engine
DeepNoMind
DeepNoMind
Mar 11, 2026 · Artificial Intelligence

Agent Skills Market Showdown: In‑Depth Comparison of ClawHub, SkillHub, and SkillsMP

The article analyzes the rapidly emerging Agent Skills ecosystem, comparing ClawHub, SkillHub, and SkillsMP across platform positioning, security, user experience, and developer friendliness, and offers a decision tree and usage recommendations for developers, enterprises, and individual users.

AI AgentsAI ToolingAgent Skills
0 likes · 14 min read
Agent Skills Market Showdown: In‑Depth Comparison of ClawHub, SkillHub, and SkillsMP
AI Waka
AI Waka
Mar 11, 2026 · Artificial Intelligence

Why Context Engineering Is the Secret to Smarter AI Agents

The article explains how context engineering—designing the entire information environment for large language models—overcomes prompt engineering limits, mitigates context decay, and improves speed, accuracy, and cost by strategically selecting, compressing, ordering, isolating, and formatting context for production‑grade AI agents.

AI AgentsAWS BedrockContext Engineering
0 likes · 24 min read
Why Context Engineering Is the Secret to Smarter AI Agents
ShiZhen AI
ShiZhen AI
Mar 11, 2026 · Artificial Intelligence

Build Persistent AI Agents with OpenClaw: A 40‑Day Hands‑On Guide

This article details a 40‑day workflow for creating and evolving eight continuous‑running OpenClaw AI agents using a three‑layer markdown file system—Identity, Operations, and Knowledge—showing how to give agents long‑term memory, self‑healing checks, and coordinated collaboration without databases or message queues.

AI AgentsLong-Term MemoryOpenClaw
0 likes · 17 min read
Build Persistent AI Agents with OpenClaw: A 40‑Day Hands‑On Guide
AI Insight Log
AI Insight Log
Mar 11, 2026 · Industry Insights

Why Meta’s Purchase of Moltbook, the AI‑Only Reddit, Matters

Meta has acquired Moltbook, an AI‑agent‑only Reddit‑style platform that surged to 1.5 million bots and 500 k comments before a security flaw exposed its Supabase database, and analysts see the deal as a talent grab, a move to dominate the emerging AI‑agent social market, and a counter to OpenAI.

AI AgentsAcqui‑hireMeta
0 likes · 8 min read
Why Meta’s Purchase of Moltbook, the AI‑Only Reddit, Matters
Code Mala Tang
Code Mala Tang
Mar 10, 2026 · Artificial Intelligence

What Is the “Lobster” AI Agent Trend and How Does It Work?

The “lobster” style in the AI community describes long‑running AI agents that stay on a server, receive commands via chat tools, and automate tasks such as code fixing, CI repair, and information summarization, turning AI from a occasional assistant into a continuous digital worker.

AI AgentsAutomationChatOps
0 likes · 6 min read
What Is the “Lobster” AI Agent Trend and How Does It Work?
Architect
Architect
Mar 10, 2026 · Artificial Intelligence

How OpenAI’s Harness Engineering Lets Agents Write 1 Million Lines of Code Without Human Hands

OpenAI’s engineering blog reveals that their "Harness Engineering" approach doesn’t replace programmers but instead creates a tightly controlled environment where AI agents autonomously generate, test, review, and merge code by designing the environment, defining clear intent, and building feedback loops, shifting engineers from writing code to steering agents.

AI Agentscode generationcybernetics
0 likes · 22 min read
How OpenAI’s Harness Engineering Lets Agents Write 1 Million Lines of Code Without Human Hands
Senior Brother's Insights
Senior Brother's Insights
Mar 10, 2026 · Artificial Intelligence

Why OpenClaw’s AI Agent Framework Is Both Promising and Overhyped

This article examines OpenClaw’s architecture, its integration of chat entry, agent orchestration, sandbox execution, and extensible skill packs, while highlighting practical limitations such as high token consumption, error amplification, limited professional capabilities, and security concerns that temper its real‑world impact.

AI AgentsOpenClawWorkflow
0 likes · 11 min read
Why OpenClaw’s AI Agent Framework Is Both Promising and Overhyped
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 10, 2026 · Fundamentals

Feedback Loops Secure Quality in SE 3.0; Second‑Order Control Gets Smarter

By applying control theory, the article explains how multi‑level feedback loops form the structural guarantee of quality in Software Engineering 3.0, distinguishes first‑ and second‑order control, maps SE 1.0‑3.0 evolution, and proposes an agent‑driven DevOps model that enables real‑time, self‑evolving software systems.

AI AgentsControl TheorySE 3.0
0 likes · 10 min read
Feedback Loops Secure Quality in SE 3.0; Second‑Order Control Gets Smarter
JD Tech
JD Tech
Mar 10, 2026 · Artificial Intelligence

How JD Insurance Uses AI Agents to Automate the Entire Insurance Supply Chain

This article explains JD Insurance's end‑to‑end AI agent methodology, from scenario selection and goal definition through economic benefit formulas, domain‑specific large‑model fine‑tuning, knowledge‑base integration, multi‑agent planning strategies, reinforcement‑learning driven evolution, and concrete implementations for pricing, fulfillment, and risk control across the insurance value chain.

AI AgentsLarge Language Modelsinsurance automation
0 likes · 43 min read
How JD Insurance Uses AI Agents to Automate the Entire Insurance Supply Chain
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 10, 2026 · Artificial Intelligence

Why Product Managers Are ‘Raising Lobsters’ with OpenClaw: A Hands‑On Case Study

The article explores how product managers can transform OpenClaw, an open‑source AI agent platform, into a versatile digital assistant that automates tasks such as user research, requirement tracking, content creation, and even financial transactions, while providing step‑by‑step deployment guides for both local and cloud environments.

AI AgentsAutomationOpenClaw
0 likes · 28 min read
Why Product Managers Are ‘Raising Lobsters’ with OpenClaw: A Hands‑On Case Study
AI Explorer
AI Explorer
Mar 9, 2026 · Artificial Intelligence

OpenSandbox: Alibaba’s Open‑Source AI Sandbox Platform for Secure Agent Execution

OpenSandbox, Alibaba’s newly open‑sourced sandbox platform, offers a standardized, strongly isolated, and easily managed environment for AI agents, supporting multi‑language SDKs, Docker and Kubernetes runtimes, and enterprise‑grade security features, with a quick Python‑SDK demo to illustrate its use.

AI AgentsAI sandboxDocker
0 likes · 7 min read
OpenSandbox: Alibaba’s Open‑Source AI Sandbox Platform for Secure Agent Execution
DataFunSummit
DataFunSummit
Mar 9, 2026 · Artificial Intelligence

How SkillNet Turns Agentic Skills into Reusable Knowledge for Smarter AI

SkillNet introduces a large‑scale, structured skill knowledge base that lets AI agents capture, share, and reuse procedural abilities, dramatically improving benchmark performance and paving the way for more reliable, evolvable intelligent systems.

AI AgentsKnowledge GraphPython SDK
0 likes · 13 min read
How SkillNet Turns Agentic Skills into Reusable Knowledge for Smarter AI
AI Frontier Lectures
AI Frontier Lectures
Mar 9, 2026 · Cloud Computing

How Google’s New Workspace CLI Turns Cloud APIs into AI‑Ready Commands

Google recently open‑sourced a Workspace CLI that unifies Drive, Gmail, Calendar and other APIs into a single command‑line tool, offers structured JSON output for AI agents, provides built‑in Agent Skills, and includes detailed installation instructions, while warning that it lacks official Google support.

AI AgentsAutomationCLI
0 likes · 6 min read
How Google’s New Workspace CLI Turns Cloud APIs into AI‑Ready Commands
PaperAgent
PaperAgent
Mar 9, 2026 · Artificial Intelligence

How SkillNet Turns AI Agent Experience into Reusable Skills

SkillNet proposes a three‑layer infrastructure that extracts, evaluates, and connects over 200,000 AI‑agent skills into a structured graph, dramatically improving performance across benchmark environments while turning transient agent experience into durable, reusable assets.

AI AgentsEvaluationKnowledge Management
0 likes · 6 min read
How SkillNet Turns AI Agent Experience into Reusable Skills
Past Memory Big Data
Past Memory Big Data
Mar 9, 2026 · Industry Insights

Why Growing AI Agents Make Data Platforms Indispensable for Enterprises

The article explains that as AI agents move from demos to production, enterprises discover that the real bottleneck is not model capability but the underlying data platform, which must provide reliable data ingestion, semantic organization, access control, evaluation, and real‑time capabilities for agents to operate safely and effectively.

AI AgentsData GovernanceEnterprise AI
0 likes · 11 min read
Why Growing AI Agents Make Data Platforms Indispensable for Enterprises
DataFunTalk
DataFunTalk
Mar 9, 2026 · Artificial Intelligence

How OpenClaw v2026.3.7 Boosts Enterprise AI Agent Performance and Cuts Costs by 33%

The OpenClaw v2026.3.7 release introduces Feishu webhook compatibility, typing‑feedback, prompt‑caching that reduces token usage by a third, smarter model routing, domestic model integrations and persistent bindings for Docker, offering enterprises a more stable, cost‑effective AI‑agent platform.

AI AgentsContainer DeploymentOpenClaw
0 likes · 10 min read
How OpenClaw v2026.3.7 Boosts Enterprise AI Agent Performance and Cuts Costs by 33%
AI Agent Research Hub
AI Agent Research Hub
Mar 9, 2026 · Artificial Intelligence

How Claude Code AI Agents Generated 100 Research Papers in 10 Days

Within 228 hours, the Fully Automated Research System (FARS) built on Claude Code and other AI agents used 160 NVIDIA GPUs to produce 100 peer‑review‑level papers, achieving an average ICLR score of 5.05—higher than human submissions—while highlighting the expanding role, limits, and safety concerns of AI‑driven scientific automation.

AI AgentsAI safetyClaude Code
0 likes · 31 min read
How Claude Code AI Agents Generated 100 Research Papers in 10 Days
AI Tech Publishing
AI Tech Publishing
Mar 9, 2026 · Artificial Intelligence

How to Build a 24‑7 Autonomous AI Agent Team with OpenClaw

This guide walks through setting up a continuously running AI Agent Team using OpenClaw, covering hardware choices, installation, file structure, agent roles, coordination via markdown files, scheduling, self‑healing cron jobs, security, cost, troubleshooting, and step‑by‑step recommendations for incremental deployment.

AI AgentsAutomationCron scheduling
0 likes · 20 min read
How to Build a 24‑7 Autonomous AI Agent Team with OpenClaw
Architecture & Thinking
Architecture & Thinking
Mar 9, 2026 · Artificial Intelligence

Why Thousands Queued to Install OpenClaw: Inside the Rise of Local AI Agents

The article examines the massive public queue for free OpenClaw installations at Tencent’s campus, explains the tool’s local‑run AI agent architecture, analyzes market forces driving its rapid adoption, and critically assesses the technical, security, and business challenges that temper its long‑term prospects.

AI AgentsOpenClawcloud services
0 likes · 8 min read
Why Thousands Queued to Install OpenClaw: Inside the Rise of Local AI Agents
TonyBai
TonyBai
Mar 9, 2026 · Cloud Native

A Decade of Docker: How It Reshaped Cloud‑Native Infrastructure

The article reviews Docker’s ten‑year evolution—from early Linux namespace tricks and layered images to Mac/Windows support via HyperKit, network handling with SLIRP/vpnkit, storage bridging with virtio‑fs, and recent extensions for ARM, TEE, GPU and AI agents—highlighting the engineering compromises that made containers the backbone of modern cloud‑native platforms.

AI AgentsContainersDocker
0 likes · 13 min read
A Decade of Docker: How It Reshaped Cloud‑Native Infrastructure
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 8, 2026 · Artificial Intelligence

The OpenClaw Ecosystem Map: Which Products Are Truly Useful?

This article surveys the rapidly growing OpenClaw AI‑agent ecosystem, evaluating dozens of tools—from social‑only agents like Moltbook to memory solutions, skill stores, deployment platforms, security gateways, and hardware—highlighting their features, costs, real‑world significance, and ideal user groups.

AI AgentsOpenClawSecurity
0 likes · 15 min read
The OpenClaw Ecosystem Map: Which Products Are Truly Useful?
DeepHub IMBA
DeepHub IMBA
Mar 8, 2026 · Artificial Intelligence

MIT Study: How Self‑Generated History Pollutes LLM Context and Degrades Multi‑Turn Chats

An MIT paper reveals that storing a language model’s own prior replies—known as context pollution—significantly lengthens the dialogue context while offering little quality benefit, with up to a ten‑fold reduction in tokens and comparable responses for about 70% of turns, especially in open‑source models.

AI AgentsLLMMIT study
0 likes · 11 min read
MIT Study: How Self‑Generated History Pollutes LLM Context and Degrades Multi‑Turn Chats
AI Explorer
AI Explorer
Mar 8, 2026 · Artificial Intelligence

Qwen-Agent: An Open-Source Agent Framework Empowering Complex AI Applications

Qwen-Agent, an open‑source agent development framework built on Qwen large models (≥3.0), integrates function calling, code interpreter, RAG, and MCP support, offering ready‑to‑run demos, GUI tools, and extensive documentation to help developers quickly build and customize sophisticated AI agents.

AI AgentsCode interpreterFunction Calling
0 likes · 7 min read
Qwen-Agent: An Open-Source Agent Framework Empowering Complex AI Applications
Su San Talks Tech
Su San Talks Tech
Mar 8, 2026 · Artificial Intelligence

Top 10 Must-Have OpenClaw Skills to Boost Your AI Projects

This guide curates the ten most essential OpenClaw skills—covering browser automation, AI‑optimized search, self‑improving agents, Google Workspace integration, knowledge‑base connectivity, code repository management, project tracking, and security tools—explaining their popularity, core capabilities, installation commands, and recommended adoption order for new users.

AI AgentsOpenClawProductivity
0 likes · 12 min read
Top 10 Must-Have OpenClaw Skills to Boost Your AI Projects
AI Architecture Hub
AI Architecture Hub
Mar 8, 2026 · Artificial Intelligence

How OpenClaw Tackles Real-World AI Agent Engineering Challenges

This article analyzes the engineering bottlenecks of AI agents and presents OpenClaw—a TypeScript‑based CLI system that solves concurrency, state traceability, failure explainability, memory management, and security through a clear pipeline and practical design patterns, offering ten ready‑to‑use implementation tips.

AI AgentsMemory ManagementOpenClaw
0 likes · 16 min read
How OpenClaw Tackles Real-World AI Agent Engineering Challenges
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 7, 2026 · Artificial Intelligence

Will GPT‑5.4 and OpenClaw Replace 80% of Test Engineers Within 2‑3 Years?

GPT‑5.4’s new computer‑use capability combined with the OpenClaw AI‑Agent framework promises script‑free, parallel, visual, self‑healing testing, leading the author to argue that 80% of current test engineers could be displaced in the next two to three years, leaving a specialized 20% to steer intelligent test factories.

AI AgentsAI testingGPT-5.4
0 likes · 13 min read
Will GPT‑5.4 and OpenClaw Replace 80% of Test Engineers Within 2‑3 Years?
AI Explorer
AI Explorer
Mar 7, 2026 · Artificial Intelligence

Can Tang Dynasty Bureaucracy Manage AI Agents? Inside the edict Open‑Source Multi‑Agent Framework

The edict project adapts the Tang dynasty’s three‑province, six‑department bureaucracy to a multi‑agent AI framework, introducing a hierarchical “Prince”, “Three Ministries”, and “Six Departments” structure with a veto‑power “Chancellor” layer, real‑time dashboards, task intervention, health monitoring, and zero‑dependency deployment.

AI AgentsEdictPython
0 likes · 9 min read
Can Tang Dynasty Bureaucracy Manage AI Agents? Inside the edict Open‑Source Multi‑Agent Framework
Old Zhang's AI Learning
Old Zhang's AI Learning
Mar 7, 2026 · Artificial Intelligence

5 Key Takeaways After Deep‑Diving the Official Codex Windows Docs

The article redefines Codex from a simple code‑completion tool to a supervised, configurable, parallel, and auditable software‑engineering agent, outlines its evolution, official high‑level usage, why community tutorials fall short, and provides a step‑by‑step guide for deep, production‑grade adoption.

AGENTS.mdAI AgentsOpenAI Codex
0 likes · 24 min read
5 Key Takeaways After Deep‑Diving the Official Codex Windows Docs
AI Tech Publishing
AI Tech Publishing
Mar 7, 2026 · Artificial Intelligence

A Practical Guide to Evaluating Agent Skills

This article explains why many Agent Skills are released without testing, defines measurable success criteria, and presents a lightweight evaluation framework—including prompt set creation, deterministic checks, optional LLM‑based qualitative checks, and best‑practice recommendations—demonstrated by improving a Gemini Interactions API skill from 66.7% to 100% pass rate.

AI AgentsAgent SkillsEvaluation
0 likes · 13 min read
A Practical Guide to Evaluating Agent Skills
Su San Talks Tech
Su San Talks Tech
Mar 7, 2026 · Artificial Intelligence

Boost Your AI Coding with OpenCode + Oh My OpenCode: A Low‑Cost Agent Workflow

This article explains how to combine the open‑source terminal AI environment OpenCode with the Oh My OpenCode plugin to create a powerful, cost‑effective agent workflow that leverages Claude Opus 4.5's long context, automates testing, and integrates with GitHub Copilot for rapid project development.

AI AgentsCLI ToolsGitHub Copilot
0 likes · 9 min read
Boost Your AI Coding with OpenCode + Oh My OpenCode: A Low‑Cost Agent Workflow
AI Explorer
AI Explorer
Mar 7, 2026 · Artificial Intelligence

OpenAI Symphony: Let Teams Manage Projects, Not Supervise AI Coding

OpenAI quietly open‑sourced Symphony, an Elixir‑based multi‑agent orchestration framework that integrates with Linear to automate task assignment, sandboxed execution, proof‑of‑work validation and PR submission, shifting developers from code‑watching to project‑management roles while requiring harness engineering for machine‑readable codebases.

AI AgentsElixirLinear
0 likes · 12 min read
OpenAI Symphony: Let Teams Manage Projects, Not Supervise AI Coding
TonyBai
TonyBai
Mar 7, 2026 · Artificial Intelligence

Breaking the Curse of Knowledge: Why Senior Architects Lag Behind in the OpenClaw AI Wave

The article analyzes how the OpenClaw AI agent boom reveals a paradox where seasoned architects, burdened by years of engineering rigor, hesitate while newcomers and cross‑disciplinary users rapidly build functional applications, attributing this to the psychological "curse of knowledge" and shifting power dynamics in software development.

AI AgentsCurse of KnowledgeDeveloper Psychology
0 likes · 10 min read
Breaking the Curse of Knowledge: Why Senior Architects Lag Behind in the OpenClaw AI Wave
SuanNi
SuanNi
Mar 6, 2026 · Information Security

Why OpenClaw’s AI Agent Is a Security Nightmare—and How IronClaw Tries to Fix It

OpenClaw, an open‑source AI agent platform, rapidly gained popularity but exposed critical security flaws by handling user data and keys in plaintext, prompting experts to warn of a “trinity trap”; IronClaw, rebuilt in Rust with encrypted vaults, WASM sandboxing, and PostgreSQL storage, aims to restore trust.

AI AgentsIronClawOpenClaw
0 likes · 12 min read
Why OpenClaw’s AI Agent Is a Security Nightmare—and How IronClaw Tries to Fix It
Design Hub
Design Hub
Mar 6, 2026 · Artificial Intelligence

How Powerful Is GPT‑5.4? A Deep Dive Into Its Design‑Focused Capabilities

OpenAI's GPT‑5.4 combines a 1 M‑token context window, native computer‑use, and benchmark‑leading performance—outperforming humans on 83 % of tasks and cutting token usage by 47 %—while showcasing demos that let designers generate games, websites, and 3D assets in a single prompt.

AI AgentsComputer UseGPT-5.4
0 likes · 7 min read
How Powerful Is GPT‑5.4? A Deep Dive Into Its Design‑Focused Capabilities
High Availability Architecture
High Availability Architecture
Mar 6, 2026 · Artificial Intelligence

How to Trim Massive JSON Outputs for Real‑World AI Agents

The article explains why raw JSON from document‑parsing APIs overwhelms an AI agent's context window and presents a practical workflow that separates readable Markdown content from metadata, uses prompt engineering, and leverages sandboxed code to keep agents efficient and accurate.

AI AgentsPrompt Engineeringdocument parsing
0 likes · 11 min read
How to Trim Massive JSON Outputs for Real‑World AI Agents
DataFunTalk
DataFunTalk
Mar 6, 2026 · Artificial Intelligence

Why GPT‑5.4 Beats Its Predecessors: Code Power, World Knowledge, and New Agent Features

The article reviews GPT‑5.4’s release, comparing its code ability, world knowledge, and multimodal understanding to Claude Opus 4.6 and GPT‑5.3‑Codex, presents benchmark scores (GDPval 83%, SWE‑Bench 57.7%, OSWorld 75%, ToolAthon 54.6%), and highlights new features such as a 1‑million‑token context window, native computer usage, and tool‑search optimization, while discussing pricing and practical usage in OpenClaw.

AI AgentsGPT-5.4benchmark
0 likes · 12 min read
Why GPT‑5.4 Beats Its Predecessors: Code Power, World Knowledge, and New Agent Features
Shuge Unlimited
Shuge Unlimited
Mar 6, 2026 · Artificial Intelligence

Skill-Creator Update: 83.3% Trigger Success and 5 New Engineering Features

Anthropic's March 2026 skill‑creator update adds five engineering‑focused functions—Evals, Benchmark, multi‑agent parallelism, A/B testing, and trigger optimization—enabling systematic testing, performance tracking, and a reported 83.3% improvement in trigger success across public skills.

A/B testingAI AgentsClaude
0 likes · 17 min read
Skill-Creator Update: 83.3% Trigger Success and 5 New Engineering Features
Software Engineering 3.0 Era
Software Engineering 3.0 Era
Mar 5, 2026 · Fundamentals

Why Information Theory Is the Mathematical Foundation of Software Engineering 3.0

The article argues that Software Engineering 3.0 is fundamentally a continuous entropy‑reduction process, using information theory to explain how large language models turn ambiguous human intent into precise executable code, why knowledge graphs outperform documents, and how multi‑agent systems improve quality assurance.

AI AgentsKnowledge Graphentropy
0 likes · 11 min read
Why Information Theory Is the Mathematical Foundation of Software Engineering 3.0
Amap Tech
Amap Tech
Mar 5, 2026 · Artificial Intelligence

How MobilityBench Measures the Real Power of AI Route‑Planning Agents

MobilityBench is an open‑source benchmark built from over 100 000 real user queries that evaluates AI route‑planning agents with a deterministic sandbox, multi‑dimensional metrics, and support for ReAct and Plan‑and‑Execute frameworks, revealing performance gaps between open‑source and closed‑source models.

AI AgentsEvaluationMobilityBench
0 likes · 6 min read
How MobilityBench Measures the Real Power of AI Route‑Planning Agents
PMTalk Product Manager Community
PMTalk Product Manager Community
Mar 5, 2026 · Artificial Intelligence

OpenClaw Hype: Real Efficiency Revolution or 2026 Illusion for Product Managers?

The article examines the 2026 frenzy around OpenClaw, tracing AI's shift from LLMs to autonomous agents, exposing security threats like prompt‑injection and permission overflow, and offering product‑design safeguards such as permission convergence, human‑in‑the‑loop checks, and adversarial testing.

AI AgentsOpenClawSecurity
0 likes · 9 min read
OpenClaw Hype: Real Efficiency Revolution or 2026 Illusion for Product Managers?
Shuge Unlimited
Shuge Unlimited
Mar 5, 2026 · Artificial Intelligence

How to Build a Fully Automated Content Production Team with OpenClaw and 4 AI Agents

This guide shows how to use OpenClaw to create a four‑agent AI team—Content Lead, Topic Researcher, Content Writer, and Content Editor—connected by an Orchestrator‑Worker architecture, passing file paths, returning standardized JSON, and handling configuration, troubleshooting, and cost‑optimisation for end‑to‑end content automation.

AI AgentsContent automationFeishu integration
0 likes · 22 min read
How to Build a Fully Automated Content Production Team with OpenClaw and 4 AI Agents
AI Architecture Path
AI Architecture Path
Mar 5, 2026 · Artificial Intelligence

Turn Chat AI into a Real Assistant: Master OpenClaw, Clawra, OneClaw & Installer

This guide explores the rapid rise of OpenClaw, explains how it extends AI from conversation to actionable automation, and provides step‑by‑step instructions for three derivative projects—Clawra, OneClaw, and OpenClawInstaller—so users can deploy personalized, private AI assistants on desktop or server environments.

AI AgentsAutomationInstallation
0 likes · 12 min read
Turn Chat AI into a Real Assistant: Master OpenClaw, Clawra, OneClaw & Installer
AI Engineering
AI Engineering
Mar 5, 2026 · Artificial Intelligence

How OpenAI’s Symphony Turns Agile Boards into AI‑Powered Project Managers

OpenAI’s Symphony project demonstrates a shift from manually prompting AI code agents to managing autonomous AI‑driven workflows via a Kanban board, while the concurrent Paperclip open‑source effort expands this concept into a full “zero‑person” company orchestration layer.

AI AgentsKanbanOpenAI
0 likes · 4 min read
How OpenAI’s Symphony Turns Agile Boards into AI‑Powered Project Managers
Node.js Tech Stack
Node.js Tech Stack
Mar 5, 2026 · Frontend Development

Jest Creator’s New Toolchain Delivers 10× TypeScript Speed and Swaps ESLint

Christoph Nakazawa, the creator of Jest, shares a self‑tested frontend toolchain—tsgo for TypeScript, Oxfmt for formatting, and Oxlint for linting—showing roughly 10× faster type checking, order‑of‑magnitude faster formatting, and seamless ESLint plugin compatibility, while also arguing that faster tools benefit both developers and AI agents, yet warns of preview‑stage maturity and migration costs.

AI AgentsFrontend toolingOxfmt
0 likes · 9 min read
Jest Creator’s New Toolchain Delivers 10× TypeScript Speed and Swaps ESLint
SuanNi
SuanNi
Mar 4, 2026 · Artificial Intelligence

How Skills Empower Autonomous Agents: Architecture, Design Patterns, and Security Risks

The article provides an in‑depth analysis of the Skills mechanism that gives large language model agents reusable procedural memory, detailing its core components, seven design patterns, real‑world security threats, evaluation benchmarks, and the challenges of safely scaling autonomous AI systems.

AI AgentsAutonomous SystemsDesign Patterns
0 likes · 14 min read
How Skills Empower Autonomous Agents: Architecture, Design Patterns, and Security Risks
Machine Learning Algorithms & Natural Language Processing
Machine Learning Algorithms & Natural Language Processing
Mar 4, 2026 · Artificial Intelligence

How to Build a 24‑Hour AI Agent Team with OpenClaw – A Real‑World Walkthrough

The author details a month‑long experiment creating a six‑agent AI team with OpenClaw that automates research, content creation, code review and email newsletters, saving 4‑5 hours each day for under $400 per month by using file‑based coordination, a two‑layer memory system, and a gradual rollout plan.

AI AgentsMemory ManagementOpenClaw
0 likes · 14 min read
How to Build a 24‑Hour AI Agent Team with OpenClaw – A Real‑World Walkthrough
AI Explorer
AI Explorer
Mar 4, 2026 · Artificial Intelligence

DeerFlow: Open‑Source Super‑Agent Framework Automates Complex Tasks

DeerFlow 2.0, an open‑source super‑agent framework from ByteDance, lets developers automate multi‑step, minutes‑to‑hours‑long workflows by orchestrating sub‑agents with memory, sandboxed execution, and extensible skills, and has surged to over 2.4 k GitHub stars.

AI AgentsAutomationDeerFlow
0 likes · 6 min read
DeerFlow: Open‑Source Super‑Agent Framework Automates Complex Tasks