Claude 101: An Interactive Tour of Claude Code from the AI's Point of View
Claude 101 is an interactive learning site that uses 16 deep chapters, annotated real source code, and animated visualizations to teach you Claude Code's complete architecture — from the AI's first-person perspective.
Claude Code's Memory System, Explained
A deep dive into Claude Code's Memory system — its 5-layer architecture, 4 memory types, write/retrieve/delete flows, and the three-layer safety mechanism.
A Visual Guide to OpenHarness: Recreating Claude Code's Agent Architecture in 3% of the Code
OpenHarness is an open-source project from HKU's HKUDS group that recreates Claude Code's Agent Harness architecture in pure Python — 98% tool coverage in just 11,733 lines of code.
Understanding AI Coding Through Cybernetics
Cybernetics' feedback loop model maps perfectly onto the AI Coding workflow. From negative feedback loops to Plant complexity to the evolution of control strategies, this framework lets you rethink the nature of human-AI collaboration.