Apr 1, 2026
Diving into Claude Code's Source Code Leak
engineerscodex.com
What 600k lines of leaked Claude Code source reveal: an unreleased autonomous agent (KAIROS) that runs 24/7 with its own memory consolidation, anti-distillation mechanisms to poison model copycats, DRM-level API attestation in Zig, a 3-layer memory architecture, and patterns any engineer building agents should adopt.
2,673 words → 1,224 · 8 min saved
Apr 1, 2026
Claude Code Source Leak: What the Code Reveals
hn/blog post
Technical breakdown of Claude Code's leaked source: anti-distillation via fake tool injection, native API attestation in Zig, frustration detection by regex, 250K wasted API calls/day from a 3-line bug, and KAIROS autonomous agent scaffolding.
1,778 words → 707 · 6 min saved
Apr 1, 2026
microgpt: A 200-Line Pure Python GPT
karpathy.ai
Build a complete GPT from scratch in 200 lines of pure Python, understanding every component from autograd to attention to Adam, and see exactly how each piece scales up to production LLMs.
6,507 words → 837 · 29 min saved
Apr 1, 2026
12-Factor Agents: Principles for Building Reliable LLM Applications
github.com/humanlayer/12-factor-agents
Apply 12 concrete architectural principles to build AI agents where you control the prompts, context window, control flow, and human-in-the-loop checkpoints instead of delegating them to framework abstractions.
1,762 words → 377 · 7 min saved
Apr 1, 2026
Effective Context Engineering for AI Agents
anthropic.com
Apply six context engineering principles to make AI agents faster, cheaper, and more reliable in production.
2,976 words → 831 · 11 min saved
Apr 1, 2026
Patterns for Building LLM-based Systems & Products
eugeneyan.com
Build reliable LLM applications by mastering prompting techniques, RAG pipelines, deterministic workflows, and rigorous evaluation strategies.
6,449 words → 1,669 · 24 min saved
Apr 1, 2026
autoresearch
github.com/karpathy/autoresearch
Set up an autonomous AI research loop that modifies a GPT training script, evaluates results against a single metric, and runs ~100 experiments overnight on a single GPU with no human intervention.
1,206 words → 439 · 4 min saved
Apr 1, 2026
Scaling Autoresearch with 16 GPUs via SkyPilot
blog.skypilot.co
Scale Karpathy's autoresearch from one GPU to 16 using SkyPilot, running ~910 experiments in 8 hours with factorial grid search that catches interaction effects greedy sequential search would miss.
2,701 words → 872 · 10 min saved