IngeniousRocks (They/She)
I have opinions. Some of them are terrible. For this I am sorry.
Don’t DM me without permission please
- 1 Post
- 1 Comment
Joined 1 year ago
Cake day: December 7th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.


I’m learning coding right now in college and my professors are making sure we know how to effectively work with LLMs when coding.
It should never be used for generating code for anything other than examples. One should always remember it will answer what is asked and nothing more, and must make considerations for this when adapting generated code for your uses. Its best to treat it like a frontend for parsing documentation and translating it into simpler language, or translating a function in one language to another.