u/John_Schemauff

Is there any portable power solution that actually solves the recharge wait without carrying a second full unit?

Had a 10-hour outage last week and my power station died around hour six. Watched the fridge warm up for four hours because the unit takes eight hours to recharge on AC and obviously I wasn't going to plug it into itself. Does the technology exist where I don't have to buy two complete units and rotate them, or is that just the reality of where these things are right now? Feels like a solved problem that nobody has actually solved.

reddit.com
u/John_Schemauff — 5 days ago

How to choose between hermes and openclaw without wasting time on the wrong one

Four questions. Answer them in order and you can skip the rest of the comparison posts.

Do you need multiple messaging channels? Openclaw supports 13+ including Slack, WhatsApp, iMessage, Discord, and Teams. Hermes supports fewer. If multiple channels are a hard requirement, this question alone ends the comparison.

Do you want the agent to improve at your specific workflow over time? Hermes has a feedback loop that analyzes its own outputs, builds new skills when it identifies gaps, and models long-term communication patterns. Openclaw is more configuration-driven and doesn't self-modify. For an autonomous agent that gets better at your workflow across months, hermes is built for that.

How much automation do you need on day one? Openclaw's clawHub has 5,700+ community-built skills covering common business tasks. Hermes has a smaller pre-built library. If you want broad coverage immediately without building custom skills, openclaw is the faster start.

What's your data situation? Both frameworks route API keys and conversation data through infrastructure. Clawdi is what I use for the runtime, it runs both hermes and openclaw inside Intel TDX hardware-encrypted environments where the hosting provider cannot read your data even at the infrastructure level. If client records, business emails, or financial data are going through the agent, that distinction matters.

Two weeks of actual use will answer anything this list doesn't, but the channel coverage question is the only one that's genuinely hard to work around later.

reddit.com
u/John_Schemauff — 10 days ago

Im a Sr. PM at a small B2B SaaS, 8 years XP total. I don't have a CS degree or anyything like that. Mostly worked internal tooling up to this role.

The cohort starts mid June. My company's L&D will only cover 50% up to $1k, so I'm $1,500 OOP for 7 weeks. Real money for me right now.

Specific qs for anyone who's actually done it. Was the capstone a real artifact you could use at work, or was it slide-deck theater. Was the live element worth being on a sync call every week vs async. Did you walk out actually able to push back on engineering when they say a model can't do something. That's the gap I'm trying to close. Last week I sat in an AI roadmap review and contributed exactly nothing.

Been faking AI fluency for a year reading newsletters, watching Karpathy on twitter, going through Lenny's recs. Worked ok-ish, didn't work in that meeting.

So. Worth $1,500. Or am I better off taking the same money, throwing it at Claude API credits, and learning on a real project at work.

Any honest takes appreciated.

reddit.com
u/John_Schemauff — 15 days ago

Two years into running local AI developer tooling and the operational problem nobody anticipated is AI lifecycle management. Specifically keeping the AI's organizational knowledge accurate as the codebase evolves and as the underlying models change. The context layer built at deployment doesn't stay current automatically. Your codebase gets two major refactors and three new internal libraries. The AI's suggestions reflect the architecture from a year ago. The drift is gradual enough that nobody flags it as a specific failure mode but suggestion quality degrades until developers stop trusting the tool.

Model updates are a separate problem. When you pull a new model version the behavioral profile changes. The tool that was consistently applying your security conventions under the previous model may behave differently under the new one. From an operational standpoint that's a configuration change that should trigger a validation step. Almost nobody has that in their AI lifecycle management process. The organizations handling this well treat AI lifecycle management as ongoing operational work. Context refresh is tied to architectural changes. Model updates trigger a validation run against security convention test cases before full deployment.

reddit.com
u/John_Schemauff — 22 days ago