|
|
|
|
|
by uncenter
587 days ago
|
|
seems neat but the fact that "almost all" of their tools are built "with the assistance of LLMs" gives me a visceral reaction. i do not want to use your ai generated slop! how is it enjoyable to program in such a way where you do none of the work? where you learn nothing? |
|
Working with LLMs is the difference between typing out this code myself:
Compared to typing this prompt (which probably took less than 30 seconds, I should have timed it): I'm still doing work: I had to research how the GitHub trees API works, and I have to both review and then actively test the resulting code to confirm it actually works as intended.I'm still learning things - in this case a quite neat way of structuring an async JavaScript function that makes multiple API calls, plus some error handling patterns I may not have considered.
The thing that's really fun here is that I get to build things I simply wouldn't have built otherwise. I did not want an MDN timeline visializer enough to spend more than 15 minutes experimenting with the idea (which turned into about an hour when you add the iterations and write-up).