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 26, 2026 · Information Security

How OpenClaw Tames Tool Side‑Effects with Three Guardrails

This article explains how OpenClaw controls the side‑effects of AI‑driven tool calls by splitting them into three guardrails—sandbox, tool policy, and elevated—plus a dynamic exec‑approval step, detailing configuration keys, practical troubleshooting tips, and a minimal baseline setup for secure deployment.

OpenClawelevatedexec approvals
0 likes · 15 min read
How OpenClaw Tames Tool Side‑Effects with Three Guardrails
Architect
Architect
Feb 25, 2026 · Backend Development

Why OpenClaw Uses sessionKey as Partition Key and How Its Dual‑Queue Design Guarantees Order and Throughput

The article explains how OpenClaw tackles common multi‑agent messaging problems by treating sessionKey as a partition key, redefining DM scope for multi‑source inputs, employing a dual‑layer queue with per‑session serialization and global lane throttling, and exposing configurable knobs for micro‑batching, backpressure, and observability.

Message QueueOpenClawSession Key
0 likes · 11 min read
Why OpenClaw Uses sessionKey as Partition Key and How Its Dual‑Queue Design Guarantees Order and Throughput
Architect
Architect
Feb 24, 2026 · Artificial Intelligence

How to Safely Integrate Claude Code: An Architect’s Proven AI‑Assisted Development Workflow

Boris Tane, former founder of Baselime and Cloudflare Workers observability lead, shares a disciplined eight‑step workflow that lets architects harness Claude Code while preventing costly system‑breaking AI‑generated code, by making every AI contribution explicit, reviewed, and anchored to documented architectural decisions.

AI-assisted CodingClaude Codecode review
0 likes · 18 min read
How to Safely Integrate Claude Code: An Architect’s Proven AI‑Assisted Development Workflow
Architect
Architect
Feb 23, 2026 · Backend Development

Why OpenClaw’s Control Plane Uses a Two‑Phase Protocol and runId for Reliable Agent Jobs

The article explains how OpenClaw’s control plane guarantees reliable, idempotent, and observable agent execution by enforcing a two‑phase protocol, strict handshake, role‑based authorization, layered deduplication, gap‑recovery mechanisms, and schema‑driven validation, turning a simple message flow into a production‑grade job system.

OpenClawTwo-Phase ProtocolWebSocket
0 likes · 20 min read
Why OpenClaw’s Control Plane Uses a Two‑Phase Protocol and runId for Reliable Agent Jobs
Architect
Architect
Feb 21, 2026 · Artificial Intelligence

How OpenClaw Turns AI Agents into a Reliable, Auditable Infrastructure – 7 Key Takeaways

OpenClaw treats agents as infrastructure by introducing explicit queues, session boundaries, tool permissions, and persistence layers, ensuring that multi‑channel AI assistants run predictably without chaotic side effects, and the article walks through its architecture, concurrency model, session management, context handling, tool sandboxing, and fail‑over strategies.

Agent architectureContext ManagementOpenClaw
0 likes · 27 min read
How OpenClaw Turns AI Agents into a Reliable, Auditable Infrastructure – 7 Key Takeaways
Architect
Architect
Feb 20, 2026 · Artificial Intelligence

How Agent Loops Give AI Agents a Personality: Engineering Secrets Revealed

This article explains how the Agent Loop—an engineered while‑loop that repeatedly calls an LLM, decides when to use tools, executes them, and feeds results back—creates persistence, style, memory, judgment, and safety boundaries that together make an AI agent feel like it has its own personality.

AI Agent EngineeringLLMOpenClaw
0 likes · 24 min read
How Agent Loops Give AI Agents a Personality: Engineering Secrets Revealed
Architect
Architect
Feb 16, 2026 · Artificial Intelligence

Turn Claude Code into a Reliable Coding Partner: 6 Proven Strategies

This article distills a viral thread by Eyad Khrais into six actionable principles and a reusable workflow for Claude Code, covering planning mode, project‑specific CLAUDE.md files, context management, interface‑style requirements, handling stuck conversations, and automating high‑frequency actions into a sustainable engineering system.

AI coding agentClaude Codeprompt engineering
0 likes · 17 min read
Turn Claude Code into a Reliable Coding Partner: 6 Proven Strategies
Architect
Architect
Feb 13, 2026 · Artificial Intelligence

Cutting Agent Costs: Practical Tips from the ‘Toward Efficient Agents’ Survey

The article analyzes why autonomous LLM agents become expensive, breaks down their cost components, and presents concrete engineering strategies—memory management, tool‑call optimization, and planning constraints—to dramatically reduce token usage and improve reliability while maintaining performance.

LLM agentsPlanningcost optimization
0 likes · 19 min read
Cutting Agent Costs: Practical Tips from the ‘Toward Efficient Agents’ Survey