2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00
2026-03-03 14:05:13 -05:00

micro-gopt

A go hand-reimplementation of https://karpathy.github.io/2026/02/12/microgpt/.

Original python is included in the repo for reference against bitrot.

To use: go run cmd/main.go input.txt

Differences between the Go and the Python:

  • go is implemented as a package and, separately, as a command-line wrapper that calls it, just to keep the algorithm separate from the invocation details
Description
No description provided
Readme 241 KiB
Languages
Go 57.1%
Python 42.9%