You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/frontendsupport/blog-posts/2026-01-18-ai-duplicated-slop/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Here's what I'm seeing in codebases with the new wave of AI-generated code.
10
10
11
11
## The Duplication Problem
12
12
13
-
Here's what actually happens. A developer plans a feature with AI that needs a table with inline editing. AI builds one from scratch using MUI primitives. It works. Ship it.
13
+
Here's what actually happens. A developer plans a feature with AI that needs a table with inline editing. AI builds one from scratch using [material-ui](https://mui.com/) primitives. It works. Ship it.
14
14
15
15
Next sprint, different feature, same need. AI builds another table. Slightly different. Also works. Ship it.
0 commit comments