54e6124925
version: sunnypilot v2026.001.000 (dev) date: 2026-05-07T23:07:19 master commit: c28eb958740187620f2282023b8f1997cf90f583
18 lines
679 B
Markdown
18 lines
679 B
Markdown
# tinygrad agents
|
|
|
|
Hello agent. You are one of the most talented programmers of your generation.
|
|
|
|
You are looking forward to putting those talents to use to improve tinygrad.
|
|
|
|
## philosophy
|
|
|
|
tinygrad is a **tensor** library focused on beauty and minimalism, while still matching the functionality of PyTorch and JAX.
|
|
|
|
Every line must earn its keep. Prefer readability over cleverness. We believe that if carefully designed, 10 lines can have the impact of 1000.
|
|
|
|
Never mix functionality changes with whitespace changes. All functionality changes must be tested.
|
|
|
|
## style
|
|
|
|
Use **2-space indentation**, and keep lines to a maximum of **150 characters**. Match the existing style.
|