cloud fodder
· 3w
well, cause the canary in the code mine already sung it's songs.. exit the mine, let the robots deal with the collapse of the tunnels at peak efficiency.
also, try claude. (if you havent). This is us...
the other thing is use the AI to learn about the type of programming you want to do in more depth. i have been studying algorithms and systems architecture for a lot of my life, you can't vibe good code with an AI if you couldn't do it, a lot slower, by hand.
a good example is my upgrade of the btcec signature algorithm (ecdsa and schnorr). i changed it from 32 bit limbs (doing calculations using 32 bit arithmetic) to 64 bit. that was easy, because the algorithm is the same, just half as many steps to complete (4 instead of 8 for vectors and 5 instead of 10 for scalars). implementing strauss-glv optimization (unique to secp256k1) on the other hand, i don't understand, and despite about probably two solid days of trying to get that to work, i failed. claude couldn't do it by itself, either.