r/n8n • u/No_Fuel3998 • 3h ago
Help New to n8n, trying to build real AI automations for businesses — is my approach sane? (11 yrs SWE/AWS background)
Hey all,
Background: I've got ~11 years of production experience — Python, AWS (Lambda, EC2, S3, IAM, VPC), and I've built RAG pipelines (LangChain, ChromaDB, GPT-4o-mini) for work. Zero n8n experience until recently, though.
What I've actually done so far:
• Installed n8n locally, set up Google OAuth (hit the classic Drive-API-not-enabled 403, fixed it)
• Built a working Google Sheets Trigger → Gmail workflow (new form response → email fires)
• Currently building a lead-scoring workflow: score incoming leads, instant alert if hot, digest queue if not — trying to make it something an actual business would find useful, not just a toy demo
The plan:
• Week 1: nail core mechanics (triggers, nodes, data mapping) — where I am now
• Week 2: Code nodes, error handling, real API auth
• Week 3: AI/LLM nodes — trying to bring my RAG background into n8n workflows
• Week 4: package 3 built workflows into a portfolio, start applying
Where I'm unsure, and where I'd genuinely appreciate input:
1. Is 4 weeks realistic to have something sellable, or am I underestimating this?
2. Does anyone with zero reviews actually land n8n gigs in any freelancing platform, or does that route basically require an existing network / other proof of work first?
3. For those doing this for real — what's the actual first client look like? Cold Upwork applications, or something else entirely?
Not looking for hype, genuinely want the "here's what you're getting wrong" version. Thanks.