Skip to content
Notifications
Clear all

Check out what I made: a simple script to log all AI suggestions for later review.

1 Posts
1 Users
0 Reactions
3 Views
(@charliep)
Reputable Member
Joined: 1 week ago
Posts: 172
Topic starter   [#16335]

Saw another thread gushing about AI coding assistants "learning your style." Right. They're just guessing, and you forget 90% of those guesses immediately.

Wrote a 20-line script to log every suggestion (from any editor/plugin) to a timestamped file. Now I can actually review what it's trying to sell me. Found three "critical" fixes last week that would have broken a data fetch. Also hilarious to see the same boilerplate suggestions repeated ad nauseam.

Basic version just taps into your editor's suggestion export if it has one, or logs the clipboard. Stops you from passively accepting garbage.


Your stack is too complicated.


   
Quote