> ## Content Index
> Fetch the complete content index at: https://birchtree.me/llms.txt
> Use this file to discover other available public pages before exploring further.

# Mostly Correct is Still Useful
- URL: https://birchtree.me/blog/cheating-is-all-you-need/
- Published: 2023-04-26T19:30:00.000Z
- Updated: 2023-04-26T19:30:00.000Z
- Author: Matt Birchler
- Tags: Links, #Import 2023-06-01 22:41, #Import 2025-03-29 19:29

[Steve Yegge: Cheating Is All You Need](https://about.sourcegraph.com/blog/cheating-is-all-you-need?ref=birchtree.me) (via [Michael Tsai](https://mjtsai.com/blog/2023/04/26/cheating-is-all-you-need/?ref=birchtree.me))

> All you crazy MFs are completely overlooking the fact that **software engineering exists as a discipline because you cannot EVER under any circumstances TRUST CODE.** That’s why we have *reviewers*. And *linters*. And *debuggers*. And *unit tests*. And *integration tests*. And *staging environments*. And *runbooks*. And all of goddamned *Operational Excellence*. And *security checkers*, and *compliance scanners*, and on, and on and on!

> So the next one of you to complain that “you can’t trust LLM code” gets a little badge that says “Welcome to *engineering* motherfucker”. You’ve finally learned the secret of the trade: Don’t. Trust. Anything!

My goodness, Steve nails it! People get hung up on these tools being less than 100% accurate, but so are humans, and we build systems to account for that imperfection. Yes, it would be dangerous for someone at a big company to ask an LLM to generate code and push it to production without checking it or testing it. It would also be dangerous to let a human developer push to production without a peer review and testing.

The fact that things (code or otherwise) generated by these models is imperfect means we need to be careful with how we use them, but it does not mean they are useless. As always, I like to look at these things as practically as I can, and the video below shows me adding a feature to [Quick Reviews](https://quickreviews.app/?ref=birchtree.me) in real time, and I think is a good example of how these tools can help, without replacing the need to understand what you're doing.