Skip to content
← All posts
Series

Series

Multi-part builds, each one written in order: every part assumes the previous one and ends with code that runs.

3
series
31
parts
Series13 partsComplete

React Native → Swift

Native iOS for senior React Native engineers: what really changes in Swift, SwiftUI, state, navigation, data, concurrency, persistence, tooling and the App Store, and what you can only do in native.

Sep 2026≈ 3 h total read
Read the series →
Series8 partsComplete

Agent loop

Building a coding agent from scratch, one loop at a time, every part in runnable code.

Jun 2026 — Aug 2026≈ 3 h total read
Read the series →
Series10 partsIn progress

Deep Agents

Building a website auditor with deepagents, one harness layer per post: tools, filesystem, permissions, sandbox, context, skills, and delegation.

Latest · Part 017 Aug 2026
Start with part 01 →
  1. 01What an agent harness is (and when not to use one): deepagents vs LangGraph7 Aug · 14 min
  2. 02Your first deep agent: create_deep_agent with frontier and open-weight modelsComing soon
  3. 03Custom tools and MCP in deepagents: Python functions, LangChain tools, and MCP serversComing soon
  4. 04Threads, checkpointers, and human-in-the-loop in deepagents: approving tool calls before they runComing soon