alt.hn

6/24/2026 at 10:48:52 AM

How long before we stop reading the code?

https://thenewstack.io/future-of-code-reviews/

by tonkkatonka

6/24/2026 at 11:19:22 AM

I fully agree: over time, we will view coding LLM agents as a form of compiler, and human effort will shift upstream to the development of specifications, the writing and execution of test cases, and final validation.

by JPLeRouzic

6/24/2026 at 11:34:29 AM

> the writing and execution of test cases

I'm not sure about this one, though. Today, my experience with LLMs is that they're already pretty helpful for unit test edge cases I wouldn't have thought of. If you mean broader functional tests then maybe, but I wouldn't say the same for unit tests.

by pedromlsreis

6/24/2026 at 12:57:52 PM

Yes but in my experience, LLMs are prone to cheating and implementing "shortcuts" that look functional but are in fact not really if you look closely. At the moment, you still need a human in the loop to make sure the LLM actually did what it promised and didn't cheat.

by muxamilian