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
May 20, 2026 · Artificial Intelligence

How to Turn a Single Hermes Agent into a Fully Operable System

The article walks through converting a chat‑based Hermes Agent into a maintainable, hand‑off‑ready system by building a control room, defining clear runtime and management files, applying security safeguards, and following a step‑by‑step production pipeline.

AI OpsAgent Control RoomHermes Agent
0 likes · 22 min read
How to Turn a Single Hermes Agent into a Fully Operable System
Architect
Architect
May 18, 2026 · Artificial Intelligence

18 Essential Actions to Build a Personal Claude AI Workbench

The article explains that effective use of Claude depends on establishing a stable personal work environment rather than merely crafting prompts, and it details 18 concrete actions organized into six layers—projects, personal instructions, fact sources, workflow cards, review loops, and boundaries—to create a reusable AI workbench.

AI workflowAgent HarnessClaude
0 likes · 31 min read
18 Essential Actions to Build a Personal Claude AI Workbench
Architect
Architect
May 17, 2026 · Artificial Intelligence

Agent Skills Survey: How Process Knowledge Becomes Technical Debt

The recent arXiv survey on Agent Skills maps the full lifecycle of skills—representation, acquisition, retrieval, and evolution—and warns that unchecked growth can turn a valuable process asset into technical debt, urging teams to enforce admission quality, robust routing, versioning, testing, and retirement mechanisms.

AI EngineeringAgent SkillsProcess Assets
0 likes · 26 min read
Agent Skills Survey: How Process Knowledge Becomes Technical Debt
Architect
Architect
May 16, 2026 · Artificial Intelligence

Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code

The article analyzes how Claude Code can operate reliably in monorepos and large codebases by reorganizing the repository into an agent‑friendly environment, detailing the seven‑step agentic loop, the role of CLAUDE.md, LSP navigation, Subagents, and a three‑layer architecture that balances context, execution, and governance.

AI AgentsCLAUDE.mdClaude Code
0 likes · 30 min read
Turning Massive Codebases into Agent‑Ready Workspaces with Claude Code
Architect
Architect
May 15, 2026 · Artificial Intelligence

Why Codex, Claude Code, and Hermes All Adopt /goal: Turning Prompt Goals into Runtime Agent Interfaces

From late April to mid‑May, OpenAI Codex, Claude Code, and Hermes each introduced an explicit /goal capability that transforms a one‑sentence prompt into a managed runtime object, enabling long‑running agents to maintain state, validation, budget, and pause/resume control within the Agent Harness.

AI AgentsAgent HarnessClaude Code
0 likes · 21 min read
Why Codex, Claude Code, and Hermes All Adopt /goal: Turning Prompt Goals into Runtime Agent Interfaces
Architect
Architect
May 14, 2026 · Artificial Intelligence

Why Codex /goal Goes Beyond Simple Looping for Long‑Running Agents

The article dissects Codex’s /goal feature, showing how it adds persistent goal objects, a runtime lifecycle, completion auditing and budget handling, turning long‑running agents from a simple repeat‑loop into a robust, state‑driven engineering workflow.

CodexCompletion AuditGoal Management
0 likes · 20 min read
Why Codex /goal Goes Beyond Simple Looping for Long‑Running Agents
Architect
Architect
May 11, 2026 · Artificial Intelligence

How CLAUDE.md Cut Claude Code Errors from 41% to 3% – What Really Changed?

The author reports a personal experiment where adding a concise CLAUDE.md file to 30 repositories reduced Claude Code's error rate from 41% to 3%, explains why such a tiny contract influences agent behavior, expands the original four Karpathy rules into twelve practical guidelines, and offers concrete advice on writing, structuring, and maintaining effective CLAUDE.md files.

AI AgentsCLAUDE.mdClaude Code
0 likes · 23 min read
How CLAUDE.md Cut Claude Code Errors from 41% to 3% – What Really Changed?
Architect
Architect
May 10, 2026 · Artificial Intelligence

Long‑Running Agents: From Ralph Loop to Hand‑over‑Ready Harness

The article analyzes the challenges of long‑running AI agents, showing that persistence alone is insufficient and that reliable hand‑over requires explicit specifications, external state files, drift mitigation, sub‑agents, and a verifiable evidence chain to keep the work understandable for the next model or human.

AI AgentsContext EngineeringHarness
0 likes · 25 min read
Long‑Running Agents: From Ralph Loop to Hand‑over‑Ready Harness
Architect
Architect
May 8, 2026 · Artificial Intelligence

From Code Retrieval to Context Operations: The Next Architecture Shift in AI Programming

The article argues that AI programming is moving from asking whether models can write code to whether agents can autonomously locate, read, modify, execute, and verify context within real engineering environments, emphasizing the migration of context control from pre‑processing pipelines to agentic loops and the need for a robust harness.

AI codingClaude CodeContext Engineering
0 likes · 22 min read
From Code Retrieval to Context Operations: The Next Architecture Shift in AI Programming