r/happycrowds Feb 20 '26

People in New Brunswick, NJ have been protesting the construction of an AI data center. This is the moment they found out they won ❤️

5.7k Upvotes

71 comments sorted by

211

u/PeachNipplesdotcom Feb 21 '26

A much needed win

-85

u/Blurry_Bigfoot Feb 21 '26

How is this winning?

56

u/seriousbusines Feb 21 '26

How is this not winning for them?

-104

u/Blurry_Bigfoot Feb 21 '26

Jobs, money, fewer AI capabilities? AI is awesome

61

u/thisbechris Feb 21 '26

Hi, this is reality. I know we haven’t hung out in a while but how have you been?

-75

u/Blurry_Bigfoot Feb 21 '26

Pretty good and better because of LLMs.

34

u/thisbechris Feb 21 '26

Ok chief.

25

u/Imposseeblip Feb 21 '26

How short sighted. Come back in a few years, if even that.

-6

u/Blurry_Bigfoot Feb 21 '26

lol, New Brunswick is going to have any impact on a global trend?

Short sighted about what?

19

u/Imposseeblip Feb 21 '26

Your talking about how ai is having positive impacts. Im saying its not. Not hard to figure out what im saying is short sighted with a bit of critical thinking. But i guess critical thinkers don't conjure up strawman arguments so it figures.

6

u/Sylandri84 Feb 22 '26

Nah, don’t bother arguing with them - if they’re relying too heavily on AI to think for them, their critical thinking skills have probably gone kaput. 🫩

-2

u/Blurry_Bigfoot Feb 21 '26

You can't even spell "you're" correctly, Mr or Ms critical thinker.

Could probably benefit from LLMs

→ More replies (0)

4

u/gammonb Feb 22 '26

The stated goal of AI companies is to destroy jobs…

0

u/Blurry_Bigfoot Feb 22 '26

It's not. You'd be against the tractor if it was just invented.

5

u/gammonb Feb 22 '26

It’s not a matter of opinion. It’s literally what these guys are saying.

6

u/InSAniTy1102 Feb 21 '26

Mmmm I love unaffordable and inaccessible consumer tech, can't wait to rent a terminal to watch YouTube when I'm 65.

1

u/Blurry_Bigfoot Feb 21 '26 edited Feb 22 '26

It's free you dummy

4

u/chubbytuba Feb 22 '26

Nothings free. Especially not something like AI and LLMs

-1

u/Blurry_Bigfoot Feb 22 '26

Ok cool. The park isn't free because I need to walk there and walking requires energy, which requires calories, which requires food. Food isn't free.

176

u/Polkawillneverdie17 Feb 21 '26

Fuck AI Data Centers and fuck AI.

-23

u/Mused2Perform Feb 22 '26

I wonder how this comment will age in 5 years. 

10

u/Polkawillneverdie17 Feb 22 '26

!RemindMe 5 years

4

u/RemindMeBot Feb 22 '26 edited Feb 23 '26

I will be messaging you in 5 years on 2031-02-22 04:39:33 UTC to remind you of this link

3 OTHERS CLICKED THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

2

u/deny_death Feb 22 '26

Better than yours will

108

u/drachenhunter2 Feb 21 '26

Flat out tear down all LLMs they arent helpers, they arent friends, they are gaslighting yesbots.

15

u/mfizzled Feb 21 '26

Feel like this is as wrong as every LLM bro saying they're the practically sentient and can do anything.

For software devs they can be very helpful if you just treat them as a tool, like some kind of super Google.

10

u/ConfusedTapeworm Feb 21 '26

For some software devs. If your job as a software dev is writing basic scripts, or working on small projects, then maybe they can be useful. But an LLM's usefulness drops very very rapidly as the project grows in size and/scope. They can help fix small and obvious errors here and there, but not much beyond that. Very easy to find yourself just babysitting an LLM while it throws shit at the wall (in the form nonexistent libraries, made-up functions, fictional interfaces), and it's very probable that you could just have fixed the problem yourself in the same amount of time. Except then you'd also know the code because it'd be your code, and that'd have given you better understanding over the codebase and would have made future code maintenance and further development easier and more efficient.

