Hacker News new | ask | show | jobs
by StilesCrisis 1 day ago
Maybe I am still a novice. When I insist on tests, I get plenty of them, but on close review I'll ask "did you handle [obvious and important thing]" and suddenly it's tearing the code apart and building more stuff. It just loves corner cutting.
1 comments

> Maybe I am still a novice.

With Boris telling everyone they should throw away their AGENTS.md file this week, I think we're all back to being novices again.

> It just loves corner cutting.

Absolutely, it tried to disable a bunch of lint rules for me calling them "overly stylistic". It also casually dropped some unsafe Rust blocks in an run of the mill CRUD application that definitely had no business needing unsafe.

No, sorry, not good enough, go back to talking to yourself until its done properly.

It eventually got there taking most of my quota with it. I'm hoping once sandboxes is more fine grained we'll be able to lock out configuration files to prevent any edits on them.