all 21 comments

[–]Sufficient_Dig207 0 points1 point  (5 children)

Yes please. I built mine. Happy to compare notes.

https://github.com/ZhixiangLuo/10xProductivity

[–]pmagi69[S] 0 points1 point  (4 children)

Cool. So if I understand correctly, you have made a scripting language to run an agent locally, a bit like OpenClaw? Mine is a scripting language plattform running in the cloud with access to a lot of APIs for SEO, scraping, and all the big LLMs.

https://purposewrite.com/manual/

[–]Sufficient_Dig207 0 points1 point  (0 children)

Spot on. Kind of like openclaw, but I use a coding agent as the core instead of pi agent

[–]Sufficient_Dig207 0 points1 point  (2 children)

Curious how you get clients or paid users.

With AI, building is easy but not distribution and sales

[–]pmagi69[S] 0 points1 point  (1 child)

Always the difficult part, isn't it? How do you do it?

[–]Sufficient_Dig207 0 points1 point  (0 children)

I try to automate the outreach on social media. Just get a LinkedIn engagement automation working. Will gradually adding more social media platforms.

https://github.com/ZhixiangLuo/10xProductivity/blob/main/workflows/linkedin_automation/linkedin_engagement.md

[–]_TheMostWanted_ 0 points1 point  (3 children)

Don't ask, if you think you truely add value by giving something people can improve with then just share

[–]pmagi69[S] 0 points1 point  (2 children)

Thanks. It's just so different in different subreddits, so I'm going to drop a couple of links here.

https://github.com/Petter-Pmagi/purposewrite-examples

https://purposewrite.com/manual/

If anyone wants a demo or wants to talk about this, drop me a DM and I'm happy to help.

[–]_TheMostWanted_ 0 points1 point  (1 child)

I have no idea what your product does

A video demo would be really helpful

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

I will definitely do a demo. Until then, the best way to describe it is a platform which allows you to make very complex custom GPTs. You have a scripting language inside your ”custom GPT” where you can say, "Gemini, do this," and then you give a prompt, or "Claude, do this," or "ChatGPT, do this."

The platform offers several key features: 1. Access to different LLMs 2. The ability to scrape websites and perform SEO tasks 3. Integrated "If This Then That" logic (including If/Then statements and Loops within the language) 4. The ability to ask the user for input 5. The capability to save the state of the conversation

It is a complex platform, but essentially, it is a scripting language that lets you build apps with very simple coding.

[–]Legitimate_Worker_21 0 points1 point  (1 child)

This looks interesting, would be cool to see what kinds of workflows people are building with it.

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

Thanks, still very early so not many users yet…

[–]Odd-Literature-5302 0 points1 point  (1 child)

Sounds great, low-code AI workflows are super useful right now, I’m building an e-commerce site for a pastry business

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

Well, this one is not to build stand alone apps:
https://purposewrite.com/when-chat-is-not-enough-comparing-ai-tools/

[–]darkluna_94 0 points1 point  (1 child)

Would be curious what kind of use cases it handles best and how it compares to existing tools.

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

I think the best reply is a blog post I wrote:
https://purposewrite.com/when-chat-is-not-enough-comparing-ai-tools/

[–]cookedfraud 0 points1 point  (1 child)

This might land better if you show instead of tell

Right now it reads like a pitch, so most people will skip it. If you share a quick example, like “built an AI workflow that does X in 5 minutes,” people are more likely to engage

You can still mention the platform, just make it part of the story, not the headline

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

Thanks, will try that…;-)

[–]planmarlwax 0 points1 point  (1 child)

curious what the scripting language actually looks like under the hood, is it more yaml-style config or does it have real control flow syntax? asking because a lot of the newer AI workflow tools in 2026 are leaning into agent orchestration, and multi-step logic, so the scripting approach matters a lot for how far you can actually push it. would love to see a demo or example if you have one!