this post was submitted on 22 Dec 2024
305 points (95.8% liked)

Technology

60023 readers
2796 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] LenielJerron@lemmy.world 101 points 14 hours ago* (last edited 14 hours ago) (2 children)

A big issue that a lot of these tech companies seem to have is that they don't understand what people want; they come up with an idea and then shove it into everything. There are services that I have actively stopped using because they started cramming AI into things; for example I stopped dual-booting with Windows and became Linux-only.

AI is legitimately interesting technology which definitely has specialized use-cases, e.g. sorting large amounts of data, or optimizing strategies within highly restrained circumstances (like chess or go). However, 99% of what people are pushing with AI these days as a member of the general public just seems like garbage; bad art and bad translations and incorrect answers to questions.

I do not understand all the hype around AI. I can understand the danger; people who don't see that it's bad are using it in place of people who know how to do things. But in my teaching for example I've never had any issues with students cheating using ChatGPT; I semi-regularly run the problems I assign through ChatGPT and it gets enough of them wrong that I can't imagine any student would be inclined to use ChatGPT to cheat multiple times after their grade the first time comes in. (In this sense, it's actually impressive technology - we've had computers that can do advanced math highly accurately for a while, but we've finally developed one that's worse at math than the average undergrad in a gen-ed class!)

[–] Brodysseus@lemmy.dbzer0.com 5 points 6 hours ago

I've ran some college hw through 4o just to see and it's remarkably good at generating proofs for math and algorithms. Sometimes it's not quite right but usually on the right track to get started.

In some of the busier classes I'm almost certain students do this because my hw grades would be lower than the mean and my exam grades would be well above the mean.

[–] Voroxpete@sh.itjust.works 38 points 12 hours ago (1 children)

The answer is that it's all about "growth". The fetishization of shareholders has reached its logical conclusion, and now the only value companies have is in growth. Not profit, not stability, not a reliable customer base or a product people will want. The only thing that matters is if you can make your share price increase faster than the interest on a bond (which is pretty high right now).

To make share price go up like that, you have to do one of two things; show that you're bringing in new customers, or show that you can make your existing customers pay more.

For the big tech companies, there are no new customers left. The whole planet is online. Everyone who wants to use their services is using their services. So they have to find new things to sell instead.

And that's what "AI" looked like it was going to be. LLMs burst onto the scene promising to replace entire industries, entire workforces. Huge new opportunities for growth. Lacking anything else, big tech went in HARD on this, throwing untold billions at partnerships, acquisitions, and infrastructure.

And now they have to show investors that it was worth it. Which means they have to produce metrics that show people are paying for, or might pay for, AI flavoured products. That's why they're shoving it into everything they can. If they put AI in notepad then they can claim that every time you open notepad you're "engaging" with one of their AI products. If they put Recall on your PC, every Windows user becomes an AI user. Google can now claim that every search is an AI interaction because of the bad summary that no one reads. The point is to show "engagement", "interest", which they can then use to promise that down the line huge piles of money will fall out of this pinata.

The hype is all artificial. They need to hype these products so that people will pay attention to them, because they need to keep pretending that their massive investments got them in on the ground floor of a trillion dollar industry, and weren't just them setting huge piles of money on fire.

[–] MagicShel@lemmy.zip 6 points 10 hours ago* (last edited 10 hours ago) (3 children)

I know I'm an enthusiast, but can I just say I'm excited about NotebookLLM? I think it will be great for documenting application development. Having a shared notebook that knows the environment and configuration and architecture and standards for an application and can answer specific questions about it could be really useful.

"AI Notepad" is really underselling it. I'm trying to load up massive Markdown documents to feed into NotebookLLM to try it out. I don't know if it'll work as well as I'm hoping because it takes time to put together enough information to be worthwhile in a format the AI can easily digest. But I'm hopeful.

That's not to take away from your point: the average person probably has little use for this, and wouldn't want to put in the effort to make it worthwhile. But spending way too much time obsessing about nerd things is my calling.

[–] drosophila@lemmy.blahaj.zone 3 points 3 hours ago* (last edited 29 minutes ago) (1 children)

Being able to summarize and answer questions about a specific corpus of text was a use case I was excited for even knowing that LLMs can't really answer general questions or logically reason.

But if Google search summaries are any indication they can't even do that. And I'm not just talking about the screenshots people post, this is my own experience with it.

Maybe if you could run the LLM in an entirely different way such that you could enter a question and then it tells you which part of the source text statistically correlates the most with the words you typed; instead of trying to generate new text. That way in a worse case scenario it just points you to a part of the source text that's irrelevant instead of giving you answers that are subtly wrong or misleading.

