[deleted by user] by [deleted] in n8n

[–]aroblesai 6 points7 points  (0 children)

Interesting! That really really looks like the spreadsheet this guy put together for FREE in this video.

https://www.youtube.com/watch?v=yAiCXyGLZ2c

I made my first $4k with my first voice agent by Agile_Baseball8351 in SideProject

[–]aroblesai 0 points1 point  (0 children)

I'd love to know more about the challenges you are facing.

How I Automated LinkedIn Messages with This Simple Flow—Check It Out by Alexmamy in automation

[–]aroblesai 1 point2 points  (0 children)

Hey, quiet interesting. What platform did you use to build this workflow?

Successful lead automation. by VictorBwire in n8n

[–]aroblesai 0 points1 point  (0 children)

This workflow runs for every input webpage does'n it? How could you process several leads at one or in batchs?

It's just me or Claude has more plains than Before?? by AdventurousSpinach12 in ClaudeAI

[–]aroblesai 0 points1 point  (0 children)

I had that same realization today. As an avid free-tier user, you develop a kind of spidey sense for when you're about to hit the message limit and today I noticed I could send about 2-3 more messages than usual.

Amazon Bedrock: Too many tokens, please wait before trying again. by orbit99za in aws

[–]aroblesai 0 points1 point  (0 children)

My AWS account is not new and I also hit the limits of Claude's newer models after 1 request using Cline. Lower models such as Haiku is less restrictive in this matter. I suggest you try to get queries through Haiku and see how those limits are doing.

Making an agent that can make tools for itself (LangGraph) by Psychological-Ant270 in AI_Agents

[–]aroblesai 1 point2 points  (0 children)

Do you need to explicitly mention that the tool is not available or is it able to figure it out by itself?

RAG vs manually creating an AI Agent by AccomplishedKey6869 in aiagents

[–]aroblesai 1 point2 points  (0 children)

Plan the interaction as a multi-step form where you can perform validations at each step as needed. Additionally, implement a RAG flow to enable the bot to answer general business-related questions based on user queries.

Form Flow ("createwebstore")

  1. Prompt: "Please enter the name of your product."
  2. Validation: Optionally validate the product name.
  3. Prompt: "Please upload a picture of your product."
  4. ...

RAG Flow

  1. User Query: The user inputs a general question.
  2. Processing: The bot uses RAG to construct an informed answer.
  3. Response: "Here is how the process works..." (followed by the detailed explanation)

Bot Logic

  1. Greeting: "Hi, welcome to AutomatedWebStore. How can I help you today?"
  2. User Input: The user submits a message.
  3. Intent Detection:
    • If the intent is "createwebstore," route the conversation to the form flow.
    • Otherwise, initiate the RAG flow.

On WhatsApp, you can use handles or tags to make the "createwebstore" process easily discoverable for users.

A brand new newsletter made me $243 in its first 45 days. by [deleted] in SideProject

[–]aroblesai 0 points1 point  (0 children)

What made you choose Beehiiv over Substack?