How long before we stop reading the code?
thenewstack.io
How long before we stop reading the code?
1–4 of 4 posts
Re: How long before we stop reading the code?
#2Re: How long before we stop reading the code?
#3I 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.
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.
Re: How long before we stop reading the code?
#4I 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.
> 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.