←back to thread

165 points gdudeman | 3 comments | | HN request time: 0.79s | source
Show context
amelius ◴[] No.44481831[source]
> I've been building software for the Mac since 2008

Ok, so they knew where Claude went wrong and could correct for it.

replies(2): >>44481884 #>>44481892 #
simonw ◴[] No.44481884[source]
Right: tools like Claude Code amplify existing skills and expertise, they don't replace it.
replies(2): >>44482030 #>>44483160 #
risyachka ◴[] No.44482030[source]
The main issue here is you can’t acquire expertise by using llm to code for you.

So unless you have 15+ yoe better add more reps. You can always switch to llm code assist in a blink, there is no barrier to entry at all.

replies(3): >>44482065 #>>44482329 #>>44482373 #
1. nojito ◴[] No.44482329[source]
>The main issue here is you can’t acquire expertise by using llm to code for you.

You learn far far faster from reading code and writing tests than you do just writing code alone.

I've long suspected for years that the bottleneck to software development is in code generation not keeping up with idea generation.

replies(1): >>44482589 #
2. risyachka ◴[] No.44482589[source]
You learn by trying to solve the problem by yourself.

This is not about syntax but about learning how to create solutions.

When you read solution you merely memorise existing ones. You don’t learn how to come up with your own.

replies(1): >>44483844 #
3. nojito ◴[] No.44483844[source]
>When you read solution you merely memorise existing ones. You don’t learn how to come up with your own.

You can't solve programming problems without reading code.

Period.

The more code you read the better you get at solving problems because your internal knowledgebase grows.