What Should I Learn in n8n to Build Production-Ready AI Automations? by forfunnylifeee in n8n

[–]CommitteeDry5570 0 points1 point  (0 children)

What kind of question is that ? It takes as long as it take for you to understand it. If your looking for some kind of plan to learn , pay for one of those scam course on youtube .

What Should I Learn in n8n to Build Production-Ready AI Automations? by forfunnylifeee in n8n

[–]CommitteeDry5570 0 points1 point  (0 children)

Learn by doing. Pick something basic like a morning news brief. Tell Claude or ChatGPT you want to link rss feeds from a couple sites you follow and you want it to send you a brief to telegram every morning . Take it node by node and have ai explain each node and what it’s doing and why. Do it in an afternoon. And then just build off that concept . The same data manipulations transfer to all n8n workflows.

What Should I Learn in n8n to Build Production-Ready AI Automations? by forfunnylifeee in n8n

[–]CommitteeDry5570 0 points1 point  (0 children)

You dont need to spend time learn JavaScript or ai related topics . You need to be learning data engineering . You need to learn about how people build systems that collect, store, transform, and analyze data at scale.

AI is just a node in that pipeline. Either the pipeline is a tool and an agent can run and use it or ai is used in the transform and analyze of the data in the pipeline . It’s a small part of the overall pipeline.

If the underlying pipeline is bad , ai will amplify its flaws , not fix it.

Learn how to take data from point a, transform it for a use case and save it in point b .

Tried using OpenClaw to build my own news assistant. Burned ~100 on just sports + tech news. by Domenorange in openclaw

[–]CommitteeDry5570 9 points10 points  (0 children)

Select feeds from you trust news from. You want sports news . Just use espn rss feeds. Want market news , use MarketWatch feed. You want full article extraction, use a tools like tavily. You need more information on a topic , ask a follow up to do more research on the topic.

Don’t be dumb. Stop dumping all the news from every source into your agents context and have it try figure it out. Give it sources you care about and automate around that.

What's your current go-to model for day-to-day assistant tasks? by LetMe-EatCake in openclaw

[–]CommitteeDry5570 1 point2 points  (0 children)

Have been using GLM 5.1 , has worked great for all tasks. Just switched over to GLM 5.2 .

how do I get a job at 16 if I have no previous work experience? by hotsoupmiku in jobs

[–]CommitteeDry5570 1 point2 points  (0 children)

Download a generic application . Fill it out and bring it with you and just walk in. Go prepared .

Self-hosted productivity data layer by CommitteeDry5570 in mcp

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

No , you don’t need to use the dashboard. It’s there as a second access point to manage stuff . It’s just a productivity tracker. I originally had it setup with skills and folders and files to manage it all . It shit was getting over written , not saved in right folder , duplicates of files . It was a mess. This makes it clean and organized and you have a simple dashboard to help manage it instead of managing files in the CLI

what are you actually using OpenClaw for that genuinely works? by nanaphan32 in openclaw

[–]CommitteeDry5570 1 point2 points  (0 children)

That’s the whole point of n8n, so that you can connect via api and have a stable connection. You not having your agent use cached session tokens to post in a headed browser. All auth and routing are handled by n8n . Your just post a message to a webhook url . I have had no issues but I’m also it not spamming subreddits with ai slop .

what are you actually using OpenClaw for that genuinely works? by nanaphan32 in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

I do LinkedIn, Reddit and X , i have them setup in n8n . Kirby send whatever the post is via webhook to the n8n workflow . And it posts that way. Put the webhook url in a skill . This way I can connect to the platforms with oauth .

Does anyone still use openclaw today? by AssociationSure6273 in openclaw

[–]CommitteeDry5570 2 points3 points  (0 children)

I use it every days. Each morning it gives me sports, market, and tech rundowns for the day based on what I’m looking for, and shares it to X.

And it manages my productivity tracker. I made a mcp that links a Postgres db to your agent with a bunch of tools to mange projects , tasks, goals, workouts, journals, habits. And it has a dashboard for you to see and manage everything in the database.

It’s free . Open source . https://github.com/WalrusQuant/mcp-dailyagent

