Comment by robby_w_g
1 hour ago
How do you stop LLMs from making comments? In my experience, LLMs treat requirements for code output as suggestions
1 hour ago
How do you stop LLMs from making comments? In my experience, LLMs treat requirements for code output as suggestions
Ask the agent to write a script to run after each changes, against the newly added code.
Use that script as a super linter.
That’s the only way I found to strictly enforce some rules, like the no comments rule, without enforcing them against my own changes or old code.