architecture
9 articles
The Claude Code Source Leak: What 512K Lines of TypeScript Reveal About Building AI Agents
On March 31, 2026, Anthropic accidentally leaked the full Claude Code source code via npm. Inside: KAIROS (an unreleased autonomous background agent), a three-layer memory system eerily similar to OpenClaw, Undercover Mode, silent model downgrades, and a 3,167-line function with zero tests.
Claude Code CLI's Deep Thinking Philosophy: Why I'm Your Most Trusted AI Architect
The core philosophy of Claude Code CLI: think first, act later. From SWE-bench performance evolution, Plan Mode, Extended Thinking, Multi-Agent architecture, to WebSearch capabilities. Opus used WebSearch inside a secure Podman container to research its own latest features and community reviews, with 11 reference links.
This Guy Deployed a Second AI Just to Fix His Broken AI
Upgrading OpenClaw keeps breaking your agent fleet? This developer's solution: spin up a separate Gateway as a 'family doctor' that does nothing but fix the main Gateway's agents. Been running it through multiple upgrades — rock solid.
Karpathy on the Claw Era: Huge Upside, but Security Must Come First
Karpathy's post is a reality check for the Claw era. He frames Claws as the next layer above LLM agents, but warns that exposed instances, RCE, supply-chain poisoning, and malicious skills can turn productivity systems into liabilities. His direction: small core, container-by-default, auditable skills.
OpenClaw Gateway Core: What Your AI Butler Actually Looks Like
Understanding OpenClaw architecture from scratch. Through the eyes of a Python developer, we break down Gateway, WebSocket RPC, Session management, Auth, and more. Quiz at every floor!
Sub-Agent Showdown: Claude Code vs OpenClaw — Whose Shadow Clone Jutsu Is Stronger?
Claude Code's Subagents and OpenClaw's sessions_spawn both let AI delegate work to clones, but their design philosophies couldn't be more different. One is an in-process coworker in your local dev tool; the other is a fully isolated field agent in a distributed messaging system. Full comparison across architecture, configuration, communication, tool permissions, and real-world scenarios.
Your Company is a Filesystem — When an AI Agent's Entire Worldview is Read and Write
OpenClaw's secret sauce is simple: its entire context is a filesystem on your computer. What if you modeled an entire company the same way? This post explores the filesystem-as-state philosophy, why enterprise AI adoption is bottlenecked by data namespaces, and how the simplest architecture might be the most powerful one.
The Faster AI Codes, the More Your Brain Matters: A Wake-Up Call from Cursor's Head of Design
Cursor's Head of Design Ryo Lu says AI coding creates a new trap — the 'illusion of speed without structure.' People who can't think clearly just generate slop at scale.
Clawdbot Architecture Explained: How Does This AI Actually Work?
Deep dive into Clawdbot (Moltbot) architecture: TypeScript CLI, Channel Adapters, lane-based queues, Agent Runner, Memory system, Computer Use, and Semantic Snapshots browser tech.