One think I think is strange about the m programming world we live in now is the mythologization of pre llm code. As if people weren’t copying code from stack overflow, auto completing their way through APIs using intellisense, intellicode, tab nine, or checking in code there didn’t properly test or understand
Ask HN: Do you know of any company that went back to hand-written code?
71–80 of 136 posts
Re: Ask HN: Do you know of any company that went back to hand-written code?
#72In what context would generating code faster not be a desired outcome? Assuming of course everything else stays the same (quality, etc.)
Shitting out lots of code faster was already possible before (just hire more interns who do it for free heh) the question is at what quality and is more code in less time really the biggest problem in professional software development that had to be solved? LLMs can be very useful for all sorts of things, but large scale code generation is IMHO the least interesting use case. And even when LLMs are successfully used…
Where did anyone advocate for "large scale code generation"? LLMs are a fantastic way to go from, "We thought this this feature" to "It's shipped and in people's hands". That could've been 100 lines or 1,000 lines but that's not the point.
Re: Ask HN: Do you know of any company that went back to hand-written code?
#73In my startup, I am currently in consideration for doing this exact thing. The interesting part is it's not really the AI that's causing the issue. It's the ease of my developer to make a mess, either with messy code or feature bloat. After figuring out the exact product we need with some very quick development cycles with AI, we now have some problems that I can't keep under control because of AI. So, currently unde…
> I am currently in consideration for doing this Try “I am considering”.
Hacker News has long ago decided that making comments on the quality of the writing in the comments is not welcome. Correcting spelling, correcting word usage, changing phrasing, and making other suggestions to improve the grammar of a post is not something that Hacker News readers want to encounter in the comments section.
It bothers me every day because there are gobs of cases where the writing is horrible, but I understand why the rule exists. It would make the comments section insufferable if everybody were just correcting each other's grammar the whole time.
Re: Ask HN: Do you know of any company that went back to hand-written code?
#74Earlier quoted context omitted.
The original question was about developers going back to manually coding without using AI. The link you posted is not about it. IBM replaced its Human Resources team with AI and hired them back. They didn’t remove AI usage in development and went back to manual coding. Please read your sources completely before posting them only reading the title
I was surprised to see IBM on that list
Re: Ask HN: Do you know of any company that went back to hand-written code?
#75Not for code, but my wife is a doctor and has gone from using AI scribes back to manually typing out notes and has multiple friends who've done the same. Turns out the gains were eroded by having to check the work and turn verbose prose into an actual note.
Like, did somebody seriously think through the meaning and implication of that disclaimer and still write it?
Re: Ask HN: Do you know of any company that went back to hand-written code?
#76In my startup, I am currently in consideration for doing this exact thing. The interesting part is it's not really the AI that's causing the issue. It's the ease of my developer to make a mess, either with messy code or feature bloat. After figuring out the exact product we need with some very quick development cycles with AI, we now have some problems that I can't keep under control because of AI. So, currently unde…
Re: Ask HN: Do you know of any company that went back to hand-written code?
#77In my startup, I am currently in consideration for doing this exact thing. The interesting part is it's not really the AI that's causing the issue. It's the ease of my developer to make a mess, either with messy code or feature bloat. After figuring out the exact product we need with some very quick development cycles with AI, we now have some problems that I can't keep under control because of AI. So, currently unde…
What many businesses are going through is the industrialization of software development.
Re: Ask HN: Do you know of any company that went back to hand-written code?
#78Not for code, but my wife is a doctor and has gone from using AI scribes back to manually typing out notes and has multiple friends who've done the same. Turns out the gains were eroded by having to check the work and turn verbose prose into an actual note.
LLMs are great at this. I'd be very surprised if it wasn't possible to improve the actionable notes.
Most human-made doctor notes I've seen have not been comprehensive, anyway, and the doctor has had to spend a good chunk of a rushed appointment scribbling notes rather than interacting with the patient.
Re: Ask HN: Do you know of any company that went back to hand-written code?
#79Earlier quoted context omitted.
But that's obviously exactly what the employer expects, I don't see the problem tbh ;)
I'm with you except that the economy will crash when it turns out everyone stopped creating real value. ...and in the mean time every real product I have to use is getting worse.
(also let's be honest, building yet another CRUD app - eg what 99% of software devs actually do, is not "creating value" - with or without AI)
Re: Ask HN: Do you know of any company that went back to hand-written code?
#80I'm running a startup and we deliberately don't use AI for development. We only use it for review. We're working in a really deep area where having full understanding of our code is more important than speed. Besides, in this area, clients getting one whiff of AI code would be an immediate deal-killer
If you implement AI code review suggestions then you're using AI code, just the hard way.
Also I don't see why your clients would be ok with having AI review and influence your code. Seems hypocritical, or like you're trying to cheat them.