Comment Re:Day 14,739: Management style now "nano". (Score 2) 32
But what if no one is ever going to use the output anyway? Might not need to check it.
I've dealt with *way* too many business processes that have people generate obscene amounts of prose that no one will ever read or even skim or reference.
I remember one of these companies championed that they used LLM to complete an important 'overhaul' of their source code. The 'overhaul' was generating separate document detailing all these uncommented functions and what the LLM guessed they were supposed to do and how in plain text. The theory was that if one day they actually wanted to start porting this code to something else, that document would be 'helpful'. And of course:
- They never will do that porting
- Even if they did, the developers will likely ignore that document.