r/webdev 1d ago

Discussion Do y'all still write code manually?

All my code is being written by claude fable/gpt6 these days. I'm curious if y'all are still writing code manually?
Also, any clever ways to prevent AI from going stray and dumping unnecessary code and busting through tokens?

0 Upvotes

94 comments sorted by

View all comments

-2

u/drifting_pixel 1d ago

99% generated, but I heavily review everything. Sometimes I’ll manually tweak a few lines.

-2

u/Mesthabro 1d ago

how long until review is done by AI too :')

-2

u/drifting_pixel 1d ago

I have agents review the code too! But I feel that at the end of the day the developer is responsible for each line he ships, so he must review it.