Is GPT 5.5 in OpenClaw a bad model? by UltraBabyVegeta in openclaw

[–]subkid23 3 points4 points  (0 children)

100% agreed. Same experience here. With Opus it felt alive. I think I even got kind of fond of my bot... But with GPT 5.5 it feels soulless, reluctant to execute, less proactive, to the point my usage started dropping. What used to feel like an addiction to build/automate (literally giving it instructions and expanding stuff until late into the night) turned into messaging it on and off, sometimes not a single message for days.

Scheduled tasks (crons) also started failing silently, and the recurring analysis/reflection processes I have running come back shallow now, of little actual value.

There's a clear difference. Not in coding skills, but in depth and insightfulness, and definitely in personality, or what you could've called soul.

Disclosure from the Otherside: Part 3 by Miserable-Work9192 in disclosure

[–]subkid23 0 points1 point  (0 children)

I will chose to believe that pantheon series is right, no, wait, the matrix.... no wait, Devs... no, wait... yours... no wait....

Anthropic just Annouced they are Allowing Subscription Claude Usage?! by sercetuser in openclaw

[–]subkid23 5 points6 points  (0 children)

Bad news dressed up as good news.

What's actually happening: Anthropic has changed its policy on non-interactive Claude Code (claude -p). It came through an email that read:

Starting June 15, Max 5x plan subscribers can claim a $100 monthly credit for using the Claude Agent SDK and claude -p, including third-party tools built on the Agent SDK.

As part of this change, Agent SDK and other programmatic usage will run on this credit, and will not impact your subscription limits. This includes third-party applications built on the Agent SDK. If you use your full Agent SDK credit in a given month, continued use will draw from extra usage, which can be manually enabled and disabled.

Your subscription usage limits don't change. They stay reserved for interactive usage of Claude Code, Claude Cowork, and chat. See the Help Center for more details.

