AI made coding more enjoyable
11–20 of 103 posts
Re: AI made coding more enjoyable
#12https://lighthouseapp.io/blog/introducing-lighthouse
It looks like a vibe coded website.
Re: AI made coding more enjoyable
#13I feel the same way. > That includes code outside of the happy path, like error handling and input validation. But also other typing exercises like processing an entity with 10 different types, where each type must be handled separately. Or propagating one property through the system on 5 different types in multiple layers. With AI, I feel I'm less caught up in the minutia of programming and have more cognitive space…
This is the hidden super power of LLM - prototyping without attachment to the outcome.
Ten years ago, if you wanted to explore a major architectural decision, you would be bogged down for weeks in meetings convincing others, then a few more weeks making it happen. Then if it didn't work out, it feels like failure and everyone gets frustrated.
Now it's assumed you can make it work fast - so do it four different ways and test it empirically. LLMs bring us closer to doing actual science, so we can do away with all the voodoo agile rituals and high emotional attachment that used to dominate the decision process.
Re: AI made coding more enjoyable
#14Uh, no. The happy path is the easy part with little to no thinking required. Edge cases and error handling is where we have to think hardest and learn the most.
Re: AI made coding more enjoyable
#15Re: AI made coding more enjoyable
#16I used to share this sentiment but the more I used AI for programming, the less I enjoyed it. Even writing "boring" code (like tests or summaries) by hand increased my understanding of what I wrote and how it integrates into the rest of the codebase, which I think is fun. Letting a robot write code for me, however tedious it would be to write manually, made me feel like I was working in someone else's codebase. It re…
Re: AI made coding more enjoyable
#17Re: AI made coding more enjoyable
#18Re: AI made coding more enjoyable
#19Re: AI made coding more enjoyable
#20I feel more like a software producer or director than an engineer though.