AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

How about a chatbot to help you build a chatbot?
 
 

This could be a joke but with all the non-programmers who want to build customized chatbots, should there not be such a development engine with its own natural language interface?

 

 
  [ # 1 ]

Hi Peter,

If an interface waits for input, then it may slow down the chatbot build, I think.

What do you think?

 

 
  [ # 2 ]

Yes, if you do not know what to input…that would slow down development

 

 
  [ # 3 ]

It’s a normal build - decide of the objectives and create the system as if it is any other kind of system.

Why would would this slow down development ?

 

 
  [ # 4 ]

That’s a cool idea Peter!!! I’d love to have one over here grin

 

 
  [ # 5 ]

I’m working on such a thing - it’s a pretty good idea Peter.  It’s a java gui app that sits ‘in front’ of a chat server and allows you to participate/modify the stream which generates files to be used to update the chatbot.

I have a ‘live’ mode where it interjects itself into the chat stream and a real person can modify the answer within a time bound, which gets sent and the data of the modification queued for updating the bot.  There is also a ‘replay’ mode where you get one side of a chat log and can write answers in order to start populating a bot easily with common questions/answers.  It’s currently a wrapper around chatscript and I do plan on open sourcing it eventually.

 

 
  [ # 6 ]

NORMAL INTERFACE
HUMAN: input => ROBOT: output

CUSTOM INTERFACE
ROBOT: output => ROBOT: input

 

 
  login or register to react