Low/No Code Automation Tools
#1
Original Poster

Join Date: Jan 2015
Posts: 3,734
Low/No Code Automation Tools
Curious how many of you use low/no code automation tools like n8n or Zapier and how do you use them? Thinking of setting one up, but not sure which one to use to automate a few things.
Bonus points if there is a way to set up webhooks on free Teams or Signal.
Bonus points if there is a way to set up webhooks on free Teams or Signal.
#2




Join Date: Aug 2008
Location: Somewhere in Florida
Posts: 2,889
I don't use that, but we're in the process of automating Ms. KRSW's job via Python, using Claude AI to write the code. Their current systems were processing about 3-5 projects per hour. The little Python script Claude did for us in about 90 minutes of messing around with it can do 1 project every 10-30 seconds, and so far does a better job.
Neither one of us knows Python. My last programming gig was 30 years ago and that was in C, and I've not touched it since. We're learning Python so we can fix this thing if it breaks.
Neither one of us knows Python. My last programming gig was 30 years ago and that was in C, and I've not touched it since. We're learning Python so we can fix this thing if it breaks.
#3
Original Poster

Join Date: Jan 2015
Posts: 3,734
I don't use that, but we're in the process of automating Ms. KRSW's job via Python, using Claude AI to write the code. Their current systems were processing about 3-5 projects per hour. The little Python script Claude did for us in about 90 minutes of messing around with it can do 1 project every 10-30 seconds, and so far does a better job.
Neither one of us knows Python. My last programming gig was 30 years ago and that was in C, and I've not touched it since. We're learning Python so we can fix this thing if it breaks.
Neither one of us knows Python. My last programming gig was 30 years ago and that was in C, and I've not touched it since. We're learning Python so we can fix this thing if it breaks.
#6



Join Date: Feb 2016
Location: CLT
Posts: 3,070
I have only used Power Automate at work. Co-workers talk about using Replit, StackBlitz, etc in their personal life, but I haven't tried any of them. I don't want to pay some platform massive amounts of money every month to host my creation.
#7

Join Date: Sep 2025
Location: IAH
Programs: UA Plat, AA EXP, WN ALP
Posts: 32
Momen does not do that, and Bubble charges only a small fee.
#8
Original Poster

Join Date: Jan 2015
Posts: 3,734
#9


Join Date: Apr 2025
Location: UK
Posts: 59
I am currently using Comet (perplexity.ai browser) to automate some financial research and general invoice reconciliation from email/gdrive. I know there is Dai and GenSpark too but Comet is my thing at the moment. They are all invite only at the moment though.
ChatGPT / Claude recently added MCP support so it can be linked to a variety of apps. Have a look at them too.
ChatGPT / Claude recently added MCP support so it can be linked to a variety of apps. Have a look at them too.
#10



Join Date: Feb 2016
Location: CLT
Posts: 3,070
I am currently using Comet (perplexity.ai browser) to automate some financial research and general invoice reconciliation from email/gdrive. I know there is Dai and GenSpark too but Comet is my thing at the moment. They are all invite only at the moment though.
ChatGPT / Claude recently added MCP support so it can be linked to a variety of apps. Have a look at them too.
ChatGPT / Claude recently added MCP support so it can be linked to a variety of apps. Have a look at them too.
Hadn't heard of Comet. No wonder why Perplexity made an offer for Chrome if the courts were going to force Google to divest the browser.
#11


Join Date: Apr 2025
Location: UK
Posts: 59
Yeah its their invite only browser. If you have mac, look at Dia and genspark. I believe all are invite only but you get them within few days, whereas comet you gotta wait a while or get an invitation from existing member.
yeah Google gets to keep chrome for now, but comet trying to buy them for like 1.5-2x their worth was interesting.
#12



