Comment on Selfhosted & AI
captcha_incorrect@lemmy.world 1 week agoany use would mean a tag
So when I write code, I regularly ask an LLM how to do things. A few examples from my history is how I could overlap rows when generating PDF files (have a library for this), how I could assign an empty Char and to create a singleton class. A LLM never changes any of my files, I use it as super-search-engine.
Would that constitute an AI tag?
curbstickle@anarchist.nexus 1 week ago
Yes, because it is a bit different than a search engine. It may not be changing the files, but it is telling you the way to do it. It might give you an outdated method/pattern, it might ignore conventions, and most importantly, it doesn’t really understand the problem its solving. Its not finding the optimal answer, its finding the most common.
So the resulting answer may work, but not necessarily be right. In a disclosure (see the new thread) that would be referred to as “hint” for lllm use.
That doesn’t mean the answer you got was necessarily wrong either, just an answer based on an amalgam of the most common for all the code fed into the model, no matter when the code was written.
It would be put into an ai disclosure, so it qualifies for a tag. Make sense?
captcha_incorrect@lemmy.world 1 week ago
Makes sense, thanks for taking the time to explain. <3