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
8.1k
Views
0
Comments
Recent Articles

Latest from Architect

100 recent articles max
Architect
Architect
Jun 27, 2026 · Backend Development

From Task Cycles to a Maintainable, Observable, Replayable Agent Loop

The article explains how Loop Engineering turns multi‑round Agent execution into a maintainable, observable, and replayable closed‑loop by defining six core components, reusing traditional development patterns, presenting a CI‑failure triage demo, and highlighting architectural and practical pitfalls.

Agent LoopCI pipelineSoftware Architecture
0 likes · 19 min read
From Task Cycles to a Maintainable, Observable, Replayable Agent Loop
Architect
Architect
Jun 25, 2026 · Artificial Intelligence

Why a Concise CLAUDE.md Entry File Is Critical for LLM Agents in Your Repo

The article explains how a short, well‑structured CLAUDE.md file injects the minimal yet essential context an LLM coding agent needs before it scans a repository, preventing common mis‑assumptions about tech stack, commands, boundaries, and completion criteria.

AGENTS.mdAI toolingCLAUDE.md
0 likes · 16 min read
Why a Concise CLAUDE.md Entry File Is Critical for LLM Agents in Your Repo
Architect
Architect
Jun 24, 2026 · Artificial Intelligence

What Architects Should Focus on When Claude, Codex, and Mira Discuss Loop

The article examines Loop engineering for AI agents, arguing that beyond entry points like Claude, Codex, or Mira, architects must ensure reliable feedback, persistent state, clear stop conditions, and human hand‑off, drawing parallels to high‑reliability SRE practices and proposing concrete design and evaluation steps.

AI AgentsAutomationLoop Engineering
0 likes · 20 min read
What Architects Should Focus on When Claude, Codex, and Mira Discuss Loop
Architect
Architect
Jun 23, 2026 · Operations

Continuous Cleanup of Architectural Entropy with Loop Engineering

The article explains how Loop Engineering can be applied to architectural governance to continuously detect, verify, and reduce legacy burdens, turning costly deletion risks into small, repeatable feedback loops, especially in the AI Agent era, while outlining practical steps, pitfalls, and design patterns for effective entropy reduction.

AI AgentsArchitectural EntropyContinuous Cleanup
0 likes · 17 min read
Continuous Cleanup of Architectural Entropy with Loop Engineering
Architect
Architect
Jun 22, 2026 · Artificial Intelligence

Building a Personal AI‑Powered Learning System with Claude Code

The article explains how to turn Claude Code from a simple answer generator into a structured learning workbench that records goals, sources, quizzes, mistakes and reviews, using a minimal four‑file setup and research‑backed practices such as retrieval testing to ensure lasting understanding.

AI learningClaude CodeEducation Technology
0 likes · 19 min read
Building a Personal AI‑Powered Learning System with Claude Code
Architect
Architect
Jun 21, 2026 · Industry Insights

Why Enterprise AI’s New Moat Lies in Real Workflows, Not Code Complexity

The interview with Anthropic CEO Dario Amodei reveals that as AI makes software generation cheap, the real competitive edge for enterprises will shift from code complexity to mastering real‑world workflows, data permissions, governance, and trustworthy execution within customer environments.

AIAgentic EngineeringEnterprise AI
0 likes · 26 min read
Why Enterprise AI’s New Moat Lies in Real Workflows, Not Code Complexity
Architect
Architect
Jun 20, 2026 · Artificial Intelligence

From ReAct to Loop Engineering: What Exactly Do AI Agents Loop?

The article analyses Loop Engineering as the missing engineering layer for AI agents, defining a minimal Think‑Act‑Observe‑Verify‑Repeat cycle, outlining five loop categories, the six hard boundaries for production use, and practical guidance for turning feedback into verifiable, stoppable, and hand‑off‑ready loops.

AI AgentsLoop EngineeringReact
0 likes · 25 min read
From ReAct to Loop Engineering: What Exactly Do AI Agents Loop?
Architect
Architect
Jun 19, 2026 · Artificial Intelligence

From Harness to Environment: The Next Engineering Layer for LLM Agents

The article argues that while Harness engineering still controls how agents run, the emerging focus on Environment engineering determines whether agents receive reliable, verifiable feedback, shaping their long‑term learning and safety in real‑world tasks.

AI systemsAgent EngineeringEnvironment Engineering
0 likes · 21 min read
From Harness to Environment: The Next Engineering Layer for LLM Agents
Architect
Architect
Jun 16, 2026 · Artificial Intelligence

Can Agents Self‑Improve Their Harness? Designing a Self‑Harness Architecture

The article presents Self‑Harness, an engineering‑focused framework that lets AI agents analyze their execution traces, propose limited harness edits, and retain only those changes that pass regression tests, demonstrating measurable held‑out pass‑rate gains across three models while emphasizing reliable fact sources and staged adoption.

AI AgentsHarness EngineeringLoop Engineering
0 likes · 17 min read
Can Agents Self‑Improve Their Harness? Designing a Self‑Harness Architecture