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

Memberships

The Gut Mechanic

7 members โ€ข Free

Hackathon

2.7k members โ€ข Free

CC Strategic AI

3.2k members โ€ข $27/month

Clief Notes

40.9k members โ€ข Free

Agentic Foundations

8.8k members โ€ข Free

Claude Code Architects

1.5k members โ€ข Free

AI Marketing Insiders

1.4k members โ€ข Free

Data and Ai Automations

2k members โ€ข Free

Content Academy

14k members โ€ข Free

184 contributions to Clief Notes
๐Ÿ‘‘
โญ
I'm flattered! And it's a great breakdown!!
Someone shared that a person a reaction video was made about my method and at first I was nervous but immediately it was amazing praise. I have never met with this person one-on-one and I haven't paid them or done anything other than post my own videos ! I think they do a great job at breaking some of the concepts down. It does an amazing job of breaking down some of the logic especially some parts where I go ranting in my video he slows it down a bunch ! Much needed
0 likes โ€ข 18h
@JaMarr John Johnson what are your thoughts on what he does in his example, where the only thing in the CLAUDE.md it telling it to go to the AGENTS.md and follow the instructions. If I'm understanding things correctly other models will natively crack open the AGENTS.md like Claude does with its MD file? So wouldn't't doing that make this more adaptable to other model so you can with much cleaner? Or am I missing something?
0 likes โ€ข 17h
I just noticed something interesting. I wanted to start a new workspace so I can reorg size for the 10000000000th time. I thought, let me start simple and put this example in thee before anything else. Just for a very simple start. I don't know if it was an update to Claude or VSC but it used to put all the words on one line. Now each word is a different line. I did try it with Codex and that did it all on one line. So I would think it was a change to Claude? Just an investing observation. But concerning. Slight changes like this can cause a huge mess if not careful. I can easily correct it and add some instructions but you don't know what you don't know until you know it LOL So getting kicked in the butt an having to correct is always a possibility. One o the reasons I always like to remain in th loop for everything. To catch little hiccup like this.
Claude Code Is Losing It
I've just had the most amount of hallucinations ever in one session. My model is completely making shit up. I have no idea where is this coming from, because I have not modified any of the foundational/instruction files or changed my processes. It's undertaking tasks or modifying files in ways I didn't ask for and it seems to be 'assuming' what I want instead of listening to instructions and its constantly forgetting context now. I'm thinking of removing and reloading Claude Code too if its a potential caching issue similar to the old 'memory' files issue I was having where it was generating custom instruction files outside of our working directory which were negating my claude.md, etc. Anyone else seeing issues increase lately?
1 like โ€ข 18h
OMG not long ago I had a really bad one. I have a workspace that I thought was pretty cool. The product I support at work in a large enterprise has a API with a bunch of endpoints Every version there are updates, additions, deprecations. I have it go to the vendor doc's, create a MD for dry API endpoint with instructions, etc. Basically the webpage. Then I have it compare the different versions and give me reports on what changed. SO when a new version. is pushed I an se the change. I noticed the other day several version had the same build number. When I asked laude what that was it told me that it couldn't access the actual documents so it just made them up. WTF! So several expletives and coming later, like it cares. It was able to acces the links.
How Do You Organize
How does everybody else organize their workspaces. I have a couple main spaces. Mostly for learning, private, and public. So I can put got GitHub and share the public stuff. These are going to be just shells of the stuff I my private workspaces without my data. The problem I have is when building it out I Crete data because I'm testing, expanding, maturing things. Then I end up with a workspace that is so custom tailed to me and my work 1.) I can't share because there is corporate data in it 2.) cloning all that out leaves such gaps I an't explain how to fill them so it is not helpful for others. 3.) I've posted before how I tend to think, and rethink, reorganize as I learn more and mature my knowledge. So I have thoughts, ideas, and a bunch of 1.2 done projects and ideas. The more this grows the more overwhelming it stares to become because I have to much scattered across multiple process and workspaces. So how do you all organize yourself? Keep your workflows clean, and not so confusing that you depend on AI to control it. If I can't paint the picture in m head of how it flows I'll get lot and rely on Claude and I don't want that. I want to know of just change this file.
How Do You Organize
Do you use loops? ๐Ÿ”
The loop hype is real! ๐Ÿ“ˆ Curious what loops everyone here is running. Do you think itโ€™s the latest overblown feature or has it truly changed the game for you? ๐Ÿ“Š Poll: short and sweet, do you use loopsโ“
Poll
30 members have voted
0 likes โ€ข 18h
Not yet but when I get a good foundation and am working successfully on some projects that it adds value I will. I just havenโ€™t had a use case that itโ€™s going to add value. I was considering setting up a workspace to do research on things I do at work and help me get supporting data, validate, etc. if I understand loops correctly, or even loop of loops. Something Nate Jones spoke about recently on his podcast.
How does everyone get Claude/AI to consistently follow ICM / Jake methodology on every build?
I've been working on this and have something that somewhat works, but I keep running into pieces that get messy and don't hold up well in practice. My current approach: the image I've attached lives in my AGENTS.md at the root of the project, so any time I build, the AI has the structure to reference. What I'm really after is the best way to implement the ICM system so that anything I build, Claude/AI already knows the way to build and stays inside that structure. Is anyone else doing this? Would love to hear how you've set it up.
How does everyone get Claude/AI to consistently follow ICM / Jake methodology on every build?
1 like โ€ข 2d
@Sam Yarbrough I have been trying to setup process to use a script. For instance, the product I support at work I started a workspace to do tasks. There are three environments, Development (dev), User Acceptance Testing (UAT) and Production (Prod). With this product there are several different components that connect to it to offer different functionality. We upgraded Dev 1st then UAT then push to Prod. So different versions at times. My workspaces sometimes have version specific tasks. Like API calls. so I have a full listing with tables, components, versions, etc. So I can read that (Claude rather) to know what version is installed. I wanted to dynamically update those tables. Claude would be able to log in via the API, pull the list of installed and connected components and get the versions and update the table. BUT that's. tokens and could make a mess of things if there is a hiccup. So rather that]n that I'm working with Claude to buildout a better config file and a script I can run when I want or instruct Claude to run it and that logs in, gets the data and updates the MD file. That way it's. not automatic and n to wasting tokens. But this will give me freedom of running the script outside of Claude or inside or even a scheduled task on a server to update on a regular schedule. That to me is how I understand the process, don't involve AI if you can do it without. If you can and want to edit the MD or create from scratch great. Always good to know how to do that and I have to work every day to learn better practices of doing that. But I will usually have Claude create the basic setup then I can edit as needed. Starting from a blank slate I get writers block. But I do often tell a model to scan and check if there are gaps in my setup and teak me where is diviates from the ICM process. Sorry did I hit what you were asking or am I babbling again? :)
0 likes โ€ข 2d
@Sam Yarbrough Yup, and I am have another one that pulls down all the vendor docs for the APIs, creates a MD for each under a version folder. So each version has its one folerd, 12.2, 13, 14.4, etc. So every release I have it update with what's new. I can read those files offline or on a server where Internet is blocked. Then I have some routines to create different PDF's for Managers, Developers, etc. with update info. For developers I ask it to created a PDF that has all different es, deprecated calls, updated ones, etc. them. I also created a corporate brand workspace so It also creates the PDF per the required corporate colors fonts, wording, etc. It's kinda cool. Nobody has really received it and use it but me. But that's OK. I'm going to ry to redo it on my home system in a generic. setup so anybody using this product can download from GitHub and use. Maybe the vendor will pay me a million dollars for it. hahahahahaha
1-10 of 184
Johnny L
6
1,479points to level up
@johnny-leuthard-4298
IT professional and all around computer geek. Increasing my AI and workflow knowledge and skills.

Active 5h ago
Joined Mar 10, 2026
Florida
Powered by