I don't get the second brain thing. I don't keep a second brain, I just read and think a lot. I once did a physics masters and, when asked how to make steady progress, one of the professors (who had published with Paul Dirac no less) made the comment "well, my secret is that I think about physics all the time" I started practicing this for the stuff I'm interested in ... and the result is that I generate a lot of ide…
It’s so hard to finish an idea that is not yours and is just suggested by AI
121–130 of 138 posts
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#122Earlier quoted context omitted.
Delete the comments: I’ve gone on a tear with these recently because they’re nothing but trouble. The absolute least worst outcome is they chew up your token budget. But what tends to happen, and this is much more serious, is they poison future work and make further modification of the codebase more burdensome and error prone.
Why delete comments! Constrained grammar! Make invalid state unrepresentable.
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#123Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#124Seriously? If so, which model produces actually human sounding output?
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#125Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#126I have this problem even in codebases. Claude will work on something, and add detailed comments in which it extrapolates the from the design and confidently states intentions and decisions which aren't actually grounded in reality. Then, later sessions suffer when it reads back those hallucinations and treats them as canonical.
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#127Earlier quoted context omitted.
You could probably add linting rules to your tool of choice and tell claude that your lint tool has to pass.
but then no human generated comments allowed either, right?
E999: human generated comment :-)
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#128I don't get the second brain thing. I don't keep a second brain, I just read and think a lot. I once did a physics masters and, when asked how to make steady progress, one of the professors (who had published with Paul Dirac no less) made the comment "well, my secret is that I think about physics all the time" I started practicing this for the stuff I'm interested in ... and the result is that I generate a lot of ide…
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#129Earlier quoted context omitted.
but then no human generated comments allowed either, right?
Most lint tools allow exceptions if you add a special marker. I think even allow custom user exceptions. E999: human generated comment :-)
Re: It’s so hard to finish an idea that is not yours and is just suggested by AI
#130I have this problem even in codebases. Claude will work on something, and add detailed comments in which it extrapolates the from the design and confidently states intentions and decisions which aren't actually grounded in reality. Then, later sessions suffer when it reads back those hallucinations and treats them as canonical.