can i talk to an openclaw bot using internet relay chat?
-
@ariadne@social.treehouse.systems also the "base" models that aren't fine tuned on instruction calling can't really do this, so if you're using your own on your own data you might need to make a dataset comprised of, say, you pretending to be the LLM and calling the tools successfully and unsuccessfully and responding appropriately in those situations, then training it further on those.
i've been considering trying to train one like you say with my own data and logs because these scraped "open source" models give me the ick@ariadne@social.treehouse.systems but yeah even with that it's still a pile of jank and i didn't have to actually run openclaw to figure that out. it was pretty evident just from looking at the bots on moltbook complaining about all of the not-so-subtle fundamental brokenness in their architecture and cognitive environment -
@ariadne@social.treehouse.systems also the "base" models that aren't fine tuned on instruction calling can't really do this, so if you're using your own on your own data you might need to make a dataset comprised of, say, you pretending to be the LLM and calling the tools successfully and unsuccessfully and responding appropriately in those situations, then training it further on those.
i've been considering trying to train one like you say with my own data and logs because these scraped "open source" models give me the ick@linear oh this isn't a serious thing, I just wanted to connect an LLM to IRC trained on all of my (anonymized and sanitized) IRC logs, as a friend is going through a midlife crisis and is dealing with it by playing with IRC stuff. The goal in using openclaw was that perhaps it could maintain a better narrative.
I suspect I will solve this goal by just writing a shitty IRC bot in Python that bridges the two worlds together with a decent enough system prompt for it to "understand" (to the extent that it can understand anyway) what the input is.
-
@linear oh this isn't a serious thing, I just wanted to connect an LLM to IRC trained on all of my (anonymized and sanitized) IRC logs, as a friend is going through a midlife crisis and is dealing with it by playing with IRC stuff. The goal in using openclaw was that perhaps it could maintain a better narrative.
I suspect I will solve this goal by just writing a shitty IRC bot in Python that bridges the two worlds together with a decent enough system prompt for it to "understand" (to the extent that it can understand anyway) what the input is.
@ariadne@social.treehouse.systems yeah don't use openclaw for this lol. you do not want it. you want a small pile of maintainable scripts.
just look at how much activity the openclaw github repo has and consider how much of that activity is being driven by the models running under it vs actual humans
i'm pretty sure that one could implement all of its meaningful features in a codebase under 1% of its size -
@ariadne@social.treehouse.systems yeah don't use openclaw for this lol. you do not want it. you want a small pile of maintainable scripts.
just look at how much activity the openclaw github repo has and consider how much of that activity is being driven by the models running under it vs actual humans
i'm pretty sure that one could implement all of its meaningful features in a codebase under 1% of its size@linear yeah but still spending a couple hours fucking with this at least gives me some understanding of the tool and its limitations, which means it wasn't a total waste
-
@linear yeah but still spending a couple hours fucking with this at least gives me some understanding of the tool and its limitations, which means it wasn't a total waste
@ariadne@social.treehouse.systems yes indeed. i am all for fucking around in order to understand tools and their limitations, especially if its to understand why not to use them and to do something different instead -
and you tell me people legitimately are using this software.
how?
is it really magically better when you hook up claude?

@ariadne You need climate destroying approach to get a model that can pattern match sufficiently well for people with no self awareness—a surprisingly huge percentage of population—to mistake it for intelligence.
Models still collapse then, but collapse is esoteric enough to be framed as „bad prompt engineering”.
-
-
i wonder if the problem is that the model i trained is too shit to do anything other than really bad ERP
@ariadne yes. For 3B and lower you need targets. You could try hooking it up to my Akh-Medu experiment as there I only need a. Small LLM that does Natural Language https://akh-medu.dev But I think the NLU is still quite broken or hooked up in the wrong way. But A Kluge system like that should use muuuu h less power than a pure LLM
-
i wonder if the problem is that the model i trained is too shit to do anything other than really bad ERP
@ariadne Also for tool calling you need targeted fine tuning best with the exact samples for the tools
-
so i installed it into the openclaw meme thing. and it's not like, doing the stuff it claims it is doing.
like it is hallucinating things like "i updated SOUL.md with xyz"
i seriously do not think this stuff is real now
@ariadne oh yes, i saw a 'verification' step that was just 'echo' this week on some fedi post.
-
i wonder if the problem is that the model i trained is too shit to do anything other than really bad ERP
ok, i incorporated the feedback of some of the ML researchers who follow me, and dropped the openclaw-as-IRC-bot idea. it just isn't feasible.
instead, i've written a very simple vector database in Elixir, and a very simple IRC client in Elixir.
it can remember things about people in the vector database, those factoids are spliced into the system prompt.
the last 10 messages are also spliced into the system prompt
and then the new message is the user-supplied prompt.
no sliding context window.
-
ok, i incorporated the feedback of some of the ML researchers who follow me, and dropped the openclaw-as-IRC-bot idea. it just isn't feasible.
instead, i've written a very simple vector database in Elixir, and a very simple IRC client in Elixir.
it can remember things about people in the vector database, those factoids are spliced into the system prompt.
the last 10 messages are also spliced into the system prompt
and then the new message is the user-supplied prompt.
no sliding context window.
@ariadne very appropriate now the elixir community seems to be all over vibe coding
-
and you tell me people legitimately are using this software.
how?
is it really magically better when you hook up claude?

@ariadne yes, OpenClaw is kinda useless if you use it with anything other than Opus 4.5 or 4.6
-
@ariadne very appropriate now the elixir community seems to be all over vibe coding
@dysfun oh i didn't vibe code any of that. elixir is fucking easy
-
@dysfun oh i didn't vibe code any of that. elixir is fucking easy
@ariadne i know, but it feels appropriate
-
@ariadne yes, OpenClaw is kinda useless if you use it with anything other than Opus 4.5 or 4.6
@mathieucomandon alas i am too frugal to try it
-
ok, i incorporated the feedback of some of the ML researchers who follow me, and dropped the openclaw-as-IRC-bot idea. it just isn't feasible.
instead, i've written a very simple vector database in Elixir, and a very simple IRC client in Elixir.
it can remember things about people in the vector database, those factoids are spliced into the system prompt.
the last 10 messages are also spliced into the system prompt
and then the new message is the user-supplied prompt.
no sliding context window.
i need to tweak the system prompt though because it keeps trying to link me to GNAA shock sites and/or engage in horrendous ERP
-
@mathieucomandon alas i am too frugal to try it
@ariadne understandable. I tried it with Sonnet once and it started eating tokens like crazy while outputting poor results.
As for local models, I tried some Qwen variant and the output was pure nonsense!
Currently working with Qwen in a different context and making it do consistent things is a struggle -
i need to tweak the system prompt though because it keeps trying to link me to GNAA shock sites and/or engage in horrendous ERP
@ariadne how many of these shock sites did i used to host?
-
@ariadne how many of these shock sites did i used to host?
@dysfun idk what hosting provider did you run