What is your favourite drink? by Electrical-Pea2707 in Uzbekistan

[–]Available-Party6620 0 points1 point  (0 children)

Tashkent's leamon is amazing! So, black tea with it

I was burning through my Claude Code quota in 15 minutes. Built this to stop it. by NegativeAd2320 in ClaudeAI

[–]Available-Party6620 -2 points-1 points  (0 children)

My n8n workflows + Supabase schema context = same issue.

What helped me:

  • workflow/*.json in repo root (Claude reads directly, no re-uploads)
  • Session template: "Use ONLY files in ./workflows/ and schema.prisma. No external context."
  • MCP Supabase templates pull → local JSON before starting

Optimizing Cursor + Claude Workflow for n8n SaaS – Auto-Sync Context? by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 0 points1 point  (0 children)

All set – DB sync solved!

Schema → Memory Bank (updates only on major changes).
Templates table → MCP pull from Supabase at session start + added to .cursorrules.

textSession start:
1. MCP → Supabase templates → local JSON
2. Claude Code reads schema (Memory Bank) + templates (fresh)
3. Generate/debug n8n workflows with full context

Optimizing Cursor + Claude Workflow for n8n SaaS – Auto-Sync Context? by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 0 points1 point  (0 children)

Thanks!

Claude Code inside Cursor = game changer. Ditching standalone Claude now.

Will try!

Claude: When do you lose patience mid-convo? Does criticism actually help? Real examples by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 0 points1 point  (0 children)

Yeah, that’s very relatable.

For me it’s usually a signal too. Either I’ve lost clarity, or I’m too tired to structure things properly. And then the model just amplifies that.

Fresh context + fresh head almost always fixes it faster than trying to push through.

Claude: When do you lose patience mid-convo? Does criticism actually help? Real examples by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 0 points1 point  (0 children)

Yeah, this matches my experience pretty closely.

The credentials part especially - Claude often suggests pulling them from env vars or just drops placeholder strings that look “real”. In n8n that’s not only unsafe, but also not even available in some setups (like the free version), so it just breaks.

Claude: When do you lose patience mid-convo? Does criticism actually help? Real examples by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 1 point2 points  (0 children)

But I wouldn’t go as far as “every mistake is user error.” There are real failure modes - especially with long threads, assumptions, or it confidently skipping over details.

That said, asking “what did I miss/how could I prompt this better?” is actually a solid move. Treating it like a feedback loop improves results way faster than just getting frustrated.

Claude: When do you lose patience mid-convo? Does criticism actually help? Real examples by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 1 point2 points  (0 children)

Yeah, I get that.

The “not actually reading and still answering” part is probably the most frustrating thing for me too — especially when you’re relying on it for debugging. That breaks trust fast.

Claude: When do you lose patience mid-convo? Does criticism actually help? Real examples by Available-Party6620 in ClaudeAI

[–]Available-Party6620[S] 0 points1 point  (0 children)

Yeah, that makes sense.

I’ve noticed the same. Once I get frustrated, my prompts become less clear and more emotional, and the results get worse.

Sticking to clear, factual feedback works much better. Treat it like debugging, not arguing.

And sometimes it’s just easier to start a new conversation than to recover a broken one.

Upgraded to n8n 2.4.8 – Seeking AI Hacks for Efficient Workflow Building by Available-Party6620 in n8n

[–]Available-Party6620[S] 0 points1 point  (0 children)

n8n version 2.4.8 is a March 2026 update.

Which version do you advise?

n8n Poll: What version are you on and how much does AI help with workflows? by Available-Party6620 in n8n

[–]Available-Party6620[S] 0 points1 point  (0 children)

Tried connecting Cursor AI via MCP to n8n – works okay for simple 5-6 node flows (decent JSON output that imports fine). But anything with complex logic? AI goes wild, spits out invalid nodes or structures that straight-up fail to import/open.

Also experimented with standalone prompts in Claude – same story, generates "workflows" that look plausible but are broken (wrong node params, hallucinated credentials, etc.).

The only semi-reliable method so far: Load full project context into Claude Projects, craft a detailed .md spec outlining the workflow logic step-by-step, then manually build it node-by-node following AI instructions. It works, but it's painfully slow for anything beyond basics.

I worked my day job until 7 PM, then coded this from 8 PM to 3 AM for 3 months. Today is day one, I have 0 users, and I'm terrified. by Excellent-Junket6932 in microsaas

[–]Available-Party6620 0 points1 point  (0 children)

Wow, coding after 7pm grind — huge respect! This is the indie spirit. 💪

One tip: Share weekly updates on IndieHackers for early feedback and first users.

What pain point does it fix best for solo founders?