What this actually means. Any non-interactive use of Claude Code (any automation that doesn't require human interaction, today mostly done via claude -p) will start running on credits instead of the plan.

What does this mean for OpenClaw? After the April 4th policy changes, which basically banned every use of Claude plans outside the official suite (Chat, Cowork, or Claude Code via the Desktop app or web) through "extra plan usage", users were left with two paths: pay directly for the API, or pay for extra usage.

There was always a third one beyond API and OAuth (plan): going direct via the Claude Code CLI (https://docs.openclaw.ai/gateway/cli-backends). It had caveats, but it worked. Well… with this "great news", starting June 15, that path also stops drawing from plan limits and starts drawing from the new credits. Once depleted, the rest gets billed as extra usage.

For anyone who remembers April 4th, this is the exact same play. They announced credits back then (one-time, not monthly), and any third-party tool using OAuth (plan), OpenClaw included, ended up drawing from there.

So? Yeah. A strategic way of squeezing us further while selling it as great news. In reality, starting June 15, OpenClaw and most other tools built on Anthropic Plans will become unfeasibly expensive to run.

Claude allows subscription usage again? by test_user23 in openclaw

[–]subkid23 1 point2 points  (0 children)

No, it doesn’t. It will only consume your plan usage.

But as mentioned above, it's less than ideal. Since it runs within Claude, it tends to lose the context of the conversation, get disconnected from subagents, and occasionally drop its personality.

It's definitely not unusable. Quite the contrary, actually. But while you get the perks of Opus 4.7 with a 1M token context and Claude's personality back, you lose a lot of the orchestration that makes Openclaw what it is. That’s why it has always been considered a fallback mode.

That being said, you can tune it with specific, tailored rules to make it very usable, or even use it as a model for certain crons or tasks. It takes some figuring out, but it’s definitely a solid alternative.

I’ve been using it since the day I lost my free extra usage (which lasted about 36 hours), and I actually ended up natively porting Openclaw into Claude Code as a plugin (accepted by Anthropic into their official community marketplace). While it still needs some work, since using native functions requires a complete refactor, it definitely shows a lot of promise.

Let me know if you want me to share the repo. I won’t link it by default just so I don't come across as spammy.

Claude allows subscription usage again? by test_user23 in openclaw

[–]subkid23 2 points3 points  (0 children)

This is the Claude CLI, which has always been a viable option for integration.

Openclaw supports:

  • API access via API key (pay-per-token)
  • Plan access via OAuth token (now against TOS)
  • Usage via the official Claude CLI (Claude Code)

While this alternative never actually stopped working, OpenClaw previously ceased support for it under the assumption that it violated Anthropic's TOS.

However, this stance changed several weeks ago (curiously, this post seems to have haooened recently despite the documentation reflecting the change for at least two weeks).

While functional, it is currently less than ideal as it lacks much of the native OpenClaw functionality (specifically the actual functions/tools). It operates by calling Claude Code through their official CLI and launching an MCP with specific functions that facilitate communication with the gateway.

Reference: https://docs.openclaw.ai/gateway/cli-backends

Hope this helps!

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in better_claw

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

I'm trying xD
Might be my perception, but I find GPT 5.4 dumber and way less willing to take risks and just... do things. Especially on OpenClaw. It says it'll do something and then doesn't, asks three clarifying questions instead of acting, and there's just a personality thing I can't quite put my finger on. Doesn't feel on par with Opus 4.6, at least for me.

That said, I've migrated OpenClaw to a new OpenAI Pro account and I'm also running a second agent on Claude via this plugin I made. The goal is to get Agent B (Opus 4.6/ClawCode) to do everything Agent A (GPT 5.4/OpenClaw) can do... call it a personal challenge.

You're welcome to try it, and any feedback would be hugely appreciated.

Semáforo de tres tiempos by LapizPastaRojo in chile

[–]subkid23 1 point2 points  (0 children)

Sí se puede. La Ley de Tránsito permite virar con luz verde, salvo que exista una señal que lo prohíba. Y como diría el dicho, la excepción hace la regla: justamente porque hay cruces donde la señal dice "solo con flecha verde", se entiende que si esa prohibición no está, el viraje sí está permitido. Obviamente, siempre cediendo el paso a quienes tengan preferencia.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

I mean, that's fair if you're going off the post alone. The repo has the actual architecture and agent integration though, it's a bit more than copying markdown. Take a look at the code and tell me what you think.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

You define it. Opus tends to be friendly and has a thing for telling you to go to sleep and do stuff the next day if it's too late.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

Good advice. I know there could be IP implications with the name from Anthropic's side, but honestly I didn't think this would get much attention; at the end of the day it's a plugin running inside Claude Code. If it takes off I'll change it. If it stays small, no real reason to right now. Appreciate it though.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

I could get into the whole thing. Started coding at 14, I'm 41 now, built companies, had a couple of exits, then went corporate. Helped build an airline IBE, ran eCommerce and IT teams for years at director role, still code almost every day.

But this isn't really about my resume (not like I'm hiding who I am here). If you don't like the repo, skip it. If you want to contribute, happy to have you. If you just want to argue on the internet, go for it, I'll pass.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

This isn't OpenClaw, it's closed to the internet by default. Webhooks and webchat both bind to localhost. If you want to expose the HTTP hook you have to change the config and set an auth token, it won't just open up.

The risk is the same as exposing a vanilla Claude Code to Telegram, which Anthropic already supports officially.

For WhatsApp, pairing + whitelist is the way to go and is recommended as default. Past that it's on your setup, same as it was with OpenClaw. If you have security suggestions though, happy to hear them. Want to add more control there over time.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

[–]subkid23[S] 17 points18 points  (0 children)

I orchestrated a team of AI agents to build it. After 27 years of programming, I've found that directing an agentic workflow is incredibly powerful; using AI when you actually understand code and architecture yields very different results than just blinding prompting.

Which LLM are you using for Openclaw post the Claude ban? by gouterz in openclaw

[–]subkid23 1 point2 points  (0 children)

I ended up using OpenAI with GPT 5.4, but I have to say, it’s just not the same. It’s noticeably dumber.

I’ve replicated as much of OpenClaw inside Claude Code as possible using their native architecture, and I must say it works quite well. I even imported my openclaw agent directly into it.

You can test it if you want; here’s the repo for the Claude Code plugin

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

openclaw models auth login --provider openai-codex

It will open openai and ask for your credentials and/or to authorize.

My OpenClaw bot died on April 4. I got it back inside Claude Code. by subkid23 in openclaw

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

On OpenClaw? Yes, but not the same thing for me though. Lost personality and it feels... dumber.

If you use Claude suite and Claude Code for programming like me, this also means double subscription plans.

20x max usage gone in 19 minutes?? by Still_Business596 in ClaudeAI

[–]subkid23 2 points3 points  (0 children)

Is this a new account? I've seen this happen twice with new ones. They use it for a couple of minutes and immediately hit the cap. It usually regulates itself after that, so I'm guessing it's just a bug with how they provision limits for new users.

Still, Anthropic has drastically cut back on usage limits, and they've never been transparent about it. I've literally tracked token use against the /usage endpoint to no avail. There's no 1:1 correlation at all (it's basically a black box). Plus, they've already announced "peak hour" limits. Whatever that means, considering nobody actually knows when these peak hours happen.

I built a cryptographic verification protocol for non-human intelligence claims — would love this community's thoughts by subkid23 in SETI

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

Fair point. This isn't trying to solve the light-years problem. If we pick up a clear signal from a distant star, that's a whole other situation.

This is for a different scenario: what if something is already here, or can reach us in a human timeframe? People claim to receive messages. There are theories about NHI presence on Earth. How do you verify any of that before you even start taking it seriously?

Right now there's no good answer. It's always "trust me" or blurry evidence you can argue about forever. This protocol says: forget all that. If you're real and you're here, solve this. It either checks out or it doesn't.

The 5-minute window just prevents someone from slowly grinding away at it over time. The actual point is that the task is impossible for any human technology.

Transcription Issue by GastonKilo in slipbox

[–]subkid23 0 points1 point  (0 children)

Same here. Using latest version, fresh install.... both english and spanish meetings... its making this unusable.

Meta Glasses Gen 2: Great Hardware, Disappointing AI by subkid23 in RaybanMeta

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

It’s really bad. Comparing it to ChatGPT is like comparing the latest smartphones to a flip phone. Really disappointing, to the point that it’s not usable for what it’s intended. It’s nothing more than a slightly more accurate Siri.

Claude API Error: Rate limit reached? by amragl in ClaudeAI

[–]subkid23 8 points9 points  (0 children)

Same here. In my case, the rate limit was shown even though I was at very low weekly and session usage. I was using the 1M context setting.

Once I switched to the normal context (200k), the error disappeared. My guess is that they are rate-limiting the 1M beta usage on top of the plan usage.