Putin's war on Ukraine has entered its next phase, one of destruction and slaughter of civilians. It is also a part of Putin's World War, a war on the civilized world of international law, democracy, and any threat to his power, which he declared long ago. 1/13
@einkoenig Some dialog problems have no good logical rules but lots of great training data. ASR is a #1, NLU a distant #2. Business logic is not like this… so dialog systems need to break from ML to logic at some point. I put the break point midway in NLU. App code should be logic.
@einkoenig @die_lautmaler Very nice. Another important model, distinct from finite state, might be called an actor model. Many components/actors tracking state & acting cooperatively. Add hierarchy and it’s powerful and manageable. This is the basis for Alexa controls framework
@LetMyPeopleCode As a long time windows guy I was unable to switch to mac successfully in a full year. So much muscle memory and system knowledge was going to waste. Since WSL came out I don’t see a good reason to try forcing it
Alexa SDK Controls manage user-interactions for specific needs and dovetail seamlessly to create complete skills. Join the poll and slack discussion to have your voice heard - what do you want/need? https://t.co/gEKIsLJtXV @alexadevs#AlexaSkills 👂✏️
Hi @alexadevs, join me at https://t.co/oOjaKsaHO5, channel "ask-sdk-controls", to discuss the dialog features you would like to see in ASK-SDK. In particular: what user-input and dialog management challenges do you face - perhaps a configurable dialog control can solve it?
Hi @alexadevs. Have you had a chance to look at our new ask-sdk framework for skill building? We are in beta and want your input! https://t.co/aLlchxNdlU #alexaskills#askmeanything
Shout out to @m3liddell for his hard work designing an in-code abstraction for dialogs with Alexa. Definitely worth a look. The “focus” concept is a simple, yet powerful innovation.
@marktucker@alexadevs Controls validation functions allow you to return an object with either a code (for later rendering) or literal prompt. Any prompt can be SSML.