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.

How to Think Real Good (2013)

131 pointsby michael_fineover 5 years ago

3 comments

gyuserbtiover 5 years ago
Interesting read that loops full circle to classic AI debates.<p>I was frustrated a bit by the dismissal of probability theory, though, as if Bayes theory solved it, and by extension, and probability as a whole could be dismissed.<p>A lot of the issues the author raises are limitations with Bayesian (at least classical Bayesian) theory. The author&#x27;s critisms dovetail with some areas of probability theory (cf Jaynesian or algorithmic probability literature); I suspect their concerns are one in the same at some level as some of the concerns discussed there.<p>The problem is uncertainty to various degrees is fundamental to reasoning, so probability must be involved at some level. An integrated approach is needed. I agree that Bayesian theory per se isnt the end of the story, but something involving probability will be part of it (and because Bayesianism is a big part of that, probably that too).
评论 #21898847 未加载
mercerover 5 years ago
&gt; Work through several specific examples before trying to solve the general case. Looking at specific real-world details often gives an intuitive sense for what the relevant distinctions are.<p>This describes well why I like the more functional approach to programming (whether within an OO framework or otherwise). I often find myself solving a problem a number of times before I abstract it. And usually creating said abstraction before the problem appears leads to over-engineering.<p>When writing &#x27;functional&#x27; code, I come up with solutions that are isolated enough that I can later replace them with various more abstract solutions, whereas the more OO or procedural approach can leave me with a mess that is too much work to disentangle.
评论 #21901597 未加载
woodandsteelover 5 years ago
In terms of academic philosophy, I would say he is doing a version of pragmatism.