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: What kind of smart robots can we make with existing tools?

1 pointsby ohblahitsmealmost 10 years ago
Hi HN,<p>I&#x27;ve been reading Nick Bostrom&#x27;s Superintelligence and I&#x27;ve been thinking (dangerous, I know). I wonder how far we are from creating some pretty intelligent robots by combining the tools we already have. Here are some ideas:<p>Hardware: Raspberry Pi or similar micro computer head. Attach a wifi dongle (or maybe 3G as well?). Create an API on EC2 to communicate with. Use wheels to move around and attach a webcam, microphone, and speakers. Probably need an arduino to control the wheels and whatever other sensors you have attached.<p>This is a latency vs cost issue, I think. You could create a computer in the robot and have it process things without sending back and forth over wifi, but you get more processing power with an API on EC2 and it&#x27;s more feasable to rent out that space rather than buy parts.<p>Features:<p>- Webcam<p><pre><code> - Realtime Facial recognition. Something like this: https:&#x2F;&#x2F;www.mashape.com&#x2F;lambda&#x2F;face-recognition#!documentation - to add a face you can set it in meeting mode and take some pictures and add them to the training dataset. - store info in a database with timestamp:name. - Realtime Object recognition. Similar to above. Store it in a database that has a timestamp and a list of objects seen. - Text analyzer&#x2F;handwriting - use: solve math problems (send text to wolfram alpha, it&#x27;ll evaluate it and send it back)</code></pre> - Microphone&#x2F;speaker: - text to speech to talk back to you. - voice recognition - look stuff up on Wolfram Alpha or similar service: has basically every fact you could want.<p>What other stuff could you see added into this? Just from these ideas, which I think would only require time and a little money to put together, I see an AI with at least a grade school level of intelligence.

no comments

no comments