---
title: "Does code quality still matter?"
url: https://daily.dev/posts/does-code-quality-still-matter--az8tkl4ww
source_url: https://blog.ploeh.dk/2026/07/23/does-code-quality-still-matter
type: article
source: "ploeh blog"
published: 2026-07-23T07:01:58.994Z
updated: 2026-07-23T20:17:29.043Z
tags: ["llm", "ai-coding", "technical-debt"]
reading_time: 6
upvotes: 10
comments: 11
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Does code quality still matter?

**[ploeh blog](https://daily.dev/sources/ploeh)** · 6 min read · 10 upvotes · 11 comments

## Summary

Mark Seemann explores whether code quality will remain relevant in a future where LLMs write all code without human oversight. He argues that current code quality principles are rooted in human cognitive constraints, and questions whether LLMs would accumulate their own form of technical debt in hypothetical LLM-optimized languages. He concludes that fully autonomous LLM-driven development is more complicated than AI optimists suggest, and that human oversight removal poses risks we may not be equipped to troubleshoot.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.ploeh.dk/2026/07/23/does-code-quality-still-matter>

## Community discussion

Top comments from developers on daily.dev.

**@hardik15** · 7 upvotes

> Code quality will be very much important till the code implementation is there. No matter whether humans or AI who is writing it is one fo the core things for scalable projects.

**@fabianletsch** · 4 upvotes

> From a review standpoint code quality matters until humans do not have to look at code anymore.
>
>
> From a performance standpoint code quality will matter until we can fit super computers in smart watches for a dime.
>
>
> From a perfectionist standpoint, code quality will always matter.

**@johnlowiework** · 4 upvotes

> Even if AI wrote 100% of the code, software doesn't run in a vacuum—it interfaces with physical systems, business requirements, and edge cases.

**@harshitmanepally** · 0 upvotes

> It definitely matters. We can't simply create a basic game and expect it to compete as a professional-level esports title.

**@gbiasiucci210** · 0 upvotes

> When we ask ChatGPT a question revolving around historical or general facts, it's important that we carefully analyze its response for any inconsistencies or incorrect aspects. In essence, we're checking the quality of the response and making any fixes as needed.
>
> The same principle should always apply to AI-generated code so long as humans are still involved in the process in one way or another. It has always been one of my firmest beliefs that AI is best used as a coding assistant, not as a tool on which we should place complete reliance regarding coding. We ought to check any and all...

## Similar posts on daily.dev

- [Fragments: April 2](https://daily.dev/posts/fragments-april-2-e3hkupnud) · Martin Fowler · 0 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-coding](https://daily.dev/tags/ai-coding), [#technical-debt](https://daily.dev/tags/technical-debt)

[View this post on daily.dev](https://daily.dev/posts/does-code-quality-still-matter--az8tkl4ww)
