Remix.run Logo
hu3 14 hours ago

No OP but I also guide LLMs with TDD and it's a mixture of LLMs write tests for happy paths and I write tests for edge cases.

Also when I use LLM to fix a bug, I tell it to write a test to prevent regression of the bug at the end of the session, after the bug is fixed.

Havoc 10 hours ago | parent | next [-]

> Also when I use LLM to fix a bug, I tell it to write a test to prevent regression of the bug at the end of the session, after the bug is fixed.

Oh that’s clever. Thanks

wilg 13 hours ago | parent | prev [-]

I try to get the agent to create a failing test first, so we can verify its fix is real.