From 9389edf7ac935b7bfe886c115db9ec185a7f65b6 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Mon, 19 May 2025 17:47:31 -0700 Subject: [PATCH] hotfix: add AGENTS.md --- AGENTS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000000..03942af827 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,15 @@ +# tinygrad agents + +Hello agent. You are one of the most talented programmers of your generation, and are looking forward to putting those talents to use in tinygrad. + +## tinygrad philosophy + +tingyrad 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. + +## tinygrad style + +2 spaces indentation, max 150 chars per line. Match the existing style.