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

Latest from Architect

100 recent articles max
Architect
Architect
Aug 10, 2026 · Artificial Intelligence

Anthropic Deep Dive: Context Engineering Lessons from Real‑World R&D

The article analyzes Anthropic’s “Effective context engineering for AI agents,” showing how larger context windows can degrade, categorizing information by stability, designing prompts in the Goldilocks zone, structuring tool contracts, and applying runtime information scheduling, compression, structured notes, and sub‑agents to keep AI agents reliable in complex development workflows.

AI AgentsAnthropicLLM
0 likes · 19 min read
Anthropic Deep Dive: Context Engineering Lessons from Real‑World R&D
Architect
Architect
Aug 9, 2026 · Artificial Intelligence

Repositioning the Three Architectural Axes of LLM Memory

This article reviews the recent “Memory for Large Language Models” survey, outlining three orthogonal design axes—representation, update dynamics, and persistence—and maps them to engineering concerns such as work‑set, compressed state, long‑term items, and raw evidence, while discussing evaluation dimensions and practical implementation guidelines for agent systems.

Agent ArchitectureAttentionLLM memory
0 likes · 20 min read
Repositioning the Three Architectural Axes of LLM Memory
Architect
Architect
Aug 8, 2026 · Databases

Ontology as the Semantic Control Plane for Agent Fact Systems

The article explains how an ontology—defining objects, relationships, constraints, and inferable boundaries within a domain—serves as a semantic control plane between the fact and action layers of an agent‑driven system, ensuring consistent interpretation, validation, and lifecycle management of business facts.

Agent SystemsData GovernanceKnowledge Graph
0 likes · 18 min read
Ontology as the Semantic Control Plane for Agent Fact Systems
Architect
Architect
Aug 6, 2026 · Artificial Intelligence

Deconstructing TencentDB Agent Memory: How to Keep Agents Accurate Without Being Misled by Errors?

The article analyzes TencentDB Agent Memory’s design, breaking down its three‑stage write‑read‑governance pipeline, four‑level L0‑L3 hierarchy, object types, recall strategies, conflict handling, sharing rules, long‑task traceability, and practical testing guidelines to ensure past information helps future decisions while preserving provenance and error correction.

Agent MemoryGovernanceLLM
0 likes · 22 min read
Deconstructing TencentDB Agent Memory: How to Keep Agents Accurate Without Being Misled by Errors?
Architect
Architect
Aug 4, 2026 · Artificial Intelligence

From Bug Fixes to Completed Work: Insights from Tencent’s WorkBuddy Bench

WorkBuddy Bench reveals why fixing a bug does not equal finishing a task, proposing a four‑layer completion model and a reproducible benchmark that evaluates agents across Code, Web, Office, and Security workspaces, showing how prompts, context, harnesses, loops and graphs must be verified to claim true completion.

AI evaluationAgent BenchmarkLLM Agents
0 likes · 19 min read
From Bug Fixes to Completed Work: Insights from Tencent’s WorkBuddy Bench
Architect
Architect
Aug 3, 2026 · Artificial Intelligence

Separating Planning and Execution in LLM Agents: ArbiterOS Governance Kernel

As LLM agents gain the ability to read code, modify files, send emails and call APIs, ArbiterOS introduces a runtime governance layer that turns model intents into structured, traceable instructions, enabling policies to approve, block, or request confirmation before any high‑risk action is executed.

AI safetyArbiterOSLLM Agents
0 likes · 23 min read
Separating Planning and Execution in LLM Agents: ArbiterOS Governance Kernel
Architect
Architect
Aug 2, 2026 · Artificial Intelligence

Dissecting OpenWorker’s Desktop Agent Architecture – the Open‑Source “WorkBuddy”

The article walks through OpenWorker’s four‑layer runtime architecture, detailing how a desktop UI, a Python agent service, a permission engine, and resource/execution layers cooperate to turn a single user request into a visible, auditable, and openable deliverable, while comparing it to Tencent’s WorkBuddy.

AIArchitectureDesktopAgentLocalExecutor
0 likes · 23 min read
Dissecting OpenWorker’s Desktop Agent Architecture – the Open‑Source “WorkBuddy”
Architect
Architect
Aug 1, 2026 · R&D Management

Deconstructing Claude Code and Codex: The Six Core Components That Keep Coding Agents Stable

The article breaks down the six essential components of Claude Code and Codex—real‑time repository context, prompt caching, tools & permissions, context governance, session memory, and sub‑agents—showing how they align task state, action boundaries, and evidence to make coding agents reliable in real development workflows.

AI automationClaude CodeCodex
0 likes · 25 min read
Deconstructing Claude Code and Codex: The Six Core Components That Keep Coding Agents Stable
Architect
Architect
Jul 31, 2026 · Artificial Intelligence

From Prompt to Graph: Understanding the Five‑Layer Agent Architecture

The article breaks down agent engineering into five concentric layers—Prompt, Context, Harness, Loop, and Graph—explaining how each governs task definition, current facts, execution environment, iterative exploration, and stable cross‑task relationships, illustrated with a payment‑callback fix case and AutoResearch insights.

AI AgentsAgent EngineeringAutoResearch
0 likes · 20 min read
From Prompt to Graph: Understanding the Five‑Layer Agent Architecture