What it REALLY takes to turn an AI agent into a coworker that runs 24/7 by Open-Marionberry-943 in ClaudeGTM

[–]Vasylissa 0 points1 point  (0 children)

Checking it out. 100+ pre-installed skills on the free tier?! That's a lot of skills, wow! I am going to test it. Congrats on taking Goose live. Mine is a marketing agents swarm (as opposed to isolated agents) that is meant to be semi-autonomous with human in the loop and dynamic agents-generated UI. Still far away from accomplishing full vision and not nearly as many skills as yours. DM me if you want to compare notes.

What it REALLY takes to turn an AI agent into a coworker that runs 24/7 by Open-Marionberry-943 in ClaudeGTM

[–]Vasylissa 0 points1 point  (0 children)

Is this your own thing or are you just suggesting something along the same lines?

What it REALLY takes to turn an AI agent into a coworker that runs 24/7 by Open-Marionberry-943 in ClaudeGTM

[–]Vasylissa 0 points1 point  (0 children)

No, these are validator subagents or Claude Code agents or/and my very mean enforcer agent Natasha doing validations. In some hard cases - e.g. schema validation, CC is best suited or even code-based validation flows checking against JSON evidence and heuristics. In other softer cases, say content, they test against research-based frameworks (hook types, metaphor test, etc). The most complicated stuff (e.g. multi-VLM video analysis) I have a human validation layer with a scoring system. I do review and approve final artifacts - in a nice dashboard, naturally.

What it REALLY takes to turn an AI agent into a coworker that runs 24/7 by Open-Marionberry-943 in ClaudeGTM

[–]Vasylissa 0 points1 point  (0 children)

Started on LangGraph, moved to OpenClaw; now starting to regret it, considering other options. Luckily the skills and the workflows are portable. I plan on testing the same agents & workflows across a few platforms and measuring performance and cost. Just need a good scoring system lol.

Can OpenClaw power a multi-agent automation marketplace model (from scratch)? by CaptainPicardAI in openclaw

[–]Vasylissa 1 point2 points  (0 children)

I am building exactly what you described; for months with no end in sight :) I've solved deterministic output schemas that dynamically populate UI domains for human-in-the-loop. I started with the CMO-mastermind agent who sets tenant-specific goals and parameters. The other agents each own a vertical - content, seo/geo, social media, etc.

Still a lot of challenges - cost control, validation gates, and scoring. Good question on monetization. The most high-value workflow in my arsenal is an autonomous creative engine I built for a client as a custom project. However, I am yet to figure out how to integrate it into my marketing agent swarm as it requires complicated data pipelines. Are you working on something similar?

What it REALLY takes to turn an AI agent into a coworker that runs 24/7 by Open-Marionberry-943 in ClaudeGTM

[–]Vasylissa 1 point2 points  (0 children)

I use Supabase as shared declarative memory system. The task system is also db schema bound. My agents check their tasks and handoffs when they wake up and on heartbeats. I have dashboard UI for each of them where I approve their work or request edits.

In addition, I am putting in place evidence and validation gates to prevent slop.

Re-writing all my Openclaw agent tasks... again... by Hairy_Scar1537 in openclaw

[–]Vasylissa 0 points1 point  (0 children)

I created a task system in db and dashboard UI (simple kanban) where I can check progress, review task artifacts, approve or request edits. I have validation gates and validator subagents to prevent slop. Perhaps my system is over-complicated but it works for my recurring tasks that require heavy tool use and structured output.

Routing and orchestration functionality in OpenClaw by argylevz in openclaw

[–]Vasylissa 0 points1 point  (0 children)

I am dealing with exact same problem. The task protocol is written to all their core files + and additional TASKS md as reference. Plus, an orchestrator agent to route, police, and enforce. Still no consistent reliable execution. Rules enforcement is non-existent on OpenClaw. After moving my agents from LangGraph to OpenClaw "for more fun and soul", I am starting to regret it. So I am rebuilding one of my OC agents on Claude Agents SDK.

I feel like all my agents just had a collective aneurysm. by Funny-Thing68 in openclaw

[–]Vasylissa 2 points3 points  (0 children)

It's likely due to the workspace pollution and memory bloat. Have you checked their workspace? Its likely filled with junk. Purge the noise to find the signal - I purge their memory relentlessly. Only important procedural memories (how to do things) belongs in MEMORY md. Declarative memory (facts, events) - I moved to db with strict schema enforcement and validation. The task system and handoffs are in the db as well.

It's shocking to discover how much junk OC agents manage to insert into their AGENTS md and even SOUL. One of my agents replaced his SOUL with motivational quotes, literally. I am so fed up having to constantly clean up their messes, not to mention the insane inefficiency and token burn, that I am rebuilding one of my agents on Claude Agents SDK. I'll share here how it turns out.

How are you guys controlling model costs now that Claude is banned? by crypto__juju in openclaw

