Live data from Hacker News

Thesis: Interesting work is less amenable to the use of AI

remark.ing

41–50 of 111 posts

Re: Thesis: Interesting work is less amenable to the use of AI

#41
post #17

A Danish audio newspaper host / podcaster had the exact apposite conclusion when he used ChatGPT to write the manuscript for one his episodes. He ended up spending as much time as he usually does because he had to fact check everything that the LLM came up with. Spoiler: It made up a lot of stuff despite it being very clear in the prompt, that it should not do so. To him, it was the most fun part, that is writing the…

It's not the exact opposite*, the author said that if you're doing boilerplate _code_ it's probably fine. The thing is that since it can't think, it's absolutely useless when it comes to things that hasn't been done before, because if you are creating something new, the software won't have had any chance to train on what you are doing. So if you are in a situation in which it is a good idea to create a new DSL for yo…

In a world where the AI can understand your function library near flawlessly and compose it in to all sorts of things, why would you put the effort into a DSL that humans will have to learn and the AI will trip over? This is a dead pattern.

Re: Thesis: Interesting work is less amenable to the use of AI

#42

A Danish audio newspaper host / podcaster had the exact apposite conclusion when he used ChatGPT to write the manuscript for one his episodes. He ended up spending as much time as he usually does because he had to fact check everything that the LLM came up with. Spoiler: It made up a lot of stuff despite it being very clear in the prompt, that it should not do so. To him, it was the most fun part, that is writing the…

As a writer I find his take appalling and incomprehensible. So, apparently not all writers agree that writing with AI is fun. To me, it’s a sickening violation of integrity.

It's all fine as long as you keep that fetish in your dungeon.

Re: Thesis: Interesting work is less amenable to the use of AI

#43

If AI can do the easiest 50% of our tasks, then it means we will end up spending all of our time on what we previously considered to be the most difficult 50% of tasks. This has a lot of implications, but it does generally result in the job being more interesting overall.

> If AI can do the easiest 50% of our tasks

...But it can't, which means your inference has no implications, because it evaluates to False.

Re: Thesis: Interesting work is less amenable to the use of AI

#44
post #38

If AI can do the easiest 50% of our tasks, then it means we will end up spending all of our time on what we previously considered to be the most difficult 50% of tasks. This has a lot of implications, but it does generally result in the job being more interesting overall.

You'll potentially be building on flimsy foundations if it gets the foundational stuff wrong (see anecdote in sibling post). I fear for those who aren't so diligent, especially if there are consequences involved.

The strategy is to have it write tests, and spend your time making sure the tests are really comprehensive and correct, then mostly just trust the code. If stuff breaks down the line, add regression tests, fix the problem and continue with your day.

Re: Thesis: Interesting work is less amenable to the use of AI

#45

I don't have LLM/AI write or generate any code or document for me. Partly because the quality is not good enough, and partly I worry about copyright/licensing/academic rigor, partly because I worry about losing my own edge. But I do use LLM/AI, as a rubber duck that talks back, as a google on steroids - but one who needs his work double checked. And as domain discovery tool when quickly trying to get a grasp of a new…

In the new world that's emerging, you are losing your edge by not learning how to master and leverage AI agents. Quality not good enough? Instruct them in how you want them to code, and make sure a sufficient quantity of the codebase is loaded into their context so they can see examples of what you consider good enough.

Re: Thesis: Interesting work is less amenable to the use of AI

#48

A Danish audio newspaper host / podcaster had the exact apposite conclusion when he used ChatGPT to write the manuscript for one his episodes. He ended up spending as much time as he usually does because he had to fact check everything that the LLM came up with. Spoiler: It made up a lot of stuff despite it being very clear in the prompt, that it should not do so. To him, it was the most fun part, that is writing the…

> It made up a lot of stuff despite it being very clear in the prompt, that it should not do so. LLMs are not sentient. They are designed to make stuff up based on probability.

[deleted]

Re: Thesis: Interesting work is less amenable to the use of AI

#49
I have gotten much more value out of AI tools by focusing on the process and not the product. By this I mean that I treat it as a loosely-defined brainstorming tool that expands my “zone of knowledge”, and not as a way to create some particular thing.

In this way, I am infinitely more tolerant of minor problems in the output, because I’m not using the tool to create a specific output, I’m using it to enhance the thing I’m making myself.

To be more concrete: let’s say I’m writing a book about a novel philosophical concept. I don’t use the AI to actually write the book itself, but to research thinkers/works that are similar, critique my arguments, make suggestions on topics to cover, etc. It functions more as a researcher and editor, not a writer – and in that sense it is extremely useful.

Re: Thesis: Interesting work is less amenable to the use of AI

#50

If AI can do the easiest 50% of our tasks, then it means we will end up spending all of our time on what we previously considered to be the most difficult 50% of tasks. This has a lot of implications, but it does generally result in the job being more interesting overall.

In my experience, the 50% most difficult part of a problem is often the most boring. E.g. writing tests, tracking down obscure bugs, trying to understand API or library documentation, etc. It's often stuff that is very difficult but doesn't take all that much creativity.
Post reply on HN