Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

Hackathon

2.6k members • Free

CC Strategic AI

3.3k members • $27/month

Clief Notes

29.1k members • Free

Agentic Foundations

8.2k members • Free

Claude Code Architects

1.2k members • Free

AI Marketing Insiders

856 members • Free

Data and Ai Automations

1.7k members • Free

Content Academy

14k members • Free

The Build Room

2.4k members • $97/month

9 contributions to AI Automation Society
Where should I start? n8n or Claude?
So you've joined the community and you're asking yourself. Where should I start? n8n or Claude? How do I even make money? All valid questions. I've been in automation since 2016. My boss taught me how to code with Python. That opened the door to where I am today, helping businesses solve problems with n8n and Claude. I'll share my own journey from zero clients to retainers. When I first started in 2016, I made a commitment to code for an hour a day. That's all I did. With time I started building apps and solving my own problems. That didn't bring clients at the start. Rather I got clients by bragging to everyone about what I was doing. It was never condescending. It was excitement. I couldn't believe what I was building and wanted everyone to know. Because trust me. When I shared my algo-trading Python code with my friends, they gave zero shit. All I got was "okay, cool." However working at an ecom company was the break I needed. I started automating my work and my colleagues took notice. After a while they started asking for help with different tasks. That's how I got my first in-house programming work. They told other people about this, and that's how I landed a $7k deal. I could share more, but the gist is this. Commit to a tool. Keep doing it for a long time. Tell people about what you're doing. Help people for free. With time, you'll find someone who wants to pay you.
3 likes • 17d
I think n8n is a good starting point. Claude is great, TONS of power. Just talk o it and it does great things. However it will often miss details. I've seen it store passwords in clear text files, in JSON files, and I have to correct it. If I didn't understand I wouldn't have caught it and there things would sit insecure. With n8n you have to piece it together, build it. And most of the time no AI needed, no tokens spent, nothing You can even get a free tier Google cloud VM to run it on. With n8n you will read API doc's, learn how it works in the background. Get to know and understand it. This will make a world of difference in how you interact with Claude. You will have more precise instructions. You will know where to correct it. If you don't understand the process you just ask Claude for something and the lack of clarity means it has to fill in the blanks. Can it do that? Sure it can but it might not be exactly what you want. Think of buying a house. You get a realtor. They set a search because you aid you want a 3 bedroom house under $500k. That's it. Think of the results. Now to say I want a 3 bedroom, 2 1/2 bath, single story, house. No condos or townhomes, I want it in this reached, No older that 25 years, Impact windows (I I've in FL so that's a big deal), Not in a flood zone, 1+ or better car garage. Now what results will you get. The better you understand something the better you will be at knowing the details. And it will make you a better Claude user. The stuff people churn out using Claude but have zero understanding of anything is slop. AI in the hands of somebody who understands the process elevates the way beyond those that don't understand. We are in the early phases of AI. Ive been in IT a long tike and I an guarantee at some point the people churning out slop will fall away because those who use Claude as a tool to elevate their work will e the ones who rise to the top and stand out. When AI drops a feature because they deemed it obsolete those ppl will know how to adjust.
🚀New Video: Claude Code Just Dropped Memory 2.0
Anthropic quietly released a new Claude Code feature called auto dream. It runs a background sub-agent that reviews your memory files across sessions, then consolidates, prunes, and reorganizes them so every new conversation starts cleaner. In this video I walk through how to turn it on, what it actually does behind the scenes, and why it reminds me of how humans store long-term memories during sleep.
2 likes • Mar 24
I've been reading and looking into, testing using the Model Workspace Protocol (MWP) methodology with my Claude projects. If this will move things around and cleanup memory files I'm curious if that will total break that setup?
🚀New Video: I Built the Ultimate Team of AI Agents in n8n With No Code (Free Template)
Want to dive deeper into this build and discuss how to enhance it? Join AIS+ In this video, I build the ultimate AI personal assistant using a team of AI agents! A centralized assistant manages four specialized sub-agents, each handling a specific area—making the system more efficient and scalable. This approach ensures that no single agent gets overwhelmed with tasks and tools, leading to better automation and smarter decision-making. All of this is built in n8n using no code! Watch to see how it works. IMPORTANT: Import the workflows by opening up a new workflow, click the three dots in the top right, and select "Import from file". You must make sure when you are setting up the workflows as a tool for the main agent that you are choosing the correct workflow within your n8n environment.
0 likes • Feb 15
I just went through this and it's pretty cool. I even added some tools and changed the LLM to use a local Ollama model that worked great. So I'm not paying for LLM API calls. I am already working through in my head how I can expand this and add different input methods so it will work with more than one source, Slack, WhatsApp, maybe Siri?
🚀New Video: Claude Code is Better at n8n than I am (Beginner's Guide)
2 videos in one day?! I just couldn't wait on this one. Been having so much fun building with Claude Code lately. More content coming soon. In this video, I’ll walk complete beginners through setting up Claude Code so it can actually build n8n workflows and agents for you. You’ll see how to use Claude Code inside Visual Studio Code, connect it to the n8n MCP server so it can search nodes, configurations, and existing workflow templates, and give it the ability to create, edit, and manage workflows directly in your n8n instance. We also connect n8n skills so Claude understands how nodes work together and how to use the MCP server properly. The result is a supercharged Claude setup that’s loaded with n8n knowledge, so even if Claude Code feels intimidating, this tutorial gets you fully set up and ready to start building workflows much faster.
2 likes • Feb 14
Nice video. Thanks for putting this together. One issue I keep running into with Claude Code is how it handles secrets. It tends to store API keys in JSON files, which are plain text. In one case, I had to explicitly tell it to create a .gitignore and exclude those files so they would not get pushed to GitHub. From a security perspective, this is a problem. My day job revolves around securing credentials and enforcing rotation policies. Storing high-privilege keys in flat files goes against basic security hygiene. If a key grants access to modify workflows or automate actions, the risk increases. An exposed key could allow someone to inject malicious logic, alter automation steps, or introduce code that looks harmless at first glance. Most people will not manually inspect every workflow change at a deep level. I approach systems with an attacker mindset. I ask how I would compromise this if I had access to it. Plain text secrets are low-hanging fruit. Once access is gained, the blast radius can grow quickly. For anyone using Claude Code with n8n or similar tooling, I strongly recommend: - Use environment variables or a proper secret manager - Keep secrets out of source control - Enforce key rotation - Review generated project structures before committing - ensure you are using .gitgnore to help prevent accidental publishing of sensitive files Automation is powerful. Treat credentials like production assets, not temporary strings in a JSON file.
🚀New Video: Is n8n Dead?
Is n8n dead? This was a HIGHLY requested topic, and the biggest question I've been getting lately, especially as Claude Code has started surpassing n8n in search interest and YouTube views. In this video I share my honest thoughts on what's happening with n8n, whether you should still learn it as a beginner, and how I'm personally thinking about these two tools.
4 likes • Feb 1
I agree. n8n is not going anywhere. People keep acting like there is room for one tool. That idea fails in practice. n8n and Claude Code solve different problems. They work better together than in isolation. You grow faster when you understand multiple tools and their limits. You make better decisions when you know which tool fits a task and which one does not. Teams benefit from people who can switch approaches without friction. Focusing on a single tool creates blind spots. Blind spots slow you down. They also make it harder to pivot when requirements change. Engineers who cannot adapt fall behind quickly.
1-9 of 9
Johnny L
3
39points to level up
@johnny-leuthard-4298
IT professional and all around computer geek. Increasing my AI and workflow knowledge and skills.

Online now
Joined Sep 13, 2025
Florida
Powered by