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

Owned by Matthew

AI for Life | Claude Code

27 members β€’ $297

Claude Code lessons for Mac users. 25+ interactive dashboards, prompt libraries, live group calls. $297 one-time, lifetime access. 7-day free trial.

Memberships

Claude Code Kickstart

540 members β€’ Free

Skoolers

195.8k members β€’ Free

AI Automation Society

328k members β€’ Free

AI Bits and Pieces

616 members β€’ Free

AI Automation Society Plus

3.4k members β€’ $99/month

50 contributions to AI Automation Society
The Claude Code setup that replaced my IDE
I stopped opening IDE's The setup Two windows: 1. Claude Desktop App (for research, planning, long conversations) 2. Mac terminal running Claude Code (for all execution) Why this works better than running Claude Code inside an IDE When Claude Code runs inside an IDE terminal, every file operation passes through the editor's plugin layer: file watchers, extensions, lock conflicts. In a standalone terminal, Claude Code talks directly to your filesystem. No interception, no translation. The practical difference: - File writes are instant. No "file changed externally, reload?" dialogs. - Git operations run clean. No source control extension competing for the same lock. - Shell access is unfiltered. Package installs, curl, deployment scripts, SSH tunnels. All native. - No extension memory overhead. My terminal session uses a fraction of what VSCode was consuming. - MCP servers (GitHub, databases, APIs) wire in directly without fighting IDE plugin architecture. What a real session looks like Last week I built a Cloudflare Worker with KV bindings. One terminal window: - Claude Code scaffolded the project structure - Wrote the Worker handler, wrangler config, and KV namespace bindings - Ran wrangler deploy - Tested the endpoint with curl - Fixed a routing issue based on the error response - Committed and pushed Total time: under 20 minutes. I never typed a line of code. I described what I needed, reviewed the output, approved the operations. You're not coding in a terminal. You're directing an agent that codes for you. How to set this up (10 minutes) If you have a Mac and Claude Pro or Max: (On a PC? Your setup instructions are in the attached file.) 1. Install Claude Code: open terminal, run the install command from Anthropic's docs. 2. Run "claude" in any project directory. You're in an agentic session. 3. Open Claude Desktop App alongside for planning, research, and longer thinking conversations. Optional but useful: - Set up a .claude directory in your project with a CLAUDE.md file. Same idea as onboarding docs, but for your coding agent. Persistent instructions about your project, coding standards, and preferences.
The Claude Code setup that replaced my IDE
1 like β€’ 4d
@Kacper Rutkiewicz Good question it's actually the regular chat tab. Claude Code in terminal handles all the filesystem and execution work directly. The Desktop App chat just runs alongside it as a co-pilot questions, review, brainstorming mid-session without breaking flow. Cowork would be redundant since Claude Code is already doing the heavy lifting on the file side. πŸ‘ŠπŸ»
πŸ† Weekly Wins Recap | Mar 28 – Apr 3
From first client handoffs and SaaS traction to Claude-powered systems and internal tools - this week inside AIS+ showed what happens when builders focus on solving real problems and shipping fast. πŸš€ Standout Wins of the Week inside AIS+ πŸ‘‰ @Patrick Florencio built and deployed his first Claude Code ATS app, now used across a portfolio of 15 companies. πŸ‘‰ @Dion Wang completed his first full client handoff after months of consistent building and refinement. πŸ‘‰ @Bill Scully eliminated days of manual work by building an SEO migration evaluation agent. πŸ‘‰ @Tobias Bielke got his first paying SaaS user, turning an idea into a real product with traction. πŸ‘‰ @Debbie DeMarco Bennett built a forum scheduling automation handling 37 topics in under 2 minutes β€” plus launched her AI executive assistant. πŸŽ₯ Super Win Spotlight | @Diane McCracken Diane joined AIS+ during a difficult phase in life - with one clear goal:figure things out and rebuild. Since joining, she has: β€’ Transitioned her business into a scalable, AI-driven model β€’ Built multiple AI agents (now on her 4th iteration) β€’ Integrated Claude deeply into her workflows and operations β€’ Set a clear goal: rebuild to $10K/month and scale to $100K/month Her biggest shift? From doubt and uncertainty β†’ to full commitment and action. Diane’s journey is proof that it doesn’t matter where you start - what matters is how quickly you decide to go all in. πŸŽ₯ Watch Diane’s story πŸ‘‡ ✨ Want to see wins like this every week? Step inside AI Automation Society Plus and start building assets that compound πŸš€
πŸ† Weekly Wins Recap | Mar 28 – Apr 3
1 like β€’ 8d
@Diane McCracken πŸ‘ŠπŸ»
0 likes β€’ 5d
@Sally Good indeed it is an amazing time to be alive. Thank you for your kind words!
/rewind β€” Terminal Command of the Day
Tonight Claude was about to do exactly the right thing. I typed /rewind to stop it. I was working on Athena, my executive assistant agent. The plan was already built. I wanted to run Ultra Plan against it (a hardening pass that stress-tests an existing plan instead of generating a new one). Claude misread the room and started executing the original plan from scratch. Not broken. Not hallucinating. Doing the wrong job confidently. Old me would have let it finish and untangled the duplicate work after. Or killed the terminal and lost the context. Tonight I typed /rewind, picked the checkpoint from before Claude started executing, changed directories, opened the right agent, and ran the hardening pass instead. 30 seconds, total recovery. Here's the shift in my head: confident wrong work takes twice as long to clean up as it took to generate. /rewind is the cheapest insurance policy in the entire Claude Code interface, and most people are still treating it like a panic button instead of a steering wheel. Three things worth knowing about /rewind: 1. Double-tap Esc does the same thing. Slash command or keystroke, your call. 2. When you pick a checkpoint, you get three restore options: code + conversation, conversation only, or code only. The conversation-only option is the sleeper. It rewinds the messages while keeping good file edits Claude made on the wrong path. Redirect the conversation without losing the work. 3. It does not track files touched by bash commands (rm, mv, cp) or manual edits outside the session. Direct Claude edits only. Plan accordingly. Three states every Claude Code session lives in: - Exploring: you don't know what you want yet - Building: you know exactly what you want - Redirecting: Claude is about to do the wrong right thing /rewind collapses redirecting from "stop, explain, re-prompt, hope" into one command and a checkpoint pick. I run 6 to 10 Claude Code sessions a day building client automations. The biggest unlock of the last three months wasn't a new model or a new MCP server. It was learning to redirect inside a session instead of restarting one.
 /rewind β€” Terminal Command of the Day
