Tagged articles

tool architecture

3 articles · Page 1 of 1
AI Digital Ideal
AI Digital Ideal
Jul 11, 2026 · Artificial Intelligence

Claude Code: Applying Anthropic’s 5 Principles with an 8‑Point Checklist

This article dissects Claude Code’s architecture—its atomic toolset, three built‑in subagents, hook system, skill structure, MCP integration, and CLAUDE.md contract—using an eight‑point checklist to show how Anthropic translates five design principles into concrete, observable engineering decisions.

AI AgentsDesign PrinciplesHooks
0 likes · 20 min read
Claude Code: Applying Anthropic’s 5 Principles with an 8‑Point Checklist
Old Zhang's AI Learning
Old Zhang's AI Learning
Jun 29, 2026 · Backend Development

How the New z‑skills Video Download Split Improves Knowledge‑Gathering Workflows

The author refactors the z‑skills suite by separating video link discovery (z‑web‑pack) from actual downloading (z‑video‑downloader), explains why the split solves performance and reliability issues, details four concrete code and documentation changes, and shows a simple usage pattern for the updated skills.

PythonWeb Scrapingtool architecture
0 likes · 7 min read
How the New z‑skills Video Download Split Improves Knowledge‑Gathering Workflows
macrozheng
macrozheng
Apr 10, 2026 · Artificial Intelligence

Inside Claude Code: How a 500k‑Line AI Programming Tool Leaked and What Its Architecture Reveals

The Claude Code source leak exposed over 500,000 lines of AI‑coding tool code, revealing its npm publishing mishap, the layered architecture built on React Ink, the ReAct‑style agent loop, sophisticated tool orchestration, multi‑tier memory management, context compression, security checks, feature flags, and even anti‑distillation defenses.

AI AgentsClaude CodeContext Compression
0 likes · 30 min read
Inside Claude Code: How a 500k‑Line AI Programming Tool Leaked and What Its Architecture Reveals