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

Memberships

AI Agency OS by ColdIQ

1.3k members • Free

CC Strategic AI

2.9k members • Free

Chase AI Community

56.1k members • Free

Conversation OS™

1.3k members • Free

Launch Academy

508 members • Free

Vibe Coder

422 members • Free

The Battista Academy

2.1k members • Free

Yay for Business!

1.3k members • Free

Unorthodox Systems

759 members • Free

10 contributions to CC Strategic AI
I asked Claude Code what the hell's been going on and how to fix it
So I asked Claude Code, "What the hell's been going on in the last two weeks? Why am I having so many issues?" Look at this screenshot, very fascinating. So I went through it and started having it optimize.
I asked Claude Code what the hell's been going on and how to fix it
2 likes • 4d
It makes sense why there are issues seeing all this
0 likes • 3d
@Chris Kahler love it. defo needed. if I didnt ask this thing today, would never know wtf - then going in circles....
AARRRRRGH - I want to SUPLEX Claude code.
I want to do violence to Claude code right now. Driving me up the F'n wall. I can't wait for my call with charles.... tuesday can't come fast enough. I am spending nonstop time arguging with CC..... fighting with it. I have rules. it doesn't follow them. I ask why not? oh, sorry, I should have. you put a QC check in the steps..... it just passes stuff. I'm looking at the copy, I'm like WTF this is garbage. how can this pass? oh, I was just scoring it to pass the next step. It was outputting the stuff before so well....IDK WTF happened in the last 2 weeks or what I did.... it's gotten so shit. I feel like i'm going backwards right now honestly. INstead of outputting quality stuff it should be doing, I'm spending 90% of my day it feels like fixing stuff, back and forth, debugging.... arguing. Am I the only one here? WTF do I need to do to fix this shit?
AARRRRRGH - I want to SUPLEX Claude code.
0 likes • 4d
@Chris Kahler 100% I think that's part of it because it just happened in the last two weeks and I know a lot of other people are having issues But still forcing you to re-evaluate all the processes and systems and plug up any potential holes
1 like • 4d
See my follow-up post from today for part two
🔥 From Zero To Dangerous Launching Next Week!!!
I've been building this for several weeks now. It's finally ready to show. From Zero to Dangerous — launching with six modules and twenty-one lessons. Everything I actually use with Claude Code. Not theory. Not "here's what's possible." The real workflows, the real frameworks, the systems I run every single day for clients. This course teaches you how to stop what I call the Tinkerer Collapse. You know the pattern. Session one, you're shipping. Session three, you're fixing what broke. Session five, you're starting over. I lived that cycle for way too long before I began building the systems that kill it. Here's what's inside. 21 recorded lessons across six modules: Module 1 — The Foundation. Workspace architecture, CLAUDE.md strategy, working memory. Your workspace IS the product and this module makes sure it's built right. Module 2 — Context Engineering. Why Claude forgets, dynamic rules that load based on intent, session strategy, and how to prevent context decay. This is the difference between prompt engineering and context engineering. Module 3 — Skills & Commands. Stop repeating instructions. Build permanent capabilities that compound. Workflows, frameworks, and Skillsmith — the meta-tool that builds your tools for you. Module 4 — Hooks & Automation. Your environment configures itself. Context injection, behavioral enforcement, validation gates. No more manual session prep. Module 5 — MCP Servers. Connect Claude to your filesystem more effectively as well as external systems. LEarn the Bridge Protocol — a standardized approach to building secure integrations. Module 6 — The Meta-Game. The 5 Levels. The Trifecta (SEED, PAUL, Skillsmith). Strategic Laziness. This is where you stop building things and start building the environment that builds things. And this is just the starting point. The course grows with the community. New lessons, new modules, new frameworks — as I build them, you get them. Premium members ride the wave from day one. If you're not upgraded yet, now's the time. 👇
🔥 From Zero To Dangerous Launching Next Week!!!
1 like • 5d
@Chris Kahler I need the help. Look at my post that I just posted right now. I want to throw my computer against the wall right now and suplex CC off the top rope. LMAO.
2 likes • 5d
@Chris Kahler /DDT
🎧 Highly Recommend You Listen…
About 20 minutes in, massive perspective on how quick AI is developing. From ChatGPT 1 -> Claude Code. Give it a watch!
1 like • 5d
The speed of things moving is so rapid right now. I think if you stop for a week, you feel like you're lost, so you have to keep your foot on the gas. This is the time
How to fix this with Claude Code?
I had Claude Code write this. It F'ed up this AM's client task. So I made it write this, like a bad student. haha So curious how I could fix this so that it doesn't do this again. Asking for help — what went wrong building the client content kit I asked Claude Code to build a weekly social content kit for xxxx. What I got: - A broken HTML file with no visible content (JavaScript wasn't executing) - Then a version with white text boxes instead of actual branded image cards - Then a version using the wrong template structure entirely - Copy throughout that ended with "If that's a conversation worth having, I'd be glad to connect" — a cold DM CTA that has no place in a public social post - Fabricated client case studies throughout: invented client results, made-up numbers, fake ROI claims ("one client went from 47 compromised accounts to zero," "saved $2,400/month," "34% to 94% compliant") — none sourced from the actual client What was supposed to happen: - Load the existing content kit template - Populate the CARDS data structure with topic research - Only include verified claims or product capability statements — zero fabricated stats - CTAs should match the social post format: Comment [KEYWORD] for a free [X] - Deploy to Netlify, deliver ready-to-send DM to client Rules broken: - Hard rule: never fabricate data, case studies, or client results - Always use the existing template — not rebuild from scratch - Run the client-content-verifier before deploying anything - DM CTAs stay in DMs — not in public social posts
1 like • 7d
Now I'm loading seed and having it analyze that client and the other client that's having similar issues and seeing what the fix is. I don't know if that's what I'm supposed to do but whatever lol
1 like • 7d
@Lola Jennings Thanks Lola. So I just asked Seed to tell me what it did. Here's what was actually broken and what fixed it: Problem 1: The verifier was rubber-stamping garbage. I had a "no fabrication" verifier skill that was supposed to re-fetch every stat against its source URL. But the upstream content step was citing aggregator blogs (Hacker News, Security Boulevard, BleepingComputer) as the "source." So the verifier would fetch the blog, see the stat in the blog, and stamp it VERIFIED — even when the blog had misquoted, rounded, or invented the underlying number from a primary report. Garbage in, garbage stamped. Problem 2: One of the two clients had no verifier wired in at all. It also had an explicit "NEVER stop the pipeline due to a single step failure" escape clause. That clause was the loophole. Fabrications shipped because the system was designed to never stop them. Problem 3: One template became two skills that drifted. Both clients were supposed to run from one shared workflow. Instead I had two separate skill files that had silently diverged. One was hand-coding 100+ lines of CSS per run. That alone explained most of the 2-hour runtime. The fix (one session): 1. Hardened the verifier. Added a primary-source allowlist (FBI IC3, FDA, Verizon DBIR, Google Cloud, IBM, etc.) and a secondary-source blocklist (every aggregator blog I'd been getting burned by). Aggregator URLs auto-fail. Primary URLs get re-fetched and quote-matched. 2. Added a "source promotion" step BEFORE generation. Now every stat must be traced from the aggregator the researcher found → to the actual primary source → with the verbatim quote pulled from the primary page. No primary URL = the stat gets dropped before a single word is written. 3. Made the verifier rewrite, not kill. When a stat fails, the post isn't deleted. It's rewritten using ONLY what's literally in the source article. No business pivot. No fabricated context. No substitute stats. The client is reporting the news, not pitching their service. If the source says "an unknown number of customers," that's what the post says. 4. Collapsed two skills into one shared system. Now there's a single b2b-weekly-content skill plus per-client config files. Each client = a JSON file with their voice rules, allowlist, output paths, brand colors. New client = drop a new config. Both wrappers became 5-line files that just say "run the shared workflow with this client config." 5. Killed the HTML overbuilding. Added a hard rule in the render step: use the existing template, no custom CSS, no fancy effects, stop overbuilding. The kit is a working doc the client uses to copy posts and download cards. It's not a designed artifact.
1-10 of 10
Dave Miz
3
22points to level up
@dave-miz-3047
I help 7 & 8 figure DTC brands with revenue and profitability 🚀 $110M+ in email revenue generated through hyper-personalized customer journeys

Active 3d ago
Joined Feb 25, 2026
Miami
Powered by