Skip to main content

KooKoo Hackathon Winner Interview

“With KooKoo APIs, I could transform my idea into a Real App” says Yadunandan Batchu, Winner of 1st KooKoo Mashup Challenge

Yadunandan Batchu, winner of the first KooKoo Mashup Challenge worked on mashing up KooKoo APIs with Bitcoin to bridge the financial divide between the online and offline world. The problem statement in his own words:
"To reduce the huge financial divide between the online and the offline regions of the world, I have tried to fill the gap through the KooKoo IVR system along with bitcoin platform (network probably). Using the app, you can interact with the bitcoin network offline with the Pubkey-Privkey pair stored in the database (which will be encrypted using the authcode). 
I have used: 
1. Toshi API (for bitcoin blockchain data) 
2. NodeJS for development (ExpressJS & JSON-to-XML parsing library from npm
3. Heroku to host the development files (there may be some sleep timings since it is a developer account) 4. GoogleSpreadsheet API with service account (for temporary database) 
5. Direct use of KooKoo REST API through XML responses 

The hack is still a limited prototype. Need a lot of fixes (Currently can send transactions only if there is a unspent_output with value greater than the amount to be sent). Future steps: 1. Encrypting the data base with the User’s authcode (can also use Voice encryption). 2. Leveraging the secure database for off-chain transactions for immediate confirmations and spending. 3. Integration of Outbound_SMS services for each confirmation step. 4. Integration of Inbound_SMS services for registration of bitcoin public keys out of the system through One-Time-IDs. 5. Optimizing the use of unspent_outputs for efficient network fees."
Here is what he says about his experience with KooKoo APIs
  1. Why did you choose this problem?

I am very passionate about the Bitcoin concept and I had this idea for a while but did not know how to approach it and build on it. When I came across the KooKoo Mashup challenge and got access to the Kookoo APIs, it took me couple of days of work to crack the problem. I just wanted to grow the reach of bitcoin to offline users. Most population is not connected on the internet so the idea was to reach out to the offline users. I have given a provision to transfer Bitcoins over phone numbers.
  1. How did you find the KooKoo APIs?

It was very easy to adapt. Initially, I found that there was documentation only for Java and php so I had to use bare xml to interact with KooKoo. It would be very helpful if there would be more documentation and library for all languages. I also suggest that developers be given free outbound SMS service for developer accounts. This could be provided with some limit for developer accounts. This facility would have allowed me to integrate the app with sms. I did not explore it because it was a paid service.
  1. How much impact do you think Bitcoin will have in the payment industry?

It is surely going to become a mandatory payment option very soon and might replace some of the traditional methods like paypal, western union and money bookers. It is also being called as an asset class if not a transaction instrument. It is expected to surpass gold investment and will be considered more reliable investment. Some of the countries like Lithuania, Argentina are pressing it to be a reserve currency by the government.
  1. Will you continue this project to build a Startup?

Yes definitely. But, I need to put in a lot more work to create a business model with a viable revenue model.  In the long run, the centralised model for Bitcoin will not work. It will not work with centralised servers and nodes, it has to be decentralised. But for initial take off, centralised servers are ok. It is a fascinating model and can be implemented in any industry. I am also interested in Shared Immutable Ledger concept, which does allow one to tamper with the data in the database. Microsoft is aggressively working on this with Block chain as a service on Azure.
  1. Any other comments, for young hackers in the country?

Hacking is a great way to solve problems innovatively and find how other people are addressing the same problem in different ways.

Popular posts from this blog

Cloud Telephony-History and state of the art

Well, its been 11 years since Twilio launched their voice API in November 2008. I would say that was a major turning point in the cloud telephony industry. Before that, for people to build telephony applications, you either had to depend on proprietary platforms like Avaya dialog designer or build on arcane technologies like VXML which again was supported at varying degrees by the incumbents. Enter Twilio with their voice API and the industry changed for the better. Since it's been almost 11 years now I thought now might be a good time to do a comprehensive review of the cloud telephony industry as a whole in general and in India in particular. The Beginning Twilio was undoubtedly the startup which ushered in the era of cloud telephony. They started in November 2008. At that time in India, we at Ozonetel had launched a hosted VXML platform. There were no takers. After all who coded in VXML :) So when Twilio launched and we saw them take off, we immediately realized tha...

Google business messages and chat agents-A match made in heaven

Google has launched Google business messages without much fanfare. It's just a small button that pops up when someone searches for your business on Google. But from the conversation industry perspective this is HUGE .   Do you know that the small call button drives millions of calls i n a year for pizza joints and other retailers in the US. Businesses spend more than a trillion dollars supporting billions of customer service calls each year. Now imagine how many chat conversations the "Message" button can drive.  Think of how customers interact with business. 1. Search on Google. 2. Click on web site link. 3. Web site shows chat pop up and tries to force the user to chat.(Annoying. I know :)) 4. User clicks on chat and starts conversing with a bot or an agent. This flow can now be completely changed. The new flow can be: 1. Search on Google. 2. User clicks on Message and starts conversing with a bot or an agent. What if you could design a customer experience that helps...

Telugu ASR speech data collection

Image Source: IIIT-H Developing an indigenous ASR for Indian languages has been a goal for us since a long time. In that regard we have been experimenting a lot, trying out various neural network architectures.  While doing these experiments we found that there was no good dataset for Indian languages. While discussing with IIIT professors we got to know that the government of India was also exploring options to generate a good dataset. We immediately offered our help and our platform for this endeavor. So, as a starting step we have come up with a few campaigns to encourage users to donate speech data. We wanted to make it fun, so our first few campaigns are along the lines of JAMs(Just a Minute speech topics) etc. A topic will be provided and you need to speak for a minute on that topic. We have started this campaign for college students to start with. Of course anyone can participate and contribute their data. The more the merrier :) We will adding a lot more innovative ways ut...