17 comments

  • ssivark2 minutes ago
    [delayed]
  • synalx2 hours ago
    I 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.
    • post-it29 minutes ago
      I've been whittling my way towards having Claude write zero comments in code. They're pretty much never helpful.
      • sdeframond21 minutes ago
        How do you do it?
        • ch4s311 minutes ago
          You could probably add linting rules to your tool of choice and tell claude that your lint tool has to pass.
    • mrtesthah2 hours ago
      Probably good to establish canonical spec documents up front that it can use and maintain as an independent reference?
      • rendaw47 minutes ago
        That doesn't solve the problem of it hallucinating more design details and putting them in comments. The solution to too much authoritative documentation isn't more authoritative documentation.
        • pc8628 minutes ago
          Comments exist for humans to understand the <i>why</i> of the code, including perhaps external dependencies&#x2F;assumptions&#x2F;requirements.<p>LLMs inserting code comments makes zero sense by definition.
          • pavlov11 minutes ago
            That’s not true because LLMs clearly benefit from having multiple statements representing aspects of the same thing.<p>That’s why they’re always doing the “it’s not X, it’s Y” kind of patterns. It’s reinforcement.
      • lupire2 hours ago
        Doesn&#x27;t need to be &quot;up front&quot;, but you do need to curate the context.<p>AI can&#x27;t read your mind, and it will read what you (or anyone else) wrote.
        • Sharlin1 hour ago
          Humans can’t read minds either, but <i>most</i> humans aren’t so dumb as to forget what is a normative spec and what is just their own current, evolving model of the problem space. (Though some humans certainly are…)
        • pydry2 hours ago
          It can&#x27;t but it will try and getting it to stop is often infeasible.
    • throwaway6137462 hours ago
      Anthropic hopes you just eventually give up and become completely dependent on Claude. Toss in 10 (or more) other developers with way less discipline and you will become dissillusioned with Claude&#x27;s overengineered, incomprehensible, technosalad and your demise is pretty much guaranteed.
    • dan_gggggg2 hours ago
      [dead]
    • bsjdhdudj2 hours ago
      [flagged]
      • dan_gggggg1 hour ago
        &gt; what the fuck is wrong with all of you?<p>They spent 3 years pretending that their magic robot made them 10x harder&#x2F;better&#x2F;faster&#x2F;stronger than the lazy peons rubbing shoulders with them and now the bill has come due.
  • mccoyb1 hour ago
    I don&#x27;t get the second brain thing. I don&#x27;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 &quot;well, my secret is that I think about physics all the time&quot;<p>I started practicing this for the stuff I&#x27;m interested in ... and the result is that I generate a lot of ideas. 99% of them are garbage.<p>Before AI, a conversation with colleagues would help me weed out the garbage, and possibly give me a new perspective (&quot;here&#x27;s something surprising about what you just said!&quot;)<p>Now, AI plays a helpful role in helping me weed out the garbage for the subset of ideas that I can test <i>empirically</i> -- and sometimes it does give me a new perspective, but with significantly more noise than my colleagues, who would take me right to the point that would be useful for me to see.<p>I&#x27;ve never felt like I needed a second brain ... because if I had such a thing, I think I would be keeping the 99% garbage around -- instead I just let biology GC it.
    • VBprogrammer4 minutes ago
      I don&#x27;t think I do the second brain thing well but keeping some detailed notes (using a daily note at a scratch pad for one off queries, small scripts etc) and occasionally branching them off into dedicated markdown files like &quot;Database debugging&quot; or &quot;MongoDB&quot; has saved me a lot of time on aggregate.
    • CoolestBeans1 hour ago
      So I operate more in line with how you do, but having tried some organizational systems I think I understand the &quot;second brain&quot; people.<p>One, it forces you to do a crude approximation of critical thinking. It allows you to examine and organize your thoughts, either physically or digitally. It isn&#x27;t the same as being able to sit and break something down in your mind, but for those who struggle with that, a &quot;second brain&quot; allows them to reap some of those benefits.<p>Two, it allows you to turnover things quickly in your head. By training yourself to immediately dump out an idea into an organizational system, you don&#x27;t have to hold so many things in your head. Furthermore, words are immutable and the thoughts in your head aren&#x27;t.<p>But for me, the good thoughts usually rise to the top. And there are a lot of things I&#x27;m thinking about that are so vague, it&#x27;s just a feeling. And trying to write those down robs those thoughts of the long term, &quot;on the backburner&quot; mental processing they need to become actual ideas. They&#x27;re thoughts that are still in the embryonic phase. I can&#x27;t write down the qualia of them, and when I try to I move them into a &quot;second brain&quot; I lose it.<p>I think organizational systems are work dependent. Running a business lends itself well to an organizational system. Where it&#x27;s good to try a lot of shallow things. But something like physics, for example, requires playing with ideas in your mind over a long period of time until they become solid enough to chase more seriously.<p>I think programming probably straddles that line and it depends on what you&#x27;re doing at any given time.
    • mmargenot53 minutes ago
      A key part of maintaining a second brain is revisiting and pruning it. Much like a todo list, without that practice it absolutely just accumulates bunk.
    • Dependance1 hour ago
      Hey, love the hivemind comment to mine. Maybe we do have kind of a second brain...? &#x2F;s<p>How do you take notes, generally speaking ?
      • mccoyb1 hour ago
        I&#x27;ve never been a good note taker. In the things I think about, when I&#x27;m really invested in something, I have to reverse engineer it to experience the why.<p>Reverse engineering can take several forms for me: it started with writing parts of systems from scratch, and now (due to academic training) it oftens looks like &quot;thinking about how to explain the system to a group of colleagues&quot;, which is one degree of separation from writing the system from scratch, but is much faster - and seems to work well when working with LM agents on code (because you have to confront your ignorance)<p>part of the training in academia is how to know when you don&#x27;t understood the thing, so this ends up working well for me now.<p>One trick: you can force yourself to understand something better by making a presentation and imagining you&#x27;re going to be grilled by someone smarter than you. This is kind of the feeling of pressure that academic paper reviews give (in an ideal world) and it translates when you think about explaining something to someone else.
  • altairprime55 minutes ago
    Ironically, this is why one of the best ways to manage upwards is to prompt managers into coming up with your idea as if it were their own: they’re dramatically more likely to execute and deliver on it. Of course, this also obviously leads to undue credit given for coming up the idea, which is certainly a core problem with AI as well, but it’s still charming to watch managerial psych being rediscovered by this new generation of managers.
  • helsinkiandrew2 hours ago
    There was a related study posted awhile ago:<p>&gt; When people think AI did the creative work, task meaning and effort decline<p><a href="https:&#x2F;&#x2F;www.brookings.edu&#x2F;articles&#x2F;when-people-think-ai-did-the-creative-work-task-meaning-and-effort-decline&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.brookings.edu&#x2F;articles&#x2F;when-people-think-ai-did-...</a>
  • Dependance1 hour ago
    Could anyone enlighten me as to why to use Obsidian in one&#x27;s daily life ? I have a dozen ideas popping a day and nothing comes close in terms of ease than a paper notebook for capturing and some apple notes equivalent for storage. Used to have a Notion but all the &quot;Second Brain&quot; movement seems...fishy to me ?
    • nelsonfigueroa11 minutes ago
      I use Obsidian but I don&#x27;t follow the whole &quot;second brain&quot; thing, I just organize my notes by directories. You can use Obsidian however you want and adapt to the way your actual brain works. The &quot;second brain&quot; thing doesn&#x27;t work for everyone. Even taking digital notes doesn&#x27;t work for everyone (for example, it looks like you prefer paper notes).<p>If you haven&#x27;t tried Obsidian at all I think you should give it a shot and write notes without following any system in particular. If you&#x27;ve tried it and you still prefer paper notes and the occasional apple note, then perhaps Obsidian isn&#x27;t necessary for the way you take and organize notes.
    • pragma_x34 minutes ago
      &gt; Could anyone enlighten me as to why to use Obsidian in one&#x27;s daily life ?<p>My handwriting has degraded from consistent keyboard use over the last 30 years. Obisidan has replaced my paper notebooks, mostly because of this. However, it is handy to be able to mesh those notes with hyperlinks, LLM output snippets, quotes from other sources, embedded images, etc. Doing all of those other things would be laborious to impossible with paper.
    • _def1 hour ago
      Taking the notes (and being able to read them again if I want) is all I need from my &quot;second Brain&quot;. This perfectly can be pieces of paper, as long as i can carry them around with me. More realistically some digital notes software fulfills that requirement.
  • gdulli2 hours ago
    What am I even here for if not to have my own ideas?
    • datakan2 hours ago
      “After we started thinking for you it became our society” The Matrix 1999
    • a2ff6eeb01 hour ago
      That&#x27;s for you to find out. When we automated muscles in the industrial revolution, people used to value strength. Today they value thought. They may value something else in the future.
      • hdhdhsjsbdh1 hour ago
        Seems like the only thing left to value will be social capital. If all forms of labor are free, the only thing that matters is how many people you know, what they think of you, whether they listen to you.
        • _def1 hour ago
          Nightmare fuel. This sounds like totally worthless to me.
        • ModernMech49 minutes ago
          The ultimate goal of project capitalism is to make ownership the only thing in the world that’s valued or valuable. The only thing that matters is how much and who you own.
          • parineum33 minutes ago
            The actual goal of capitalism is the direct the impulses of the capitalist to align with the interests of the public.
      • theossuary19 minutes ago
        We didn&#x27;t automate muscles generally, only specifically. The leverage those specific situations have is so high it&#x27;s worth it. Same with thinking, it&#x27;s very far from automated generally. Maybe one day we&#x27;ll have humanoid robots as generally physically capable, and AI as generally mentally capable, but that&#x27;s a long way off. Until then there&#x27;s still emmense value for humans in between the high-leverage areas, and even more value in adding some leverage throughout (like the first attempts at exoskeletons, or using Claude to help manage your daily tasks, etc.)
    • megous11 minutes ago
      You can become a harness, like a lot of us.
  • chessucation2 hours ago
    i&#x27;ve been dabbling with various assistant models and instances and find that there&#x27;s an interesting &quot;idea&quot; that pops up from their synthesis and relevancy analysis at a decent frequency. some kind of &quot;inverse prompting&quot; in which the machine has an angle, perspective, opportunity (based on the context it&#x27;s working with&#x2F;in) and the human turns those seedlings into something useful... or else decides its weed to be discarded.
    • HPsquared2 hours ago
      The prompter becomes the prompted!
  • rootsudo1 hour ago
    For me it’s the opposite, AI has helped me do the final 20% that I could never do, making execution more painless and more successful.
    • avgDev23 minutes ago
      I&#x27;ve found it very helpful with flushing out bugs, reviewing my code. I have a hard time trusting it to generate 100+ lines of code because in the end I am responsible for it.
  • GPerson1 hour ago
    I have separate directories for human only files and ai files. I’m not doing anything that matters but it works for me.
  • zazuke3 hours ago
    While I use Claude a lot for my Omarchy plugins and Linux optimization&#x2F;failure detection, I don’t use it for writing and note-taking, especially for coming up with unique ideas and driving them home by writing them through to the end.<p>It&#x27;s so hard to finish an idea that is not yours and is just suggested by AI.
    • lupire2 hours ago
      It&#x27;s also hard to finish an idea that is mine.
  • SomeonesAccount1 hour ago
    This is why I never use AI for ideas. Always my own ideas.
  • mohamedkoubaa1 hour ago
    Brian, CTO complains that it&#x27;s so hard for him to execute against the technical strategy communicated by that smart intern on the third day of his internship two years ago. Poor Brian.
  • empath752 hours ago
    I think having AI keep it&#x27;s _own_ notes in Obsidian is a good idea because it makes them convenient for you to read, but yeah you need to quarantine agent ideas from your own ideas because otherwise you get bad cito-genesis problems. <a href="https:&#x2F;&#x2F;xkcd.com&#x2F;978&#x2F;" rel="nofollow">https:&#x2F;&#x2F;xkcd.com&#x2F;978&#x2F;</a>
    • mrtesthah2 hours ago
      This might work to keep work separate:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;eighttrigrams&#x2F;us-vs-them" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eighttrigrams&#x2F;us-vs-them</a>
    • lupire2 hours ago
      I don&#x27;t understand. Are you saying that AI should write notes but then they should be excluded from the AI&#x27;s context?
      • swiftcoder2 hours ago
        Two different knowledge bases. One to store AI&#x27;s &quot;learned&quot; context, the other for you to manually edit.
      • empath7510 minutes ago
        You need provenance for the notes, the AI can&#x27;t tell the difference between its own code comments in code and team decisions.
  • megous12 minutes ago
    [dead]
  • jheriko2 hours ago
    [dead]