---
id: "entity-andrej-karpathy-d4"
type: "entity"
entityType: "person"
canonicalName: "Andrej Karpathy"
aliases: ["Karpathy"]
source_timestamps: ["00:00:00", "00:00:05"]
tags: ["researcher", "ai-educator"]
related: ["concept-karpathy-loop", "framework-karpathy-loop-execution"]
url: "https://karpathy.ai/"
sources: ["s04-karpathy-agent-700"]
sourceVaultSlug: "s04-karpathy-agent-700"
originDay: 4
---
# Andrej Karpathy

## Profile
AI researcher and educator (formerly Tesla, OpenAI). Released the **630-line Python script** that demonstrated a minimalist, highly constrained approach to autonomous AI self-improvement.

## Role in the Source
The script he released is the eponymous reference for the [[concept-karpathy-loop|Karpathy Loop]] — the central paradigm of this vault. The minimalist design (single file, single metric, time-boxed iteration) inspired [[entity-nate-b-jones|Nate B. Jones]]'s synthesis into a business-deployable pattern.

## Documented Result of the Script
- **20 genuine improvements** found autonomously
- **11% reduction in training time** on a codebase already heavily optimized by top human researchers

## Influence on the Vault's Concepts
- Direct namesake of [[concept-karpathy-loop]]
- Direct namesake of [[concept-karpathy-triplet]]
- Source of execution cycle in [[framework-karpathy-loop-execution]]

## Adjacent Work (External)
- **LLM Compiler (Karpathy, 2024)** — extends the loop to code generation; reportedly cuts latency 30% via constraints.

## Canonical Reference
- https://karpathy.ai/
