Why is reviewing hard? I use LLMs for reviewing. It is dogmatic to review every line written by an LLM.
Reviews have become expensive, rewrites have become cheap
21–30 of 82 posts
Re: Reviews have become expensive, rewrites have become cheap
#22Earlier quoted context omitted.
The simple sentences LLM keep generating break my brain, it's like 95% of writing is now 3rd grade level. Compare that to e.g. Martin Amis: https://en.wikiquote.org/wiki/Martin_Amis
Martin Amis level prose is neither possible nor desirable for a technical blog post.
Re: Reviews have become expensive, rewrites have become cheap
#23ai can do some of the reviewing, checking calling and called arguments, even things like crufty shell scripts. but the higher-level "should you do this?" or "check your design" - could AI do that stuff?
Re: Reviews have become expensive, rewrites have become cheap
#24ai can do some of the reviewing, checking calling and called arguments, even things like crufty shell scripts. but the higher-level "should you do this?" or "check your design" - could AI do that stuff?
No way this can backfire.
> checking calling and called arguments
Like a static language compiler already does?
Re: Reviews have become expensive, rewrites have become cheap
#25Earlier quoted context omitted.
The simple sentences LLM keep generating break my brain, it's like 95% of writing is now 3rd grade level. Compare that to e.g. Martin Amis: https://en.wikiquote.org/wiki/Martin_Amis
Martin Amis level prose is neither possible nor desirable for a technical blog post.
Re: Reviews have become expensive, rewrites have become cheap
#26ai can do some of the reviewing, checking calling and called arguments, even things like crufty shell scripts. but the higher-level "should you do this?" or "check your design" - could AI do that stuff?
> ai can do some of the reviewing No way this can backfire. > checking calling and called arguments Like a static language compiler already does?
When I've used static analysis tools, the first run is usually helpful as you cherry pick the things that need to be fixed, but then subsequent runs are just the false positives or "only slightly a nit" kind of annoyances.
But human developers are the ones that say stuff like "Do we really have to use a database at all?" etc...
Re: Reviews have become expensive, rewrites have become cheap
#27Writing blog posts has become cheap, making them sound human has become hard.
The simple sentences LLM keep generating break my brain, it's like 95% of writing is now 3rd grade level. Compare that to e.g. Martin Amis: https://en.wikiquote.org/wiki/Martin_Amis
> Nowadays every business in America says how warm it is and how much it cares — loan companies, supermarkets, hamburger chains.
Guess which one is AI and which one is a quote from Martin Amis.
Re: Reviews have become expensive, rewrites have become cheap
#28Failures in production remain expensive.
Re: Reviews have become expensive, rewrites have become cheap
#29Writing blog posts has become cheap, making them sound human has become hard.
The simple sentences LLM keep generating break my brain, it's like 95% of writing is now 3rd grade level. Compare that to e.g. Martin Amis: https://en.wikiquote.org/wiki/Martin_Amis
Re: Reviews have become expensive, rewrites have become cheap
#30ai can do some of the reviewing, checking calling and called arguments, even things like crufty shell scripts. but the higher-level "should you do this?" or "check your design" - could AI do that stuff?