this post was submitted on 16 Feb 2024
11 points (92.3% liked)
chat
8151 readers
2 users here now
Chat is a text only community for casual conversation, please keep shitposting to the absolute minimum. This is intended to be a separate space from c/chapotraphouse or the daily megathread. Chat does this by being a long-form community where topics will remain from day to day unlike the megathread, and it is distinct from c/chapotraphouse in that we ask you to engage in this community in a genuine way. Please keep shitposting, bits, and irony to a minimum.
As with all communities posts need to abide by the code of conduct, additionally moderators will remove any posts or comments deemed to be inappropriate.
Thank you and happy chatting!
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
im kinda mixed
on this. its good for certain tasks, ive made scripts and smaller programs with it but its not a replacement for humans or human creativity and shouldnt be treated as such. of course, this is capitalism so...
example
i asked it to make a script to scrape all my comments on hexbear and write to a file, it did it without issues as the json structure was provided.example 2
i asked it to make a script to allow me to hide posts on hexbear/lemmy and it came up with a working one after 2-3 iterationsspoiler spoiler // ==UserScript== // @name Hexbear Hide Posts // @namespace http://tampermonkey.net/ // @version 1.0 // @description Hide posts on hexbear.net and store their state in local storage // @author You // @match https://hexbear.net/* // @grant none // @run-at document-end // ==/UserScript==
(function() { 'use strict';
})(); :::
i think for creative tasks like writing, relying on LLMs entirely is just lazy and you can see that with AI Content farms on youtube.