5 ms·
This is like saying "writing code is solved, all we need now is somebody to blame because it doesnt work"
by pydry 10d ago
This is like saying "writing code is solved, all we need now is somebody to blame because it doesnt work"
- a2ff6eeb0 10d agoThat's really where we're heading, though. We're mostly at the point that, for a lot of code, the humans are there for manual testing and not creating the code.
- pydry 9d agoAt 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.
- a2ff6eeb0 9d agoHave you ever written significant changes by hand without testing?
- pydry 9d agoIve 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