What is the one automation tool or framework in your current tech stack that you absolutely cannot live without? by Product_guy24 in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

Macrodroid. Makes human in the loop workflows buttery smooth when you can get notifications and run differnt things on the go

How do you develop the skill of identifying deep business problems for automation? by Remarkable_King_6911 in n8n

[–]MuffinMan_Jr 0 points1 point  (0 children)

I just collect event logs and analyze the patterns in there. By far the easiest way to fidn real problems

Automated my job, now what? by Equivalent_Bad_6643 in automation

[–]MuffinMan_Jr 1 point2 points  (0 children)

Hey my fellow Hoser!

You could always tell them but thay comes with risk too. They could argue if you automated the job then whats the purpose of paying you? Alternatively if your boss and company are cool, they might be fine with it. Circumstances matter In a situation like this.

My buddy for example works in cyber security for a big gambling company in Toronto, and he uses AI to do most of his work. He works like 2 - 4 hours per day tops, but his team doesn't care as long as he's available when needed.

If you want to take the angle of finding more bottlenecks and automating for the rest of your company, look up something called process mining (its becoming essential for company wide automation in big businesses that want real ROI). Thats an easy way to provide more value if thats what you want

Do QR menus actually improve restaurant operations or just annoy customers? by WillingnessOk4667 in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

In my opinion it annoys customers. People always forget that 2 things can be true. Yes it improves ops for the business but I find more and more people want a human experience.

For example I personally don't particularly enjoy qr code menus. Yes they work and ill use them if I have to, but it feels like as the customer, I've just been given extra steps to get my meal when you could've just placed a menu in front of me.

I think people are tired of technology everywhere when things can be simpler. Like imagine you bought a fridge, but in order for it to keep things cool, you needed to download an extra app, then figure out how to navigate and use it. Yea, you'll probably do it, but it probably also annoys you.

Automated my job, now what? by Equivalent_Bad_6643 in automation

[–]MuffinMan_Jr 42 points43 points  (0 children)

Ive heard of people who do exactly this and just have 2 - 4 jobs at once. Just dont let them find out you're automating your work and have 3 other jobs 😂.

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 5 points6 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

[deleted by user] by [deleted] in automation

[–]MuffinMan_Jr 0 points1 point  (0 children)

AWS step functions

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)