This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Technical and architectural audit of a system. This is an evolving documentation vault, not a codebase.
| """ | |
| The most atomic way to train and inference a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
Securely connect to Android over the internet using ADB + Tailscale.
You can also copy paste this gist into your agent of choice and have it explain you what to do.
This guide sets up remote ADB access so you can run android-use — an agent skill that lets AI interact with your Android device over ADB.