this post was submitted on 23 Mar 2026
205 points (96.4% liked)

Technology

82956 readers
2886 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

You're not productive if you don't use a lot of AI, says guy who makes all of his money selling AI hardware

you are viewing a single comment's thread
view the rest of the comments
[–] REDACTED@infosec.pub 24 points 4 hours ago (5 children)

Something I don't understand - AI coding is mostly useful in common code, snippets, easy stuff. What Nvidia is doing (drivers, optimization, chip design, etc.) is something I imagine there is close to zero AI training, so what can they realistically even use it for so much?

[–] halfapage@lemmy.world 2 points 1 hour ago

Making slides for all the pointless meetings.

[–] scytale@piefed.zip 8 points 4 hours ago

I’m gonna take a guess that a big portion of it is infrastructure-as-code, the operations side and not product development itself. I work in the operations side of things and we never touch the product at all, but we deal with a lot of code due to how backend infrastructure is built and maintained now, especially if you're in the cloud.

[–] givesomefucks@lemmy.world 8 points 4 hours ago

so what can they realistically even use it for so much?

Burn money on AI tokens so it looks like AI could be profitable some day so people keep investing in AI companies that can then buy Nvidia chips...

You're thinking of it like "how can AI make a better product"

They're looking at it as "how can we sell more chips"

Two very different questions with very different answers.

It's a house of cards and Nvidia can't afford to acknowledge no one wants AI or knows how to make it profitable.

[–] NinjaTurtle@feddit.online 4 points 4 hours ago* (last edited 4 hours ago)

Guess code review and troubleshooting. Not really sure, I have only really used it for code templates and ideas for troubleshooting to look into.

The most use I found is rewriting documents in a specific way. But only after I write it first. Then go back and forth. Just to make tone consistent.

[–] frongt@lemmy.zip 2 points 4 hours ago

There's plenty of driver code available. All of Linux and BSD, plus whatever internal stuff they have. Optimization is pretty generic.

Chip design maybe not, but I imagine you can train an AI on the principles and generate a bunch of candidates, then benchmark them in simulation.