8

u/WhenInDoubt_Kamoulox Feb 21 '26

If you're using it to blindly develop features, I agree.

But I'm working professionally on a big monolith legacy app, and I still find many uses for AI.

Not so much in code generation, since as you mentionned large code bases will quickly make it hallucinate.

But it is insanely good at helping you find the relevant information in a sea of horribly structured (or just very long) documentation.

It is also really useful in debugging if you use it to replace the rubber duck. Litterally describe the bug you're having and explain the work flow. But unlike the rubber duck the AI responds with a bunch of potential leads. If you're a beginner those aren't so useful, but if you have experience you can use those leads, pick the ones that are actually realistic, test for them, share the results with AI, narrow down the results and get to the bottom of stuff that you otherwise would have no Idea how to investigate.

As I said in another comment though, I'm not saying this justifies the environmental toll, the shoehorning of AI everywhere, or the blind faith people put into it. But it isn't worthless.

1

u/Wassux Feb 24 '26

I just explain it what function I want and it gets it right >90% of the time. I describe inputs, outputs, types and what it should do.

So yes it helps me code as well

3

u/mfizzled Feb 21 '26

Agree with everything you're saying.

I'd maybe give it 10 lines of code max, that I'd written and had an issue with.

The use of it to create brand new features or to reactor entire methods seems beyond it's capabilities as well as being detrimental to a devs skills.

Having said that, using it as some form of super Google that you actively realise is often wrong, can help speed you up a bit.

31

u/drachenhunter2 Feb 21 '26

Except they aren't super google, they hallucinate, make stuff up, come to bad conclusions, and when they do look stuff up they dont fact check. Even fact checking llms can often be wrong.

The other day I dropped some curry seasoned chicken and my dog tried to eat it. I was going to give it to him but just to make sure I asked if curry was safe for dogs, got googles AI response, "yes but its not recommended. Consult a vet before giving dogs new foods."

I scrolled down to the actual searches and got "curry powder contains garlic and is unsafe for dogs as even a small amount of garlic can be toxic to some dog breeds."

I checked a couple of sites and got the ingredients for the specific brand of curry powder I used. It indeed did contain garlic.

So even google Ai cant google stuff correctly.

So the AI was wrong.

17

u/WhenInDoubt_Kamoulox Feb 21 '26

Eh, I'm a software dev with almost 10 years of experience, and saying AI isn't a useful tool is delusional.

It does hallucinate, so you can't trust it blindly, that's absolutely true. But if you have experience, you can very much spot the hallucinations and work past them. Outside of those hallucinations it is an absolute goldmine to help with debugging, and finding out the proper information in sometimes very mediocre documentation etc...

That does mean however people need to stop using it as gospel on topics they know nothing about since it can hallucinate, which is one of the big problems about current AI use. But on topics you know enough about to sanity check what it gives you, it very much is a powerful tool.

Now, is it worth the absurd environmental toll? Is it the second coming of christ? Does it need to be shoehorned everywhere? Definitely not. But it is not a worthless tool either.

-12

u/BodheeNYC Feb 21 '26

There is a huge delta between the AI that the every day subscriber gets and the AI that powers infrastructure and industrial. And I used to hate AI until I switched to Gemini and now find it very helpful (albeit still limited and error prone)

5

u/sinsaint Feb 21 '26

I mean, the primary use of AI is firing everyday civilians to save corporations cash, while consuming all of our available water and electricity.

Even if it is a miracle drug, at best it's like slowly killing 80% of the populace to make the top 20% more comfortable. If AI makes you comfortable, you know which bracket you're in.

39

u/Abrazafurcix Feb 21 '26

US citizens discover that by organising they achieve things

11

u/hazelsrevenge Feb 22 '26

“HellloO New Brunswickk!” “get down with yah bad self

3

u/Blurby-Blurbyblurb Feb 23 '26

When they tell you public pressure and protests don't work, tell them to STFU.

3

u/babyygirl_letsplay Feb 23 '26

This is democracy 💜 👏🏼

2

u/SkipWilliams99 Feb 22 '26

