Skip to content

Instantly share code, notes, and snippets.

View sc0tfree's full-sized avatar

Henry Prince sc0tfree

  • NYC
View GitHub Profile
@sc0tfree
sc0tfree / AutoModeSummary.md
Created March 31, 2026 16:34
Claude Code Auto Mode

Claude Code Auto Mode: A Comprehensive Technical Summary

Auto mode replaces the human "approve/deny" permission prompt with an ML classifier that evaluates every tool call before execution. Instead of asking you whether rm -rf node_modules is okay, a second instance of Claude (Sonnet 4.6) reads the conversation transcript and decides in real time.

This document walks through how it works, from the high-level architecture down to the actual code.


Table of Contents