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

Latest from Architect

100 recent articles max
Architect
Architect
Jan 26, 2026 · Artificial Intelligence

Why Clawdbot Is the Next‑Gen Personal AI Agent and How to Secure It

Clawdbot is an open‑source personal AI assistant that runs on your own machine and can be controlled via chat apps, offering email handling, automation, and code generation while requiring careful security design to prevent dangerous actions and data loss.

AI assistantClawdbotagent runtime
0 likes · 11 min read
Why Clawdbot Is the Next‑Gen Personal AI Agent and How to Secure It
Architect
Architect
Jan 25, 2026 · Artificial Intelligence

How Anthropic’s ‘Skills’ Turn Code into Scalable AI Agents

Anthropic’s recent blog introduces a four‑layer agent architecture—Loop, Runtime, MCP, and Skills—showing how treating code as a universal interface enables agents to execute real‑world tasks, while Skills package reusable, versioned workflows, scripts, and documentation to bridge the gap between model intelligence and practical operations.

MCPSkills architecture
0 likes · 16 min read
How Anthropic’s ‘Skills’ Turn Code into Scalable AI Agents
Architect
Architect
Jan 24, 2026 · Artificial Intelligence

Turn Prompt Engineering into Reusable Skills: A Practical Claude Code Guide

This article explains how to convert ad‑hoc Claude prompts into versioned, on‑demand Skill modules, covering the concept of procedural knowledge, progressive disclosure, directory layout, SKILL.md metadata, team adoption, common pitfalls, security considerations, and a step‑by‑step 30‑minute rollout plan.

AI SkillsClaudeProgressive disclosure
0 likes · 16 min read
Turn Prompt Engineering into Reusable Skills: A Practical Claude Code Guide
Architect
Architect
Jan 23, 2026 · Artificial Intelligence

Turn Claude Code into a Team Asset: A 7‑Component Config‑as‑Code Blueprint

This guide shows how to transform Claude Code from a personal shortcut into a stable, version‑controlled team asset by organizing its usage into seven configurable components, outlining a step‑by‑step rollout, and providing practical examples, repository structures, plugins, and common pitfalls.

AI toolingClaude CodeMCP
0 likes · 15 min read
Turn Claude Code into a Team Asset: A 7‑Component Config‑as‑Code Blueprint
Architect
Architect
Jan 22, 2026 · Artificial Intelligence

Mastering Claude Code: 10 Practical Strategies for Reliable AI‑Powered Development

This guide distills the official Claude Code best‑practice document into a concise, step‑by‑step playbook that shows how to add verification, keep context clean, structure prompts as task sheets, use CLAUDE.md, configure permissions, employ slash commands, plugins, hooks, subagents, and automate workflows for stable, production‑grade AI‑assisted coding.

AI codingBest PracticesClaude Code
0 likes · 20 min read
Mastering Claude Code: 10 Practical Strategies for Reliable AI‑Powered Development
Architect
Architect
Jan 20, 2026 · Artificial Intelligence

Turning AI Agents into Reliable Team Members: Practical Engineering Practices

This guide explains how architects can treat AI agents as controllable teammates by establishing clear plans, managing context, creating verification loops, versioning assets, leveraging parallelism, and applying multi‑layer risk governance to make agent‑driven development safe and efficient.

Agent planningRisk ManagementSoftware Architecture
0 likes · 13 min read
Turning AI Agents into Reliable Team Members: Practical Engineering Practices
Architect
Architect
Jan 19, 2026 · Artificial Intelligence

How Cursor Scales Autonomous Coding Agents to Hundreds: Architecture Lessons for AI Systems

This article analyzes Cursor's engineering choices for running autonomous coding agents at scale, detailing the long‑running, drift, and evaluation concepts, the Planner‑Worker‑Judge pipeline, concurrency challenges, experimental results, and actionable rules for building robust multi‑agent systems.

System Architectureevaluationsoftware engineering
0 likes · 17 min read
How Cursor Scales Autonomous Coding Agents to Hundreds: Architecture Lessons for AI Systems
Architect
Architect
Jan 15, 2026 · Artificial Intelligence

Inside Claude’s Cowork Mode: How Anthropic Turns a Language Model into a Secure Digital Assistant

This article breaks down the extensive Claude Cowork system prompt, revealing its product positioning, model versions, core tools, safety boundaries, interaction philosophy, user‑wellbeing safeguards, political neutrality rules, file‑handling policies, and the technical workflow that lets Claude run inside a lightweight Linux VM while respecting strict security and ethical constraints.

AIAgentClaude
0 likes · 46 min read
Inside Claude’s Cowork Mode: How Anthropic Turns a Language Model into a Secure Digital Assistant
Architect
Architect
Jan 13, 2026 · Artificial Intelligence

How Anthropic Secures Its New Cowork AI Agent: Deep Dive into Isolation and Human‑in‑the‑Loop Controls

Anthropic's Cowork research preview turns AI agents into digital coworkers that can read/write files, run scripts, and access the network, prompting a detailed security analysis that covers threat modeling, VM‑based hard isolation, sandboxing, least‑privilege defaults, human‑in‑the‑loop safeguards, and mitigation of prompt‑injection attacks.

AnthropicHuman-in-the-LoopVirtualization
0 likes · 13 min read
How Anthropic Secures Its New Cowork AI Agent: Deep Dive into Isolation and Human‑in‑the‑Loop Controls
Architect
Architect
Jan 8, 2026 · Backend Development

Why Process Orchestration Is Essential for Scalable Backend Systems

The article explains how using a flow engine and plugin‑extension architecture can isolate business logic, simplify adding new services, and avoid tangled if‑else code in large backend platforms, illustrated with concrete Java examples and an open‑source project.

Javacode isolationflow engine
0 likes · 7 min read
Why Process Orchestration Is Essential for Scalable Backend Systems