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

Memberships

Homeschool & AI Hub

122 members β€’ Free

AI for Life

29 members β€’ Free

GHL Accelerator

409 members β€’ Free

GHL University

102 members β€’ Free

Make Money With AI

894 members β€’ Free

AI Automation Society Plus

3.4k members β€’ $99/month

AI Automation Society

293.1k members β€’ Free

Skool Growth Free Training Hub

6.6k members β€’ Free

VIP Academy

191 members β€’ Free

9 contributions to AI for Life
Visual Code Studio / Cursor + Claude Code
I am not sure if this is a legit question. in case it's not please excuse me in advance and I will correct the aim for the futureπŸ₯Ή I'm doing my first experiments with Claude Code in combo with visual code studio. should I use instead Cursor+Claude Code? or maybe even directly just the interface of Claude Code? Sorry my AI fellows and mentors, but I'm already lost in the rabbit hole πŸ™πŸ»πŸ₯ΉπŸ™ˆ
0 likes β€’ 8h
@Matthew Sutherland Thanks Matt! :) from the terminal how can I make sure I am working on the right project (i.e. the right folder) ?
Zoom Meeting / No agenda: Live Call, Ended.
Wanna jump on an impromptu meeting with no agenda, taking questions! Let's go. Join Zoom Meeting https://us04web.zoom.us/ This was just an impromptu, no agenda, pop-up meeting on Zoom. I'll try to do some more so we can build some report and share ideas. Here are the highlights from today's impromptu meeting: Aegis Control Demo You walked the group through your full command center: workflow buttons, skill bundles, prompting engine, and how it all launches into Claude Code terminal. Michael connected the dots immediately, calling it what it is: a command center, not just a dashboard. ACE Session Management & Version Control You broke down how the ACE closeout prevents context drift and version control issues. The session library feeding Athena's learning loop clicked for both Michael and Kez. Skill Builder Sprint You shared the 24-hour sprint story: 100 skills and 43 plugins. Led into walking Kez through the skill-creator live, including the file path trick (Option + Command+C in Finder). Time/ROI Measurement Michael raised the critical question about whether AI tools actually free up time or just shift where the hours go. You connected it back to the time-energy guardrail skill and your content pipeline benchmark: 51 minutes down to 7 minutes, hands-off. n8n Philosophy You laid out your dependency minimization approach clearly for Kez: native tools first, n8n as last resort. The 27-dependency cautionary tale landed. --- Thank you, @Michelle Baxter β€” great to have you join from the UK. Your perspective as someone newer to the tools is exactly who this community is for. Jump in anytime. Thank you, @Michael Wacht β€” your question about measuring ROI on AI time investment was the sharpest moment of the conversation. That's the question nobody else is asking. And the Pixar analogy about the novelty arc was spot on. Thank you, @Kez X β€” diving into Claude Code the day after the meeting and already
Zoom Meeting / No agenda: Live Call, Ended.
1 like β€’ 14h
@Matthew Sutherland my input is not that valuable at all, but thanks for being so nice πŸ™πŸ»πŸ«‚ Love to listen and learn
0 likes β€’ 9h
@Matthew Sutherland I'm speechless, thank you Matt πŸ˜­πŸ™πŸ»
"Everyone has a plan until they get punched in the mouth." β€” Mike Tyson
New Lesson Dropping today, you guessed it: Security. "Everyone has a plan until they get punched in the mouth." β€” Mike Tyson That's what happens the moment you realize your API keys are sitting in a public GitHub repo. Or your .env file got pushed with your last commit. Or your n8n webhook URL is wide open with zero auth. You had a plan. Now you have a problem. Here's what nobody tells beginners about working with AI tools: The security failure isn't the breach. The security failure is not knowing what to lock down before you start building. Every time you spin up a new workflow, connect an API, or deploy an agent, you're handling keys that can cost you real money, expose client data, or burn a business relationship permanently. The Lockdown Checklist: β†’ .gitignore your .env file BEFORE your first commit. Not after. Before. β†’ Never hardcode API keys. Environment variables only. β†’ Rotate any key you even suspect was exposed. Don't debate it. Rotate it. β†’ Webhook URLs get authentication. Every. Single. Time. β†’ If you're using n8n, Claude, or any API β€” check what permissions that key actually grants. Most people never look. The punch in the mouth isn't if. It's when. The only question is whether you built the muscle memory to respond in seconds instead of hours. Lock it down first. Build second. When's the last time you actually audited your own setup? Not "I think it's fine" β€” when did you last look?
"Everyone has a plan until they get punched in the mouth." β€” Mike Tyson
1 like β€’ 23h
PINNED πŸ“Œ Thanks Super Matt πŸ™πŸ»πŸ”₯
Official: Claude March 2026 usage promotion
Claude March 2026 usage promotion Updated today We're offering a limited-time promotion that doubles usage limits for Claude users outside 8 AM-2 PM ET/5-11 AM PT. This promotion is available for Free, Pro, Max, and Team plans. Enterprise plans are not included in this promotion. What is the promotion? From March 13, 2026 through March 27, 2026, your five-hour usage is doubled during off-peak hours (outside 8 AM-2 PM ET/5-11 AM PT). Usage remains unchanged from 8 AM-2 PM ET/5-11 AM PT. Eligibility No action is required to participate. If you’re on an eligible plan, the doubled usage is automatically applied. Where does this apply? The 2x usage increase applies across the following Claude surfaces: - Claude (web, desktop, and mobile) - Cowork - Claude Code - Claude for Excel - Claude for PowerPoint Frequently asked questions Do I need to do anything to get the extra usage? No. The promotion applies automatically. You’ll see higher limits reflected in your usage outside 8 AM-2 PM ET/5-11 AM PT without any changes to your account settings. Does bonus usage count against my weekly usage limit? No. The additional usage you get during off-peak hours doesn’t count toward any weekly usage limits on your plan. What happens when the promotion ends? After March 27, 2026, usage limits return to their standard levels at all hours. There’s no change to your plan or billing. Terms and conditions This offer is valid from March 13, 2026 through March 27, 2026 at 11:59 PM PT. It applies to Free, Pro, Max, and Team plans only and excludes Enterprise plans. This offer has no cash value and is not transferable. It may not be combined with other offers.
Official: Claude March 2026 usage promotion
3 likes β€’ 2d
Thanks @Matthew Sutherland ! Luckily I'm in the CET time zone, so it's between 13:00 - 19:00πŸ₯³πŸ₯³πŸ₯³
Claude Code Just Unlocked 1 Million Token Context (and Why It Matters)
Claude Code v2.1.76 just shipped: Opus now defaults to 1M token context. 5x more room before the model starts compressing your conversation history. What this means in practice: If you've been deep in a multi-file refactor and noticed Claude "forgetting" earlier decisions, that's context compression. The window fills up, older parts get summarized to make room. With 1M tokens, that wall moves way further out. Longer sessions stay coherent. Complex builds don't lose context halfway through. Who benefits most: This is a Max plan feature. If you're on Max ($100/month for Claude Pro or the equivalent tier), this is a direct upgrade to your Claude Code workflow. If you're on the $20 plan: You're fine. If your sessions aren't getting compressed, the standard context window handles most normal workflows. You'd only notice the difference during extended, multi-hour sessions with lots of code changes. Bottom line: More context = fewer re-explanations = faster builds. Anyone already running long sessions on Max? Drop what changed for you.
Claude Code Just Unlocked 1 Million Token Context (and Why It Matters)
1 like β€’ 3d
I'm still on the 20$ plan, but I can't wait to get my first earnings thanks to the AI and experience this massive change with the Max plan! Excited! πŸ”₯
1 like β€’ 2d
@Matthew Sutherland Thanks Matt! how does the ACE relate to the GSD protocol? if I remember well from our last session, the GDS was also doing some kind of context transport (among the other things). I will definitely start that lesson soon! At the moment in the pipeline I have to do still the "Security first" claude.md you showed in another post, and I started also the 10 hrs course from Nate! in parallel I am also helping a person with GHL and in in future I would love to explore the possibility to connect GHL to Claude Code via MCP. So much to do!! πŸ˜†πŸ€― Thanks as always and catch up later in the Chill session
1-9 of 9
Antonio Capunzo
3
45points to level up
@antonio-capunzo-8515
Process Engineer. Optimizing systems and winning time back.

Active 7m ago
Joined Mar 8, 2026
INFJ
Frankfurt