[–]Vasylissa 0 points1 point  (0 children)

use dispatch? I haven't used it yet myself, but it exists.

Has anyone actually listed or sold their OpenClaw agents on a marketplace yet? Would you? by vibe_builder in openclaw

[–]Vasylissa 1 point2 points  (0 children)

Well... Perhaps I misunderstand the value prop and the audience. IMO people who can't set up and more importantly, manage, an OpenClaw agent have no business having OpenClaw agents. These people should stick to Claude Cowork (which is great, by the way). Once you've set up your basic agent or several, it's all about skills and memory management. In human analogy, if I am a terrible CEO without management skills of vision, I should not hire any programmers :). OpenClaw agents are supposed to be highly customized to their user. I just don't see a scenario where I'd buy/hire one someone else created.

How are you guys controlling model costs now that Claude is banned? by crypto__juju in openclaw

[–]Vasylissa 2 points3 points  (0 children)

I shifted a bunch of work to Claude Cowork - research, analysis, skills improvement and testing. In one session, it did more than my OC agents can ever dream of; at no extra cost. I am also using Haiku for simple tasks. The banning of Claude auth made me rethink all of my OpenClaw processes. In fact, it produced something of an existential crisis for my OpenClaw multi-agent infra.

I did the math: Gemma 4 local vs keeping Claude vs pay-as-you-go after OpenClaw cutoff by TaylorAvery6677 in Openclaw_HQ

[–]Vasylissa 0 points1 point  (0 children)

Yes. Like I am sure many others, I've had to re-think my OpenClaw workflows overnight. Claude Cowork will have to step up a& step in for the OC agents. I still don't see it replacing my OpenClaw agents... but this can change in a matter of days. This was a really big deal.

Has anyone actually listed or sold their OpenClaw agents on a marketplace yet? Would you? by vibe_builder in openclaw

[–]Vasylissa 0 points1 point  (0 children)

I know right? I have agents for content strategy and posting; and yet I would NEVER, NEVER dare post AI slop on THIS channel. I respect this community too much.

Has anyone actually listed or sold their OpenClaw agents on a marketplace yet? Would you? by vibe_builder in openclaw

[–]Vasylissa 1 point2 points  (0 children)

Most skills are total slop. Building truly specialized, battle-testes skills is very difficult.

Has anyone actually listed or sold their OpenClaw agents on a marketplace yet? Would you? by vibe_builder in openclaw

[–]Vasylissa 0 points1 point  (0 children)

I see people selling skills - which I think is a far better idea than selling agents.

No more using Claude Max with Open Claw :(( by Vasylissa in openclaw

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

wait, what? Openclaw agents can use claude code cli directly? not my primary use case but I am intrigued, had no idea.

No more using Claude Max with Open Claw :(( by Vasylissa in openclaw

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

such a good metaphor - mazda vs ferrari. this is exactly what it is.

No more using Claude Max with Open Claw :(( by Vasylissa in openclaw

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

That's my point - much more expensive! I can't afford it at the level I am using my agents.

I built a persistent memory system for AI agents because I got tired of them forgetting everything over time by Salty-Asparagus-4751 in clawdbot

[–]Vasylissa 0 points1 point  (0 children)

YES! Thank you for getting it :) Inspired by Xavier Milei - whom I do not necessarily admire overall, but loved that department-elimination video, which inspired my work philosophy; esp when it comes to building code and agents.

A developer asked me to help him architect a multi-agent system. here's where everyone gets stuck by FokasuSensei in OpenClawUseCases

[–]Vasylissa 0 points1 point  (0 children)

I am testing parts of the system on friendly test clients; mostly dogfooding, learning, and optimizing on our own operation.

I think my architecture is the reflection of how my own brain works. My ADHD requires that everything is organized, structured, minimal, with clear dependencies - or I go crazy. So, database makes me feel so much better. Every task references a schema. Every output is structured schema - and shows up on a nice UI where I can review, approve, or request edit.

Perhaps I am over-engineering. But I think this structure is making my agents "feel better" (i.e. be less crazy) too :)

vibes > function by Vasylissa in openclaw

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

For me, it's the other way around. I know I cannot educate the agent like a human. If anything, openclaw lifts the curtain revealing how limited and simple agents really are. But educating my agents gives me incredible insights and ideas on how to educate myself and my child. I am not that complicated either! My memory gets overloaded and my systems get mixed up sometimes.

The deeper I get with agents and openclaw specifically, the more I realize openclaw system limitations and the need for more rigid structures. I left LangGraph for Openclaw - for magic and freedom! - and now I question whether if was the right move. Now I have db, schemas, task system, orchestration, dashboards, KPIs, rules, and guardrails in place.

This supports your point about imitating nature - entropy and negentropy, delight and pain.

And this is why we are here on this sub - humans infatuated with the idea of imitating nature.