I think you should let AI write your code
dev.to·21h·
Discuss: DEV

I’ve been skeptical about AI coding since it started gaining traction in 2022. And then, I changed my mind: I went from manually writing most of my code to having AI generate 90% of it. And honestly, I like the velocity.

In 2023, I was generating approximately 40% of my code using ChatGPT. The experience was frustrating. I’d spend more time explaining my codebase to ChatGPT than actually coding. The LLM would give me generic solutions that barely fit my project’s structure. I mainly copied and pasted boilerplate and tweaked values.

However, ChatGPT excelled at backend work. When I built my first Python package, drf-api-key, ChatGPT handled about 60% of the work. It figured out Fernet encryption, structured the code properly, an…

Similar Posts

Loading similar posts...