What we lost the last time code got cheap

코드 생산 비용이 급격히 낮아진 현재, AI가 생성하는 코드는 기능적으로는 충분하지만 코드 작성 의도와 맥락이 결여되어 있어 이해와 유지보수가 어려워지고 있다. 과거 오프쇼어 개발 시절에도 코드 이해의 어려움이 있었지만, 당시에는 적어도 개발자가 의도를 알고 있었다. 이제는 AI가 생성한 코드에 대한 이해가 부족해지면서, 개발자 도구와 조직 문화가 코드 이해를 우선시하는 방향으로 진화해야 한다는 점이 강조된다. 이는 단순히 코드 생산 속도를 높이는 것을 넘어, 코드 이해를 돕는 새로운 도구와 실천법 개발이 필요함을 시사한다.

https://www.poppastring.com/blog/what-we-lost-the-last-time-code-got-cheap

#aiassisteddevelopment #codecomprehension #softwareengineering #developertools

What We Lost the Last Time Code Got Cheap

I worked at a startup in Toledo called Heartland Information Services. We ...

🤖🎉 Ah, the never-ending quest for the holy grail of code comprehension, now with added #Rust and a sprinkle of #AI because why not just throw everything at the wall? 😜✨ Welcome to GitHub's latest attempt at solving problems no one asked for with more #buzzwords than a Silicon Valley startup pitch. 🚀🔍
https://github.com/BeaconBay/ck #codecomprehension #GitHub #HackerNews #ngated
GitHub - BeaconBay/ck: Local first semantic and hybrid BM25 grep / search tool for use by AI and humans!

Local first semantic and hybrid BM25 grep / search tool for use by AI and humans! - GitHub - BeaconBay/ck: Local first semantic and hybrid BM25 grep / search tool for use by AI and humans!

GitHub

@joxean search in GitHub is better than it was (no bonus points, it is closed source SaaS).

The new code search does regex, and then the code viewer lets you navigate by symbols found with TreeSitter.

What was good about Google’s code search, and what kind of features are you looking for?

#GitHub #CodeSearch #CodeNavigation #CodeComprehension