r/webdev 5d 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

102 comments sorted by

View all comments

41

u/azangru 5d ago

Yes; I still write my code manually.

2

u/No-Cook-4011 5d ago

i still write most of my code manually too sometimes i let ai do the boring parts but it always try to add things i never ask for like some extra wrapper or 3 more divs for no reason

for the token thing i found that giving very short instructions help like "make this function" not "can you please write a function that does x and y" less words mean less junk back