Live data from Hacker News

It’s so hard to finish an idea that is not yours and is just suggested by AI

ssp.sh

91–100 of 120 posts

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#91
post #66

Earlier quoted context omitted.

There is probably something you can do to only apply some rules to the actual changed lines in a git diff. You may have to write your own linter for that specifically.

you'd probs want a commit hook for that

Does "don't write comments" not work?

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#92
post #59

> It’s so hard to finish an idea that is not yours and is just suggested by AI Yes! And that's because you can't really delegate ownership/authorship to AI (at today's capability levels). Coding agents might have been RL'd out the wazoo to write code to solve well defined problems, but given a situation the onus of making sense of the ambiguity and identifying the problem -- and even crafting a skeleton for an accept…

I like your idea of conversational tempo, it feels a little like a 'thinking' slider applied to a plan mode (how much back and forth vs. "rigor" you want at a given moment).

Might be a good candidate for a pi extension.

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#93
post #31

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…

The whole idea of second brain is simply cringe. I know using this word itself is cringe but it's the most accurate one for how I feel.

While it doesn't necessarily have anything to do with AI, the trend of glue AI onto everything certainly didn't help.

For you guys' 5 min of entertainment: https://youtu.be/6NukGtwJb7Y?t=256

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#94

Earlier 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.

I completely block all LLM comments via pi extension, it makes using them significantly more enjoyable. If the LLM wants to add a comment it must ASK me explicitly to do so. Seeing LLM comments in other peoples code is very upsetting because theres just so much meaningless noise.

Which extension is it?

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#95
post #31

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…

There seems to be two schools of thought for "second brain" stuff: 1. Those who kind of semi-obsessively write down every little thought, semi-obsessively catalogue everything, etc. 2. Those who use the idea of "writing helps you think", where the second brain functions in support of this Personally I find 2 quite valuable, and although I could "think about programming all the time" (or one of my other interests), I…

Writing does help you think... but only if you write. Dumping a bunch of stuff into a "second brain" is not you writing. Keeping a journal is you writing. Those serve similar functions, but keeping a journal is more intentional and requires you to think critically about your inputs and decide what to record and how, which is the thinking part that comes with writing. That summarization that LLMs are doing for people is removing a significant portion of the thinking, which results in a loss of capability and soundness of mind.

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#96

Earlier quoted context omitted.

We didn't automate muscles generally, only specifically. The leverage those specific situations have is so high it's worth it. Same with thinking, it's very far from automated generally. Maybe one day we'll have humanoid robots as generally physically capable, and AI as generally mentally capable, but that's a long way off. Until then there's still emmense value for humans in between the high-leverage areas, and even…

When you say a long way off, how far are you thinking, especially with self improvement on the horizon? My bet is 3 or 4 years before the rocket really takes off, and then we start seeing capabilities improve incredibly quickly.

There's zero reason to believe that self improvement is on the horizon. What we have now is far too stupid and unreliable to be plausibly capable of improving itself.

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#97
post #31

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…

When I have some important problem I don’t know how to solve, I of course think about it all the time. Every now and again I’ll think of something that seems extra useful and write it down.

Eventually I’m looking at a whole page of good ideas, and some pattern jumps out at me. I attribute many of my best ideas to this process. Writing lets you work beyond the limits of your own brain, especially the constraints of working memory.

I think that is the primary value in a “second brain” - externalizing your thoughts and reasoning makes them stronger - though the productivity community may use the term to mean some other thing.

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#98

Earlier quoted context omitted.

you'd probs want a commit hook for that

Does "don't write comments" not work?

about as effective as don't make mistakes... For anthropic's models at least

Re: It’s so hard to finish an idea that is not yours and is just suggested by AI

#99
post #81
post #68

The title is editorialized. It is "Keep AI Out of Your (Obsidian) Vault". For the Original title, I wish they added the qualifier "generative" for AI. You may well use e.g. embeddings to semantically search through your notes, and there are only gains in that. Having an AI write notes for you is however of course completely pointless. The act of writing notes is 80% of the reward.

> Having an AI write notes for you is however of course completely pointless. The act of writing notes is 80% of the reward. The exception is transcriptions and summaries of transcriptions for things like lectures; I find those useful even when I know writing them myself would be better.

Yeah - I don't want AI writing "notes" in the academic sense, but minutes.

Of course the problem with this for me (I'm a state employee) is that said transcript is a public record.

Post reply on HN