Tell HN: I regret every single time I use AI
hackernews
|
|
🔬 연구
#ai
#claude
#opus
#regret
#review
#tech
#opus 4.6
#task
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
저자는 AI가 코드 리팩토링 등의 작업에서 잘못된 가정을 하거나 불필요하게 장황한 코드를 작성해 결과적으로 검토하는 시간이 더 오래 걸린다고 회고했습니다. 따라서 현재는 AI가 코드 베이스를 직접 수정하게 하기보다는 브라우저에서 연구 도구로 활용하는 것이 효과적이라며, 확실하지 않은 부분은 수시로 테스트하며 검증하는 것이 중요하다고 조언했습니다.
본문
I try to not be fully against AI, so keep giving it a change, today again. I went for sport and gave opus 4.6 a medium sized task.<p>In every single step there were assumptions done that I don’t think are correct. I was a refactor and not all is Claudes fault. But since I did have bad experience I work through the changes line by line and honestly I think I would rather have done it from the start then to review the changes as Claude did a not working weird verbose refactor that didn’t help with anything.</p><p>When I refactor personally I don’t lose focus, I get the mental model, I apply the virtue of laziness and find 7 things that could be done better and ask myself 10 more things on the way (for which I actively use AI for exploration)</p><p>Also whenever I give AI a task I’m bored and I watch a Youtube video or read a HN article, when I do work on the code myself I’m not sure I’m so much slower if I know what I’m doing, given the cost of exploration, context switching, more iteration pipelines, ai time + my reviewing time.</p><p>Right now I feel the best way of utilizing AI is not having it sit in your code base but rather have it a browser or somewhere, that way you can use it as research tool, but you are in the code.</p><p>I also strongly recommend to test every single step that you are not 100% sure about AI, the more specialized your requirement is the more often it is wrong, especially with changing versions etc.</p><p>I did set up a shortcut to create a vitest test file from every function and strg + t to run it and alt + t to run the last test again, so even on changes in consumed functions I can easily run it.</p><p>The fast feedback loop is so enabling. Can really recommend.</p><p>How do you guys doing serious workflows (no fantasy apps) use AI atm?</p>
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유