Hacker News new | ask | show | jobs
by dcastm 6 hours ago
Same for me. I actively ask the LLM to write as few tests as possible. Otherwise you end up redundant and low value ttests.
1 comments

Yep, and wasted token spend on an ongoing basis.

I instruct the LLM to follow TDD practices in certain areas, but otherwise prioritize integration style tests at the edges.