Hacker News new | ask | show | jobs
by satvikpendem 47 days ago
Based on what I'm using AI for these days, seems like it always was.
2 comments

It depends on where you're using AI. If you're working on a project for yourself or in a tiny company. Then sure, writing the code probably was your bottleneck. But at mid to large companies writing code is maybe 50% of the job, and the other 50% is the process around it. All those processes are the bottle neck, no matter how fast you can write the code. And this was a bottleneck I was hitting well before AI.
I'd put it even lower than that, since there's also the "understand the problem space" portion outside of the external processes and before writing the code.
So there are these things called "text editors"
Hands don't type as fast as machines, no matter what editor you use.
Yeah, so again the point of text editors is you shouldn't be typing all that much with them. That's why we use them. Macros. Shortcuts. Metaprogramming. Snippets. Identifier completion.

Were people actually typing out the full text of source code before LLMs? Why?