this post was submitted on 05 Aug 2026
1017 points (97.9% liked)

Technology

86930 readers
2932 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] qyron@sopuli.xyz 3 points 23 hours ago (1 children)

What I understood then was that in person transactions could be done, as the local ledger of each user would authorize and record operations on and off the available balance and wait until network availability to syncronize with the global record.

Returning to the subject at hand: I can imagine very specialized "AI" being useful for scientifical research, where very knowledgeable people use it as a tool to facilitate processes but are nonetheless capable of reviewing whatever results it produces.

Not gigantic datacenters required for this but small, purpose made and perfected, locally run, even if on higher specifications hardware to do so, but machines built for a given task and purpose. The economic viability on it be damned; it's a tool for research, it is not made to earn money.

[–] zergtoshi@lemmy.world 1 points 21 hours ago

To put it bluntly: if you do an offline transaction, you're prone to fraud.
If you expect the senders account chain to have balance x (because that's your offline record for that) and the sender has sent all funds to a different address after you synced that account chain, you receive money that isn't there - kind of like an invalid cheque.
I have no clue how that would work in practice, because to know a random account in advance, you'd have to sync the whole amount of account chains there is (called block lattice in Nano's case).
With a mobile device that's hardly feasible and without a mobile device I don't see how you'd get in contact with people to make such an offline transaction.

That kind of specialized AI is what I imagine to be a use case for locally run AI, too.
After all you don't want to build processes on an AI, where you have zero control over what happens behind the curtains.
That includes feeding potentially sensitive data back to it as well as being unable to control the training data set, its learning, version numbers, etc.