Hacker News new | ask | show | jobs
by stpedgwdgfhgdd 304 days ago
When you start to refactor 100k+ lines code base it adds up even more… Some Docker builds, run the linters and the tests, you quickly exceed $40
1 comments

This is why you make the linters and tests as quiet as possible. The LLM doesn't need to know every successful test, it just needs know if it passed or not.