Activity
Mon
Wed
Fri
Sun
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
What is this?
Less
More

Memberships

AI Automation Club

196 members • Free

AI For Business Owners

121 members • Free

AI for Business Leaders

41 members • Free

Automation Network

7.4k members • Free

AI Automation Club

846 members • Free

AndyNoCode

35k members • Free

n8n Templates

1.4k members • Free

Brendan's AI Community

26k members • Free

n8n ⭐

1.2k members • Free

13 contributions to AI Automation Club
Loop Engineering: What It Actually Means
Everyone's talking about loop engineering. Here's what it actually is. It's not the ReAct loop your agent already runs (reason, act, observe, repeat). That ships built in. You don't engineer that. Loop engineering is everything wrapped around the agent: what kicks it off, what feeds it work, what checks the output, what decides to run again or stop. The agent owns the inner loop. You design the outer one. Core idea: the prompt is no longer the unit of work, the loop is. Give it a goal and a success condition, and it keeps taking turns until that condition holds. Codex and Claude Code already ship this natively as /goal. It also sidesteps context rot. Instead of one long session piling up dead ends, each iteration starts fresh, reads state, does one unit of work, exits. The catch is tokens. Loops burn them on every retry and re-read, so cap it before trusting it to run overnight. Is anyone here already building with loops instead of turn by turn prompting?
Built a workflow that reads long contracts and answers questions on WhatsApp
Every procurement or contracting team has the same problem: someone has to sit down and read a 60-page tender or contract just to find one deadline, one clause, one number. That takes hours. And once it's read, the knowledge just disappears — filed away in a PDF nobody wants to reopen. Ask the same question three weeks later, and someone's re-reading the whole thing again. I built a workflow that fixes this. Upload the document, and it automatically: → Pulls out key details — deadlines, insurance requirements, compliance terms — into a tracker → Becomes something you can message on WhatsApp or Telegram → Ask it anything — "what's the insurance requirement?" — and it replies with the answer, cited to the exact section Here's the part that almost didn't work: early on, the system would confidently say "this information isn't in the document" — even when it clearly was. The document was being processed in a way that split important details apart, so the system genuinely couldn't find the full answer. Fixing that one thing took accuracy from unreliable to 100% correct on every question I tested. Now it's 30 seconds instead of 3 hours. No app, no dashboard. Just a message. Happy to walk through how it's built if anyone wants to see it — drop a comment.
Built a workflow that reads long contracts and answers questions on WhatsApp
0 likes • 9d
Check the free template here : https://n8n.io/workflows/16798
My first n8n community node is live and it solves one of the most annoying problems in automation.
I just shipped my first n8n community node. I built it because workflows that ran perfectly on 10 items kept throwing API rate limit errors on 500. The only workaround most people know is the Wait node where you literally guess a delay and hope it's enough. So I built the Rate Limiter node to fix this properly. Here's how it works: 1️⃣ Check your API docs for the rate limit (Gemini 2.5 Flash = 10 req/min, Airtable = 5 req/sec) 2️⃣ Drop the Rate Limiter node before your API call or HTTP node 3️⃣ Set the exact number, requests per second or per minute 4️⃣ Run your workflow. The node automatically processes each item with the right delay in between, ensuring every single item goes through without hitting the API limit. No more guessing the delay time. Now live on n8n Cloud ✅ To install: Search "Rate Limiter" directly in your n8n canvas and drop it in. For more details, Here is the npm link 👇 https://www.npmjs.com/package/@divyanshu007/n8n-nodes-ratelimiter If you build with n8n, save this. You'll need it.
My first n8n community node is live and it solves one of the most annoying problems in automation.
1 like • 19d
@Muskan Ahlawat Thanks
I Built an AI Assistant That Works While I Sleep (Using Hermes Agent)
Most AI tools stop working the moment you close the tab. Hermes Agent doesn't. I built a Personal AI Assistant that reads my emails, sorts them by urgency, and sends daily stock market updates to my WhatsApp — all automatically, without me touching anything. Here's why I chose Hermes Agent over everything else: 🧠 Persistent Memory Remembers every preference and pattern permanently. Gets smarter the longer it runs. Unlike ChatGPT — it never forgets you. ⚡ Works Without You Asking No prompting needed. Set it once — it runs on a schedule automatically. Every. Single. Day. 🔗 Connects to Real Tools Gmail. WhatsApp. Telegram. Stock APIs. Cron Jobs. All natively — zero complex setup. 🖥️ Computer Use Browses websites, clicks buttons, fills forms and scrapes data — just like a human using a browser. 💻 Start Local. Scale to Server. Start testing on your Mac using Hermes Desktop. Deploy to a server when ready — runs 24/7 even when your laptop is off. 🔄 Self Improving Skills Every task it completes gets saved as a reusable skill. It literally gets better at your work over time — automatically. Real use cases working right now: → Email triage — sorted by urgency to WhatsApp → Daily stock snapshot — Nifty, Sensex & Bitcoin at 9AM → Morning briefing — emails, tasks, calendar in one message → Competitor intelligence — weekly auto report → Meeting prep — auto briefing 30 mins before every call → Browser automation — forms, scraping, clicking automatically → Lead generation — finds and enriches contacts automatically ▶️ See it in action, live demo in the attached video Have questions about Hermes Agent or how to get started? Drop them below 👇
Hot take: n8n is the wrong tool for AI workflows in 2026
I know this might ruffle some feathers but hear me out. n8n is incredible — 400+ integrations, visual builder, self-hostable. For business ops it's genuinely unbeatable. But the moment you need: LLM calls running 30–120 seconds Auto retries when scraping fails Batch processing 100+ items Long-running agent pipelines It starts to struggle. That's where Trigger.dev comes in. I put together a full no-fluff comparison covering exactly when to use which — with a head to head, cost breakdown, and honest verdict. PDF in the comments. Would love to hear what the community is actually shipping with.
1-10 of 13
Divyanshu Gupta
3
15points to level up
@divyanshu-gupta-6220
A space for creators, builders, and automation lovers. Learn how to combine AI + automation to create tools that save hours every day.

Active 6m ago
Joined May 22, 2026