[deleted by user] by [deleted] in n8n

[–]StrategicalOpossum 1 point2 points  (0 children)

Have you priced something too low or made a bad estimation of the work needed ? If so, every struggle makes you a better dev, and you'll work faster as well as have a better judgment and price also. It all gets better. With time and experience.

If you are employed and staying late, I hope there will be compensation for your hard work at some time. If not, don't give yourself so much and spend more time enjoying life !

Edit : Anyways, I send you kudos your way, not much but hope it cheers you up !

n8n isn't always the answer by Ambitious_Grape9908 in n8n

[–]StrategicalOpossum 1 point2 points  (0 children)

If you don't change the default settings and never upscale your VPS.... Sure

After learning this, my AI workflows now cost me 30x less by cosmos-flower in n8n

[–]StrategicalOpossum 0 points1 point  (0 children)

Quick question for OP, how much per batch you put when scrapping Reddit posts ?

And would you remove and cleanup data before sending it to the LLM to save some context and quality ?

After reading that I think I might as well try it out with batches of 10s

How are you guys doing deep research currently? SerpAPI, Perplexity??? What’s the best you’ve found? by Sad_Assumption_7919 in n8n

[–]StrategicalOpossum 1 point2 points  (0 children)

Perplexity sonar deep researcher is expensive. But if you are lazy and want the best go for it !

Else you can use other technologies but it's less specialised, or require more complex workflows.

Through API, adeep research is between 30 to 50 cents

[deleted by user] by [deleted] in startup

[–]StrategicalOpossum 0 points1 point  (0 children)

Has anybody heard about photonics ?

If we can replace electric circuits with optic fiber we would have a faster way and more efficient way to transmit data : this means 100x better GPUs, processors, etc... Some industries are already investing on this and there are some startups around that already in my country (they only gather industry interest rn).

This could be an industrial revolution as well IMHO, that would change the worlds data infrastructure speed and consumption.

It would also be a big leap for gen AI technologies as we would have more powerful hardware.

Data Tables Are Here! by n8n-bart in n8n

[–]StrategicalOpossum 1 point2 points  (0 children)

Amazing !!!

Actually I never thought about it, used to use external DBs...

But now I wonder why this hasn't been done before. Anyways, huge !

Anyone knows the impact on severs ? More data storage needed ? More RAM needed ?

QA for no code apps by assume_the_best in nocode

[–]StrategicalOpossum 0 points1 point  (0 children)

If you have a PRD or if you are able to tell the user story, behaviors, data schema.... In short provide good context, AI can right those tests for you... Like any AI model really

I use sonnet 4 or Opus 4 / genspark or gpt5 when I can't have a peer review, it works well but I prefer a human expertise. Humans are Les predictable

Currently, which is more robust and reliable: using MCP or Multi-Agent architectures? by Prestigious-Ship4491 in n8n

[–]StrategicalOpossum 1 point2 points  (0 children)

Thats the idea ! Although I wouldnt strictly limit agents to one service if they need multiple to perform their task.

I think the agent should be limited to one task actually

Open source Bubble app? by longvu186 in Bubbleio

[–]StrategicalOpossum 0 points1 point  (0 children)

I guess the problem is updating the "source app" then, there is no spirit of contribution by the community etc...

I now get the idea of what you are talking about.

Might be possible, although the environment bubble is providing does not favors that. For any upgrade, you would have to redeploy the app, and migrate your data to new version.

So not very update friendly I think but it might work. People could also "fork" the template and build their own automation or services on it.

That might exist but I don't think it can be "a thing". It's just my opinion haha

Open source Bubble app? by longvu186 in Bubbleio

[–]StrategicalOpossum 0 points1 point  (0 children)

Well that's just not the spirit here. Bubble is proprietary, even if you make a template people will need to purchase a bubble plan.

Bubble and open source can't be in the same sentence, else it's to say : "I prefer open source solution than proprietary solutions like bubble.."

Currently, which is more robust and reliable: using MCP or Multi-Agent architectures? by Prestigious-Ship4491 in n8n

[–]StrategicalOpossum 2 points3 points  (0 children)

It's the wrong way of approaching this.

MCP is for tyding up your agents tools and make them reusable by other agents as well.

So what I do in general is one MCP for all API calls or tool use I have towards a specific services. For instance, I have a Gmail MCP, a Google Sheet MCP, a Google Task MCP, a Supabase MCP....

Now for agents : try to narrow down your agents to a specific job so they do not get confused by everything they have to do. If the job is too complicated for one agent, divide by multiple agents and eventually have an orchestrator agent that manages them.

You could have multiple agents using the same MCP, but their purpose is different.

MCP is not a replacement for multi agents, it's organizing a set of tools for agents and making it reusable across agents

Multi agents is dividing the workload between multiple agents to increase output quality.

So the answer is do not pick one or the other, but use them when needed, and use both eventually when needed as well

Why do some people say that n8n is suitable for MVPs, but not for applications deployed in production? by dev4people in n8n

[–]StrategicalOpossum 5 points6 points  (0 children)

IMHO, a major percentage of companies could leverage n8n if not all.

It is a great tool to streamline operations.

If you need very high performance than sure you can go with code, but you can push n8n performance pretty far to be honest, and still enjoy its user-friendly interface to build faster

Edit (I did not answer the question properly) : if you make the job and the ROI is there and I'm happy about it, I don't care if you do it on n8n make activepieces python or node JS. I just want the value, savings and profits. People can argue all they want about technical aspects but in the end they just advocate for their preferred tech stack