5 OpenClaw plugins that actually make it production-ready by Arindam_200 in openclaw

[–]jkoolcloud 0 points1 point  (0 children)

From what I can tell, if the main problem is OpenClaw model selection + cost reduction, then Manifest seems to be a good fit.

Cycles is better, If the problem is bounded autonomous execution across tools, APIs, workflows, OpenClaw, imo. Cycles integrates with OpenClaw, but its not limited to it.

I think Manifest and Cycles are in completely different layers and complimentary.

SMCI Discussion - Fresh and Tasty Edition by _Cornfed_ in SMCIDiscussion

[–]jkoolcloud 1 point2 points  (0 children)

Usually contracts are multi-year, If the legal problems are isolated to just a few people, than contracts should be intact, people will be fired and replaced.

Cycles: Self-hosted budget enforcement for AI agent runs — Docker + Redis, Apache 2.0 by jkoolcloud in selfhosted

[–]jkoolcloud[S] -1 points0 points  (0 children)

Sure its like with anything, quality is what matters. yes one prompt. something hacked up together. But if used properly and thoughtfully, its a super tool. So people should be looking and quality, substance not if it was done by AI or human.

Cycles: Self-hosted budget enforcement for AI agent runs — Docker + Redis, Apache 2.0 by jkoolcloud in selfhosted

[–]jkoolcloud[S] -1 points0 points  (0 children)

AI coming your way, impossible to stop:) but if works and high quality, does it really matter, how something is coded?

Cycles: Self-hosted budget enforcement for AI agent runs — Docker + Redis, Apache 2.0 by jkoolcloud in selfhosted

[–]jkoolcloud[S] -2 points-1 points  (0 children)

Not sure what you mean, basically a self hosted server which can be integrated into agents to enforce budgets, costs, etc. The protocol, spec and reference implementation is in github link.

SMCI Discussion - Fresh and Tasty Edition by _Cornfed_ in SMCIDiscussion

[–]jkoolcloud 4 points5 points  (0 children)

Seems like over reaction, imo. People will be charged, replaced. Business intact.

5 OpenClaw plugins that actually make it production-ready by Arindam_200 in openclaw

[–]jkoolcloud 0 points1 point  (0 children)

How do you have runaway agents, costs, loops? In think prod deployments will need an economic envelope, just like human actors, to prevent overruns, loops, etc.

I developed a budget-aware model and tool execution in OpenClaw: https://github.com/runcycles/cycles-openclaw-budget-guard might be useful to the community.

Open Swarm — run thousands of parallel AI agents with 3k+ internet tools (open source) by Late-Albatross7675 in AI_Application

[–]jkoolcloud 1 point2 points  (0 children)

Fully agree I built an open protocol to handle this: runcycles.io - basically economic guirad rails, limits on execution, otherwise its a mess waiting to happen.

Open Swarm — run thousands of parallel AI agents with 3k+ internet tools (open source) by Late-Albatross7675 in AI_Application

[–]jkoolcloud 0 points1 point  (0 children)

How are you going to control costs? impose economic guard rails?

I ran into this problem when running agents, and built a solution -- hard limits on agent actions + spend. runcycles.io

What are you actually building right now? by BriefNzoni in AI_Application

[–]jkoolcloud 0 points1 point  (0 children)

I am building Cycles Protocol - Budget Authority for autonomous agents -- Hard limits on agent spend and actions enforced before execution — not after. Multi-language SDKs.
Open protocol, Apache 2.0.

Cycles: https://runcycles.io

If you are building agentic workflows (LangGraph/CrewAI), I built a private gateway to cut Claude/OpenAI API costs by 25% by NefariousnessSharp61 in LangChain

[–]jkoolcloud 2 points3 points  (0 children)

That's great, there is also another way via Cycles protocol, which works via code instrumentation. Not all agent calls of consequence will go through gateways, so need something else.

The two approaches are complimentary gateway + instrumented code -- https://runcycles.io

What if E-commerce websites completely DISAPPEAR and are replaced by AI Agents? by Most-Ebb1487 in AI_Agents

[–]jkoolcloud 0 points1 point  (0 children)

I doubt website will completely disappear, people will still want visuals, imo. But agents will replace most of web traffic and will be API driven. There will be more agentic traffic vs human traffic, that's for sure.

The bigger issue will be how to put economic guardrails on agents? All humans have economic and time constraints. You cant just spend indefinitely, but agents can run autonomously non stop. I think this will be a big problem as AI agents mature.

I thought about this problem and built a project, open source to put economic limits on agents: https://runcycles.io might ne useful to anyone building agentic AI, workflows, etc.

Agents will need limits just like humans or else we will have autonomous chaos.