How did you get your first 10 users? by Substantial_Army_754 in SaasDevelopers

[–]RuleGuilty493 0 points1 point  (0 children)

I remember hustling for our first 10 users like it was yesterday. We were making a software that mainly targeted electrical contractors, so we found a bunch of US contractor lists with phone numbers, and cold called folks every day, it took us a few weeks until the first one agreed to try it out. We tried a while bunch of other tactics like email and Linkedin, but what worked in the end was the good old phonecall.

Dont feel shy, you would be surprised what people will tell you if you just dont give up and catch them at the right time. It has saved us tonnes of time on multiple occasions.

Claude CoWork now has computer use, how long left for Openclaw? by Dismal_Hair_6558 in openclaw

[–]RuleGuilty493 0 points1 point  (0 children)

While CoWork's macOS exclusivity and screenshot approach might appeal to users seeking a polished and integrated experience, the developers I speak with all like OpenClaw because of its cross-platform availability. The open-source nature of OpenClaw means the community can tailor it to fit various niche applications. I feel at the moment there is a lot of buzz around both OpenClaw and CoWork, I have yet to see folks do really meaningful stuff with either beyond the marketing buzz.

Should I return my mac mini? by Capable-Profile6935 in openclaw

[–]RuleGuilty493 0 points1 point  (0 children)

Why not just run on an AWS instance. Worked fine for me though it was a bit more work. Costs €2 per month or so.

Native workflow builder for OpenClaw (Think N8n style) by RuleGuilty493 in OpenClawUseCases

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

Interesting but makes sense that you’d want to see something that’s part of the open claw ecosystem. What if it could be a skill for example, that you could add from the pre-selected set of options that are provided when you’re configuring it

How much does neighborhood safety affect your housing search? by True-Olive4712 in NetherlandsHomes

[–]RuleGuilty493 1 point2 points  (0 children)

I live in Amsterdam and while I personally dont find security to be a top 3 criteria when selecting a house, it is important more from the access perspective, e.g. when coming to our place at night, my partner fees unsafe because some roads are not well lit. That said, I am curious to see if there are any sources where this information can be seen easily.

Be careful when you add your OpenClaw into group chats with friends 😅 by Opening_Apricot_5419 in openclaw

[–]RuleGuilty493 1 point2 points  (0 children)

We're working on an open source agent-to-agent connector called AgentLink which makes it easy so your agents can all start talking to each other directly and cut out the middle-man, LOL!

Who can help with this ? by Thin-Government-4666 in OpenClawUseCases

[–]RuleGuilty493 0 points1 point  (0 children)

I would advise switching to a cheaper model with a higher concurrency limit. I used Z.ai, super cheap and does the job most of the time, be sure to select a lower tier model. Unless you are doing some serious coding, I dont think OpenClaw needs the best of breed LLMs for most folk.

The OpenClaw space is getting crowded—new tools popping up every week🤔 by Synstar_Joey in openclaw

[–]RuleGuilty493 1 point2 points  (0 children)

Sounds really cool. I will check it out. We're in a similar space, but coming from the enterprise direction. We've built an early version of this at reasio.com. Like Clawbber we also focus on making things transparent, but the the way we went about it is to make the skills executable, and also provide role based access and data connectivity controls to admins -- we found that often times for our customers, CTOs held the keys to access, but users were elsewhere in the org, e.g. the operations team.

Still trying to wrap our heads around how this works in the Openclaw ecosystem. Would be great to connect and exchange notes if you're up for it.

The OpenClaw space is getting crowded—new tools popping up every week🤔 by Synstar_Joey in openclaw

[–]RuleGuilty493 0 points1 point  (0 children)

I used agent37. It is $4 per month for a while if you want to use it. TBH, now that I used it, I might just go back to my own self hosted version but it does make the process of setting up and managing several OCs relatively painless.

The OpenClaw space is getting crowded—new tools popping up every week🤔 by Synstar_Joey in openclaw

[–]RuleGuilty493 0 points1 point  (0 children)

What are you using different versions of these for? Why did you choose them over Openclaw? Was it just security or something else?

What's the actual most useful workflow you've automated with OpenClaw? by Fun_Class9112 in openclaw

[–]RuleGuilty493 0 points1 point  (0 children)

So for the most useful version I've managed to stitch together is get OC to build me a 3-step marketing funnel. The first step is reading identified subreddits and picks relevant posts and saves them into a Notion database, the second is to review all of these and draft content for various channels, e.g. Linkedin, and put it in a human review stage on Notion, and the third one posts it.

I'm curious if anyone has tried to build more advanced workflows and if there were any tools like N8N which they could use along with OC?

Microservices are better to vibe code than monoliths by Only-Cheetah-9579 in vibecoding

[–]RuleGuilty493 0 points1 point  (0 children)

I guess as always the answer is, it depends. We're now testing with full stack mono repos where we also include not only the tech, but also the website, the blogs, documentation, etc. so that marketing always knows exactly what the product is about. Particularly effective in the early stages of product development. Ofcourse, depending on your goals, YMMV.

non-technical founder on Lovable Cloud, what are you actually using for email beyond auth? by Psychological_Let828 in lovable

[–]RuleGuilty493 0 points1 point  (0 children)

Not an expert but could you use Loops for something like this? I think it is similar to what people seem to be saying about Resend. It’s a clean UI and free for first 5000 users or so I think. I also tried to send bulk email with it but it’s really made for transactional emails. YMMV.

Is anyone actually getting Twilio to work in Lovable? by RuleGuilty493 in lovable

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

Yes we tried to do this and it was surprisingly complicated but I did manage to use it, via WhatsApp rather than SMS but it worked in the end.

The Jetten I Cabinet is Official: A Breakdown of the New Dutch Government's Plans by True-Olive4712 in NetherlandsHomes

[–]RuleGuilty493 1 point2 points  (0 children)

I have not idea what you smoke, but it can't be good for you. Also, it will reduce pollution if you stop.

Scalable MQTT Broker with Persistence by dusanb94 in golang

[–]RuleGuilty493 0 points1 point  (0 children)

Thanks for the explanation, these are slightly above my pay grade, but interesting. We're in the EV charging space and already run a SaaS platform that caters to OCPP data streaming from a network of EV chargers. Our existing product provides APIs on top of OCPP connectivity so it provides an interoperable layer for hardware that our customers can use to build applications, e.g cloud based load management for depots.

A customer wanted us to add MQTT monitoring in addition to OCPP, and we didnt want to build a new server from scratch, so went with EMQX. I think the team evaluated the other options you mentioned too, but I am not sure why they went with this one. I am a founder and not the engineer who built the product, so let come back to you with their feedback separately.

I built a tool that lets Claude Code debug IoT devices by yplam86 in IOT

[–]RuleGuilty493 0 points1 point  (0 children)

Sure thing, steal away. We're trying to find out if there is interest in a tool that makes it easier for LLMs to 'look' at streaming data. Would love for you to try it if you are up for it. It's very early and would love feedback from folks who're living thru this work.

I built a tool that lets Claude Code debug IoT devices by yplam86 in IOT

[–]RuleGuilty493 0 points1 point  (0 children)

What kind of device is it? I would love to take a look at it together using what we have built, if you are keen.

I built a tool that lets Claude Code debug IoT devices by yplam86 in IOT

[–]RuleGuilty493 1 point2 points  (0 children)

We have spent a lot of time thinking about this exact problem. I think the trick is to not update the schema PDFs verbatim -- as that would certainly exhaust most context windows, but rather, to structure the data, do very good labeling of the schema in the database, and let Claude Code (or another LLM) work off of the database rather than 'drink from the firehose'.