Y
Hacker News
new
|
ask
|
show
|
jobs
by
OutsmartDan
157 days ago
If AI is writing and fixing all code, does linting even matter?
2 comments
akshay326
156 days ago
LLMs try to cheat. all sorts of evasive ways or smart tricks in some cases to avoid working on context-heavy tasks. i've constantly observed if left unchecked it tries to loosen the lint settings
link
colechristensen
156 days ago
Linting is a good guardrail for real code problems the LLM catches poorly.
LLM performance increases with non-LLM guardrails.
link
akshay326
156 days ago
true both - i've observed i end up spending more tokens + time with linting, than without
link