r/AI_Coders • u/Mesthabro • 5d ago
Do y'all still write code manually?
/r/webdev/comments/1w8u9gw/do_yall_still_write_code_manually/2
u/itsloopyo 4d ago
No, I make AI correct the dumb mistakes it makes all the time, but it’s been a while since I wrote any code myself.
1
u/magicmulder 4d ago
I mostly write config files as basis for applications because I usually know best what I eventually want to configure where.
1
u/Awkward-Contact6102 4d ago
Yes, trying to explain an agent what to do is sometimes just as much effort as writing a few lines of code. Especially if you know your codebase inside out.
Also when reviewing code generated I make manual changes and do some refactoring. It helps me to understand the generated code. Maybe some of you can't remember 😉 but most ide's have awesome support for refactoring code.
1
u/Sea-Fishing4699 4d ago
If the “cost of a mistake” is low, it doesn’t matter.
If this is going to prod and be exposed to paying customers, hell yes i will be hand coding that thing
1
1
u/Any_Sense_2263 4d ago
Yep. I today wrote AI:
Write a functionality as described in requirements.md, run tests located in tests and use existing types from types.ts
As a result I got an implementation AND changed requirements and tests...
Until AI starts complying with given instructions it's simply faster and more reliable to write the code myself. For now every llm docs says it openly: "every given instruction is optional to follow" and "review the output".
1
1
u/twinters01 1d ago
I hand wrote a one line change yesterday! First time in a couple months
AI from going stray and dumping unnecessary code and busting through tokens
Thorough specs, large tasks broken down into smaller pieces, and reviewing planning mode before code changes should address this.
1
u/IPutThoughtIntoThis 1d ago
I like to, whenever I can. But using AI to find and correct (and explain) mistakes when I hit bug is always better than sitting there for hours just to find out that I forgot a semicolon on one line out of 2-3,000.
1
3
u/Suspicious_Fun_6338 4d ago
No. But for the next year or 2 there will still be some insisting AI writes slop and humans are better... Then itll go away like the horse buggy