TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is it me or AI is the new Cloud?

11 pointsby jeanpraloover 7 years ago
I hear AI here and AI there. Throw in bigdata and blockchain you have the perfect marketing combo. Question remains, is AI actually useful for most of us, and as a developer am I qualified enough to work with it. Tensorflow being quite complex.

8 comments

mbrockover 7 years ago
In a few years, what we now call &quot;AI&quot; is probably going to be a necessary part of at least most user-facing systems.<p>Like, we&#x27;ll go from calling this thing &quot;AI&quot; into just thinking that systems that don&#x27;t have these basic cognitive functions are really stupid and tedious.<p>Decades ago, you might have considered spell checking a form of &quot;AI&quot;. Now, maybe we would consider an advanced grammar checker &quot;AI&quot;. Maybe in five years, we will appreciate &quot;semantics checkers&quot; that check if what we say actually makes sense, or &quot;pragmatics checkers&quot; that make sure we aren&#x27;t using an inappropriate tone of voice.<p>In a way &quot;AI&quot; is just a name for the frontier of making computers work for us.<p>But just like you don&#x27;t need to be a compiler engineer to use advanced programming languages, you probably won&#x27;t need to be a machine learning engineer to build user-facing systems.<p>So a lot of &quot;AI&quot; companies are focusing on building APIs for other systems to utilize. Double buzzword whammo: AI in the cloud!
bsvalleyover 7 years ago
You&#x27;re a little late to the game :) It&#x27;s been at least 2 years since people started throwing the word &quot;AI&quot; everywhere. Amazon was intensively using AI in 1999. As someone mentioned, it&#x27;s been out since the 50s.<p>Buzz words are essentially generated by investors, used by companies and then consumed by the media. When you hear about something from the media, it&#x27;s already too late.
评论 #15175925 未加载
评论 #15171233 未加载
SirLJover 7 years ago
Personally I don’t believe a real AI currently exists today (with one military caveat bellow).<p>I am not in the filed and I am not even a developer, but I do enjoy building trading algo robots on the side (they are quite successful, so I am not sure what is the side anymore, my real job or my side project earning me more on a monthly basis) and I really keep an eye on the so called AI space, because I believe my systems will be profitable as long as humans are involved and trading the market (either manually or with algos)... Essentially what we see today are rule based and data driven systems, but the logic behind is all human with its own greed and fears (especially talking into the stock market context)<p>I think the real AI will come form the military (as all other great live changing inventions), so what I am looking for the determine if the singularity already occurred is something like this: news report about a drone swarm enters in to ISIS controlled city and kills all terrorists and not a single civilian casualty...<p>I hope you get the idea and who knows, the real AI might be as greedy and fearful as us humans, which will not be a good thing about the human race to say the least...
评论 #15175859 未加载
bruthover 7 years ago
AI has been a field since the 50s (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Artificial_intelligence#History" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Artificial_intelligence#Histor...</a>). Methods have been developed over the years, but the primary blocker has been computing power and data sizes in order for them to be effective. That is the primary reason they appear &quot;in vogue&quot; now because we have access to cloud computing and large datasets (or synthetic ones can be generated).<p>The best thing you can do as a developer to determine if AI is relevant to you, is read about how AI is being applied (the use cases) and if they sound interesting, learn the methods. Eventually you will discover if and how they apply to your work.<p>I can&#x27;t speak to blockchain but that is orthogonal to AI.
onetwotreeover 7 years ago
TL;DR; tooling is improving rapidly, and while this AI boom will someday end, we&#x27;ll be left with tools to incorporate the things that do work in our everyday work.<p>Working for a &quot;digital innovation lab&quot; where a big part of my job is sorting out things that developers can actually use to make cool products from Gartner report buzzword hell, I have a few thoughts about this.<p>Historically, AI has seen boom and bust cycles. AI, unlike other buzzword technologies, has a large cultural mythos about it - Asimov didn&#x27;t write &quot;I, EC2 Instance&quot;, after all. Thus, non-technical people have very strong and often unrealistic set of expectations around AI, so every time there are technological advances, people expect that general AI is right around the corner, and are disappointed when it doesn&#x27;t materialize. Right now, we&#x27;re experiencing a boom cycle as a result of the emergence of deep learning techniques. After every boom, funding dries up and investors loose interest, but the techniques that really work stick around and become part of a developers everyday toolkit.<p>Like all &quot;black sorcery&quot; technologies, AI has a ways to go in terms of building convenient tooling. Tensorflow is a huge improvement over writing low level CUDA code, but it&#x27;s still too low level for folks without a strong background in mathematics and machine learning. That said, it&#x27;s been improving in usability, documentation, and tooling, and just a couple of weeks I was part of a hackathon where we turned their pet recognition demo[1] into software to detect objects of interest to my company in satellite images.<p>At an even higher level are a number of startups (such as Clarifai[2]) that offer AI-as-a-service. In Clarifai&#x27;s case, you can train your own image recognition models and apply them with a few lines in your favorite programming language (yeah, yeah, I&#x27;m shilling them a bit, but I really like their product ;-).<p>So at the end of the day, I think we&#x27;ll all be building various kinds of AI into our products in the not-so-distant future, but you won&#x27;t really need to go deep into tensorflow and similarly low level tools to do so.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;tensorflow&#x2F;models&#x2F;blob&#x2F;master&#x2F;object_detection&#x2F;g3doc&#x2F;running_pets.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tensorflow&#x2F;models&#x2F;blob&#x2F;master&#x2F;object_dete...</a><p>[2] <a href="https:&#x2F;&#x2F;clarifai.com&#x2F;developer&#x2F;quick-start" rel="nofollow">https:&#x2F;&#x2F;clarifai.com&#x2F;developer&#x2F;quick-start</a>
评论 #15178848 未加载
评论 #15173189 未加载
jstewartmobileover 7 years ago
Will probably need a vague working-knowledge of it.<p>Even if AI stalls out again for a while, you&#x27;ll probably still have to integrate some piece of ready-made AI into a product at some point during your career.
owebmasterover 7 years ago
And also the new scapegoat. AI is gonna fire nukes, AI is racist, AI is the end of the world. Not the men behind the algorithms and their functioning, blame the AI.
mindhashover 7 years ago
AI is going to be next API.. every Dev will use it in some form