2 likes β€’ 7d
@Chris Jadama You're very welcome Chris! πŸ‘ŠπŸ»
1 like β€’ 6d
@Nigel Vargas Thanks Nigel, Discovered this out of necessity! πŸ‘ŠπŸ»
Cloudflare just made AI security free for everyone
Cloudflare just made AI security free for everyone Quick one worth knowing. Cloudflare announced AI Security for Apps is now generally available. The part that matters: AI discovery is free on every plan, including the free tier. What does that mean for you? If you're building anything with AI (chatbots, agents, automations, internal tools), Cloudflare can now automatically find and catalog every AI-powered app running on your infrastructure. It works regardless of which model you're using or where it's hosted. Why this is worth knowing: Most people building AI tools don't think about security until something breaks. Rogue AI tools are a real problem. People spin up AI experiments, connect them to real data, and forget about them. Cloudflare's discovery feature finds those forgotten deployments so you can decide what stays and what goes. The practical takeaway: If you're on Cloudflare (even the free plan), turn on AI discovery. It takes minutes. You can see every AI tool running on your site. That used to cost real money. And if you're building AI tools for clients or your own business, this is a free security layer you can add to any project. "We secured it with Cloudflare AI protection" is a real thing you can say now. In a client meeting, on a project page, wherever it matters. If you're on Cloudflare, go poke around your dashboard. If you're not, this is a good reason to look at it.
Cloudflare just made AI security free for everyone
1 like β€’ 15d
@Atul Pathria Thank you sir! The tunnels are very effective I’ve implemented multiple times, excellent suggestion!
1 like β€’ 15d
@Muskan Ahlawat My pleasure!
πŸ† Weekly Wins Recap | Mar 21 – Mar 27
From AI operating systems and quick client closes to outbound wins and real-world automation impact - this week inside AIS+ showed what happens when builders stop waiting and start shipping. πŸš€ Standout Wins of the Week πŸ‘‰ @Latoya Robinson built her own AI Operating System in one weekend - 7 agents, 15 integrations, and a $1.2M+ pipeline in motion. πŸ‘‰ @Michael Wacht closed an $8,500 AI project focused on voice, email, and workflow automation. πŸ‘‰ Michael Elliott built and closed a $1,200 app live during a client call using Claude Code. πŸ‘‰ @Mike Thomson turned a $60K ad-spend issue into a real-time monitoring system with alerts and auto-protection. πŸ‘‰ Angel Benavides turned cold outreach into his first discovery call - then booked another the next day. πŸŽ₯ Super Win Spotlight | @Latoya Robinson Latoya joined AIS+ ready to commit - not just consume. In just a few months, she has: β€’ Closed a $24,000 client engagement (3 months) β€’ Built systems using Claude Code for real business use cases β€’ Reduced hours of manual work into just a few hours of execution β€’ Started building SaaS systems with real revenue potential Her biggest shift? Going from feeling stretched and overwhelmed β†’ to operating with leverage and speed. Latoya’s journey is proof that when you commit fully and apply what you learn,results follow faster than expected. πŸŽ₯ Watch Latoya’s story πŸ‘‡ ✨ Want to see wins like this every week? Step inside AI Automation Society Plus and start building assets that compound πŸš€
πŸ† Weekly Wins Recap | Mar 21 – Mar 27
8 likes β€’ 17d
@Michael Wacht @Latoya Robinson and everybody on the list. Congratulations. Well done! πŸ‘πŸ»
1-10 of 50
Matthew Sutherland
6
887points to level up
@matthew-sutherland-4604
AI Automation Architect @ ByteFlowAI | Host of AI for Life (Claude.ai, CoWork, Claude Code for Mac). Execution first.

Active 2h ago
Joined Dec 15, 2025
Mid-West, United States
Powered by