Being a developer, I don't care if someone else uses my code. Code is like a brick. By itself it has little value, the real value lies on how it is used.If I find an optimal way to do something, my only wish is to make it available to as much people as possible. For those who comes after.
Games @lemmy.world Steam is now blocking NSFW updates for published adult-only games, according to a raunchy RPG developer
Games @lemmy.world Weekly Recommendations Thread: What are you playing this week?
Games @lemmy.world Weekly Recommendations Thread: What are you playing this week?
Games @lemmy.world Weekly Recommendations Thread: What are you playing this week?
Games @lemmy.world Weekly Recommendations Thread: What are you playing this week?
Games @lemmy.world Payments Processors & Collective Shout VS NSFW games
Fairphone @lemmy.ml After two year with my FP5, battery still at 98% health.
Games @lemmy.world Patient Gamers - Weekly Recommendations Thread: What are you playing this week?
Games @lemmy.world You’ll Own Nothing | Stop Killing Games, ft. Ross of Accursed Farms - GamersNexus Steve Interview
Games @lemmy.world Clair Obscur: Expedition 33 Piano Collection
Games @lemmy.world The Long Dark gets a big free visual enhancement update out now
Games @lemmy.world The community and its future
Gaming @lemmy.ml Spidey is lookin' good
cats @lemmy.world My dad's 13 y.o. void.
Games @sh.itjust.works No Man's Sky The Cursed Expedition
Showerthoughts @lemmy.world The human body is a watercooled biological machinery



That's not how LLMs work either.
An LLM had no knowledge, but has the statically probability of a token to follow another token, and given an overall context it create the statically most likely text.To calculate such probability as accurently as possible you need as much examples as possible, to determine how often word A follow word B. Thus the immense datasets required.Luckily for us programmers, computer programs are inherently statically similar, which makes LLMs quite good at it.Now, the programs it create aren't perfect, but it allows to write long, boring code fast, and even explain it if you require it to. This way I've learned a lot of new things that I wouldn't have unless I had the time and energy to screw around with my programs (which I wished I had, but don't), or looked around Open Source programs source code, which would take years to an average human.
Now there is the problem of the ethic use of AI, which is a whole other aspect. I use only local models, which I run on my own hardware (usually using Ollama, but I'm looking into NPU enabled alternatives).