you are viewing a single comment's thread
view the rest of the comments
[–] 9 points 3 years ago (1 child)

There is very little work that LLMs ("AI") can do without supervision.

They might seem like a magic bullet, but in reality of you have to keep someone on to supervise the LLM... why not just have them do the work properly.

  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago

    Why not? Efficiency.

    I recently used chatGPT4 with a python plugin to develop code to handle a basic large dataset munging task. It took 30 minutes of iteration to get workable code. The actual processing took four hours of compute time and went off without a hitch.

    Can I write that code myself? Yes of course, but that comes at the cost of more of my limited time and attention. Instead I spent the time working on the project plan and pipeline architecture for the larger project.

    I won’t get any points for my ability to slog through a tedious hand-programming chore. The extra focus on the overall project structure is where I will get my reward.

  • source
  • parent