I've never interacted directly with IBM, but I remember about 2 years ago, they had a talk at the Akamai Edge conference about how they dealt with bloated cookies. The company I work for has the same problem so I sat in to see what their solution was. The problem they were having is that all the various IBM lines of business added so much garbage onto the client's cookie, that eventually their pages would stop loadin…
Layoffs at Watson Health Reveal IBM’s Problem with AI
141–150 of 264 posts
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#142Earlier quoted context omitted.
following is a text snippet from the Article . I do not know which part of the following is AI , it is pure "data analysis" writing few SQL queries . This is the Biggest problem of IBM, they bill these kind of things as AI . > A clinic could use the system to search its patient records and find, for example, all the men over age 45 who were overdue for a colonoscopy, and then use an autocall to remind them to schedul…
Being directly involved in the execution of the example you gave, I believe ML would be unnecessary and error-prone. Even if successful, a system which could "interpret" a health record (such as a freetext note) using anything other than properly codified data would set the health industry back a decade. Moving doctors away from freetexting their notes is the only way to advance the industry.
Doing so could have incredible utility for sharing data across various clinics/hospitals/pharmacies/etc.
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#143How much code does IBM have? I have read the bad stories , anyone have good tales? And otherwise does anyone know their total code base size? Leys be engineers about this not journalist.
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#144Earlier quoted context omitted.
None of the things you mentioned are even close to AI. They’re applied statistics, and they mostly use techniques we’ve known about for decades but have only now found a use case because computing and storage is cheap enough to make them viable.
The recommendation, translation, & image classification algorithms are all done with deep-learning; that's considered AI now. There was a time, not all that long ago, when SVMs, Bayesian networks, and perceptrons were considered AI. That's behind the spam filters, predictive keyboards, and most of the search signals. There was a time, a bit longer ago, when beam search and A* were considered AI. That's behind the gam…
Yeah, maybe the marketing people said that..
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#145Does it really qualify as "news" any more when there are layoffs at IBM?
Who makes money by pointing out flaws at IBM? Their stock on NASDAQ is 139.31 as of Jun 25 12:58 PM ET. Is there a large enough short position to be worth buying a news article?
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#146Earlier quoted context omitted.
This is an interesting comment - where would you draw the line between AI and applied statistics? A lot of AI which happens to be ML (not saying there is non-ML AI, just that a significant chunk of AI being practiced today is ML) also happens to be applied statistics. Or have statistical interpretations. Also, because something has been around for decades does not make it not AI. For ex the cheque OCR mentioned proba…
The line is clear: everything today branded "AI" is just applied statistics. AI is a buzzword. I don't know what the definition of intelligence is, but I have a feeling it doesn't rest anywhere near concepts like function approximation, and that's all even the most sophisticated "AIs" at Google or Facebook or Apple boil down to.
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#147Earlier quoted context omitted.
The recommendation, translation, & image classification algorithms are all done with deep-learning; that's considered AI now. There was a time, not all that long ago, when SVMs, Bayesian networks, and perceptrons were considered AI. That's behind the spam filters, predictive keyboards, and most of the search signals. There was a time, a bit longer ago, when beam search and A* were considered AI. That's behind the gam…
> There was a time, a bit longer ago, when beam search and A* were considered AI. Yeah, maybe the marketing people said that..
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#148I've never interacted directly with IBM, but I remember about 2 years ago, they had a talk at the Akamai Edge conference about how they dealt with bloated cookies. The company I work for has the same problem so I sat in to see what their solution was. The problem they were having is that all the various IBM lines of business added so much garbage onto the client's cookie, that eventually their pages would stop loadin…
How did your company solve it?
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#149Earlier quoted context omitted.
I use & depend upon plenty of products that are built upon AI - GMail spam filtering & categorized inbox, Google image search, YouTube & Netflix recommendations, cheque OCR at my ATM, predictive keyboards on my phone, Amazon's "people also buy with this product" feature, Google translate, computer opponents in games that I play, and all of the signals that feed into Google Search. The irony is that not one of these b…
>The irony is that not one of these bills itself as AI. It's just "a product that works" I think you are on to something, put differently: If you need to use the term "AI" to enhance the marketability of the product it is probably because the product sucks.
Re: Layoffs at Watson Health Reveal IBM’s Problem with AI
#150I've never interacted directly with IBM, but I remember about 2 years ago, they had a talk at the Akamai Edge conference about how they dealt with bloated cookies. The company I work for has the same problem so I sat in to see what their solution was. The problem they were having is that all the various IBM lines of business added so much garbage onto the client's cookie, that eventually their pages would stop loadin…
We have run into the same issue before. Many third party services like Optimizely for example just stuff all their tracking information into a cookie, serialized as JSON, which you as the site owner don't really have much control over. The problem is not that they wouldn't be able to parse the cookie, it's that Akamai edge node web server (Nginx or Apache, don't remember) rejects any request with a header that's abov…