Is anyone else just completely overwhelmed with the number of things you _need_ for claude code? Agents, sub agents, skills, claud.md, agents.md, rules, hooks, etc. We use Cursor where I work and I find it a good medium for still being in control and knowing what is happening with all of the changes being reviewed in an IDE. Claude feels more like a black box, and one with so many options that it's just overwhelming,…
A claude.md file will give you 90% of what you need. Consider more when you're 50+ hours in and understand what more you want.
Show HN: Stop Claude Code from forgetting everything
41–50 of 241 posts
Re: Show HN: Stop Claude Code from forgetting everything
#42What is the advantage over summarizing previous sessions for the new one? Or, over continuing the same session and compacting?
Re: Show HN: Stop Claude Code from forgetting everything
#43Is anyone else just completely overwhelmed with the number of things you _need_ for claude code? Agents, sub agents, skills, claud.md, agents.md, rules, hooks, etc. We use Cursor where I work and I find it a good medium for still being in control and knowing what is happening with all of the changes being reviewed in an IDE. Claude feels more like a black box, and one with so many options that it's just overwhelming,…
I'm the opposite, I find it straight forward to use all these things, and am surprised people aren't getting it. I've been trying to write blogs explaining it recently, but I don't think I'm very good at making it sound interesting to people. What can I explain that you would be interested in? Here was my latest attempt today. https://vexjoy.com/posts/everything-that-can-be-deterministi...
Re: Show HN: Stop Claude Code from forgetting everything
#44Otherwise the ability to search back through history is a valuable simple git log/diff or (rip)grep/jq combo over the session directory. Simple example of mine: https://github.com/backnotprop/rg_history
Re: Show HN: Stop Claude Code from forgetting everything
#45Is anyone else just completely overwhelmed with the number of things you _need_ for claude code? Agents, sub agents, skills, claud.md, agents.md, rules, hooks, etc. We use Cursor where I work and I find it a good medium for still being in control and knowing what is happening with all of the changes being reviewed in an IDE. Claude feels more like a black box, and one with so many options that it's just overwhelming,…
I agree that this level of finetuning feels overwhelming and might let yourself doubting whether you do utilize Claude to its optimum and the beauty is, that finetunging and macro usage don't interfere, when you stay in your lane.
For example I now don't use the planing agent anymore instead incorporated this process into the normal agents much to the project's advantage. Consistency is key. Anthropic did the right thing.
Codex is quite a different beast and comes from the opposite direction so to say.
I use both, Codex and Claude Opus especially, in my daily work and found them complementary not mutual exclusive. It is like two different evangelists who are on par exercising with different tools to achieve a goal, that both share.
Re: Show HN: Stop Claude Code from forgetting everything
#46Earlier quoted context omitted.
I'm the opposite, I find it straight forward to use all these things, and am surprised people aren't getting it. I've been trying to write blogs explaining it recently, but I don't think I'm very good at making it sound interesting to people. What can I explain that you would be interested in? Here was my latest attempt today. https://vexjoy.com/posts/everything-that-can-be-deterministi...
You say "My Claude Code Setup" but where is the actual setup there? I generally agree with everything about how LLMs should be called you say, but I don't see any concrete steps of changing Claude Code's settings in there? Where are the "35 agents. 68 skills. 234MB of context."? Is the implementation of the "Layer 4" programs intended to be left to the reader? That's hardly approachable.
Here is what I don't get. it's trivial to do this. Mine is of course customized to me and what I do.
The idea is to communicate the ideas, so you can use them in your own setup.
It's trivial to put for example, my do router blog post in claude code and generate one customized for you.
So what does it matter to see my exact version?
These are the type of things I don't get. If I give you my details, it's less approachable for sure.
The most approachable thing I could do would be to release individual skills.
Like I have skills for generating images with google nano banana. That would be approachable and easy.
But it doesn't communicate the why. I'm trying to communicate the why.
Re: Show HN: Stop Claude Code from forgetting everything
#47I just ask Claude to look at past conversations where I was working on x… it sometimes thinks it can’t see them, but it can. I’ll give this a go though and let you know!
Re: Show HN: Stop Claude Code from forgetting everything
#48Your site advertises careers in San Francisco/Remote. California law requires compensation disclosures.
Re: Show HN: Stop Claude Code from forgetting everything
#49I struggle with these abstractions over context windows, esp when anthropic is actively focused on improving things like compaction, and knowing the eventual* goal is for the models to yave real memory layers baked in. Until then we have to optimize with how agents work best and ephemeral context is a part of that (they weren’t RL’d/trained with memory abstractions so we shouldn’t use them at inference either). Const…
I feel that way too. I have a lot of these things.
But the reality is, it doesn't really happen that often in my actual experience. Everyone is very slow as a whole to understand what these things mean, so far you get quite a bit of time just with an improved, customized system of your own.