-
Notifications
You must be signed in to change notification settings - Fork 746
Open
Description
Based on the output example on README.md
AI coding assistants can speed up the boring parts of the job. They're great at boilerplate: config files and the little glue code you don't want to write. They can also help you sketch a test, but you still have to read it.
The dangerous part is how confident the suggestions look. I've accepted code that compiled and passed lint, then discovered later it missed the point because I stopped paying attention.
If you treat it like autocomplete and review every line, it's useful. If you use it to avoid thinking, it will help you ship bugs faster.
The only real backstop is tests. Without them, you're mostly judging vibes.
This is still detected 99.99% on Undetectable AI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels