Remix.run Logo
dcastm 3 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.

dkn 2 hours ago | parent [-]

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.