Live data from Hacker News

AI, Tools and Transformation

ben-evans.com

81–85 of 85 posts

Re: AI, Tools and Transformation

#81
post #77
post #46

> It’s very tempting to imagine that AI turns everyone into a tool-builder It is not imagination, it is the undeniable truth. The quality of the tool is proportional to the competency of the builder, it always has been that way, AI makes the building process shorter by a magnitude

I have a friend who writes, she has certain needs, I've shown her how to start building tools, she has no interest in building tools. She's focused on writing and does not think about her personal process that way. Not every is a tool-builder, in fact most aren't!

Let me correct myself, every PROGRAMMER is a tool builder. I thought HN was a Hacker News site, sorry about my intrusion in this forum

Re: AI, Tools and Transformation

#82
post #79

Earlier quoted context omitted.

At some point it will become a strong competitive advantage to zag where others zig. If you understand the codebase deeply and have trust in it can roll out changes quickly without manual testing you can run circles around the people scratching their heads wondering if this vibe coded 2,500 pull request is going to be the one that takes down the system for a day.

Have you ever written significant changes by hand without testing?

Ive written many significant changes without manual testing by leaning heavily on well crafted automated tests, carefully honed type systems and clean architecture. These foundations serve as the bedrock of high quality applications I can move fast on.

IME vibe coding isnt just not capable of building these foundations, it actively chips away at them where they already exist. shrug

Re: AI, Tools and Transformation

#83
post #82

Earlier quoted context omitted.

Have you ever written significant changes by hand without testing?

Ive written many significant changes without manual testing by leaning heavily on well crafted automated tests, carefully honed type systems and clean architecture. These foundations serve as the bedrock of high quality applications I can move fast on. IME vibe coding isnt just not capable of building these foundations, it actively chips away at them where they already exist. shrug

You can ask for tests.

Re: AI, Tools and Transformation

#84
post #82

Earlier quoted context omitted.

Ive written many significant changes without manual testing by leaning heavily on well crafted automated tests, carefully honed type systems and clean architecture. These foundations serve as the bedrock of high quality applications I can move fast on. IME vibe coding isnt just not capable of building these foundations, it actively chips away at them where they already exist. shrug

You can ask for tests.

sure i can get all sorts of very poor quality tests by asking for them
Post reply on HN