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: At what point does it stop being a program and start being AI?

2 pointsby javabankover 9 years ago

1 comment

rvr_over 9 years ago
AI algorithms try to mimic some aspects of human biology or human behavior to solve problems that cannot be solved quickly using polynomial time algorithms. If the program&#x27;s core is based on AI h, then you can loosely call &#x27;em &quot;AI programs&quot;.<p>You can think of AI as &quot;imprecise computation&quot;. If you can improve precision over time, it becomes &quot;machine learning&quot; (this being the current buzzword of the field).<p>Note that I don&#x27;t agree with simple rule-based systems being classified as AI, even with that naming being heavily used on games.