AI won't steal your job, people leveraging AI will
81–90 of 496 posts
Re: AI won't steal your job, people leveraging AI will
#82I completely disagree. I'm building a business, and this business will be based on excellent software and excellent support for that software. I will refuse to use AI. But instead of AI users taking my job, I'm sure that refusing to use AI will become my differentiator as every AI user becomes more and more like each other. You may think that good AI users will not become so bland, but they will. Human laziness will…
Possibly. This is certainly a pattern that works in other industries. I am aware of a local glass company with about 50 years of operation under its belt. They have tooling, but the process is heavily manual; no aspect of it is end-to-end automated. Their primary customers are those requiring high precision for industrial applications (electrical, aeronautics). They are forever capacity-capped because their model doe…
I like this glass company, though. Seems like they know what's up.
Re: AI won't steal your job, people leveraging AI will
#83I completely disagree. I'm building a business, and this business will be based on excellent software and excellent support for that software. I will refuse to use AI. But instead of AI users taking my job, I'm sure that refusing to use AI will become my differentiator as every AI user becomes more and more like each other. You may think that good AI users will not become so bland, but they will. Human laziness will…
For instance, I review all that the AI writes for my newsletter[0], but the kind of content I put out now wasn't easily done (teaching Chinese through relatively obscure rock songs, and also programming in Chinese) without lots more work and knowledge, and that means I wouldn't have done it without the magic AI employee.
0: https://chinesememe.substack.com/i/103754530/chinesepython
Re: AI won't steal your job, people leveraging AI will
#84Re: AI won't steal your job, people leveraging AI will
#85Earlier quoted context omitted.
So far (super early days, I know) the main thing I've used AI for at work is to write tests for code I'm working on. I get to do the fun bit, solving the problem space, and the AI gets to do the tedious bit (and do it faster than I would). I'm liking at least that level of AI integration.
This is the one that is most scary to me as a user of software. Have the AI write some of the code, sure. But tests have to be correct. Autogenerating a mountain of mostly-correct tests strikes me as a great way of ending up with surprising behavior that is a nightmare to untangle.
Re: AI won't steal your job, people leveraging AI will
#86Earlier quoted context omitted.
You cannot in good conscience be wishing to do menial tasks for a living, that AI can do for you and instead of you. That's how doing manual search and replace instead of search/replace in editor or computing stuff in spreadsheet by hand instead of using formulas. If you think AI's output is suboptimal, right. Maybe find a way to use/train AI better to produce good enough output. But simply wishing to out-robot a rob…
I think the parent's point is the exact opposite of what you have argued against. The author is saying they are afraid 'robots' will come for the fun stuff, rather than only being a tool for the menial labour. Think of the recent generative AI artwork...rather than drawing, and creating, (some/most?) artists fear just being prompt-carvers. The fun of the art has been replaced with menial labour of crafting prompts.
Re: AI won't steal your job, people leveraging AI will
#87I completely disagree. I'm building a business, and this business will be based on excellent software and excellent support for that software. I will refuse to use AI. But instead of AI users taking my job, I'm sure that refusing to use AI will become my differentiator as every AI user becomes more and more like each other. You may think that good AI users will not become so bland, but they will. Human laziness will…
Re: AI won't steal your job, people leveraging AI will
#88Re: AI won't steal your job, people leveraging AI will
#89Earlier quoted context omitted.
So far (super early days, I know) the main thing I've used AI for at work is to write tests for code I'm working on. I get to do the fun bit, solving the problem space, and the AI gets to do the tedious bit (and do it faster than I would). I'm liking at least that level of AI integration.
This is the one that is most scary to me as a user of software. Have the AI write some of the code, sure. But tests have to be correct. Autogenerating a mountain of mostly-correct tests strikes me as a great way of ending up with surprising behavior that is a nightmare to untangle.
Knowing what tests to write is another story.
My problem with AI generated tests is that they lead to over testing and it bogs you down once you have to do refactoring. Ideally detailed tests should come once you're on like 3rd iteration and really sure you've nailed the design (oh I hate TDD if it isn't obvious). With AI I'm getting detailed tests and first try implementations, bad code locked in everywere :(
More tests != better code, tests are still code - the less code you have to satisfy some goal the better.
Re: AI won't steal your job, people leveraging AI will
#90The author says they are a ghost writer and is confident they can do a better job than AI, and according to their bio they have written 100+ papers... I wouldn't be so confident that they are better than AI and writing stuff like this if this is their best work!