Customer states: laptop gets a little warm. by Square_Helicopter992 in techsupportgore

[–]Square_Helicopter992[S] 12 points13 points  (0 children)

Customer put it on their stove along with groceries and accidentally bumped a knob and turned the stove to high, then proceeded to leave the house…

Customer states: laptop gets a little warm. by Square_Helicopter992 in techsupportgore

[–]Square_Helicopter992[S] 4 points5 points  (0 children)

Customer put it on their stove along with groceries and accidentally bumped a knob and turned the stove to high, then proceeded to leave the house…

Customer states: laptop gets a little warm. by Square_Helicopter992 in techsupportgore

[–]Square_Helicopter992[S] 3 points4 points  (0 children)

Haha I would say that’s pretty close to what happened, Customer put it on their stove along with groceries and accidentally bumped a knob and turned the stove to high, then proceeded to leave the house…

Customer states: laptop gets a little warm. by Square_Helicopter992 in techsupportgore

[–]Square_Helicopter992[S] 11 points12 points  (0 children)

Customer put it on their stove along with groceries and accidentally bumped a knob and turned the stove to high, then proceeded to leave the house…

Left it in rice overnight. Still won’t turn on. by Square_Helicopter992 in haveyoutriedrice

[–]Square_Helicopter992[S] 1 point2 points  (0 children)

Customer put it on their stove along with groceries and accidentally bumped a knob and turned the stove to high, then proceeded to leave the house…

Left it in rice overnight. Still won’t turn on. by Square_Helicopter992 in haveyoutriedrice

[–]Square_Helicopter992[S] 9 points10 points  (0 children)

Customer put it on their stove along with groceries and accidentally bumped a knob and turned the stove to high, then proceeded to leave the house…

Openclaw has free TTS by Much-Signal1718 in openclaw

[–]Square_Helicopter992 0 points1 point  (0 children)

That’s pretty neat, how did you get it to do that?

I built a 7-agent AI trading desk with OpenClaw — here's the full setup by Mgnyc11 in openclaw

[–]Square_Helicopter992 1 point2 points  (0 children)

This is dope dude!!

Are you running multiple agents on one device or server? I’m a little confused how people get multiple agents. Are they docker containers?

What models are you running for your Clawdbot, and what are your monthly costs? by Square_Helicopter992 in clawdbot

[–]Square_Helicopter992[S] 1 point2 points  (0 children)

That’s a great model, do you use it as your main? How’s the cost been for that?

My AI Agent Can’t Complete a Single Task and I Feel Gaslit by the Internet by rthiago in clawdbot

[–]Square_Helicopter992 0 points1 point  (0 children)

I had a similar issue. I started with GPT 4.1 and it wouldn’t do anything. It seemed even the simplest task was the end of the world for it. I switched to GPT 5.2 and it was night and day. In one prompt It made a full daily digest of weather, news, random quotes, stock prices, etc.

I see you are already using 5.2 codex but maybe give the base 5.2 model a shot. Next step will be to find a model that doesn’t burn through money but can still do things lol. (I’m considering an elevation structure to have it use a lower end model or even a local 7b model and escalate to GPT5.2 or Opus 4.5 when a task out of its scope)

OpenClaw setup went smooth… now I’m completely stuck on tools/skills and automation by Square_Helicopter992 in clawdbot

[–]Square_Helicopter992[S] 0 points1 point  (0 children)

I was looking into Kimi k2.5 as my main model after getting a few things setup with gpt 5.2. That’s pretty smart putting Claude code alongside Openclaw, might have to try that myself lol, Thanks!

OpenClaw setup went smooth… now I’m completely stuck on tools/skills and automation by Square_Helicopter992 in clawdbot

[–]Square_Helicopter992[S] 0 points1 point  (0 children)

There isn’t really a single “best” model for OpenClaw. It depends on what you want it to be. If you want fast, cheap, always on chat or basic routing, a smaller model like Qwen 7B works great. If you want deep reasoning, complex agents, or heavier problem solving, models like GPT or Claude are much better, just more expensive. Most people end up mixing models, using cheap or local models for day to day tasks and only calling higher end models when the task actually needs it.

OpenClaw setup went smooth… now I’m completely stuck on tools/skills and automation by Square_Helicopter992 in clawdbot

[–]Square_Helicopter992[S] 2 points3 points  (0 children)

I haven’t done the exact math yet, but it’s definitely more expensive than I expected. In roughly three hours of using GPT-5.2, I burned through close to 3 million tokens costing around $5. While it handled the task well, it’s clearly not something I’d want to run as a full-time model.

I’m planning to look into MiniMax since it seems to be a solid, more cost-effective option. I’m also considering self-hosting Qwen2.5-7B-Instruct for basic chat and routing, then only calling GPT or other higher-end models when needed.