frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Klaus – OpenClaw on a VM, batteries included

https://klausai.com/
26•robthompson2018•1h ago
We are Bailey and Robbie and we are working on Klaus (https://klausai.com/): hosted OpenClaw that is secure and powerful out of the box.

Running OpenClaw requires setting up a cloud VM or local container (a pain) or giving OpenClaw root access to your machine (insecure). Many basic integrations (eg Slack, Google Workspace) require you to create your own OAuth app.

We make running OpenClaw simple by giving each user their own EC2 instance, preconfigured with keys for OpenRouter, AgentMail, and Orthogonal. And we have OAuth apps to make it easy to integrate with Slack and Google Workspace.

We are both HN readers (Bailey has been on here for ~10 years) and we know OpenClaw has serious security concerns. We do a lot to make our users’ instances more secure: we run on a private subnet, automatically update the OpenClaw version our users run, and because you’re on our VM by default the only keys you leak if you get hacked belong to us. Connecting your email is still a risk. The best defense I know of is Opus 4.6 for resilience to prompt injection. If you have a better solution, we’d love to hear it!

We learned a lot about infrastructure management in the past month. Kimi K2.5 and Mimimax M2.5 are extremely good at hallucinating new ways to break openclaw.json and otherwise wreaking havoc on an EC2 instance. The week after our launch we spent 20+ hours fixing broken machines by hand.

We wrote a ton of best practices on using OpenClaw on AWS Linux into our users’ AGENTS.md, got really good at un-bricking EC2 machines over SSM, added a command-and-control server to every instance to facilitate hotfixes and migrations, and set up a Klaus instance to answer FAQs on discord.

In addition to all of this, we built ClawBert, our AI SRE for hotfixing OpenClaw instances automatically: https://www.youtube.com/watch?v=v65F6VBXqKY. Clawbert is a Claude Code instance that runs whenever a health check fails or the user triggers it in the UI. It can read that user’s entries in our database and execute commands on the user’s instance. We expose a log of Clawbert’s runs to the user.

We know that setting up OpenClaw is easy for most HN readers, but I promise it is not for most people. Klaus has a long way to go, but it’s still very rewarding to see people who’ve never used Claude Code get their first taste of AI agents.

We charge $19/m for a t4g.small, $49/m for a t4g.medium, and $200/m for a t4g.xlarge and priority support. You get $15 in tokens and $20 in Orthogonal credits one-time.

We want to know what you are building on OpenClaw so we can make sure we support it. We are already working with companies like Orthogonal and Openrouter that are building things to make agents more useful, and we’re sure there are more tools out there we don’t know about. If you’ve built something agents want, please let us know. Comments welcome!

Comments

hasa•1h ago
I get impression that this is automation tool for sales people. Does it do robotic phone calls to try to book meetings with customers?
robthompson2018•30m ago
We certainly have customers who work in sales, but that's not the only use case.

OpenClaw is capable of using ElevenLabs or other providers to make phone calls, but I personally haven't done this and as far as I know none of our customers have either. Is AI good enough at cold calling yet for this to work? I personally would never entertain such a call.

orsorna•1h ago
Does the claw in the VM have proven capability (verified by your team) to track changes it makes to itself and persist across reboots? What about rollback capability?
baileywickham•59m ago
We allow you to backup to a private Github repo you own so if you want to version control your setup that way you can. Otherwise most changes are tracked in the chat history and the LLM has some ability to repair itself or validate changes before they are made.
ndnichols•1h ago
This sounds awesome and exactly like the easy and safe on-ramp to OpenClaw that I've been looking for! I want to believe.

Two questions as a potential user who knows the gist of OpenClaw but has been afraid to try it: 1. I don't understand how the two consumption credits play into the total cost of ownership. E.g. how long will $20 of Orthogonal credits last me? I have no idea what it will actually cost to use Klaus/OpenClaw for a month. 2. Batteries included sounds great, but what are those batteries? I've never heard of Apollo or Hunter.io so I don't know the value of them being included.

In general, a lot of your copy sounds like it's written for people already deep into OpenClaw. Since you're not targeting those folks, I would steer more towards e.g. articulating use cases that work ootb and a TCO estimate for less technical folks. Good luck, and I'm eager to try it!

TheDong•51m ago
The cost of ownership for an OpenClaw, and how many credits you'll use, is really hard to estimate since it depends so wildly on what you do.

I can give you an openclaw instruction that will burn over $20k worth of credits in a matter of hours.

You could also not talk to your claw at all for the entire month, setup no crons / reoccurring activities / webhooks / etc, and get a bill of under $1 for token usage.

My usage of OpenClaw ends up costing on the order of $200/mo in tokens with the claude code max plan (which you're technically not allowed to use with OpenClaw anymore), or over $2000 if I were using API credits I think (which Klause is I believe, based on their FAQ mentioning OpenRouter).

So yeah, what I consider fairly light and normal usage of OpenClaw can quite easily hit $2000/mo, but it's also very possible to hit only $5/mo.

Most of my tokens are eaten up by having it write small pieces of code, and doing a good amount of web browser orchestration. I've had 2 sentence prompts that result in it spinning up subagents to browse and summarize thousands of webpages, which really eats a lot of tokens.

I've also given my OpenClaw access to its own AWS account, and it's capable of spinning up lambdas, ec2 instances, writing to s3, etc, and so it also right now has an AWS bill of around $100/mo (which I only expect to go up).

I haven't given it access to my credit card directly yet, so it hasn't managed to buy gift cards for any of the friendly nigerian princes that email it to chat, but I assume that's only a matter of time.

grim_io•14m ago
Absolute madman :)

Giving an agent access to AWS is effectively giving it your credit card.

At the max, I would give it ssh access to a Hetzner VM with its own user, capable of running rootles podman containers.

haolez•9m ago
Not at all. AWS IAM policy is a complex maze, but incredibly powerful. It solves this exact problem very well.
giancarlostoro•12m ago
Just have to know... What the heck are you building?
robthompson2018•33m ago
Our average user spends $50 a month all-in (tokens and subscription). If you're budget conscious you can use a cheap model (eg Gemini Flash) or even a free one. I confess I am a snob and only use Claude Opus, but even using OpenClaw all day every day I only spend about $500 a month on tokens.

Orthogonal credits are used more frequently by power users. For everyday tasks they'll last a very long time, I don't think any of our users have run out.

Some example Orthogonal user cases:

* customers in sales uses Apollo to get contact info for leads

* I use Exa search to help me prepare for calls by getting background info on customers and businesses

* I used SearchAPI to help find AirBnbs.

Point taken on the copy! We made this writing more technical for the HackerNews audience and try to use less jargon on other platforms.

nullcathedral•50m ago
Do you run a dedicated "AI SRE" instance for each customer or how do you ensure there is no potential for cross-contamination or data leakage across customers?

Basically how do you make sure your "AI SRE" does not deviate from it's task and cause mayhem in the VM, or worse. Exfiltrates secrets, or other nasty things? :)

baileywickham•38m ago
We run a dedicated AI SRE for each instance with scoped creds for just their instance. OpenClaw by nature has security risks so we want to limit those as much as possible. We only provision integrations the user has explicitly configured.
rid•21m ago
What does the VM consist of? Is the image available?
baileywickham•8m ago
It's an Amazon Linux image on an EC2 instance. We install some custom packages too.
Myzel394•18m ago
Sounds like a perfect data leak any% speedrun to me... :P

BookGraph: Moving beyond naive RAG with graph-native AI reasoning

https://github.com/sumant1122/bookgraph
1•paperplaneflyr•1m ago•1 comments

The Obvious Is Taking Its Revenge on Trump

https://www.theatlantic.com/international/2026/03/iran-war-trump/686314/
1•Jtsummers•3m ago•1 comments

Tenstorrent TT-QuietBox 2

https://tenstorrent.com/waitlist/tt-quietbox
1•LorenDB•3m ago•0 comments

Show HN: Launching Our XR-Native Operating System

https://explore.getxeneva.com/
1•ayush_xeneva•3m ago•0 comments

Nvidia's Huang argues AI creates jobs, not destroys them

https://www.coindesk.com/tech/2026/03/10/nvidia-s-huang-argues-ai-creates-jobs-not-destroys-them-...
1•Vaslo•3m ago•0 comments

Ask HN: What are your favorite alternate history scenarios?

1•StartupsWala•5m ago•0 comments

Simple, fast and open-source PHP framework frozen in C-extension

https://www.iceframework.org/
1•mooreds•8m ago•0 comments

Show HN: Fast-Axolotl – Rust extensions that make Axolotl fine-tuning 77x faster

https://github.com/neul-labs/fast-axolotl
1•ticktockten•8m ago•0 comments

How to Design Antibodies

https://press.asimov.com/articles/antibody-design
1•mailyk•10m ago•0 comments

Extend Protobuf/FlatBuffers Schema IDL with Shared/Circular Reference Support

https://fory.apache.org/blog/extend_protobuf_flatbuffers_with_shared_circular_refs/
1•chaokunyang•11m ago•3 comments

Code Canary: Realtime Reporting of Coding Agent Performance

https://fredbenenson.com/blog/2026/03/11/introducing-code-canary/
1•mecredis•11m ago•0 comments

Designing AI Chip Hardware and Software

https://docs.google.com/document/d/1dZ3vF8GE8_gx6tl52sOaUVEPq0ybmai1xvu3uk89_is/view
1•matt_d•13m ago•0 comments

Pro-Worker AI

https://www.brookings.edu/articles/building-pro-worker-ai/
1•Cerchie•13m ago•0 comments

Client-Side AI React Hooks Powered by Transformers.js and Web Workers

https://github.com/baskvava/react-zero-ai
1•baskvava•14m ago•1 comments

Brazilian Age-Verification Law: I Posit It Does Not Apply to Open-Source OSes

https://www.planalto.gov.br/ccivil_03/_ato2023-2026/2025/Lei/L15211.htm
1•replooda•15m ago•1 comments

Programmable Property-Based Testing

https://arxiv.org/abs/2602.18545
1•PaulHoule•15m ago•0 comments

Yahoo Introduces MyScout, the First Personalized Homepage for AI Answers

https://www.yahooinc.com/press/yahoo-introduces-myscout-the-first-personalized-homepage-for-ai-an...
1•drtz•16m ago•0 comments

I paired NotebookLM with Claude Code, and it feels like a dream team

https://www.xda-developers.com/paired-notebooklm-with-claude-code/
1•speckx•17m ago•0 comments

Replit raises $400M at $9B valuation

https://techfundingnews.com/replit-raises-400m-9b-valuation-ai-app-building/
3•exizt88•17m ago•0 comments

Tcl's Nxtpaper 4.0 screen: A review

https://manualdousuario.net/en/tcl-nxtpaper-4/
1•rpgbr•18m ago•0 comments

Sam Altman says OpenAI will tweak its Pentagon deal after surveillance backlash

https://www.businessinsider.com/openai-amending-contract-with-pentagon-amid-backlash-mass-surveil...
1•doener•20m ago•3 comments

YouTube just approved 30-second unskippable ads for TV

https://www.androidcentral.com/apps-software/youtube/youtube-on-tv-30-seconds-unskippable-ads
1•LorenDB•20m ago•0 comments

Goldman executive says private markets clients glad about Iran war 'distraction'

https://www.ft.com/content/9232dbce-0255-4949-8c4c-ea58d86a4166
2•alephnerd•20m ago•0 comments

Most AI chatbots will help users plan violent attacks, study finds

https://www.engadget.com/ai/most-ai-chatbots-will-help-users-plan-violent-attacks-study-finds-163...
1•mikece•21m ago•0 comments

ChatGPT Took The Pentagon's Killer Robot Deal: Boycott Now

https://quitgpt.org/pentagon?link_id=2&can_id=3b2cebf422aaa35898d6d8ce17355809&source=email-week-...
3•doener•21m ago•0 comments

The Web Is a Guitar Amp Now (Literally)

https://www.silverorange.com/blog/the-web-is-guitar-amp
2•speckx•21m ago•0 comments

The Bay Area Considers the Unthinkable: Life Without BART

https://www.nytimes.com/2026/03/10/us/bart-bay-area-san-francisco-transit.html
1•radley•21m ago•0 comments

ChatGPT Uninstalls Skyrocket

https://twitter.com/SensorTower/status/2029250034772963513
1•doener•22m ago•0 comments

Show HN: AgentSign – Zero trust for AI agents (OWASP-aligned)

https://agentsign.dev
1•AskCarX•22m ago•0 comments

Testers Still Needed?

1•AtulThakor333•23m ago•1 comments