Skip to content

Commit f94552b

Browse files
authored
Merge pull request #40 from sajal2692/blog
blog: add image
2 parents 49cf0be + b38bdb4 commit f94552b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
502 KB
Loading

src/content/blog/effective-ai-coding.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Example: "Let's use `any` type for now and fix it later" should trigger immediat
126126

127127
#### Technical debt awareness
128128

129+
![Debugging AI-generated Codebases](@assets/images/blog/effective-ai-coding/debugging_books.png)
130+
_Grady Booch's tweet about where AI-generated codebases are heading._
131+
129132
AI can generate code faster than you can review it, making technical debt accumulation a real risk. Set up systems to track what gets generated and schedule regular cleanup sessions. Key areas to monitor from my experience:
130133

131134
- Duplicate type definitions or interfaces across files

0 commit comments

Comments
 (0)