Join Date: Dec 2009
Location: RDU
Programs: DL DM+(segs)/MM, UA Ag, Hilton DM, Marriott Ti (life Pt), TSA Opt-out Platinum
Posts: 3,366
I use lots of coding agents. I geek out on this stuff. Even run some LLMs on a server at home.
I'm not a developer, but I was a computer science minor. I'm pretty good with Python and C#. I use AI coding agents to build quick PoC (proof of concept) apps for my work. It's really insane what some of these things can do. They do make mistakes, and it's important to review the code (or even have AI review it, lint it, test it, etc.)
My preferred coding agent is Claude Code. I have a Pro subscription through my employer (it's $20/mo). I also use Gemini's free CLI coder from time to time. I hear good things about ChatGPTs recent codex agent, but I don't want to pay for another sub to try it out. In general coding agents are really well versed in the most common languages like Python, Javascript, C#, etc. However, I've found they're not so good on lesser used languages like C++. They're still great, but I suspect they get much less usage so there's less to train them on. My company built an internal coding agent that's trained on millions of lines of code in our codebases. It uses Claude as its foundational model.
I use CC in VS Code, but there are tons of other coding agents. Cline and Roo Code are really great for trying out different models and creating an agentic workflow. If you want to test some out, I'd recommend getting an OpenRouter account, put $5-10 in there, connect it to Cline/Roo and test some models (many are free). If you have a Gemini, Claude Pro, or ChatGPT paid subscription, you can get a lot of "free" use out of their CLI tools. They plugin really well to IDEs like VS Code, Cursor, etc.
It's fascinating (to me) to watch how fast things are evolving. The big three (OpenAI, Google, Anthropic) are constantly trying to one up each other.
This is what's so cool about coding agents. You really don't have to know the language syntax, you just need to know how to manage the agents. The future of coding will be architecting, prompting and context engineering. Having said that, if you want to make production grade code, it is important to put the code in a proper review/test cycle (with a dev who can read/interpret it).
I'm not a developer, but I was a computer science minor. I'm pretty good with Python and C#. I use AI coding agents to build quick PoC (proof of concept) apps for my work. It's really insane what some of these things can do. They do make mistakes, and it's important to review the code (or even have AI review it, lint it, test it, etc.)
My preferred coding agent is Claude Code. I have a Pro subscription through my employer (it's $20/mo). I also use Gemini's free CLI coder from time to time. I hear good things about ChatGPTs recent codex agent, but I don't want to pay for another sub to try it out. In general coding agents are really well versed in the most common languages like Python, Javascript, C#, etc. However, I've found they're not so good on lesser used languages like C++. They're still great, but I suspect they get much less usage so there's less to train them on. My company built an internal coding agent that's trained on millions of lines of code in our codebases. It uses Claude as its foundational model.
I use CC in VS Code, but there are tons of other coding agents. Cline and Roo Code are really great for trying out different models and creating an agentic workflow. If you want to test some out, I'd recommend getting an OpenRouter account, put $5-10 in there, connect it to Cline/Roo and test some models (many are free). If you have a Gemini, Claude Pro, or ChatGPT paid subscription, you can get a lot of "free" use out of their CLI tools. They plugin really well to IDEs like VS Code, Cursor, etc.
It's fascinating (to me) to watch how fast things are evolving. The big three (OpenAI, Google, Anthropic) are constantly trying to one up each other.
I don't use that, but we're in the process of automating Ms. KRSW's job via Python, using Claude AI to write the code. Their current systems were processing about 3-5 projects per hour. The little Python script Claude did for us in about 90 minutes of messing around with it can do 1 project every 10-30 seconds, and so far does a better job.
Neither one of us knows Python. My last programming gig was 30 years ago and that was in C, and I've not touched it since. We're learning Python so we can fix this thing if it breaks.
Neither one of us knows Python. My last programming gig was 30 years ago and that was in C, and I've not touched it since. We're learning Python so we can fix this thing if it breaks.
#13
Original Poster

Join Date: Jan 2015
Posts: 3,734
For stuff I actually have to code, ChatGPT or Copilot is good enough. I just get it to kick out a basic set of code and then modify it to my needs. Unfortunately it can be a challenge, but with client privacy, it's better to err on the side of caution.
That said, I often try to validate any code by running it through a different AI to make sure it actually makes sense. AI hallucinations just makes things difficult.
That said, I often try to validate any code by running it through a different AI to make sure it actually makes sense. AI hallucinations just makes things difficult.
#14



Join Date: Dec 2009
Location: RDU
Programs: DL DM+(segs)/MM, UA Ag, Hilton DM, Marriott Ti (life Pt), TSA Opt-out Platinum
Posts: 3,366
For stuff I actually have to code, ChatGPT or Copilot is good enough. I just get it to kick out a basic set of code and then modify it to my needs. Unfortunately it can be a challenge, but with client privacy, it's better to err on the side of caution.
That said, I often try to validate any code by running it through a different AI to make sure it actually makes sense. AI hallucinations just makes things difficult.
That said, I often try to validate any code by running it through a different AI to make sure it actually makes sense. AI hallucinations just makes things difficult.
The more I use AI, the more I've learned that it's fairly easy to get rid of hallucinations by having better context and prompting. PRD files, <agent>.MD files, relevant tools, TODO lists and setting "memory"s within the agent can almost eliminate hallucinations. The biggest mistake I see our new coders making is feeding in too much context to solve a problem.... i.e. sending in a 200 page PDF, when the relevant section is all on two pages. It's a bit like lawyers burying the other side's lawyers with irrelevant information during discovery.
#15
Original Poster

Join Date: Jan 2015
Posts: 3,734
The more I use AI, the more I've learned that it's fairly easy to get rid of hallucinations by having better context and prompting. PRD files, <agent>.MD files, relevant tools, TODO lists and setting "memory"s within the agent can almost eliminate hallucinations. The biggest mistake I see our new coders making is feeding in too much context to solve a problem.... i.e. sending in a 200 page PDF, when the relevant section is all on two pages. It's a bit like lawyers burying the other side's lawyers with irrelevant information during discovery.
If the AI can't answer questions on publicly available information, I'm not going to trust it with private, confidential information.



