Hacker News 👾
Назад к новостям
2
willio5821.09.26 01:56

Why Bother with Lint Rules If AI Writes the Code?

Источник
Комментарии
4

cscmsg
21.09.26 02:14

A lint rule is only enforceable if the agent can't edit the rule. Prompt files are guidance because the model can ignore them. A config file is just another file in the repo and an agent can find ways to bypass that. I've seen my agent code around it or quietly loosen the config instead of fixing the code.My solution was putting the hook and lint configuration where the agent can't write to it. That was more effort to set up, but it seems to work.

prologic
21.09.26 02:02

Because consistency is still considered a quality rubric ?