this post was submitted on 06 Feb 2025
93 points (93.5% liked)

196

1965 readers
2591 users here now

Community Rules

You must post before you leave

Be nice. Assume others have good intent (within reason).

Block or ignore posts, comments, and users that irritate you in some way rather than engaging. Report if they are actually breaking community rules.

Use content warnings and/or mark as NSFW when appropriate. Most posts with content warnings likely need to be marked NSFW.

Most 196 posts are memes, shitposts, cute images, or even just recent things that happened, etc. There is no real theme, but try to avoid posts that are very inflammatory, offensive, very low quality, or very "off topic".

Bigotry is not allowed, this includes (but is not limited to): Homophobia, Transphobia, Racism, Sexism, Abelism, Classism, or discrimination based on things like Ethnicity, Nationality, Language, or Religion.

Avoid shilling for corporations, posting advertisements, or promoting exploitation of workers.

Proselytization, support, or defense of authoritarianism is not welcome. This includes but is not limited to: imperialism, nationalism, genocide denial, ethnic or racial supremacy, fascism, Nazism, Marxism-Leninism, Maoism, etc.

Avoid AI generated content.

Avoid misinformation.

Avoid incomprehensible posts.

No threats or personal attacks.

No spam.

Moderator Guidelines

Moderator Guidelines

  • Don’t be mean to users. Be gentle or neutral.
  • Most moderator actions which have a modlog message should include your username.
  • When in doubt about whether or not a user is problematic, send them a DM.
  • Don’t waste time debating/arguing with problematic users.
  • Assume the best, but don’t tolerate sealioning/just asking questions/concern trolling.
  • Ask another mod to take over cases you struggle with, if you get tired, or when things get personal.
  • Ask the other mods for advice when things get complicated.
  • Share everything you do in the mod matrix, both so several mods aren't unknowingly handling the same issues, but also so you can receive feedback on what you intend to do.
  • Don't rush mod actions. If a case doesn't need to be handled right away, consider taking a short break before getting to it. This is to say, cool down and make room for feedback.
  • Don’t perform too much moderation in the comments, except if you want a verdict to be public or to ask people to dial a convo down/stop. Single comment warnings are okay.
  • Send users concise DMs about verdicts about them, such as bans etc, except in cases where it is clear we don’t want them at all, such as obvious transphobes. No need to notify someone they haven’t been banned of course.
  • Explain to a user why their behavior is problematic and how it is distressing others rather than engage with whatever they are saying. Ask them to avoid this in the future and send them packing if they do not comply.
  • First warn users, then temp ban them, then finally perma ban them when they break the rules or act inappropriately. Skip steps if necessary.
  • Use neutral statements like “this statement can be considered transphobic” rather than “you are being transphobic”.
  • No large decisions or actions without community input (polls or meta posts f.ex.).
  • Large internal decisions (such as ousting a mod) might require a vote, needing more than 50% of the votes to pass. Also consider asking the community for feedback.
  • Remember you are a voluntary moderator. You don’t get paid. Take a break when you need one. Perhaps ask another moderator to step in if necessary.

founded 2 weeks ago
MODERATORS
 

image description (contains clarifications on background elements)Lots of different seemingly random images in the background, including some fries, mr. crabs, a girl in overalls hugging a stuffed tiger, a mark zuckerberg "big brother is watching" poser, two images of fluttershy (a pony from my little pony) one of them reading "u only kno my swag, not my lore", a picture of parkzer parkzer from the streamer "dougdoug" and a slider gameplay element from the rhythm game "osu". The background is made light so that the text can be easily read. The text reads:

