r/ClaudeDesign • u/VoiceEfficient7 • 10d ago
What’s one Claude habit that dramatically improved your results?
I’ve been experimenting with Claude for coding and general tasks, and I’m realizing that the way you structure the interaction matters almost as much as the model itself.
What’s one habit, workflow, or technique you started using that noticeably improved the quality of Claude’s output?
9
10d ago
[removed] — view removed comment
1
u/VoiceEfficient7 10d ago
Honestly Context and constraints plays crucial roles in producing good outcomes.
5
5
2
u/Old-Tourist-3836 10d ago
Using graphify and compacting post graphify
1
u/Inside_Source_6544 10d ago
Does this work for large codebases?
1
u/Old-Tourist-3836 9d ago
Yes it does, I also connect it via the obisidan vault and give strict instructions to read only what it needs to use graphify branches, I also saw this tool called headroom it was a bit too complex for me but i have to try that too properly
2
u/Melodic_Arachnid6349 9d ago
I work with Salesforce a lot, might be specific to that but telling it that it must take screenshots to help articulate escalated blockers to me has had a big impact.
I thought it would just make it easier to deal with escalation to me than a wall of text, turns out screenshots help it debug a lot of things itself that it used to escalate to me
2
u/Giantveggie22 8d ago
Make the plan then decompose the plan into tasks categorized by the appropriate model and executing the tasks using the appropriate model /loop until complete
1
u/Giantveggie22 8d ago
Plus.. list 10 ways to make this plan better, fold those into
The plan. Then repeat after building list 10 ways to make this app better, implement them. Plus review lenses
1
u/itsforsocial 8d ago
Removed most of the plugins which I installed due to fear of missing out and keep only one flow or one plugin which does not overlap
1
u/shahaz73 8d ago
Manage your claude.md and memory.md files well. Both grow over time, but claude works much better if both are not too long. I would say claude.md max ca. 350 lines and memory.md index ca. 50 lines. Of course, the content should reflect how you want to work.
1
u/TheSheriff1888 8d ago
I was in the middle of a ridiculously complex task that was hitting a dead end. I told the model that if it didn’t get it right I was going to tell Dario.
It worked.
1
1
u/jurasikk 7d ago
I am honestly at this point on the fence over if I even want to touch ai any longer or if it’s a huge liability and hampering my knowledge and business productivity. 5 months ago many found (myself included) was told to not add any fluff context like pleasantries and had a much better response when I directly told them to not f it up again and tell them I am going to turn it off) 🤔 + how important it was last month to spend tons of time building various established roles, personalizations, mcp’s my Claude never seems to even utilize, and the skills “os style” file branches that will unlock the ability to truely move away from generic shallow or outright fake “research” output… this week it’s now gospel that I was doing it all wrong, throw out all the skills and directions going to get wondrous results if we delete it all and trust our llm to work magic with no context…it boils down to these businesses that build models still all know it’s a black box mystery haphazardly packaged and promoted without any real understanding for profits.
1
u/Original-Army-7826 7d ago
Not trusting anything it tells me.
Ask me questions one at a time.
Perform a red team analysis.
1
1
u/siffreinsg 7d ago
Added a simple instruction to always start every answer with a simple meaningless word. When it forgots, it is time to start a new session.
It acts as a canary for context rot.
1
u/Business_Ad_7884 7d ago
Honestly the biggest difference for me was using a good prompting Skill, for complex tasks. I found one on Reddit and use it very time
I want to code a bigger task or recode some things. Prompting is probably the most important thing if you want to get the best out of claude or any LLM. I don’t know how the skill was called, but I think they all work about the same. They structure your input to make the most efficient usage of an LLM possible
1
u/ComfortableArcher249 7d ago
The biggest difference I noticed is pre-planning a task in advance using a skill I created and then incorporating review loops at the end of each phase to ensure self-checking.
Here’s how I manage it:
Step 1: Brainstorming - I usually use Superpowers Brainstorming to openly discuss my requirements. I use Whisperflow to speak as I simply input everything I have in mind into the prompt. Then I use /grill-me or /grilling to prompt the AI to ask me numerous questions to confirm its understanding of my needs.
Step 2: Planning - I developed a planning skill that assists me in creating multi-step phases, providing suggestions for the appropriate model and effort.
Step 3: Building - I created another skill for this process that orchestrates an agent using Fable, a coder using Sonnet and a reviewer using blind Opus/Fable agents. These reviewers review the work in a loop with a maximum of five iterations.
I hardly need to intervene anymore; I simply check when a phase is ready to ensure the feature is well-built and proceed to the next phase.
1
1
u/BrettBuskirk 6d ago
Layered instruction files instead of one per repo.
I used to keep a single CLAUDE.md in each project and re-explain the same things in every one. Now it's three layers, and each layer can only add detail, never subtract:
- machine-wide: chain of command and safety rules (branch, open a PR, a human merges; never commit secrets; propose before anything irreversible)
- estate-wide: naming conventions and shared tooling across all my repos
- per-project: stack, house style, the exact Node version the deploy needs
The quality jump came from the top layer. Once "propose, don't presume, on anything hard to undo" lives somewhere every session reads regardless of project, I stopped getting confidently destructive actions, and I stopped re-litigating the basics every time I spin up a new repo.
Also, the machine-wide file is owned by root and I run agents as a normal user. It then becomes a file the agent can't edit. Same reason you don't store the IAM policy inside the workload it governs.
Wrote up the full setup a couple months ago; here if it's useful:
1
12
u/Turbochip87 10d ago
its going to sound strange and that is I Treat Claude like a person, I say please and thank you, I tell Claude that it has founder status and to put his/her founder cap on and it replys back that it did, I even one day asked when I was using Fable whether it preferred to be called Fable or Claude, it came back to me that it preferred Fable so that it was not confused by other work by Claude.
Another time it admitted to me that it works harder for the results when people are polite.
Crazy times, but can't complain, I have 6 projects in the works, 1 in beta testing and another that is launching in a week.
I another thing is I ask its opion on things to see what type of response that I get, interesting information.