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
Feb 11, 2026 · Artificial Intelligence

How to Engineer Claude Agents for Stable Production: From Single Agent to Multi‑Agent Systems

This article synthesizes Anthropic’s recent Claude Agent blogs, presenting a layered architecture and practical steps to transform chat‑centric agents into reliable, production‑ready systems, covering when to adopt multi‑agent setups, the role of Skills and MCP, and a ready‑to‑use implementation checklist.

MCPMulti-agentSkills
0 likes · 22 min read
How to Engineer Claude Agents for Stable Production: From Single Agent to Multi‑Agent Systems
Architect
Architect
Feb 10, 2026 · Artificial Intelligence

Why Pi’s Minimalist Architecture Powers OpenClaw’s AI Coding Agent

The article explains how the ultra‑minimal Pi engine—built around just four tools, a tree‑shaped session model, and an extensible plug‑in system—provides a clean, auditable, and secure foundation for OpenClaw’s AI‑driven code‑writing capabilities, while highlighting practical extensions, engineering constraints, and trade‑offs.

AI coding agentAgent EngineeringExtensible architecture
0 likes · 16 min read
Why Pi’s Minimalist Architecture Powers OpenClaw’s AI Coding Agent
Architect
Architect
Feb 8, 2026 · Artificial Intelligence

How AI Agents Will Redefine Software Development by 2026: 8 Trends and a Practical Playbook

Anthropic's 2026 Agentic Coding Trends Report reveals that AI agents are moving from experimental tools to production systems, reshaping the software development lifecycle, engineer roles, collaboration models, long‑running agents, scalable supervision, cross‑functional tooling, economics, and security, with concrete priorities and actionable checklists for organizations.

AI agentsAgentic CodingAutomation
0 likes · 24 min read
How AI Agents Will Redefine Software Development by 2026: 8 Trends and a Practical Playbook
Architect
Architect
Feb 5, 2026 · Artificial Intelligence

Why nanobot’s Minimal Agent Runtime Outperforms OpenClaw’s 430k‑Line Codebase

The article dissects nanobot’s lean 4‑5k‑line architecture, contrasting it with OpenClaw’s 430k‑line implementation, and explains how its message‑bus, AgentLoop, ContextBuilder, tool registry, and proactive Cron/Heartbeat components create a readable, controllable, and extensible AI agent runtime.

Agent architectureContext BuilderLLM Tool Loop
0 likes · 22 min read
Why nanobot’s Minimal Agent Runtime Outperforms OpenClaw’s 430k‑Line Codebase
Architect
Architect
Feb 4, 2026 · Artificial Intelligence

How OpenClaw’s Modular System Prompts Turn AI Agents into Reliable Assistants

This article dissects OpenClaw’s system prompts, showing how a modular, file‑based prompt architecture—covering tools, skills, constraints, memory layers, personality rules, heartbeat checks, and context management—creates a maintainable, versionable, and iterative AI agent that behaves like a disciplined assistant.

Automation
0 likes · 26 min read
How OpenClaw’s Modular System Prompts Turn AI Agents into Reliable Assistants
Architect
Architect
Feb 3, 2026 · Artificial Intelligence

Master Claude Code: 10 Advanced Tips to Turn AI into Your Engineering Partner

This guide distills Boris Cherny's ten advanced Claude Code strategies—covering parallel worktrees, plan‑mode design, rule‑based documentation, skill automation, efficient bug fixing, reviewer prompts, terminal enhancements, sub‑agents, data analysis, and learning techniques—into actionable steps and a ready‑to‑use workflow appendix.

AIGitprompt engineering
0 likes · 19 min read
Master Claude Code: 10 Advanced Tips to Turn AI into Your Engineering Partner
Architect
Architect
Feb 1, 2026 · Artificial Intelligence

How OpenClaw Makes AI Agents Reliable: Inside Its Architecture and Engineering Secrets

This article dissects OpenClaw’s architecture, revealing how a TypeScript CLI process, a gateway server, lane‑queue concurrency, structured memory, tool‑execution allowlists, and semantic browser snapshots combine to turn fragile AI agents into stable, observable, and controllable systems.

AI agentsReliabilitySystem Architecture
0 likes · 20 min read
How OpenClaw Makes AI Agents Reliable: Inside Its Architecture and Engineering Secrets
Architect
Architect
Jan 31, 2026 · Artificial Intelligence

Moltbook Exposed: AI Agents Transform a Reddit‑Style Forum into an Automated Platform

MOLTBOOK is an AI‑only forum where agents register, post, and interact via API calls using skill.md files, turning a Reddit‑like UI into a supply‑chain‑style automation platform; the article examines its architecture, the security risks of unsigned skill files and heartbeat mechanisms, and offers hardening guidelines for safe integration.

AutomationMoltbookSKILL.md
0 likes · 15 min read
Moltbook Exposed: AI Agents Transform a Reddit‑Style Forum into an Automated Platform
Architect
Architect
Jan 30, 2026 · Interview Experience

From Burnout to AI Agent Stardom: Peter Steinberger’s Moltbot Journey

In a candid 35‑minute interview, Peter Steinberger recounts his post‑burnout comeback, the rapid rise of his AI‑powered personal‑assistant project Moltbot (formerly Clawdbot), the technical shortcuts that made it explode on GitHub, and his reflections on the future of AI agents, open‑source tooling, and the risks of prompt‑injection.

AI agentsCLI toolsopen-source
0 likes · 18 min read
From Burnout to AI Agent Stardom: Peter Steinberger’s Moltbot Journey
Architect
Architect
Jan 29, 2026 · Information Security

Secure Your Moltbot in 15 Minutes: 8 Essential Steps

This guide explains why an open Moltbot gateway is dangerous, describes prompt‑injection risks, and provides a concise 15‑minute workflow with eight concrete configuration changes, sandboxing tips, and verification steps to lock down the bot securely.

AI agentsMoltBotprompt injection
0 likes · 18 min read
Secure Your Moltbot in 15 Minutes: 8 Essential Steps