187
lado
7y

You say: "We added AI to our product"
I hear: "We added a bunch more IF statements to our codebase"

Comments
  • 8
    Well, even the most advanced AI is basically lots and lots of if statements, just with some statistics thrown in :)

    Implemented Kmeans clustering in our product and it also just a lot of aggregation/math and ifs.
  • 1
    @Voxera the same thing can be said about machine learning - it's just a bunch of math, usually statistics maths and all kinds of regression 😄
  • 2
    @AlmightyBaka currently AI is machine learning. We have a lot to cover before our AI's is more than that.

    Even the most advanced can only solve the problems we prepare data and structure for.

    None of them can go beyond what we set them up for.
  • 0
    I did research on machine learning and it's really odd.. I don't what to make of it...
  • 0
    @Jappe in what sense?
  • 0
    @Voxera I wouldn't say AI is the same thing as machine learning. By AI we usually mean a bunch of if statements, as it was said, and regression on a lot of weekly structured data by machine learning.

    Also ML doesn't always need prepared data for it to work, there are some models like feature extraction and dimensionality reduction that can handle any input you throw at them.

    But other than that, you're right, we have no idea when or if even strong AI will arrive 😅
  • 1
    Add source, please.
  • 0
    @andys8 it's referenced by @letmecode in the comments
Add Comment