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
11–20 of 82 posts
Re: Reviews have become expensive, rewrites have become cheap
#12Writing blog posts has become cheap, making them sound human has become hard.
Compare that to e.g. Martin Amis: https://en.wikiquote.org/wiki/Martin_Amis
Re: Reviews have become expensive, rewrites have become cheap
#13Re: Reviews have become expensive, rewrites have become cheap
#14Re: Reviews have become expensive, rewrites have become cheap
#15I’m not sure I agree with this or maybe I don’t understand. In my experience, the over engineered code LLMs create have more big problems. Rewriting vast parts of code when I have an outage or need a new feature means the code evolves far faster than my understanding. That gets more and more dangerous. Or maybe I’m not smart enough to follow the new pace?
Re: Reviews have become expensive, rewrites have become cheap
#16ai 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
#17Re: Reviews have become expensive, rewrites have become cheap
#18Re: Reviews have become expensive, rewrites have become cheap
#19Writing 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
#20I’m not sure I agree with this or maybe I don’t understand. In my experience, the over engineered code LLMs create have more big problems. Rewriting vast parts of code when I have an outage or need a new feature means the code evolves far faster than my understanding. That gets more and more dangerous. Or maybe I’m not smart enough to follow the new pace?
quote: "If I identify code that’s more complex than it needs to be, in my own work or in someone else’s PR"
If so, that makes a lot of sense to me. The best time to rewrite code is before it hits production.