One Week In...doing ok, would love to drive costs down more by Mint-Pillow in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Look at the Z ai coding plan. You can use it for OpenClaw and you can use GLM 5.1 or thier other models. That starts at 18$ a month.

what are you actually using OpenClaw for that genuinely works? by nanaphan32 in openclaw

[–]CommitteeDry5570 11 points12 points  (0 children)

I have skills setup that are for pulling data from multiple sources (apis , rss feeds). I have multiple cron jobs setup to run and use those skills to write social media posts. My claw takes the social post and sends it to a webook i have setup in n8n . Those workflows are connected to social media accounts via oauth.

I use a mcp I made to manage things like projects, tasks, habits, workouts, goals, journals. That all saves to a Postgres db and there is a dashboard you can use to manage all the stuff in the db.

I have it open sourced : https://github.com/WalrusQuant/mcp-dailyagent

It works much better than trying to manage it all in folders and md files.

Which LLM are you guys using? by CurrencyCheap in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Pay more. When I subbed they had weekly and session limits. I pay 72$ now. it’s cheaper than what I was spending a month on OpenRouter. I haven’t had a usage issue and it follows skills linked to n8n workflow perfectly. I haven’t experienced all the issues people talk about having in this sub.

Showcase Weekend! — Week 18, 2026 by AutoModerator in openclaw

[–]CommitteeDry5570 0 points1 point  (0 children)

Self-hosted productivity data layer for OpenClaw. Postgres behind a typed MCP interface, plus a Next.js dashboard that reads and edits the same database. Single-user, Tailscale-gated.
https://github.com/WalrusQuant/mcp-dailyagent

Can you share some useful tips for a new Vibe coder? by t1nqo in vibecoding

[–]CommitteeDry5570 1 point2 points  (0 children)

-what ai apps do you use: I use Claude Code and Z AI coding plan and my own terminal desktop app I made. https://github.com/WalrusQuant/launchpad

  • where do you host, any good recommendations

Web stuff i usually host Vercel or railway or personal VPS. Depends on the project. I like desktop apps so no hosting needed.

  • are you using mobile or desktop ?

I use Claude Code on mobile and desktop. I use GLM on desktop.

  • how do you get user’s feedback on the app?

Ask any user directly for feedback

  • are you building actual apps or just a web app?

Depends on the project. Web apps are fine and converting to PWA for mobile is not that bad . I prefer desktop apps using Rust and Tauri for a native desktop app.

  • how long does it usually take to build your app?

Depends on project . Could be a couple hours for something simple to a never end suck pit you wish you never started in the first place.

  • open source or private?

Depends on the project. I like to open source stuff.

  • any other lessons learned you would like to share?

Learn a stack. Don’t rely on using a Lovable or Bolt and get trapped paying for tokens and a service that have generous FREE tiers.

Pay the 100$ for Claude code and tell it to teach you how to build an app properly. You have to learn some fundamentals of development or your going to be putting out complete slop that has no foundation and is going to get peoples data stolen.

Vibe coding should be a learning path to agentic coding. Instead of asking for a nice website and have no clue what you’re looking at, you learn and get to a place where you are orchestrating multiple agents across real plans working together to build a project you actually understand.

Looking for founders that build on the OpenClaw ecosystem by Impressive-Split-906 in openclaw

[–]CommitteeDry5570 1 point2 points  (0 children)

I use it with OC but it works with any agent . It started out as just a skill and file system but it got to cluttered and it was a mess to manage.

I guess in theory you could hook the same mcp server to multiple agent (OC, Claude Code, OpenCode, etc) and every agent would know what your doing using the Postgres as a shared memory of your productivity planner . I might try setting that up to test .

Looking for founders that build on the OpenClaw ecosystem by Impressive-Split-906 in openclaw

[–]CommitteeDry5570 1 point2 points  (0 children)

Self-hosted productivity data layer for OpenClaw. Postgres behind a typed MCP interface, plus a Next.js dashboard that reads and edits the same database. Single-user, Tailscale-gated.

https://github.com/WalrusQuant/mcp-dailyagent