←back to thread

111 points rabinovich | 7 comments | | HN request time: 0.818s | source | bottom
Show context
nalak ◴[] No.45813277[source]
AI why? Where’s the proof that AI was involved in this?
replies(2): >>45813329 #>>45813944 #
rabinovich ◴[] No.45813329[source]
"A popular tech YouTuber with over 350,000 subscribers has lost his channel after YouTube’s automated systems flagged him for an alleged connection to a completely unrelated Japanese channel that received copyright strikes."
replies(2): >>45813412 #>>45813426 #
1. echelon ◴[] No.45813426[source]
That's not necessarily AI.

That could be as simple as a database lookup against flagged accounts or a simple heuristic score.

We're over-AI-ing everything.

replies(4): >>45813465 #>>45813466 #>>45813532 #>>45813818 #
2. epolanski ◴[] No.45813465[source]
This reminds me how all of my friends in the last years have replaced special effects/CGI term in movies/ads/shows with AI.

I'm always confused because they've seen special effects for decades, and now the very same explosions, filters, etc, cgi is suddenly AI.

3. philipwhiuk ◴[] No.45813466[source]
Or under AIing.

It's automated. It's based on information. Why is it not intelligent. Why is it demonstrably less intelligent than an LLM which may make no attempt to retrieve information from other sources but merely has what it was created with.

4. t-writescode ◴[] No.45813532[source]
Wouldn’t a heuristic score be AI? It could very probably *not* be an LLM or Stable Diffusion or similar which has coopted the overall term “AI”; but that doesn’t make it not an expert system, or an SLM used for categorization, or even A* search, all of which fell under the umbrella of “AI” for a long time.
replies(2): >>45814683 #>>45815321 #
5. sidewndr46 ◴[] No.45813818[source]
Having been told to implement this sort of thing at least once, it's not even heuristic. It was exactly things like "if firstName == 'Saddam' and lastName == 'Hussein' then lockAccount()". Keep in mind this was years after he was dead, for some reason the big list of prohibited persons the US circulates includes lots of dead people
replies(1): >>45813899 #
6. echelon ◴[] No.45814683[source]
A heuristic can be a single if statement.

Heuristics are just rules of thumb without necessarily having a rigid law or clean classification.

You can derive heuristics from mathematically modeling something or even applying machine learning, but they need not necessarily involve either set of techniques.

7. danaris ◴[] No.45815321[source]
I assure you, they still do.

Artificial Intelligence is a thriving and active discipline of the Computer Science field.

It includes things like A* search and expert systems even now, despite current popular parlance shoving LLMs into the spotlight as "AI" and implying that that's all the term means.