Architect
Author

Architect

Professional architect sharing high‑quality architecture insights. Topics include high‑availability, high‑performance, high‑stability architectures, big data, machine learning, Java, system and distributed architecture, AI, and practical large‑scale architecture case studies. Open to ideas‑driven architects who enjoy sharing and learning.

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

Latest from Architect

100 recent articles max
Architect
Architect
Apr 15, 2026 · Artificial Intelligence

Can AI Agents Replace Human Engineers? Lessons from Claude Code Automation

The article analyzes the risks of tying core business systems to a single AI model, breaks down Claude Code's workflow into three engineering layers, and offers practical guidelines for building model‑agnostic, observable, and secure automation pipelines that can survive model changes and cost fluctuations.

AI automationAgent HarnessClaude Code
0 likes · 24 min read
Can AI Agents Replace Human Engineers? Lessons from Claude Code Automation
Architect
Architect
Apr 13, 2026 · Artificial Intelligence

How Hermes and OpenClaw Differ in Memory Architecture and Skill Management

The article analyzes Hermes Agent's three‑layer memory system—fact memory stored in tiny Markdown files, session history indexed with SQLite + FTS5, and procedural memory via skill management—then compares each layer to OpenClaw's architecture and explains how to integrate self‑summarizing skills into OpenClaw.

Agent ArchitectureExternal Memory ProviderFTS5
0 likes · 27 min read
How Hermes and OpenClaw Differ in Memory Architecture and Skill Management
Architect
Architect
Apr 12, 2026 · Artificial Intelligence

OpenClaw vs Hermes Agent: Which General AI Agent Fits Your Needs?

OpenClaw and Hermes are both general‑purpose AI agent platforms, but they differ fundamentally in focus—OpenClaw emphasizes a gateway‑centric, multi‑channel control plane, while Hermes centers on a self‑improving execution loop with procedural memory, skill automation, and deep security layers—making each better suited to distinct use cases and migration paths.

AI agentsAgent ArchitectureHermes
0 likes · 27 min read
OpenClaw vs Hermes Agent: Which General AI Agent Fits Your Needs?
Architect
Architect
Apr 9, 2026 · Industry Insights

Why Claude Managed Agents Are Redefining AI Workflows: A Deep Dive

Anthropic's Claude Managed Agents shift the focus from building demo loops to providing a fully hosted runtime base that handles sandboxing, state persistence, error recovery, and tool execution, enabling developers to concentrate on business logic and long‑running tasks while navigating new cost and compliance considerations.

AI Agent infrastructureClaude Managed Agentsagent engineering
0 likes · 23 min read
Why Claude Managed Agents Are Redefining AI Workflows: A Deep Dive
Architect
Architect
Apr 6, 2026 · Artificial Intelligence

Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained

The article breaks down how a Coding Agent’s performance depends not just on the underlying LLM but on the surrounding Harness system that adds context, tool orchestration, memory management, and execution safeguards, turning raw models into collaborative software engineers.

Agent ArchitectureCoding AgentContext Management
0 likes · 18 min read
Why Coding Agents Feel Like Real Colleagues: The Hidden Harness Layer Explained
Architect
Architect
Apr 1, 2026 · Artificial Intelligence

Inside Claude Code: How Anthropic Built a Secure, Scalable Local Agent Runtime

This article dissects Claude Code’s open‑source repository, revealing how its startup sequence, context assembly, main loop, tool contracts, permission pipeline, and long‑task handling are engineered layer by layer to create a performant, secure local AI agent runtime.

AI ArchitectureClaude CodeContext Management
0 likes · 24 min read
Inside Claude Code: How Anthropic Built a Secure, Scalable Local Agent Runtime
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
Architect
Architect
Mar 30, 2026 · Artificial Intelligence

Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development

This article analyzes Claude Code’s hidden capabilities—verification loops, context isolation, session forking, cross‑device teleportation, automated cycles, and parallel worktree isolation—showing how engineers can turn the AI coding assistant into a full‑featured, orchestrated development environment rather than a simple chat‑based code generator.

AI developmentClaude CodeGit Worktree
0 likes · 26 min read
Unlocking Claude Code: 6 Must‑Learn Features to Supercharge Your AI Development
Architect
Architect
Mar 28, 2026 · Artificial Intelligence

Why AI Agents Need a Harness: From Model Power to System Reliability

The article analyzes how the growing strength of large language models shifts engineering bottlenecks from model capabilities to system stability, introducing the concept of a "Harness" that integrates models into real‑world workflows through state management, constraints, feedback loops, and verification mechanisms.

AI EngineeringAI OpsAgent Harness
0 likes · 18 min read
Why AI Agents Need a Harness: From Model Power to System Reliability