logoalt Hacker News

throwa356262yesterday at 11:13 PM6 repliesview on HN

"RAM footprint: ~8MB on an empty session, ~12MB when working"

I like this, Claude Code is using multiple gigabytes, which is really annoying on lowend laptops


Replies

all2today at 1:34 AM

I'm building an agent framework in golang and it is extremely light weight. Startup time is under 1/2 second, and RAM usage is really low. I have a 12 year old laptop and it happily runs without slowing down.

There's no reason what is essentially a string concat engine should be slow on any hardware, including old hardware.

reltoday at 2:52 AM

I've been trying to migrate over the zed and think they're Agent Client Protocol[1] is pretty neat, I wonder how much memory pressure Claude Code exerts if it is going through that mechanism instead

1: https://zed.dev/acp

tecoholicyesterday at 11:19 PM

Yes. Just this fact is going to make a lot of people try it out.

messhtoday at 12:05 AM

The memory footprint is great, it allows finally running these coding agents in extra small instances -- say x1 on shellbox.dev

show 1 reply
esperenttoday at 3:30 AM

Are you sure you don't have an LSP plugin or something running?

marknutteryesterday at 11:22 PM

Isn't that because of the context window size?

show 3 replies