Ive seen context forge has a way to use hooks to keep CC going after context condensing. Are there any other patterns or tools people are using with CC to keep it on task, with current context until it has a validated completion of its task? I feel like we have all these tools separately but nothing brings it all together and also isn’t crazy buggy.
What makes Claude Code so damn good
111–120 of 322 posts
Re: What makes Claude Code so damn good
#112I've literally built the entire MVP of my startup on Claude Code and now have paying customers. I've got an existential worry that I'm going to have a SEV incident that will trigger a house of falling cards, but until then I'm constantly leveraging Claude for fixing security vulnerabilities, implementing test-driven-development, and planning out the software architecture in accordance with my long-term product roadma…
Well, don't be shy, share what CC helped you build.
Re: What makes Claude Code so damn good
#113Earlier quoted context omitted.
> but until then I'm constantly leveraging Claude for fixing security vulnerabilities That it authored in the first place?
Do you ever fix your own bugs?
Re: What makes Claude Code so damn good
#114What do people think of Google's Gemini (Pro?) compared to Claude for code? I really like a lot of what Google produces, but they can't seem to keep a product that they don't shut down and they can be pretty ham-fisted, both with corporate control (Chrome and corrupt practices) and censorship
That's been my experience, anyway. Maybe it hates me? I sure hate it.
Re: What makes Claude Code so damn good
#115Re: What makes Claude Code so damn good
#116Earlier quoted context omitted.
> https://github.com/anthropics/claude-code That repository does not contain the code. It's just used for the issue tracker and some example hooks.
It's a javascript app that gets installed on your local system...
[1]: https://github.com/badlogic/lemmy/tree/main/apps/claude-brid...
Re: What makes Claude Code so damn good
#117I've literally built the entire MVP of my startup on Claude Code and now have paying customers. I've got an existential worry that I'm going to have a SEV incident that will trigger a house of falling cards, but until then I'm constantly leveraging Claude for fixing security vulnerabilities, implementing test-driven-development, and planning out the software architecture in accordance with my long-term product roadma…
[flagged]
Actually, no. When LLMs produce good, working code, it also tends to be efficient (in terms of lines, etc).
May vary with language and domain, though.
Re: What makes Claude Code so damn good
#118Earlier quoted context omitted.
Overall I would agree with you, but I start feeling that this „iron law“ isn’t as simple as that. After all, humans have limited „context window“ too — we don’t remember every small detail on a large project we have been working on for several years. Loose coupling and modularity helps us and can help LLM to make the size of the task manageable if you don’t ask it to rebuild the whole thing. It’s not the size that ma…
Humans have a limited short-term memory. Humans do not literally forget everything they've ever learned after each Q&A cycle. (Though now that I think of it, I might start interrupting people with “SUMMARIZING CONVERSATION HISTORY!” whenever they begin to bore me. Then I can change the subject.)
I've yet had the "forgets everything" to be a limiting factor. In fact, when using Aider, I aggressively ensure it forgets everything several times per session.
To me, it's a feature, not a drawback.
I've certainly had coworkers who I've had to tell "Look, will you forget about X? That use case, while it look similar, is actually quite different in assumptions, etc. Stop invoking your experiences there!"
Re: What makes Claude Code so damn good
#119It shocks me when people say that LLMs don't make them more productive, because my experience has been the complete opposite, especially with Claude Code. Either I'm worse than then at programming, to the point that I find an LLM useful and they don't, or they don't know how to use LLMs for coding.
I’m trying to learn jj. Both Gemini and ChatGPT gave me incorrect instructions 4 of 5 times https://jj-vcs.github.io/jj/
I know it, because I recently learned jj, with a lot of struggling.
If a human struggles learning it, I wouldn't expect LLMs to be much better.
Re: What makes Claude Code so damn good
#120Earlier quoted context omitted.
> but until then I'm constantly leveraging Claude for fixing security vulnerabilities That it authored in the first place?
Do you ever fix your own bugs?