• 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: July 20th, 2023

help-circle
  • This is hard to quantify. I use them constantly throughout my work day now.

    Are they smarter than me? I’m not sure. Haven’t thought too much about it.

    What they certainly are, and by a long shot, is faster. Given a set of data, I could analyze it and pull out insights and conclusions. It might take me a week or a month depending on the size and breadth of the data set. An LLM can pull out insights and conclusions in seconds.

    I can read error stacks coming from my code, but before I’ve even read the first few lines the LLM has ingested all of them, checked the code, and reached a conclusion about the necessary fix. Is it right, optimal, and avoid creating other bugs? Like 75% at this point. I can coax it, interate on the solution my self, or do it entirely myself with the understanding of the bug that it granted me. This same bug might have taken hours to figure out myself.

    My point is, I’m not sure how to compare smarter vs orders of magnitude faster.