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

Latest from Architect

100 recent articles max
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.

AIPlanningagents
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 Managementarchitectural design
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 developmentCodexOpenAI
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 ArchitectureAgentDeployment-Time Learning
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 EngineeringPrompt Cachinglarge language models
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.

ChatbotDebuggingMessage Routing
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.

AITeam Collaborationarchitecture
0 likes · 26 min read
How Coding Agents Shift Software Teams from Implementation to Judgment
Architect
Architect
Mar 13, 2026 · Artificial Intelligence

Why Claude Code Fails Without Proper Governance and How to Build a Stable Agentic Coding System

The article explains that Claude Code’s core challenges lie not in prompts but in treating it as a verifiable, governed, layered agent system, and provides a detailed six‑layer architecture, practical governance tips, and step‑by‑step guidance for teams to achieve stable, production‑grade AI‑assisted coding.

AI OpsClaude Codeagentic AI
0 likes · 30 min read
Why Claude Code Fails Without Proper Governance and How to Build a Stable Agentic Coding System