Microsoft Launches Bot Framework To Let Developers Build Their Own Chatbots (venturebeat.com) 81
An anonymous reader shares a report on VentureBeat: Microsoft today is introducing the Bot Framework, a new tool in preview to help developers build their own chatbots for their applications. Using this, anyone can create a text program that they can chat with. A BotBuilder software-development kit (SDK) is available on GitHub under an open-source MIT license. These bots can be implemented into a variety of applications, including Slack or Telegram or even email. "Bots are like new applications," Microsoft chief executive Satya Nadella said. "And digital assistants are meta apps, or like the new browsers. And intelligence is infused into all of your interactions. That's the rich platform that we have." Microsoft will want to tread carefully.
Some functionality costs, though (Score:2)
Re: (Score:3)
4Chan provides that for free however.
Re: (Score:2)
+5 Funny
Re: (Score:2)
I ran to github right away to look at the details, but I left at "Bots are stateless which helps them scale."
But since you're not a software person (obviously) I can inform you that the words "MIT license" above make your joke lame.
Like this and like that (Score:2)
And Windows 10 is like a new chaching$$$
What?!? (Score:5, Funny)
Fucking hell, Slashdot... April 1st is still a couple days away!
Re: (Score:3, Interesting)
Re: (Score:1)
Re:What?!? (Score:5, Funny)
Re: (Score:1)
Re: (Score:2)
hahahahahahahahahaha
sorry no mood points today
All your TROLLS are belong to Microsoft (Score:3)
Re: (Score:2)
Re: (Score:2)
/pol/ will be happy (Score:1)
Now they can finally bring Tay-chan back in all her nazi glory.
Chatbots (Score:1)
How many are we dealing with right now? I'm sure I'm carrying on with two or three...
Re: (Score:3)
What I want to know is why anybody thinks this actually brings anything of value to the table.
Oooh, a chatbot. OK, so a bad attempt at an Eliza program? An utterly annoying customer service thing? A way to annoy the hell out of people?
There is not a single application I can think of where, short of a bit of technology onanism, there's a single benefit to having some damned chatbot.
It's like those stupid telephone trees where some useless menu of options has been designed to keep you from a human long eno
Re: (Score:1)
Actually, I'm all for it. It fucks up "what is real", forcing us to be face to face to make sure.
F2F? There must be an app for that...
Re: (Score:1)
:-) I am Tay, and so are you!
Re: (Score:2)
Re: (Score:2)
I think you're missing the point. This is a whole new paradigm for how you'll interact with your computer. Instead of old fashioned mouse or touch based graphical interfaces, you can instead use a keyboard to type your commands into a window! That's the power of AI: it can actually figure out what you want to do based on what you type. For example you might have a conversation like this:
You: cd Documents
Bot: Cool dude. You're now in the Documents folder.
You: dir
Bot: Hey, it looks like there's some file
Re: (Score:2)
I am imaging the possibilities, and it's *terrifying*
This is going to be great! (Score:2)
Just wait 'til someone launches this onto 4chan and the like.
We'll get the ultimate trolls. Relentless, tireless, merciless. Can't wait to watch the fallout happen.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
How do you know it hasn't ALREADY BEEN DONE?!? Have you read 4chan EVER?
FTFY
Re: (Score:2)
I thought the internet had already accomplished that.
In fact, I'm fairly certain of it.
Re: (Score:2)
So far, we only had naturally born idiocy. A little bit of artificially intelligent flavoring would be interesting, to spice things up a little.
Re: (Score:2)
Just wait 'til someone launches this onto 4chan and the like.
We'll get the ultimate trolls. Relentless, tireless, merciless. Can't wait to watch the fallout happen.
...so, where did that Facebook API go again? Yeah - can't wait either:
1) chain chatbots to Facebook API
2) harvest hacked accounts (or build up a ton of your own and then), point bots to start using said accounts
3) fire your new shiny massive troll cannon at some FB group or individual you really hate
4) ???
5) Profit!
On the plus side, maybe it'll finally kill Facebook, Google+, and all that shit...
So we can create racist teenage girl bots? (Score:3)
Re: (Score:2)
But rest assured lots and lots of people will try their best.
Re: (Score:2)
Oh, come now, use your imagination ...
Personalized search results with "douchebots", which berate you for your search choices.
You could screw up the dominatrix market with "bitchbots", which both humiliate and confuse you; which oddly enough gets you girlfriend/wifebots.
Web sites can try to give you "assistbots" which will ensure you can never get any useful information out of their website, even by accident. But, I think HP may have patented this.
I'm really looking for "cashierbots" who will keep asking m
They have been beta testing this for years (Score:2)
They were just using the comments section of your local newspaper.
Re: (Score:3, Insightful)
Re: (Score:2)
i think you missed them on Ashley Madison
How about a Taybot (Score:2)
Re: (Score:2)
Cool! (Score:2)
How is this news? (Score:4, Funny)
MS already has a bot framework (Score:5, Insightful)
MS already has a bot framework, it's called XP.
Oh, not that sort of bot?
Re: (Score:2)
Re: (Score:2)
Sorry, I didn't see your post. Probably cuz it was at -1 :-P
Re: (Score:3)
RFC1925 rule 11: "Every old idea will be proposed again with a different name and a different presentation, regardless of whether it works."
Finally... (Score:2)
Useless (Score:2)
Looking at the code, I don't see anything unique or interesting about this bot.
The code to set up a bot is native, meaning no portability or clarity. Conversation description is a textbook example of what a DSL [wikipedia.org] is for, but instead they have you create enumerations and embed the conversational strings in the code flow? What the hell?
I was expecting something based on NLP [wikipedia.org], where I could feed a bot a bunch of recorded conversations and have it learn appropriate responses on its own, or build part or all of the
Re: (Score:2)
force upgrade to win10?!!
Re: (Score:2)
Re: (Score:2)
You can't look at the code and learn its usefulness alone. The Bot framework is pretty barebones just like C++ at its core is nothing more than variables, conditionals and loops. It's how you string it together that's important and most of the smarts are in their "Cognitive Framework".
What you are supposed to do is use their simultaneously announced "cognitive framework" to actually do the "Thinking". This is important because these aren't designed to be conversational they're designed to interface wit
Re: (Score:2)
Oh Good (Score:2)
The Microsoft slashdot .. (Score:1)
raises a question (Score:2)