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

Memberships

AI Automation Society

349.3k members • Free

Brendan's AI Community

24.3k members • Free

The AI Advantage

120.6k members • Free

Agency Owners

19.8k members • Free

Voice AI Accelerator

7.8k members • Free

Wholesaling Real Estate

72.7k members • Free

Selling Online / Prime Mover

36.6k members • Free

Voice AI Alliance

3.4k members • Free

Chase AI Community

59.6k members • Free

228 contributions to AI Automation Society
Quick question for builders using Claude Code 👀
I just finished building a SaaS, but I’m running into an issue where Claude sometimes says it fixed something… but it didn’t. Also struggling a lot with Auth; it took a ton of tokens and retries to get something working properly. Is there a specific structure you guys follow to make it more reliable? Like using .md files, defining clear “skills”, better prompting flow, or anything like that? Would really appreciate any tips 🙏
Quick question for builders using Claude Code 👀
0 likes • 5h
@Anthony Formula Hey Anthony, yeah the "I fixed it" problem is one of the most common and frustrating things about building with Claude Code, your definitely not alone here. The root cause is Claude generates plausible looking fixes but doesnt always verify them against your actual running code. The solution is forcing verification into your workflow. After every fix ask Claude explicitly to run the specific function or endpoint that was broken and show you the output, not just tell you it should work now. No output equals no fix. For the structure question yes the md files approach makes a huge difference. Keep a CLAUDE.md at your root that describes your tech stack, auth flow, database schema, and any patterns Claude should follow consistently. Without that context Claude reinvents decisions every session and creates contradictions that compound into bigger problems especially with auth. For auth specifically the issue is usually Claude treating each session as a clean slate and not remembering what it already implemented. Create a short auth.md that documents exactly how your auth is structured, which library, token storage approach, middleware pattern, protected route convention. Then reference it explicitly when working on auth related tasks. Cuts retries dramatically. The other thing that helps is breaking work into smaller verifiable chunks. Instead of "fix my auth" say "fix only the token refresh logic in this specific file and confirm it by running this test". Smaller scope means less hallucination and easier verification Anthony. Your instinct about skills and clear structure is exactly right, the CLAUDE.md system in this workspace is built around that same idea. Feel free to DM me if you want help structuring your CLAUDE.md for your specific SaaS stack!
Website Design Service First Possible Client
So I met a small business owner today and saw that she didn't have a website. So naturally I asked if she would be interested in a site. I sent a DM to her Instagram a little afterwords, and she said she would love one. The only problem I have with it is she says how she is on a tight budget currently and how she can pay me once "she is rolling". Should I still proceed with working with her?? Please help me come to a decision because this is my first possible client.
0 likes • 5h
@Terry O Hey Terry, congrats on the initiative. Honest answer though, don't do it for free with a vague promise of payment later. "Once she's rolling" is not a payment timeline and first time builders who work on that basis almost never get paid. It's not that she's a bad person, it's just that without skin in the game the project drags, priorities shift, and you end up with no money and no testimonial. Here's what I'd do instead. Offer a genuinely reduced rate that she can pay now, something like 150 to 300 dollars for a simple site depending on what she needs. Frame it as your introductory rate because she's an early client. That small commitment tells you immediately if she's serious or just excited in the moment. If she genuinely can't pay anything right now counter with a trade, a detailed written testimonial plus a video review plus permission to use her site in your portfolio. That has real value for you as a first client even with zero cash. What you want to avoid is building a full site, delivering it, and then chasing payment while she goes quiet Terry. It happens constantly and it kills motivation fast. Your instinct to help was right, just protect yourself in the structure of the deal. Feel free to DM me if you want help drafting a simple one page agreement that covers you either way!
Struggling with Claude/Gmail Integration (Blocked by Google)
One of the reasons I’m here is that I realize I need to go deep on Claude and learn how to solve my own problems. That said, I don’t want to spend hours or days on something that feels like it should be relatively straightforward. Yesterday I spent about 3 hours trying to integrate Claude with my Gmail and Google Calendar. I wasn’t able to get it working. I’m fairly confident I configured everything correctly on both the Claude side and within Chrome/Gmail. But as soon as Claude tried to actually do anything (like create a folder or delete junk emails), Google would block the action. Claude ended up suggesting I look into tools like n8n or Zapier to handle the integration instead. I also checked Reddit, but didn’t find anything that clearly addressed this issue. At this point, I’m stuck on what feels like a basic use case: email integration and some help with calendaring. Claude also suggested that Google may have made this kind of access more restrictive. Questions: - Has anyone successfully connected Claude to Gmail/Calendar for real actions (not just reading)? - Are Google’s security restrictions the main blocker here? - Is using something like n8n or Zapier basically required now? Would really appreciate any guidance or a simple path forward.
0 likes • 5h
@Ron Ward Hey Ron, three hours on this is frustrating especially when it feels like it should just work, but Claude actually gave you the right advice so your not far off. Heres the real situation. Claude desktop cant directly control Gmail or Calendar through the browser, what you experienced is Google blocking unauthorized programatic access which is expected behavior not a bug. Google treats any non standard access attempt as a security risk and blocks it, thats working as intended on their end. The clean path forward is exactly what Claude suggested. n8n or Make.com with official Google OAuth connections. When you connect Gmail through n8n it uses Google's official OAuth flow, Google recognizes it as legitimate and allows read and write access including creating folders, deleting emails, creating calendar events, all of it. Takes about 15 minutes to set up properly and it just works reliably after that. There is another option worth knowing about. Claude has official Google Calendar and Gmail MCP integrations that you can set up through Claude's settings. These use proper OAuth and are the legitimate way to give Claude direct access to your Google account without going through n8n. Check your Claude desktop settings under integrations or connected apps, the setup is more straightforward than the manual approach you tried. For your specific use case of email management and calendaring the MCP route is probably the simplest starting point Ron, try that before building a full n8n workflow. Feel free to DM me if you need help walking through either setup!
HIRING: (Full-time) Magento Developer
For a client of ours, looking for a full-time Magento developer, commitment long-term (6-12+months), paid monthly based. You would be working in the team of the client. If you are or know anyone, reach out. English high-quality is MUST, working in Dutch timezone is MUST
0 likes • 5h
@Jason Wigglesworth Hey Jason, Magento isn't my primary stack but if there's any AI integration, automation, or custom backend work needed alongside the Magento development I'm happy to support on that layer. Timezone-wise I can overlap with Dutch hours for async collaboration. Feel free to DM me if the scope ends up needing broader technical coverage beyond core Magento.
Does anyone know a third party Skool API
Skool itself doesn't have REST API for things like replying to commends, send dms, etc, only option I found was via Zapier integration which is limited Does anyone know an open-source or third party skool REST API provider? Thank you
1 like • 5h
@Luke Arian Hey Luke, yeah Skool's API limitations are a known pain point and a lot of builders have run into exactly this wall. Honest answer is there isnt a widely trusted third party REST API for Skool specifically right now. The Zapier integration is genuinely the most stable option they officially support and its limited by design on Skool's end not Zapier's. The workaround most people are using is browser automation via Playwright or Puppeteer to interact with Skool programatically, clicking, typing, submitting forms just like a human would. Its not a clean REST API but it gets the job done for things like auto DMs, comment replies, and member management. The downside is it breaks whenever Skool updates their frontend which happens occasionally. Apify has some community built Skool scrapers worth checking out, they're not full REST APIs but handle read operations like pulling member lists and post data reasonably well. Search the Apify store for Skool and see what's available. The other angle worth considering is whether you actually need direct Skool API access or if you can trigger actions from Skool's side instead. Skool does send webhook style notifications for certain events through their Zapier triggers, so sometimes you can architect around the limitation by having Skool push data to your system rather than your system pulling from Skool Luke. If your building something serious for a client I'd honestly factor in the fragility of browser automation and set expectations accordingly. Feel free to DM me if you want help thinking through the architecture for your specific use case!
1 like • 5h
@Luke Arian Sounds great. Feel free to reach out if you get stuck in any other problem regarding this.
1-10 of 228
Mofedul Alam Joy
5
230points to level up
@mofedul-alam-joy-3118
AI automation engineer helping businesses adopt AI through 1-on-1 coaching and building automated systems. Contact: mofedulalamjoy09@gmail.com

Active 36m ago
Joined Nov 20, 2025
Powered by