Skip to content

Commit a649782

Browse files
committed
add blank line after duplication section paragraph in ai-makes-your-codebase-dumber post
1 parent 0ce22ac commit a649782

File tree

1 file changed

+1
-0
lines changed
  • apps/frontendsupport/blog-posts/2026-01-25-ai-makes-your-codebase-dumber

1 file changed

+1
-0
lines changed

apps/frontendsupport/blog-posts/2026-01-25-ai-makes-your-codebase-dumber/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Anthropic's CEO is writing [essays](https://darioamodei.com/machines-of-loving-g
2727
### 1. Duplication on an Industrial Scale
2828

2929
LLMs are trained on tutorials, examples, and greenfield projects. Not on integrating changes into existing codebases. So they do what their training data shows: create new stuff. Need auth logic? They'll write it fresh, even if you already have it in three other places. Need a utility function? They'll inline it rather than find yours.
30+
3031
Left unchecked, every AI change increases entropy. More files, more duplication, more inconsistent patterns. The codebase becomes harder to reason about, which makes the next change even more likely to go wrong.
3132

3233
### 2. Hallucinations and Baffling Assumptions

0 commit comments

Comments
 (0)