frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

10MB Go Alternative to OpenClaw (Full Clawhub Skills)

https://github.com/General-Specialist/capabot
2•gen_specialist•1h ago

Comments

gen_specialist•1h ago
The best part of OpenClaw is the massive ecosystem of ClawHub skills, but the worst part is dedicating ~200MB of idle RAM to a Node runtime just to host a few agents. I noticed most lightweight remakes fail because they break compatibility with existing skills.

I built Capabot to solve this. It is a single-binary, pure Go runtime that parses and executes any OpenClaw SKILL.md out of the box, but drops the idle memory to ~23MB and cold starts in <100ms.

A few architectural differences from the original: - Skill Security: Instead of giving the LLM raw shell access, any skills that require real computation are compiled to WASM and run in a strict, isolated sandbox using wazero. - Automations/Cron: Scheduling background agent prompts using Node's event loop is heavy. Capabot uses native goroutines, making scheduled cron agents incredibly efficient. - Transports: Natively holds WebSocket connections open for Discord, Telegram, and Slack without the Node overhead.

It still has all the other key features of OpenClaw. The embedded React UI makes it practically frictionless to self-host on a cheap VPS. It currently supports Anthropic, OpenAI, Gemini, and OpenRouter.

I'd love to hear your thoughts on the wazero sandboxing or the ReAct loop implementation! Fully open-source under MIT liscence.

The Broken Economics of Databases

https://www.bitsxpages.com/p/the-broken-economics-of-databases
1•agavra•30s ago•0 comments

I tried Karpathy's Autoresearch on an old research project

https://ykumar.me/blog/eclip-autoresearch/
1•ykumards•2m ago•0 comments

Hot Code Burns

https://ubuntu.com/blog/hot-code-burns
1•hpb42•2m ago•0 comments

Challenges and Design Issues in Finding CUDA Bugs via GPU-Native Fuzzing

https://arxiv.org/abs/2603.05725
1•matt_d•2m ago•0 comments

How to Make a Good Terminal Bench Task

https://twitter.com/neversupervised/status/2035455298417430911
1•neversupervised•3m ago•1 comments

Alfred – Archival Fred

https://alfred.stlouisfed.org/
1•mooreds•3m ago•0 comments

Intel Core Ultra 7 270K Plus: Back from the brink

https://www.tomshardware.com/pc-components/cpus/intel-core-ultra-7-270k-plus-review
1•LorenDB•4m ago•0 comments

A freeform clock, with no computer [video]

https://www.youtube.com/watch?v=w20A85zaaos
1•GeoAtreides•5m ago•0 comments

TLA+ Mental Models

http://muratbuffalo.blogspot.com/2026/03/tla-mental-models.html
3•r4um•9m ago•0 comments

From error-handling to structured concurrency

https://blog.nelhage.com/post/concurrent-error-handling/
1•wrxd•11m ago•0 comments

Find PMF for your devtool startup

https://evilmartians.com/chronicles/the-devtools-pmf-compass
2•camimirabal•11m ago•0 comments

Pi and Ghostty running in a Cloudflare Workers durable object

https://twitter.com/Vercantez/status/2035431659290730914
1•bellareed•12m ago•0 comments

Insane Mark Hamill Roles That Aren't Luke Skywalker (2021)

https://movieweb.com/mark-hamill-great-roles-movies-tv-shows/
1•mooreds•14m ago•0 comments

The machine didn't take your craft. You gave it up

https://www.davidabram.dev/musings/the-machine-didnt-take-your-craft/
2•thehappyfellow•15m ago•0 comments

Build a Domain-Specific Embedding Model in Under a Day

https://huggingface.co/blog/nvidia/domain-specific-embedding-finetune
2•ibobev•19m ago•0 comments

Admitting a Mistake

https://substack.com/@petervandermeersch/p-191457282
1•rubycollect4812•20m ago•0 comments

Everything old is new again: memory optimization

https://nibblestew.blogspot.com/2026/03/everything-old-is-new-again-memory.html
3•ibobev•20m ago•0 comments

Amp and the partial ordering of measures of disorder, part 2

https://morwenn.github.io//presortedness/2026/03/22/TSB009-amp-in-the-partial-ordering-of-measure...
1•ibobev•21m ago•0 comments

Growing a Language (1998) [video]

https://www.youtube.com/watch?v=lw6TaiXzHAE
1•tosh•21m ago•0 comments

Show HN: Primer – build software with AI agents one milestone at a time

https://github.com/armgabrielyan/primer
1•armen99•22m ago•0 comments

Show HN: Git Hitched – An Open Source Wedding Platform

https://github.com/fredbenenson/git-hitched
1•mecredis•23m ago•0 comments

Rising health costs push some middle-aged adults to skip the doc until Medicare

https://www.usatoday.com/story/money/2026/03/22/healthcare-costs-middle-aged-adults-medicare/8923...
1•brandonb•23m ago•0 comments

Apple's John Ternus Profile: The Likely Successor to Tim Cook as CEO

https://www.bloomberg.com/features/2026-apple-next-ceo/
2•ksec•23m ago•0 comments

AI Risks "Hypernormal" Science

https://www.asimov.press/p/ai-science
2•mailyk•24m ago•0 comments

Lobsters Interview with Internet_Jannitor

https://lobste.rs/s/bekb7j/lobsters_interview_with_internet
1•tosh•24m ago•0 comments

WebMCP for Beginners

https://block.github.io/goose/blog/2026/03/17/webmcp-for-beginners/
1•mooreds•24m ago•0 comments

High Agency

https://www.highagency.com
1•aray07•25m ago•0 comments

Triage Before You Review: The Skill That AI Made Critical

https://blog.mergepilot.app/triage-before-you-review
2•aloisiodev•25m ago•1 comments

An agent autonomously builds a 1.5 GHz Linux-capable RISC-V CPU

https://arxiv.org/abs/2603.08716
1•fork-bomber•27m ago•0 comments

Compiler ideas that make code generators better

https://alnovis.io/blog/compiler-ideas-for-code-generation
1•alnovis•27m ago•0 comments