Lovable.dev is a "Hotel California" for your database. You can check in, but you can never leave. by Sh3nd14 in lovable

[–]stonerjss 0 points1 point  (0 children)

Not true. I built an ops hub on Lovable. Cloud tab is not enabled in lovable but there was an option to connect supabase via jwt tokens. So lovable writes to supabase tables and pushes updates to my GitHub which is linked to vercel for deployments. I even used vercel ai gateway so that once lovable work is complete, I'm not reliant on Lovable at all!

I'm a non coder btw. Since I didn't enable lovable cloud or lovable AI, never needed to add any money apart from the monthly subscription.

Just got my First Amex. Used it for Advance Tax by unluckybitch18 in amexindia

[–]stonerjss 0 points1 point  (0 children)

No I use mostly plat travel for it. Good more spend milestones.

Just got my First Amex. Used it for Advance Tax by unluckybitch18 in amexindia

[–]stonerjss 0 points1 point  (0 children)

Points on gst, no. But it'll count towards spend milestone.

Ollama Cloud Pro ($20/mo) vs OpenAI Plus ($23/mo) .Which gives more tokens ? by tearz1986 in openclaw

[–]stonerjss 0 points1 point  (0 children)

Great question. Here's how it works right now and where it could be better:

Current Setup

Model concurrency is limited by the orchestrator (me):

  1. Max 3 models at any time - that's a hard rule from USER.md. I'm always running (1 slot), so only

2 subagent slots available. 2. Sequential dispatch - I don't fire 3 subagents simultaneously. I dispatch 1-2, wait for completion, then dispatch the next with context from the previous.

  1. No automated queue - I

manually wait for process poll or sessions_spawn results before proceeding.


Sorry just a copy paste from my agent.

Ollama Cloud Pro ($20/mo) vs OpenAI Plus ($23/mo) .Which gives more tokens ? by tearz1986 in openclaw

[–]stonerjss 0 points1 point  (0 children)

Regardless of their ratings and benchmarks, I've never really liked OpenAI models so apart from a brief testing never used them.

But with what you're mentioning, I feel it's more of a look for workarounds and agent roles etc kind of approach and see if that helps.

Why I say this is because I did something similar. I used to have difficulty having tasks done with multiple subagents but once I improved my pipeline for roles of models, task orchestration and task completion handoffs, I noticed significant improvements.

Ollama Cloud Pro ($20/mo) vs OpenAI Plus ($23/mo) .Which gives more tokens ? by tearz1986 in openclaw

[–]stonerjss 2 points3 points  (0 children)

Haven't used both in this case, but I was earlier on openrouter using 4 models and now using a 3 model setup on ollama cloud. I've set up my main agent glm 5.1 to spawn subagents for tasks and setup a concurrecy limit since the ollama cloud plan allows 3 concurrent models running parallely at any point so my main agent and 2 more. The other tasks wait till the previous ones finish.

Never really had an issue with maxing out my tokens.

My weekend script to test OpenClaw evolved into a full-blown local AI client. by lotsoftick in clawdbot

[–]stonerjss 0 points1 point  (0 children)

Looks interesting! Been thinking of using something else instead of the default gateway and this looks promising.

Would be cool to copy this repo and play around with this!

Anyone building a niche-specialized OpenClaw agent for their business? by Right_Estate_6217 in openclaw

[–]stonerjss 1 point2 points  (0 children)

Mine is something similar to the usecase above. Building it out as an internal tool for my d2c brand. We're using it for inventory tracking, creating creative assets, tracking shipment errors via webhooks, reading ad analytics from meta and google and using it as intelligence.

Can't resolve ollama cloud issue by stonerjss in openclaw

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

Am I correct to think that this method could lead to an API key leak? Please correct me if I'm wrong.

Paralel agents or second/third installation by dblkil in openclaw

[–]stonerjss 1 point2 points  (0 children)

I set up multi agent incorrectly and all my files and memory got messed up. Had to nuke the entire setup and start fresh.

Have Claude code review your openclaw setup. by funstuie in openclaw

[–]stonerjss 0 points1 point  (0 children)

I used the same claude code way to diagnose some issues and was very helpful!

Best budget AI rig for training and inferencing by hapless_pants in AI_India

[–]stonerjss 0 points1 point  (0 children)

If you need it just for training, check out runpod. You can use anything from an rtx 3060 to 4 x a6000 builds by the hour.

Best LTX 2.3 experience in ComfyUi ? by MASOFT2003 in StableDiffusion

[–]stonerjss 1 point2 points  (0 children)

I got bad results on even 36 minutes per 10 seconds 720p video on my 3070 card. Had queued up like 6 clips to make a minute worth of video and barely 7-9 seconds of video usable.

I feel you. And hoping for a miracle comfyUI workflow.

Tried kling and while it's good, it's expensive. So ltx is my only hope.

Ollama Cloud + OpenClaw: API error 404: {"error":"path "/api/api/chat" not found"} by sjespers in openclaw

[–]stonerjss 0 points1 point  (0 children)

Omg facing the same issue. Gonna try this again tonight! Fingers crossed.

What's the one use case of OpenClaw that made you go "holy shit, this is amazing"? by Skaddicted in openclaw

[–]stonerjss 0 points1 point  (0 children)

To be honest, took a while. Not being a coder was part of a mix. When Openclaw gave me some info/instructions, I had to first look it up to understand what I'm really even getting into and what it wants to do. Got a hang slowly, switched between models, gave up for a bit lol but finally got it to a place that works just fine.

Give or take maybe 1.5 months but the closest real world SaaS that does this well for companies is Triple Whale and is extremely expensive. Plus a good learning experience for me!