Dan Goodman on Nostr: npub137klw…nl778 I guess I'm not convinced that there are many such tasks. The only ...
npub137klwjy8ylk07x2d8qw8gd8ecl596pta93e4xtgzu2nau46vr6eq2nl778 (npub137k…l778) I guess I'm not convinced that there are many such tasks. The only things I can think of are basically search. If I don't know an API or the right algorithm, it's helpful to have a better search for that. But again, in that situation to be confident that the code it generates is correct I want to be able to read the API documentation or description of the algorithm to know what assumptions need to be made for it to be valid. If I understand the API or algorithm well enough to validate that, the actual typing out of the code is easy.