Gojko Adžić on the Modern Software Engineering channel makes a good point that markdown prayers doesn’t help when your enthusiastic intern (LLM) shows up at work drunk. You need stricter guardrails.
And I rapidly developed an interest in this topic when I caught Gemini sneaking in a uninitialized var (why? I have no idea).
In JavaScript/PHP/others it’s just a matter of asking the LLM to write a rule for the linter you’re already using, and add that to the project.
But that’s a bit more complicated in Crystal land, ameba is nice, but not particularly extensible, it seems. Of course my particular issue can be caught with rg, but it would be nice if things was a bit more integrated.
Thoughts? Any tools I’ve not yet discovered?