zlacker

[return to "Tldraw pauses external contributions due to AI slop"]
1. sbonda+p5[view] [source] 2026-01-16 00:15:31
>>pranav+(OP)
Seems like reading the code is now the real work. AI writes PRs instantly but reviewing them still takes time. Everything flipped. Expect more projects to follow - maintainers can just use ai themselves without needing external contributions.
◧◩
2. bigstr+ci[view] [source] 2026-01-16 02:05:59
>>sbonda+p5
Understanding (not necessarily reading) always was the real work. AI makes people less productive because it's speeding up the thing that wasn't hard (generating code), while generating additional burden on the thing that was hard (understanding the code).
◧◩◪
3. freeho+M11[view] [source] 2026-01-16 10:25:51
>>bigstr+ci
As not all codebases are well-written, I have found useful once to get an LLM to produce code that does X, essentially distilling from a codebase that does XYZ. I found that reviewing the code the LLM producced, after feeding the original codebase in the context, was easier than going through the (not very well-written) codebase myself. Of course this was just the starting point, there was a ton of things the LLM "misunderstood", and then there was a ton of manual work, but it is an (admittedly rarer) example for me where "AI-generated" code is easier to read than code written by (those) humans, and it was actually useful having that at that point.
[go to top]