Even then I'm not sure the huge computational requirements make it worth it over ctrl-f or a slightly more sophisticated search algorithm.

[–] MagicShel@lemmy.zip 2 points 3 hours ago* (last edited 22 minutes ago)

Well an example of something I think it could solve would be: "I'm trying to set this application up to run locally. I'm getting this error message. Here's my configuration files. What is not set up correctly, or if that's not clear, what steps can I take to provide more helpful information?"

ChatGPT is always okay at that as long as you have everything set up according to the most common scenarios, but it tells you a lot of things that don't apply or are wrong in the specific case. I would like to get answers that are informed by our specific setup instructions, security policies, design standards, etc. I don't want to have to repeat "this is a Java spring boot application running on GCP integrating with redis on docker.... blah blah blah".

I can't say whether it's worth it yet, but I'm hopeful. I might do the same with ChatGPT and custom GPTs, but since I use my personal account for that, it's on very shaky ground to upload company files to something like that, and I couldn't share with the team anyway. It's great to ask questions that don't require specific knowledge, but I think I'd be violating company policy to upload anything.

We are encouraged to use NotebookLLM, however.

[–] Voroxpete@sh.itjust.works 11 points 8 hours ago (1 children)

From a nerdy perspective, LLMs are actually very cool. The problem is that they're grotesquely inefficient. That means that, practically speaking, whatever cool use you come up with for them has to work in one of two ways; either a user runs it themselves, typically very slowly or on a pretty powerful computer, or it runs as a cloud service, in which case that cloud service has to figure out how to be profitable.

Right now we're not being exposed to the true cost of these models. Everyone is in the "give it out cheap / free to get people hooked" stage. Once the bill comes due, very few of these projects will be cool enough to justify their costs.

Like, would you pay $50/month for NotebookLM? However good it is, I'm guessing it's probably not that good. Maybe it is. Maybe that's a reasonable price to you. It's probably not a reasonable price to enough people to sustain serious development on it.

That's the problem. LLMs are cool, but mostly in a "Hey this is kind of neat" way. They do things that are useful, but not essential, but they do so at an operating cost that only works for things that are essential. You can't run them on fun money, but you can't make a convincing case for selling them at serious money.

[–] MagicShel@lemmy.zip 7 points 7 hours ago

Totally agree. It comes down to how often is this thing efficient for me if I pay the true cost. At work, yes it would save over $50/mo if it works well. At home it would be difficult to justify that cost, but I'd also use it less so the cost could be lower. I currently pay $50/mo between ChatGPT and NovelAI (and the latter doen't operate at a loss) so it's worth a bit to me just to nerd out over it. It certainly doesn't save me money except in the sense that it's time and money I don't spend on some other endeavor.

My old video card is painfully slow for local LLM, but I dream of spending for a big card that runs closer to cloud speeds even if the quality is lower, for easier tasks.

[–] FarceOfWill@infosec.pub -1 points 10 hours ago (1 children)

You're using the wrong tool.

Hell, notepad is the wrong tool for every use case, it exists in case you've broken things so thoroughly on windows that you need to edit a file to fix it. It's the text editor of last resort, a dumb simple file editor always there when you need it.

Adding any feature (except possibly a hex editor) makes it worse at its only job.

[–] MagicShel@lemmy.zip 4 points 9 hours ago* (last edited 9 hours ago) (1 children)

... I don't use Notepad. For anything. Hell, I don't even use Windows.

Not sure where the wires got crossed here.

[–] tja@sh.itjust.works -1 points 8 hours ago (1 children)

Then either you replied with your first post to the wrong post or you misread "windows putting AI into notepad" as notebookLLM? Because if not there is nothing obvious connecting your post to the parent

[–] MagicShel@lemmy.zip 1 points 7 hours ago* (last edited 7 hours ago) (1 children)

I don't think anyone is putting AI into Notepad. It reads to me like a response to NotebookLLM but maybe I was wrong.

I did at least explain what my vision is and why I wanted it which.... doesn't sound anything like Notepad, I think.

[–] tja@sh.itjust.works 4 points 7 hours ago (1 children)

I don't think [...]

Well, you think wrong: https://blogs.windows.com/windows-insider/2024/11/06/new-ai-experiences-for-paint-and-notepad-begin-rolling-out-to-windows-insiders/

I did at least explain what my vision is and why I wanted it which.... doesn't sound anything like Notepad, I think.

Might be, but the person you responded to wrote about windows putting AI into notepad, so everyone assumed you were responding to that and not writing about something that was not even mentioned

[–] MagicShel@lemmy.zip 4 points 7 hours ago

I stand corrected. Thank you. I hadn't heard about that. Notepad has always been no frills, and I can't see integrating AI with that over just using AI, but they are and it seems silly, I agree.