How are you handling the new era of programming?

Posted by SinanDev@reddit | ExperiencedDevs | View on Reddit | 65 comments

I have noticed a back-and-forth of feelings. It started with “AI will not take our jobs”, then moved to “Oh, fuck, they will”, and finally settled on “Nope, they won't”.

However, my workflow is something like this:

I use AI to research and explain things like documentation after reading.

For my job as a web developer, AI sometimes delivers good results based on existing work. Other times, it just gets functionality running quickly. Since these components are not touched again , it doesn't matter if the code isn't perfect as long as the customer is happy and it saves time.

But, as this always makes me question my skills, I work on side projects that fulfil me. This helps me to build projects that are built to last, so I need to fully understand the code, writing it myself and learning new things so i can improve.

What about you?