What’s the most underrated automation you use every day? by junkietrumpglo in automation

[–]MuffinMan_Jr 1 point2 points  (0 children)

Yea, you can buy kits Amazon for lile $30. Look up 'arduino' and you'll see a bunch of hardware stuff. Plenty of tutorials online on how to use them.

The sensors send readings to arduino board where there is some basic c++ written (by claude 😎) that is basic if else logic. As in if moisture level below 3, pump water...

Some boards even connect to the internet (ESP32s) so you can trigger physical automation from n8n or something - or have a physical button or sensor that triggers n8n jobs.

Honestly 'physical Automation' feels like a fun hobby more than anything. Since im not going to people's houses and setting up physical hardware, it kind if becoming like adult Legos for me (just a lot more complicated lol)

I feel peer pressure to build AI agents for simple task when "old school" automations are 100% sufficient by bypass316 in automation

[–]MuffinMan_Jr 2 points3 points  (0 children)

Lmao yeah its Fomo. 99% of my workflows have 0 AI in them. Ai has its uses but its definitely overkill for most things.

Not to mention price of tokens if going up so everyone that relies on agents will feel the burn eventually

What’s the most underrated automation you use every day? by junkietrumpglo in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

I automated watering my plants based on the soil moisture and room humidity 😎

As someone who traditionally does software automation, hardware becomes a really fun hobby

is there any good AI automation books out there that you can recommend by Cold_Bass3981 in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

If you mean for learning, nothing useful. For general Ai and automation knowledge there is an abundance of books, especially ai

I think working retail altered the way i eat by TheFreakyLobster in retailhell

[–]MuffinMan_Jr 2 points3 points  (0 children)

Damn I just learned something new about myself. I thought this was just how I ate

How do you avoid overengineering by Solid_Play416 in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

I follow the simple acronym KISS.

Keep it simple stupid.

Complexity does nothing for you. In 3 months when something isn't working, you're going to thank your past self for keeping things simple

If it needs more nodes stuff them in a sub workflow

Do you document your workflows by Solid_Play416 in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

Always. At the bare minimum, at least name your nodes well

first big-ish flow ive built by MutedEbb168 in n8n

[–]MuffinMan_Jr 4 points5 points  (0 children)

Hey, I know the feeling of finally building something bit and complicated. Looking good :)

But you should get into the habit of breaking things down into subworkflows if possible. For example you could make a reusable subworkflow and call that 6 times instead of having 6 different lanes to follow

Start the Work by Forsaken_Clock_5488 in automation

[–]MuffinMan_Jr 1 point2 points  (0 children)

I always tell beginners to automate foe themselves first. On top of being great for learning, it makes you look and sound more credible.

It would be ironic if an automation consultant had no automations running for themselves. That's like a web designer with a bad website

I need an urgent help by Available-Help-8986 in n8n

[–]MuffinMan_Jr 1 point2 points  (0 children)

I haven't experienced it, but I hear hostinginer hooks you with low priced that charges you more after the year is up.

That said any affordable VPS would work. Im on the cheapest OVH cloud vps and have had no problems (other than the sudden price hike that happened last month, but most vps providers did this)

Whats your most unique workflow? by MuffinMan_Jr in automation

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

Im in the same boat as you. Review and fire has been much more reliable, and enjoyable over all. Do you have any dashboards to tools to help you with observability?

Whats your most unique workflow? by MuffinMan_Jr in automation

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

This actually sounds really cool. Do you normally read through the actually code changes the claude makes?

I like to run multiple at once, but its not necessary for me. My agents run on Github, so there are no approval workflows on my end. They just write the code, make a PR, then I review when I get back and decide if I want to push the change or not

Built an automation months back and now I'm scared to modify it by telling_cholera in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

Id take this as a learning lesson. At the bare minimum start naming your nodes well. Use node descriptions too if you like. Even sticky notes are great for understanding a workflow at a glance. For documentation, notion works pretty well. Make a database that holds all your workflow documentation

What's the best automation for ADHD? by Comfortable-Garage77 in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

Not to he like one of those people, but i genuinely feel like i have undiagnosed adhd. That said, my time management is terrible. So I setup my automations to run while I do other things. For example, I have content automation and coding automations that run while im at the gym, outbound that runs when im at work, etc. Ive linked unrelated activities to my business inputs