|
|
|
|
|
by 8organicbits
786 days ago
|
|
Personally, I haven't found them useful. They make subtle mistakes and you'll spend longer debugging and iterating than just doing it yourself. If you're completely stumped, asking an LLM can give you direction. But you'll need domain knowledge to validate and fix the generated code. LLMs solve the easy problem (writing code) but don't help with the hard problem (domain knowledge). |
|