Remix.run Logo
tjansen 9 hours ago

These days, AI can do much more than "Cranking out boilerplate and scaffolding, Automating repetitive routines". That was last year. With the right instructions, Claude Sonnet 4 can easily write over 99% of most business applications. You need to be specific in your instructions, though. Like "implement this table, add these fields, look at this and this implementation for reference, don't forget to do this and consider that." Mention examples or name algorithms and design patterns it should use. And it still doesn't always do what you want on the first attempt, and you need to correct it (which is why I prefer Claude Code over Copilot, makes it easier). But AI can write pretty much all code for a developer who knows what the code should look like. And that's the point: junior developers typically don't know this, so they won't be able to get good results.

Most of the time, the only reason for typing code manually these days is that typing instructions for the LLM is sometimes more work than doing the change yourself.

vivzkestrel an hour ago | parent | next [-]

my dear guy, where is the shovelware https://mikelovesrobots.substack.com/p/wheres-the-shovelware... Where's the Shovelware? Why AI Coding Claims Don't Add Up

throw265262 9 hours ago | parent | prev | next [-]

> But AI can write pretty much all code for a developer who knows what the code should look like.

> the only reason for typing code manually these days is that typing instructions for the LLM is sometimes more work than doing the change yourself.

So the AI is merely an input device like a keyboard and a slow one at that?

tjansen 9 hours ago | parent | next [-]

Sometimes that happens:) The key is to recognize these situations and not go down that rabbit hole. But sometimes it allows me to do something in 20 minutes that used to take a whole day.

aquariusDue 8 hours ago | parent | prev [-]

Depends, do you touch-type or hunt and peck? /s

codr7 8 hours ago | parent | prev [-]

Right, and where, if I may ask, are all those business applications that write themselves? Because all I see is a clown party, massive wasted resources and disruption to society because of your lies.

tjansen 7 hours ago | parent | next [-]

I guess it turned out that coding is not the only limiting factor. Internal processes, QA, product management, coordination between teams become significant bottlenecks .

Also, they don’t help much with debugging. It’s worth a try, and I have been surprised a couple of times, but it’s mostly still manual.

tjansen 7 hours ago | parent | prev [-]

BTW I never said they write themselves. My point was rather that you need a lot of knowledge, and know exactly what you want out of them, supervise them and provide detailed instruction. But then they can help you create a lot more working code in a shorter time.

codr7 2 hours ago | parent [-]

At that point it seems to me that they become a distraction, a filter between you and the software you're building. Surely it must be easier to tell the computer directly what to do then to route the entire design through that mess?