this post was submitted on 25 Oct 2025
42 points (100.0% liked)
technology
24068 readers
375 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The problem with digital computing is just a light switch that can be on or off. To model a smooth curve, like those sigmoid functions all over AI, it has to model it with a massive series of discrete steps. It's clunky and burns a ton of energy just to approximate a smooth line. But an analog computer can be any value in between. It doesn't have to calculate the gradient because its voltage just is the gradient. It's modeling the physics of the problem directly, which is why it's so much more efficient for this stuff.
Meanwhile, the five orders of magnitude precision claim is actually the most important part. The whole reason we ditched analog in the 70s was because it was noisy and imprecise. Their breakthrough is basically that they've made an analog system to have enough precision to make it practical.
And you're absolutely right that digital can do in-memory computing, but the way it's done is the key. Digital in-memory compute is still just moving 1s and 0s around using logic gates, just on the same chip. Meanwhile, analog RRAM stuff is using the physical properties of the resistive material to do the math. They feed a bunch of input voltages into a grid of these memory cells, and the output current that comes out is the answer to a massive matrix multiplication, all in one shot. The computation is a physical event, not a sequence of steps.
As for those 1,000x performance gains, that's not what you'll likely see in real world applications. This isn't going to run your OS or a web browser faster. It's a specialized accelerator, just like a GPU is for graphics. You'd still have a normal CPU, but it would hand off specific tasks to this thing.
Although in theory digital circuits have to deal with quantisation error, the imprecision of analog computing also makes it face a similar problem. There is always going to be an error bar. If it will be lower with analog computers, that's great.
As for the AI sigmoid curves, they do not need to actually be sigmoid curves. The point is to clip output and add non-linearity. The discrete steps are not a problem and I've seen some AI architectures for even 2-bit models.
But you are correct that digital circuits experience fundamental limitations of accuracy that could in theory be bypassed by analog circuits. I don't think analog circuits are bad, and am quite excited for them. I'm just wary of the overwhelming amounts of clickbait from journalists.
I'm not sure what set up the peking university experiment uses, but the voltage is proportional to the gradient of current only if you feed current to an inductor, and the proportionality constant is dependent on the inductor and surrounding components.
I think I will try to read the paper when I'm done with exams, because I am curious on the peking researchers' technique.
oh by the way here's the actual paper https://arxiv.org/pdf/2205.05853
Oh wonderful!