Hacker News new | ask | show | jobs
by rphv 14 days ago
"Readability by humans" may no longer be as important as it once was.
4 comments

Maybe it would benefit Anthropic if AI generated code worked, but wasn't readable by humans. That's a nice moat.
Proprietary stochastic compilers. Hooray.
Good variable names are still useful for LLMs to understand context when refactoring.
LLMs are already bad at reusing existing logic/resources/components, even when they have obvious names. Unreadable code only makes it worse.
Only if LLMs will start to output object code, skipping text representation.