Surprised that nobody mentioned this http://jasperproject.github.io/
Ask HN: Can we build Ironman's Jarvis with 2019 tech?
41–50 of 65 posts
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#42You could probably get 90% of the utility with a janky collection of shell scripts fronted by a voice recognition engine. Think Alexa/Google Assistant/Siri/etc with a bunch of company- or task- specific scripts. I purposefully ignore the robot-arm in an open universe capability, because that's still too far away, AFAIK. Jarvis in the movie was Hollywood smooth: made to look great in a movie. Even the goofs were great…
Actually you could've built Alexa/Siri etc back in 1997 with DragonDictate and a whole bunch of scripting. And in many areas it would've been just as good as what we have today.
Today the problem is a) the voice recognition part, which happens on-line though it shouldn't (introducing large latency and unnecessary Internet dependency), and b) scriptability, which is something none of the voice assistant vendors want to give to you, for business reasons. A better reality would have voice parsed on-device (possibly with models from on-line service providers), and available as a voice-to-text API that could be easily accessed by local scripts.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#43I'm pretty much doing that very thing. I'm quadriplegic, so every single action I want to take in the world has to be mediated through a third party. That said party is anything from another person to one of the digital assistants. As another poster mentioned I think, I control pretty much everything in my house including but not limited to unlocking doors, windows, climate control, the lights, posting to Twitter and…
It works for english, german, french, japanese, spanish, italian, and more coming soon!
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#44No. Absolutely not. Not even close.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#45I think we are closer than we think. The problem is that all voice control up until now is a closed app with simplified intents. In my opinion what we need is a programming language whose REPL UX is voice-oriented, that eases the separation between using and extending the system. Prolog or a lisp could be quite near but we would require some changes such as: syntax easily read (:- in prolog is not very good), the abi…
We need some type of Structured Query Language, call it SEQUEL, or maybe abbreviated SQL for short. /s Jokes aside, maybe a LISP-like Sentence Processing Language might be the future of this type of HCI.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#46Surprised that nobody mentioned this http://jasperproject.github.io/
Rhasspy is inspired by Jasper, but works by having you specify intents/voice commands via a grammar (rather than via Python). It then trains a speech and intent recognition system together to recognize those commands. Recognized commands are published over MQTT or POST-ed directly into Home Assistant.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#47I'm pretty much doing that very thing. I'm quadriplegic, so every single action I want to take in the world has to be mediated through a third party. That said party is anything from another person to one of the digital assistants. As another poster mentioned I think, I control pretty much everything in my house including but not limited to unlocking doors, windows, climate control, the lights, posting to Twitter and…
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#48Siri is still half deaf and tries to send me to the chip shop when I ask it to send a message and they have a ridiculous amount of budget behind that so probably not. At the moment our technology is like Zorg’s desk in Fifth Element. Stuffed full of toys but ultimately will let you down too often to be relied upon.
"send me to the chip shop" Do you have an accent by any chance - pretty much all voice recognition technology (Android, Apple, cars...) appears to be utterly flummoxed by my fairly mild Scottish accent. [Edit: to be fair, my accent is probably fairly mild by Scottish standards, not compared to RP].
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#49I'm pretty much doing that very thing. I'm quadriplegic, so every single action I want to take in the world has to be mediated through a third party. That said party is anything from another person to one of the digital assistants. As another poster mentioned I think, I control pretty much everything in my house including but not limited to unlocking doors, windows, climate control, the lights, posting to Twitter and…
I'm a #FitbitEmployee but I don't speak for Fitbit. Speaking personally, I'm happy that it's worked well for you so far, but I'm concerned if it's likely that your life will depend on consistently good HR from a Fitbit. Although manufacturing has improved a lot since Charge HR days, they still aren't medical-grade devices. You should talk to a medical professional about what to use to monitor your heart rate.
Re: Ask HN: Can we build Ironman's Jarvis with 2019 tech?
#50Earlier quoted context omitted.
"send me to the chip shop" Do you have an accent by any chance - pretty much all voice recognition technology (Android, Apple, cars...) appears to be utterly flummoxed by my fairly mild Scottish accent. [Edit: to be fair, my accent is probably fairly mild by Scottish standards, not compared to RP].
I’ve got a fairly heavy London accent.