ovid

joined 2 years ago
[–] [email protected] -2 points 2 weeks ago (6 children)

@zogwarg

Consider traditional databases which let you search for strings. Vector databases let you search the meaning.

For one client, someone could search for "videos about cats". With stemming and stop words, that becomes "cat" and the results might be lists of videos about house cats and maybe the unix "cat" command. Tigers, lions, cheetahs? Nope.

Vector database will return tigers/lions/cheetahs because it "knows" they are cats. A much smarter search. I've built that for a client.

[–] [email protected] -3 points 2 weeks ago (2 children)

@froztbyte As for the issue of transparency, it's ridiculously hard in real life. For example, for my website, I used a format I created called "blogdown", which is Markdown combined with a template language to make it easy to write articles. I never cited my sources, nor do I think I could. From decades of programming, how can I cite everything I've ever learned from?

As for how AI is transparent for arriving at decisions, this falls into a separate category and requires different thinking.

[–] [email protected] -2 points 2 weeks ago (4 children)

@froztbyte Yeah, having in-depth discussions are hard with Mastodon. I keep wanting to write a long post about this topic. For me, the big issues are environmental, bias, and ethics.

Transparency is different. I see it in two categories: how it made its decisions and where it got its data. Both are hard problems and I don't want to deny them. I just like to push back on the idea that AI is not providing value. 😃

[–] [email protected] -4 points 2 weeks ago (8 children)

@zogwarg OK, my grammar may have been awkward, but you know what I meant.

Meanwhile, those of us working with AI and providing real value will continue to do so.

I wish people would start focusing on the REAL problems with AI and not keep pretending it's just a Markov Chain on steroids.

[–] [email protected] -4 points 2 weeks ago (18 children)

@froztbyte Given that I am currently working with GenAI every day and have been for a while, I'm going to have to disagree with you about "failed to deliver on promises" and "worthless."

There are definitely serious problems with GenAI, but actually being useful isn't one of them.

[–] [email protected] -5 points 3 weeks ago (23 children)

@FRACTRANS @gerikson

Nice job! This is a fairly common trick with AI. In traditional programming, there's a clear separation between code and data. That's not the case for GenAI, so these kinds of hacks have worked all over the place.