Tagged articles

Runtime Design

2 articles · Page 1 of 1
Architect
Architect
Jun 15, 2026 · Artificial Intelligence

Loop Engineering Guide: Build the Brakes Before the Loop

This article explains how to design reliable AI‑agent loops by first defining clear stop conditions, evidence collection, and hand‑off points, then detailing the minimal components, loop types, cost controls, and practical CI and verification examples to avoid runaway automation.

AI agentsCILoop Engineering
0 likes · 22 min read
Loop Engineering Guide: Build the Brakes Before the Loop
Cognitive Technology Team
Cognitive Technology Team
Apr 15, 2026 · Artificial Intelligence

Why Claude Code’s Architecture Keeps Agents Stable: A Deep Dive into Runtime Design

This article dissects Claude Code’s multi‑layered architecture—entry routing, REPL orchestration, query loop, tool runtime, permission system, task management, and extension layers—to reveal how each layer isolates complexity, enabling robust, long‑running AI agents that scale without collapsing under real‑world workloads.

AI Agent ArchitectureClaude CodePermission System
0 likes · 42 min read
Why Claude Code’s Architecture Keeps Agents Stable: A Deep Dive into Runtime Design