Please understand how frustrating this obvious, on a
mobile PC, prior-art-invalidateable patent is:
def on_voice_input(audio):
text = speech_to_text(audio)
tasks = parse_text(text) #
for task in tasks:
exec(task) # run locally, or
exec("ssh user@remote_host -- $task") # run remotely
Isn't that what Hal does in "2001: A Space Odyssey" (1968)?
Pretty sure there were voice command apps for Palm, Symbian, Blackberry, WinMo, etc; years before the date on the cited patents.
(And furthermore, such has certainly been possible on desktop computers (PCs) for many years prior to 2017.) E.g. Dragon Naturally Speaking (now Nuance) has been able run to custom commands `on_voice_input()` on a PC since the early 2000s at least IIRC)
Given voice commands prior art,
to then run a remote command - over SSH, for example - is an obvious next step and thus not a patentable invention to this reasonable person.