i wanna know if we are on the same page about ai.
if u diagree with any of this or want to add something,
please leave a comment!
smol info:
- LM = Language Model (ChatGPT, Llama, Gemini, Mistral, ...)
- VLM = Vision Language Model (Qwen VL, GPT4o mini, Claude 3.5, ...)
- larger model = more expensivev to train and run
smol info end
- training processes on current AI systems is often
clearly unethical and very bad for the environment :(
- companies are really bad at selling AI to us and
giving them a good purpose for average-joe-usage
- medical ai (e.g. protein folding) is almost only positive
- ai for disabled people is also almost only postive
- the idea of some AI machine taking our jobs is scary
- "AI agents" are scary. large companies are training
them specifically to replace human workers
- LMs > image generation and music generation
- using small LMs for repetitive, boring tasks like
classification feels okay
- using the largest, most environmentally taxing models
for everything is bad. Using a mixture of smaller models
can often be enough
- people with bad intentions using AI systems results
in bad outcome
- ai companies train their models however they see fit.
if an LM "disagrees" with you, that's the trainings fault
- running LMs locally feels more okay, since they need
less energy and you can control their behaviour
I personally think more positively about LMs, but almost
only negatively about image and audio models.
Are we on the same page? Or am I an evil AI tech sis?

IMAGE DESCRIPTION END


i hope this doesn't cause too much hate. i just wanna know what u people and creatures think <3

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 day ago (1 children)

I haven't really used AIs myself, however one of my brothers loves AI for boilerplate code which he of course looks over afterwards. If it saves time and you only have to do some minor editing then that seems like a win to me. Probably shouldn't be used like this in any non-hobby project by people who aren't adept at coding however

[–] [email protected] 7 points 1 day ago (2 children)

I'm a programmer as well. When ChatGPT & Co initially came out, I was pretty excited tbh and attempted to integrate it into my workflow, which kinda worked-ish? But was also a lot of me being amazed by the novelty, and forgiving of the shortcomings.

Did not take me long to phase them out again though. (And no, it's not the models I used; I have tried again now and then with the new, supposedly perfect-for-programming models, same results). The only edgecase where they are generally useful (to me at least) are simple tasks that I have some general knowledge of (to double theck the LM's work) but not have any interest in learning anything further than I already know. Which does occur here and there, but rarely.

For everything else programming-related, it's flat out shit.I do not beleive they are a time saver for even moderately difficult programs. Bu the time you've run around in enough circles, explaining "now, this does not do what you say it does", "that's the same wring answer you gave me two responses ago", "you have hallucinated that function", and found out the framework in use dropped that general structure in version 5, you may as well do it yourself, and actually learn how to do it at the same time.

For work, I eventually found that it took me longer to describe the business logic (and do the above dance) than to just.... do the work. I also have more confidence in the code, and understand it completely.

In terms of programming aids, a linter, formatter and LSP are, IMHO, a million times more useful than any LM.

[–] [email protected] 7 points 1 day ago (1 children)

this matches my experience too. good IDEs or editors with LSP support allll the way.

also wanna add that it's weird to me that we turn to LLMs to generate mountains of boilerplate instead of... y'know, fixing our damn tools in the first place (or using them correctly, or to their fullest) so that said boilerplate is unnecessary. abstractions have always been a thing. it seems so inefficient.

[–] [email protected] 3 points 1 day ago (2 children)

Makes me feel warm around the heart to hear that it's not just me 🫠

[–] [email protected] 3 points 1 day ago

ikr, it makes the horrors just a little more bearable ✨

[–] [email protected] 1 points 1 day ago (1 children)

I also 100% agree with you. My work has a developer productivity team that tries to make sure we have access to good tools, and those folks have been all over AI like flies on shit lately. I've started to feel a bit like a crazy Luddite because I do not feel like Copilot increases my productivity. I'm spending like 90% of my time reading docs, debugging and exploring fucked up edge cases, or staring off into space while contemplating if I'm about to introduce some godawful race condition between two disparate systems running in kubernetes or something. Senior developers usually do shit that would take hours to properly summarize for a language model.

And yeah, if I have to write a shitload boilerplate then I'm writing bad code and probably need to add or fix abstraction. Worst case, there's always vim macros or a quick shell oneliner to generate that shit. The barrier to progress is useful because it warns me that I'm being a dummy. I don't want to get rid of that when the only benefit is that I get to context switch between code review mode and system synthesis mode.

[–] [email protected] 2 points 1 day ago

Yeah, with seniors it's even more clear how little LMs can help.

I feel you on the AI tools being pushed thing. My company is too small to have a dedicated team for something like that, buuuut... As of last week, we're wasting resources on an internal server hosting Deepseek on absurd hardware. Like, far more capable than our prod server.

Oh, an we pride ourselves on being soooo environmentally friendly 😊🎉

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago)

for even moderately difficult programs.

My brother uses it to generate templates and basic structs and functions, not to generate novel code. That's probably the difference here. I believe it's integrated into his text editor as well? It's the one github offers

Edit: Probably wouldn't be useful if it wasn't integrated into the editor and therefore the generation being just a click away or some sort of autofill. Actually writing a prompt does sound tedious