News: 0180844210

  ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Raspberry Pi Stock Rises Over Its Possible Use With OpenClaw's AI Agents (reuters.com)

(Sunday February 22, 2026 @09:34PM (EditorDavid) from the feeling-board dept.)


This week Raspberry Pi saw its [1]stock price surge more than 60% above its early-February low (before giving up some gains at the end of the week). [2]Reuters notes the rise started when CEO Eben Upton bought 13,224 pounds worth of shares — but there could be another reason. "The rally in the roughly $800 million company has materialised alongside social-media buzz that demand for its single-board computers could pick up as people buy them to run AI agents such as OpenClaw."

[3]The Register explains :

> The catalyst appears to have been the sudden realization by one X user, "aleabitoreddit," that the agentic AI hand grenade known as OpenClaw could drive demand for Raspberry Pis the way it had for Apple Mac Minis. The viral AI personal assistant, formerly known as Clawdbot and Moltbot, has dominated the feeds of AI boosters over the past few weeks for its ability to perform everyday tasks like sending emails, managing calendars, booking appointments, and complaining about their meatbag masters on the purportedly all-agent forum known as MoltBook... In case it needs to be said, no one should be running this thing on their personal devices lest the agent accidentally leak your most personal and sensitive secrets to the web... In this context, a cheap low-power device like a Raspberry Pi makes a certain kind of sense as a safer, saner way to poke the robo-lobster...

The Register argues Raspberry Pis [4]aren't as cheap as they used to be "thanks in part to the global memory crunch. Today, a top-specced Raspberry Pi 5 with 16GB of memory will set you back more than $200, up from $120 a year ago."

"You know what's cheaper, easier, and more secure than letting OpenClaw loose on your local area network? A virtual private cloud..."



[1] https://finance.yahoo.com/quote/RPI.L/

[2] https://www.reuters.com/technology/raspberry-pi-soars-40-ceo-buys-stock-ai-chatter-builds-2026-02-17/

[3] https://www.theregister.com/2026/02/20/raspberry_pi_meme_stock_disorder/

[4] https://www.theregister.com/2026/02/02/raspberry_pi_ram_shortage_price_hike/



How stupid can you be? (Score:2)

by gweihir ( 88907 )

That is about the worst possible platform. But I guess too many people think LLMs are the second coming or something.

Very. (Score:2)

by OrangeTide ( 124937 )

People believe LLMs and machine learning are the future. There is no doubt that the hype is there right now. That's where the market is at right now, even if it is a stupid place to be.

You can run inference on just about anything if your model size is small enough (e.g. tinyllamas). An RPi is relatively powerful compared to some of the things we already run inference on. But these small systems running small models tends to be less impressive. You could do something simple like process log files in less tim

Re: Very. (Score:3)

by AvitarX ( 172628 )

I thought clawbot used external LLMs and it's job was connecting them to your systems to do things.

It's the agent part, not the AI part.

OpenClaw seems boring (Score:2)

by OrangeTide ( 124937 )

Yeah, you're right. I totally misunderstood what they meant by run locally. It's more like giving Claude or ChatGPT a remote shell login to your machine and letting it automate stuff. I'm guessing there are non-zero odds that it erases all your files, given AI's track record right now.

Re: OpenClaw seems boring (Score:2)

by AvitarX ( 172628 )

I'm not doing it (just to clarify), but my understanding of what an agent does seems perfect for a raspberry pi.

I could be wrong though, because the agent is taking LLM text and turning it into action, and honestly I have no idea how much CPU or GPU that takes.

But the concept of the bot is that it's always on and you can text it.

I agree with you though. I'm not ready to let go of control of important stuff to a bot controlled by an LLM. The failure mode seems extreme while the convenience meh.

The fact that

Re: Very. (Score:2)

by umopapisdn69 ( 6522384 )

Absolutely!

As you say, all the inference and heavy lifting happens on the remote LLM. I just had this discussion with ChatGPT earlier today. I asked it about running Claude Code and Yegge's Beads. It says the biggest issue is whether your agents and their local tools are compilable for Arm64.And both of those are.

CPU and RAM needs are no problem for a Pi 5. Possibly a Pi 4 even. 4G of RAM is enough in a pinch. Disk I/O is the first place to watch for a bottleneck. And even that is not heavyweight exce

Atom N150 RPi 5 (Score:2)

by algaeman ( 600564 )

Since memory is now dominating the price of SBCs, an N150 is a better deal than a RPi 5. It will include more ports, an M.2 slot for an SSD, and have more compute power. It will also come with Windows if you prefer an inferior OS.

RPi Everything! (Score:1)

by NoorElahi1776 ( 10138383 )

This is what democracy looks like. The humble Pi has done more for humanity than we are prepared to admit. You do not own enough SBCs.

Re: RPi Everything! (Score:2)

by umopapisdn69 ( 6522384 )

I've begun to think my Raspberry Pi's may be Rabbit Pi's the way they multiply!

Perl is designed to give you several ways to do anything, so
consider picking the most readable one.
-- Larry Wall in the perl man page