I know the reputation that AI has on Lemmy, however I’ve found that some users (like myself) have found that LLMs can be useful tools.
What are fellow AI users using these tools for? Furthermore, what models are you using that find the most useful?
I know the reputation that AI has on Lemmy, however I’ve found that some users (like myself) have found that LLMs can be useful tools.
What are fellow AI users using these tools for? Furthermore, what models are you using that find the most useful?
I like it for coming up with quick, modular code that produces whatever direct result I want without having to reivent the wheel provided I more or less understand how it works and how to tweak it to refine what I want or how it does it
You’re reinventing the wheel, just adding more bugs.
Nah, as long as it gives me the correct output for the range of inputs, i dont care so much. I make sure it gives me what I want and how can there be bugs when it gives me exactly what ask for, no more or less
And if you’re both concerned about bugs and also don’t have the time to verify it all manually, you can specify that you want the code to have plenty of sanity-checking and error logging functionality in it so that if something goes wrong you’ll know immediately.
AI codegen is great for creating unit tests because human programmers never even bother to create unit tests most of the time.