Skip to content

Commit aecc264

Browse files
committed
clarify mock API modification example in unauthorized changes section of ai-makes-your-codebase-dumber post
1 parent 3a460fa commit aecc264

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AI doesn't fix bugs, it hides them. Optional chaining everywhere so undefined do
4141

4242
### 4. Changing Code Without Permission
4343

44-
Ask AI to fix one thing and it'll "improve" three others. It refactors code you didn't ask it to touch, introduces bugs in files you weren't even discussing, and weakens types to make things compile. Ask it to move a function to a new file and it won't just move it. It'll rewrite it and introduce bugs. I've seen it modify a mock API to match a bug rather than fix the actual bug. Every change you didn't ask for is a change you have to review, understand, and probably revert.
44+
Ask AI to fix one thing and it'll "improve" three others. It refactors code you didn't ask it to touch, introduces bugs in files you weren't even discussing, and weakens types to make things compile. Ask it to move a function to a new file and it won't just move it. It'll rewrite it and introduce bugs. I've seen it modify a mock API file to fix a bug rather than fix the actual bug. Every change you didn't ask for is a change you have to review, understand, and probably revert.
4545

4646
### 5. False Promises
4747

0 commit comments

Comments
 (0)