Comment by Animats
6 days ago
It actually wrote out the code for all the hard stuff.
I like the Python code which outsourced the hard stuff to existing libraries. The odds of that working are higher.
Can you tell it to use the "glam" crate for the vectors, instead of writing out things like vector length the long way?
(We now need standardized low-level types more than ever, so the LLMs will use them.)
I reopened Claude, and asked "Can you use the "glam" crate for the vectors, instead of writing out things like vector length the long way?"
https://gist.github.com/cpsquonk/348009eb7c83a7d499ff5ae70d7...
That's pretty good. Thanks.