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.4k
Articles
0
Likes
2.6k
Views
0
Comments
Recent Articles

Latest from Architect

100 recent articles max
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 OpsAI engineeringAgent Harness
0 likes · 18 min read
Why AI Agents Need a Harness: From Model Power to System Reliability
Architect
Architect
Mar 27, 2026 · Artificial Intelligence

Turning AI Agents into a Planning‑First Development Engine

The article analyzes Matt Van Horn’s workflow that replaces traditional IDEs with a planning‑first approach using markdown task files, voice input, parallel research agents, and a custom "last30days" engine, showing how AI can orchestrate research, planning, execution, and verification to boost productivity across code and non‑code tasks.

AIAutomationPlanning
0 likes · 24 min read
Turning AI Agents into a Planning‑First Development Engine
Architect
Architect
Mar 26, 2026 · Artificial Intelligence

How Anthropic’s Harness Keeps Long‑Running AI Agents on Track

The article analyzes Anthropic’s Harness design for long‑running applications, detailing how it mitigates context anxiety and self‑evaluation bias through sprint contracts, rubric scoring, and a planner‑generator‑evaluator architecture, and evaluates its effectiveness across multiple versions.

AI agentsContext ManagementLong-Running Tasks
0 likes · 13 min read
How Anthropic’s Harness Keeps Long‑Running AI Agents on Track
Architect
Architect
Mar 25, 2026 · Industry Insights

What to Inspect First in OpenAI’s Codex Repo? 5 Must‑Read Files

If you can only glance at the OpenAI Codex repository once, focus on five key entry points—AGENTS.md, justfile, rust-ci.yml, the app‑server README with schema fixtures, and rust-release.yml—to quickly understand the team’s engineering decisions, risk management, and release cadence.

AI developmentCI/CDCodex
0 likes · 22 min read
What to Inspect First in OpenAI’s Codex Repo? 5 Must‑Read Files
Architect
Architect
Mar 22, 2026 · Artificial Intelligence

Can Frozen LLMs Keep Learning? Inside Memento‑Skills' Deployment‑Time Learning

The article analyses the Memento‑Skills paper and its open‑source implementation, showing how a frozen large language model can continuously improve by treating skills as external memory, using a five‑step Observe‑Read‑Act‑Feedback‑Write loop, advanced routing, and modular architecture to achieve significant gains on GAIA and HLE benchmarks.

AI ArchitectureAgentLLM
0 likes · 21 min read
Can Frozen LLMs Keep Learning? Inside Memento‑Skills' Deployment‑Time Learning
Architect
Architect
Mar 20, 2026 · Artificial Intelligence

How OpenAI Turns Repository Tasks into Automated AI‑Powered Workflows

The article analyses OpenAI’s approach to embedding AI‑driven Skills into a repository’s workflow—using AGENTS.md, scripts, and GitHub Actions—to automate repetitive engineering actions, improve PR throughput, and accelerate open‑source maintenance while keeping clear boundaries between model reasoning and deterministic scripts.

CI/CDopen-sourcesoftware maintenance
0 likes · 23 min read
How OpenAI Turns Repository Tasks into Automated AI‑Powered Workflows
Architect
Architect
Mar 18, 2026 · Artificial Intelligence

Why Prompt Caching Is More Than a Cost‑Saving Trick: It Shapes Agent Architecture

The article explains that Prompt Cache is not merely a way to reduce token costs, but a fundamental mechanism that forces developers to redesign the context management of long‑running AI agents, turning caching considerations into core architectural decisions.

Context Engineeringlarge language modelsprompt caching
0 likes · 25 min read
Why Prompt Caching Is More Than a Cost‑Saving Trick: It Shapes Agent Architecture
Architect
Architect
Mar 17, 2026 · Artificial Intelligence

Why Your OpenClaw Bot Doesn’t Reply: Diagnose the 5 Hidden Layers

The article explains that most OpenClaw issues stem from mixing up five core layers—channel, account, agent, session, and memory—and provides a step‑by‑step troubleshooting guide to isolate the problem, verify each layer, and configure the system for reliable responses.

ChatbotMessage RoutingOpenClaw
0 likes · 17 min read
Why Your OpenClaw Bot Doesn’t Reply: Diagnose the 5 Hidden Layers
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 CodeContext Management
0 likes · 27 min read
Mastering Claude Code: A Proven Workflow to Keep AI Agents Stable
Architect
Architect
Mar 14, 2026 · R&D Management

How Coding Agents Shift Software Teams from Implementation to Judgment

The article explains how coding agents dramatically lower implementation costs, turning the bottleneck in engineering, product, and design collaborations from building code to making high‑quality judgments, reviewing, and context hand‑offs.

AIArchitectureJudgment
0 likes · 26 min read
How Coding Agents Shift Software Teams from Implementation to Judgment