← Back to context

Comment by Leo-thorne

5 days ago

At first I didn’t think LLMs were that impressive, but ever since I started using them, I’ve pretty much stopped writing for loops by hand. It’s not that I forgot how. I just don’t feel like doing it anymore. The time it saves me on boilerplate lets me focus on other things. Sometimes the code isn’t perfect and I need to fix it, but it’s still way easier than starting from scratch.

99% of the code I write today does not use for loops. I don't need an IA for that, just C# or any map function.