logoalt Hacker News

PaulHouleyesterday at 11:24 PM3 repliesview on HN

You can use gen AI entirely in the spirit of craft. For instance if you need to consume, implement or extend some open source software you can load it up in an agent IDE and ask “How do I?” questions or “how is it that?” questions that put you on a firm footing.


Replies

danjlyesterday at 11:49 PM

> I was afraid the puzzle-solving was over. But it wasn't—it just moved up a level.

The craft can move up a level too. You still can make decisions about the implementation, which algorithms to use, how to combine them, how and what to test -- essentially crafting the system at a higher level. In a similar sense, we lost the hand-crafting of assembly code as compilers took over, and now we're losing the crafting of classes and algorithms to some extent, but we still craft the system -- what and how it does its thing, and most importantly, why.

gassiyesterday at 11:39 PM

And contribute your changes back upstream, right?

show 1 reply
bluefirebrandtoday at 5:24 AM

You don't need AI for this, we've had search engines and good online resources for decades

show 3 replies