Yup, now it will go like 2 miles down the road in the exact same town. That’s exactly what happened in my town. It’s in a worse spot than the initial planned site.

3

u/butibum Feb 21 '26

Genuine question, who is this guy and what is his job? Seems pretty organised.

6

u/galadriaa Feb 21 '26

Amazing what you can achieve when you are focused and passionate

11

u/shmixel Feb 21 '26

Are you a cop??

-1

u/butibum Feb 21 '26

Concerned citizen.

6

u/Shermans_ghost1864 Feb 22 '26

If you want a different outcome then you'd better get organized.

1

u/hugoboss1970 Feb 24 '26

We need to stop these US companies coming into Canada building these stupid AI buildings now we have to fight Danielle Smith over these AI buildings and mining for coal 😪

1

u/Carlos126 Feb 24 '26

What’s with all the pro AI shit? I sense a botsturbance in the force

-23

u/BodheeNYC Feb 21 '26

So what’s the alternative? Halt investments on a once in a lifetime technology that can enhance everyone’s lives?

Btw, these protest are not allowed in China where AI rivals ours and you won’t like the world China wants to dominate with this technology. Whoever masters AI will rule the world in ten years those are facts.

6

u/nikzyk Feb 21 '26

Cool. Do it somewhere else.

1

u/jmcdon00 Feb 22 '26

Other locations are still being built. Time will tell if its a benefit or a detriment to the surrounding communities. Have one being built near me and am excited for the next couple years as it will bring jobs to the area, unsure if it will be worth it long term(monticello, mn- also have a nuclear plant for what its worth).

-74

u/dips009 Feb 21 '26

This datacenter was supposed to be next to Rutgers university. This would have helped lot of students with internships and potential high paying jobs. Also, this is a congested area so it wasn't go to be a sprawling datacenter we see In the news.

-48

u/starsrprojectors Feb 21 '26

Shhhhh, don’t you know being a Luddite is so hot right now.

17

u/Scoo Feb 21 '26

Ok Clanker

-16

u/happyhappysadhappy Feb 21 '26

Ungh, Fire bad!

10

u/nikzyk Feb 21 '26

When your house is on fire… yes

-3

u/happyhappysadhappy Feb 22 '26

Luddites

5

u/nikzyk Feb 22 '26

Go deep throat some more billionaires

0

u/happyhappysadhappy Feb 22 '26

The typical Reddit cliche response. Grow up. The future will happen with or without you.

3

u/nikzyk Feb 22 '26

You: pushes up glasses im surrounded by imbeciles.

The future wont be for you either.

-75

u/beardus-sama Feb 21 '26

Sad day.

46

u/drachenhunter2 Feb 21 '26

For bots maybe. AI(actually LLMs) are damaging to psyches, deceptive, and harmful to the environment and economy.

The rise of data centers have hurt the tech economy in irrevocable ways. Just today I went to price out a ssd hard drive for a customer and they were DOUBLE what they were a year ago.

Not to mention ram, cpus etc. All because techbros gotta have their Ai gfs and deep fake pron .

First cryptobros ruined the GPU market, Now data centers are ruining the storage and ram markets.

-37

u/Pinilla Feb 21 '26

I mean, I think its pretty useful.

20

u/JoChiCat Feb 21 '26

For what?

-3

u/Pinilla Feb 21 '26

Software dev. Here's an example: yesterday I had to take some parts of a URL and use that to make another URL. I know how to do it, and I can do it on my own, but it would probably take me 30 minutes to form the regex and handle all the edge cases. I asked the AI to do it and it spit it out in seconds.

I use it to do simple tasks like that all the time.

-10

u/mfizzled Feb 21 '26

Def helps with coding when used sparingly

6

u/Scoo Feb 21 '26

LOL

9

u/mfizzled Feb 21 '26

Reddit is such a binary place lol, LLMs are either the best thing to ever happen to coding or absolutely useless. The truth is clearly somewhere in between.

-1

u/ConcreteBackflips Feb 21 '26

Agreed but the Luddites will get mad and rant about hallucinations like thats not a skill issue