From 63a21d76ac6d89ab87c6d5eadd7ef933ceb5f161 Mon Sep 17 00:00:00 2001 From: "Dina Berry (personal)" Date: Fri, 21 Aug 2026 07:21:45 -0700 Subject: [PATCH] Update 2026-08-21-maintaining-ai-slop-over-2-years.md --- website/blog/2026-08-21-maintaining-ai-slop-over-2-years.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2026-08-21-maintaining-ai-slop-over-2-years.md b/website/blog/2026-08-21-maintaining-ai-slop-over-2-years.md index ee26c04..7e3d4b1 100644 --- a/website/blog/2026-08-21-maintaining-ai-slop-over-2-years.md +++ b/website/blog/2026-08-21-maintaining-ai-slop-over-2-years.md @@ -36,7 +36,7 @@ It read source code and output what I asked it to based on my ever-growing promp ## Stage 2 - shifting sands of source code -There were a few bumps in the road that caused the prompt file to sputter and halt. The related source code repo moved. That was just one place in the prompt file - an easy change. Then the source code repo completely refactored into a monorepo - that was much harder. The prompt file was looking at specific folders, files, classes and property names. A much bigger change to the prompt file. And of course, I still other things to do. +There were a few bumps in the road that caused the prompt file to sputter and halt. The related source code repo moved. That was just one place in the prompt file - an easy change. Then the source code repo completely refactored into a monorepo - that was much harder. The prompt file was looking at specific folders, files, classes and property names. A much bigger change to the prompt file. And of course, I still had other things to do. Then the source project became much more popular and the feature set grew. Lots of changes and additions. This resulted in a short cycle of my wondering if AI, or my prompt file needed another rewrite.