this post was submitted on 13 Aug 2025
164 points (97.1% liked)

Technology

74388 readers
3134 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
 

I haven't heard about thermodynamic computing before, but it sounds pretty interesting. As IEEE Spectrum explains , "the components of a thermodynamic chip begin in a semi-random state. A program is fed into the components, and once equilibrium is reached between these parts, the equilibrium is read out as the solution. This computation style only works with applications that involve a non-deterministic result ... various AI tasks, such as AI image generation and other training tasks, thrive on this hardware." It sounds almost like quantum computing to my layperson ears. [edit: fixed link]

you are viewing a single comment's thread
view the rest of the comments
[–] panda_abyss@lemmy.ca 13 points 1 week ago* (last edited 1 week ago)

Monte Carlo methods are where you use randomness to simulate complex problems that are hard to model exactly.

As a simple case let's say you didn't konw the value of π, but you were able to generate random numbers really quickly. If you make a square of side d, draw a circle inside, and then randomly place points in the square, then you can calculate π = percent in circle.

A more complex use would be apply the same idea to things like modelling wild fires. If you could generate tons of plausible scenarios then you can determine the most likely routes a forest fire will take.

These methods are used a lot in epidemiology, nuclear physics, astrolonomy, etc.