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 27, 2026 · R&D Management

Anthropic’s AI‑Native SDLC: From Planning and Design to Secure Production

Anthropic’s AI‑Native SDLC Playbook shows how agents can accelerate coding but also expose new challenges in intent definition, specification, verification, release gating, production monitoring, and permission management, illustrated with a payment‑duplicate‑callback case and internal productivity data.

AI-Native SDLCAgentClaude
0 likes · 19 min read
Anthropic’s AI‑Native SDLC: From Planning and Design to Secure Production
Architect
Architect
Aug 23, 2026 · Artificial Intelligence

How Pi’s Rewritten Harness Verifies Long‑Running Agent Actions After 50 Hours

The article analyses Pi’s Harness v2 redesign, explaining how persistent transaction‑style recording, tool‑result pruning with spill, replay policies, and separated storage of conversation, runtime state, and usage enable an agent to survive process crashes and still prove which steps were completed.

AI AgentsContext ManagementPi Harness
0 likes · 16 min read
How Pi’s Rewritten Harness Verifies Long‑Running Agent Actions After 50 Hours
Architect
Architect
Aug 20, 2026 · Industry Insights

What Real Problem Does Ontology Solve in Enterprise Knowledge Bases?

The article examines why ontology is essential for enterprise knowledge bases, showing how it resolves ambiguities that RAG, knowledge graphs, and agents cannot handle alone, and outlines a four‑layer architecture that ensures stable IDs, relationship semantics, fact lifecycle, and safe action execution.

Knowledge GraphLLMOntology
0 likes · 18 min read
What Real Problem Does Ontology Solve in Enterprise Knowledge Bases?
Architect
Architect
Aug 19, 2026 · R&D Management

Pi vs OpenCode vs DSH: Where Does the Harness Put the Complexity?

A recent Agent Harness test comparing Pi, OpenCode, and DSH shows Pi completing 20 of 30 tasks at $0.028 per task versus OpenCode's 14 tasks at $0.195, while the article analyzes how each system distributes complexity, handles extensions, server boundaries, and runtime composability, highlighting trade‑offs for real‑world migrations.

Agent ArchitectureDSHExtension
0 likes · 18 min read
Pi vs OpenCode vs DSH: Where Does the Harness Put the Complexity?
Architect
Architect
Aug 17, 2026 · Operations

Choosing DSH Plugins: From Architecture Layers to Agent Workflows

With a growing ecosystem of DSH plugins—from simple file path helpers to vision toolkits and automation workflows—this article outlines a pragmatic selection order, explains the four architectural layers each plugin touches, and highlights the hidden dependencies, data persistence, permission and failure‑recovery issues you must evaluate before installing.

AutomationDSHSoftware Architecture
0 likes · 16 min read
Choosing DSH Plugins: From Architecture Layers to Agent Workflows
Architect
Architect
Aug 15, 2026 · Backend Development

How Cordis Handles Plugin Cleanup: Comparing DSH and Pi Approaches

The article analyzes how Cordis manages plugin lifecycle issues—preventing "ghost" states after removal—by contrasting the Pi model, which delegates cleanup to extensions, with the DSH model that records cross‑plugin relationships in the runtime, detailing the mechanisms, code paths, and trade‑offs of each.

CordisDSHDependency Injection
0 likes · 17 min read
How Cordis Handles Plugin Cleanup: Comparing DSH and Pi Approaches
Architect
Architect
Aug 14, 2026 · Artificial Intelligence

DSH (DeepSeek Harness) Architecture Deep Dive: A Composable Agent Runtime

This article dissects DeepSeek Harness (DSH), showing how its plugin‑based runtime graph and event‑stream architecture let agents dynamically compose capabilities, manage lifecycles, and recover from interruptions, while comparing its design to the Pi coding agent and outlining practical presets and configuration steps.

AI agentAgent RuntimeCordis
0 likes · 32 min read
DSH (DeepSeek Harness) Architecture Deep Dive: A Composable Agent Runtime
Architect
Architect
Aug 13, 2026 · Artificial Intelligence

DeepSeek Harness (DSH) Unveiled: Analyzing DeepSeek V4 Pro’s Model, Protocol, and Runtime for Agents

The article examines DeepSeek’s August 13 release of V4 Pro and the new DSH runtime, breaking down the three‑layer architecture (model, Responses API protocol, and DSH runtime), benchmark scores, pricing tiers, plugin modes, session logging, and practical guidance for evaluating agent workloads and costs.

AI agentDSHDeepSeek
0 likes · 17 min read
DeepSeek Harness (DSH) Unveiled: Analyzing DeepSeek V4 Pro’s Model, Protocol, and Runtime for Agents
Architect
Architect
Aug 12, 2026 · Artificial Intelligence

Beyond the Model: Making AI Agent Tasks Run Reliably

Even after a model and its API are working, real‑world AI agents often fail because of missing infrastructure such as tool definitions, sandbox boundaries, state persistence, memory handling, tracing, and evaluation, requiring a systematic approach to turn model outputs into controlled, repeatable actions.

AI AgentsAI InfrastructureEvaluation
0 likes · 20 min read
Beyond the Model: Making AI Agent Tasks Run Reliably