Remix.run Logo
sxp 9 hours ago

Claude didn't follow your "Every line must earn its keep. Prefer readability over cleverness. We believe that if carefully designed, 10 lines can have the impact of 1000." from https://github.com/quantbagel/gtinygrad/blob/master/AGENTS.m... given how bloated this demo is.

https://blog.evjang.com/2019/11/jaxpt.html is a better demo of how to render the Cornell Box on a TPU using differentiable path tracing.

hackernudes 9 hours ago | parent [-]

The agents.md is from the upstream tinygrad repo: https://github.com/tinygrad/tinygrad/blob/master/AGENTS.md

nomilk 8 hours ago | parent [-]

> Never mix functionality changes with whitespace changes.

Whoa.. the cursor rule I didn't know I needed!