4 comments

  • overgard22 minutes ago
    Definitely agree with this. Even without a large backlog, one of the things I find working on my personal project&#x2F;product where I&#x27;m simultaneously the engineer&#x2F;designer&#x2F;project manager is it&#x27;s really easy to ask the LLM to implement an idea I&#x27;ve been mulling for an hour or two, it one-shots it and I&#x27;m happy, and then a week or two later it starts to dawn on me that the feature was maybe not a great idea. Which isn&#x27;t on the LLM, but I know when I write features by hand I tend to reach the &quot;this is a bad idea&quot; conclusion a lot earlier because I&#x27;m directly confronted with the cases where it won&#x27;t work out, I have to think a lot harder about corner cases, etc.<p>Where I think&#x2F;hope this goes is instead of using LLMs to go <i>faster</i>, we use them to do better work. I&#x27;d rather someone vibe code up better ways to test things, or use it to do in-depth code analysis and bug fixing, etc., then just pile in features.
  • vegadw1 hour ago
    I think if you assume a capitalistic, commercial framing of code, this makes sense.<p>If you think about all the projects you don&#x27;t have time to make that require code but would be really cool albeit have no *marketable* value, making those faster to make and easy to share isn&#x27;t a bad thing.<p>I want more cool free things people make out of passion - sure, you could argue using AI removes some of that passion, but there&#x27;s also a large subset of people who are passionate about their field but not passionate about code, and if they&#x27;re able to make something cool by feeding the idea in and pulling the token generation slot machine&#x27;s lever on repeat to get their vision, I still think that&#x27;s cool.<p>Of course, there&#x27;s a line where it&#x27;s slop, so it depends what they&#x27;re making. A tool to make music? Cool. An album where it&#x27;s all AI gen&#x27;d audio. Not cool. A tool to modify art&#x2F;apply filters&#x2F;modify brushes? Cool. AI art standalone? Not cool.<p>Basically, is the target something standalone as a product we want to have human creativity in the output expression (art) or not. I don&#x27;t think of MS office as particular artful, but I&#x27;m sure many good books have been written in it.<p>This line is definitely blurry and full of gray areas. For example, <a href="https:&#x2F;&#x2F;www.redwoodrhetorica.com" rel="nofollow">https:&#x2F;&#x2F;www.redwoodrhetorica.com</a> to me is totally fine, but I could see why people find it weird.<p>Similarly, I&#x27;m sure to someone working in or on emacs or vim, they&#x27;re almost sacred and they view the tool itself as a work of art, such that the idea of using AI to improve either sounds offensive, but as long as VSCode works (which, it has had more bugs lately...) I really don&#x27;t care if they used Claude or whatever to work on the editor&#x2F;IDE itself.<p>Of course, there are projects and features which probably shouldn&#x27;t make it past the &quot;Should this exist?&quot; filter. Complexity does have a cost - nobody wanted CoPilot in Notepad - but having LLMs doesn&#x27;t change that, I don&#x27;t think. It means we can do more, but being selective and having good taste to avoid making something bad by adding unnecessary crap to it was a problem far before LLMs.
  • casey21 hour ago
    There is still code you aren&#x27;t writing. <i>facepalm</i>
    • dbalatero48 minutes ago
      I&#x27;ve personally seen way more of a bias to shipping something because &quot;now it&#x27;s free&quot; without actually discussing whether it&#x27;s worthwhile. &quot;Just do it&quot; and we&#x27;ll measure it later. Often the later doesn&#x27;t happen though. I think this article is a good reminder that applying taste and asking questions is still valuable, even if the code is considered to be cheaper.