Hacker News new | ask | show | jobs
by stackghost 3 hours ago
> Someone who has studied CS and software engineering for decades will craft different prompts from someone without that background.

This, to me, is the biggest differentiator. In terms of results, there's a huge yawning chasm between the person who says "Claude make me a $thing" versus the person who puts in the effort to lay down the overall architecture, gives some thoughts to libraries and dependencies, performance trade-offs etc, and only then begins prompting.

Knowing how to implement Djikstra or a linked list by heart is no longer important. Actual software engineering skills are more important than ever.

2 comments

> Knowing how to implement Djikstra or a linked list by heart is no longer important.

This was never important. The important part was always knowing when to use them.

>The important part was always knowing when to use them.

Two things can be true simultaneously. I think there was a time when deep familiarity with implementing algorithms was important.

The gap is closing; a shitty wannabe programmer will eventually learn the structures one way or another. Agentic coding just got many new people involved, and these new people create noise.