Tagged articles
7 articles
Page 1 of 1
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Apr 23, 2026 · Artificial Intelligence

Why Agent Harness Is Central to AI Engineering: OfficeClaw Design & Implementation

The article explains how Agent Harness, defined by six core components (Execution Loop, Tool Registry, Context Manager, State Store, Lifecycle Hooks, Evaluation Interface), forms the operating system for AI agents, and details Huawei Cloud OfficeClaw’s layered architecture and real‑world deployment that boosts task reliability and efficiency.

AI EngineeringAgent HarnessMulti-Agent Systems
0 likes · 11 min read
Why Agent Harness Is Central to AI Engineering: OfficeClaw Design & Implementation
AI Tech Publishing
AI Tech Publishing
Apr 14, 2026 · Artificial Intelligence

12 Harness Design Patterns from Claude Code: Memory, Workflow, Tools, and Automation

The article dissects twelve concrete harness design patterns uncovered in the leaked Claude Code source, organized into four categories—memory & context, workflow & orchestration, tools & permissions, and automation—detailing their use cases, trade‑offs, and implementation costs for building production‑grade AI agents.

Agent DesignClaude CodeHarness Patterns
0 likes · 14 min read
12 Harness Design Patterns from Claude Code: Memory, Workflow, Tools, and Automation
AI Insight Log
AI Insight Log
Jan 8, 2026 · Artificial Intelligence

Claude Code 2.1.1 Recovers After Changelog Crash with Hot‑Reloaded Skills

After a changelog‑induced bug forced an emergency rollback of Claude Code 2.1.0, Anthropic quickly released version 2.1.1, introducing automatic skill hot‑reload, forked sub‑agent contexts, expanded Vim support, lifecycle hooks, remote‑dev commands, and a suite of bug fixes.

AI coding assistantClaude CodeRemote Development
0 likes · 7 min read
Claude Code 2.1.1 Recovers After Changelog Crash with Hot‑Reloaded Skills
Architect
Architect
Oct 22, 2024 · Backend Development

Simplify Third‑Party HTTP Calls with UniHttp: A Declarative Java Client

This article explains why traditional programmatic HTTP clients cause duplicated, hard‑to‑maintain code in enterprise projects, introduces the UniHttp declarative framework with its annotations, shows a quick‑start guide, details lifecycle hooks for custom processing, and demonstrates an enterprise‑level weather‑service integration example.

Declarative APIHTTP clientUniHttp
0 likes · 20 min read
Simplify Third‑Party HTTP Calls with UniHttp: A Declarative Java Client
BaiPing Technology
BaiPing Technology
May 24, 2022 · Frontend Development

Why Vue 3 Lifecycle Hooks Fail in Async Setup and How to Fix Them

This article explains the restrictions of using Vue 3 Composition API lifecycle hooks inside asynchronous setup code, demonstrates the warning Vue emits, and shows how the framework links hooks to component instances through its source code, offering a safe way to inject hooks asynchronously.

Async SetupComposition APIlifecycle hooks
0 likes · 13 min read
Why Vue 3 Lifecycle Hooks Fail in Async Setup and How to Fix Them