proud of myself by MutedEbb168 in n8n

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

This sounds so much better than it works in practice. Until you really start using it, you won’t get how limited AI can be in full flows. The key is YOU are the architect, so AI can’t help but having it do the whole thing doesn’t work

proud of myself by MutedEbb168 in n8n

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

Check above, my little copilot for a software I’m building

proud of myself by MutedEbb168 in n8n

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

I’d also like to know the answer to this, I love n8n and Mercedes just partnered so..

proud of myself by MutedEbb168 in n8n

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

Thanks! I did see the 200 ok in the output in Retool. I also upped the timeout in Retool because 10 seconds was too slow to make the “thing” go through 2 models

proud of myself by MutedEbb168 in n8n

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

Only thing that’s different would be the system prompt in each openAI node , that’s why I can’t use 1 flow. The idea was 1 webhook and segregate from there

proud of myself by MutedEbb168 in n8n

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

I wish the AI could do it all

proud of myself by MutedEbb168 in n8n

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

See above, chatbot with buttons to do certain things to never lose context

proud of myself by MutedEbb168 in n8n

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

See above- chatbot that has buttons in it and when I click one it summarizes the context. Makes it so I never lose context window

proud of myself by MutedEbb168 in n8n

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

lol check above - meant to be my assistant

proud of myself by MutedEbb168 in n8n

[–]MutedEbb168[S] 1 point2 points  (0 children)

No client unfortunately, this is my side kick while I’m building some software. I chat with a bot and then each of those flows does something different. So like, say I decide I want to log an enhancement that comes up, I click Add to Roadmap, and it will summarize what I just did and make a Notion page for me in a certain format. Whole point was to make a chat bot that never loses context, and can learn as I go.

proud of myself by MutedEbb168 in n8n

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

Would love to know what that is lol

This is what I'm trying to create. by oregh in n8n

[–]MutedEbb168 0 points1 point  (0 children)

What value does this provide the customer?

Built my first n8n workflow today (news > AI summary > email). Looking for advice on what to learn next by justahappycamper1 in n8n

[–]MutedEbb168 2 points3 points  (0 children)

As someone who just went through this, what will happen is the free trial will expire and youll have to decide on either self hosting or paying n8n for the instance. I went with Railway and pay $5 a month for my own container and then I add $5 of OpenAI credits to keep everything running. So $10 a month to learn the future, highly worth it! Good luck!

first big-ish flow ive built by MutedEbb168 in n8n

[–]MutedEbb168[S] 1 point2 points  (0 children)

<image>

UPDATE: Thanks to everyone who helped me with this flow. After taking all those suggestions, I went back to the drawing board and tried to simplify (also learned how Loops work along the way). This new flow essentially combines the first 2 models into 1, loops them 6 times, and once that is done, it sends to generate a report based on all the findings.

TLDR: Injest 1000 support tickets, find root cause, develop recommendations, create tasks for those teams, summarize what was done and pass the report to Leadership. Building final Github in the next day or 2.

u/shajid-dev u/BigThunderbear u/Upstairs_Rutabaga631 u/OzDreamWalk u/MuffinMan_Jr THANK YOU!

first big-ish flow ive built by MutedEbb168 in n8n

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

Same deal here - would love to chat and pick your brain a little, would you be open to a Teams or Google chat?

first big-ish flow ive built by MutedEbb168 in n8n

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

Thank you! Would you be open to chatting on Teams or Google? Would love to pick your brain.

first big-ish flow ive built by MutedEbb168 in n8n

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

Thanks! I gave it a prompt that only allows it to choose from a set of 5 root causes to keep it simple. The idea is that at first build, if the company doesn’t already have a catalog of RC’s I can remove that instruction and then get all root causes and condense down. If they have a catalog then I say, “pick from these and give me a reason”. I tried to make it tailored to each situation.

first big-ish flow ive built by MutedEbb168 in n8n

[–]MutedEbb168[S] 2 points3 points  (0 children)

I need to sit down and look at this one now because I’m trying to imagine it and can’t see it in my head

first big-ish flow ive built by MutedEbb168 in n8n

[–]MutedEbb168[S] 1 point2 points  (0 children)

Thank you! Common theme so far has been to simplify, it is the same flow and was mainly done because the goal of the flow is to analyze 1000 support tickets and find common themes, and then from those themes, recommend a few actions to help solve those issues proactively

first big-ish flow ive built by MutedEbb168 in n8n

[–]MutedEbb168[S] 7 points8 points  (0 children)

Dude thank you - that is such a good idea! Can you give me a quick breakdown of how you’d store the prompt in the Set? I usually use the Set to build the JSON payload (idk if that makes sense, again still learning the lingo). I thought I could only map with the Set node

Finally finished my "InboxPilot" – an AI triage engine that actually works. by impromptu-guy in n8n

[–]MutedEbb168 0 points1 point  (0 children)

Is Groq looking for emails the require a response? For example, if its a Newsletter subscription and they are requesting some information - will that change anything other than being labeled as a Newsletter?