Elektrine lite

← Feed

@shafik@hachyderm.io

Post #1909990

2026-04-30 02:36 UTC

"Comprehension Debt - the hidden cost of AI generated code.": https://addyosmani.com/blog/comprehension-debt/ This piece identifies a lot of the problems but is way too optimistic that specification can solve a lot of these issues. The bottleneck is code review and you can not skimp on that. Specification can not replace code review that are not equivalent. #ai

Replies (1)

  • @Di4na@hachyderm.io 2026-04-30 05:38

    @shafik@hachyderm.io tbf I have even doubts that reviews can efficiently do that. We take active steps when writing the code around how we structure, name the code. How we choose which tools and construct we use. How we organise things. Pushing it back to review is changing the meaning of reviews. It means that reviews become not only "reviewing" but mostly making. We are adding more work to the review. It is not only bottlenecking there

    Open ##2487618