You don't need ML/AI, you need SQL
11–20 of 87 posts
Re: You don't need ML/AI, you need SQL
#12What was the Twitter thread/HN thread referenced about using "boring" approaches to solving problems?
Re: You don't need ML/AI, you need SQL
#13Re: You don't need ML/AI, you need SQL
#14But you don't gain ML/AI know-how by doing SQL, nor you discover previously unknown potential about your product buy sticking to your usual toolset. Not that I necessarily disagree with the OP but I find it deeply uninspirational. What's the difference between using ML/AI for problems traditionally solved by some other tool and using any other tool to solve the same problem unconventionally? Both can be "hacking". I…
Re: You don't need ML/AI, you need SQL
#15Maybe I'm niave, but are there really people who want to hop on the AI bandwagon just to do mundane lookups like this? When I worked with machine learning many years ago, we learned that it was no better than the heuristics already in place. The thing is, it's much easier to diagnose a well written and understood heuristic than a machine learning model.
A few years ago I was called into save a dying project. They had built some big Hadoop cluster, had consultants on site, etc.
End of the day, they were doing something similar to assessing fines on library books. I wrote a prototype in about 3 hours.
Re: You don't need ML/AI, you need SQL
#16Maybe I'm niave, but are there really people who want to hop on the AI bandwagon just to do mundane lookups like this? When I worked with machine learning many years ago, we learned that it was no better than the heuristics already in place. The thing is, it's much easier to diagnose a well written and understood heuristic than a machine learning model.
Kafka, Kubernetes, and things like Spark and machine learning are basically the next stage of the "data is King" hype cycle that Hadoop was a few years ago.
Re: You don't need ML/AI, you need SQL
#17But you don't gain ML/AI know-how by doing SQL, nor you discover previously unknown potential about your product buy sticking to your usual toolset. Not that I necessarily disagree with the OP but I find it deeply uninspirational. What's the difference between using ML/AI for problems traditionally solved by some other tool and using any other tool to solve the same problem unconventionally? Both can be "hacking". I…
A correct machine learning solution for a non-trivial problem is very likely to have higher complexity than a traditional approach known to work. For a toy or hobby problem, all's fair, but for a business application the added complexity can have significant impact on cost, time to market, etc.
Re: You don't need ML/AI, you need SQL
#18Re: You don't need ML/AI, you need SQL
#19sql is great but i am still waiting for the succesor to sql. sql was made for relational data. but a relational data with nested data structure kind of like postgres and jsonb built in mind from the ground up is what id really like to see.