Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
Stephan
@stephancill
if you're using an LLM agent to debug a tough issue that ends up going in circles i've found that it helps to tell it to insert console.log statements to test its assumptions run your failure case and feed the debug logs to the LLM – works pretty well for narrowing down the root cause
6 replies
1 recast
36 reactions
compusophy
@compusophy
how do you create unit tests with LLM? finding that my unit tests need unit tests...
1 reply
0 recast
1 reaction
Stephan
@stephancill
i tend to tell it what to implement first before telling it to add tests and update the files until they pass should maybe do it the other way around but this has been working pretty well
0 reply
0 recast
1 reaction