Remix.run Logo
krona 5 hours ago

The typing was never the bottleneck.

satvikpendem 5 hours ago | parent | next [-]

Based on what I'm using AI for these days, seems like it always was.

Philip-J-Fry 4 hours ago | parent [-]

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.

whehhshs 5 hours ago | parent | prev [-]

Can you type a hundred lines a second? If not, then it is.

Code is obscenely low level.

skydhash 5 hours ago | parent [-]

> Can you type a hundred lines a second? If not, then it is.

No one has ever needed to do that for something that is new. And if it’s not new, you want to do it repeatedly with some guarantee of reliability. Not just in an uncontrolled manner.

That is why we have snippet systems, macros and code generators. And the best with code is to solve problem once and reuse the solution. Which we have done with libraries, frameworks and supporting software.