Fixed Stickymap Today

Version 2 of the Google Maps API was deprecated back in 2010 - over 8 years ago! And yet for all that time, my creaking old website, stickymap.com remained functional.

I built Stickymap as an undergrad and during my first couple years out of school. In fact, I developed it further in 2008 during a multi-week leave from work similar to what I'm doing now! Stickymap was all about "sharing your neighborhood". It was developed in the 2000s - the era of web 2.0, wikis, universal broadband. Desktop and laptop computing reigned supreme. The idea was to have everyone share their locations on a map, and contribute to this great resource.

Many things have come after it - notably Foursquare - but I still love to look back on it, which is why I like to keep it up.

Well, a month or so ago it stopped worked. Google said "8 years is enough time - everyone has to get onto version 3 of the API by now". Why do they care? Well - they can charge you for version 3 for one thing. It's unclear how much I'll be charged - hopefully zero for a non-trafficked archive site.

The interesting part of today was going through a 12-year old javascript codebase - written by an amateur (me at the time) without any of the frameworks which exist today. Is this workable?

Turned out that I was able to figure out Google Maps v3 in a day. I breathed life back into the site. For now, you can explore the map and see what people posted in the past. Adding to the map and the local search feature will have to wait for another time.

I slipped in some Amazon affiliate ads - in case I get a lot of traffic and Google starts charging, I'm going to need a way to pay!

Marsbot and Chatbots

 
marsbot

marsbot

 

I spoke about Marsbot a number of times on this blog, but I wanted to write my own (short) piece on what we did and why we did it. The short of it is that Marsbot is a personal assistant that tells you about all the best places around you and what to do there. The secret sauce is that you don't have to put much into it to get use out of it - you just download the app on your phone (iPhone or Android) and it automatically discovers where you go and what you like. Sometimes it'll ask you a question or two, but it also infers a lot automatically.

To get more information about it from a product perspective, I recommend that you check out both Dennis Crowley's post on Medium and also from Foursquare (and Marsbot) Product Manager Marissa Chacko.  You can also check out my talk at Talkabot in Austin. We all worked together on this for a while and are pretty psyched about the results.

Especially last December, when we got on Mashable's 12 best Apps of the year. It's nice to be on the same list as Pokemon Go - even though we far fewer users.

Now that it's been out for a while, here are a few of my takeaways from the experience.

1) Context is everything. Discoverability in the bot space isn't going to be like discoverability in the app space. There probably won't be a "bot store" and even if there is, it'll be very difficult to break through like the App stores. The winners are going to have to stand out and learn something very specific about users to help them complete a task (or have fun). Foursquare now has the Pilgrim SDK to allow other apps (and in the future hopefully bot platforms) to have the same superpowers that Marsbot has.

2) Natural Language Understanding (NLU) is the ability for a computer to understand human input. When it comes to bots, sophisticated NLU doesn't mean much unless the backend code can actually act on that understanding. For example, suppose you text Marsbot to say that the recommendation is "too far". An NLU system that gets that is only worth it if there's a backend module where Marsbot can give a closer recommendation. (There is by the way)! Therefore when it comes to bot design, I think the thing to focus on is what actions you want the bot to be able to take and expand on those. The NLU can be heuristic-based at first, and one day can be replaced by a sophisticated AI system only after a wide variety of actions are coded in the system.

3) I'm really into the conversational aspect of this. The hook for Marsbot is that it talks to you, not the other way around - but many of our users talk to Marsbot and seem to try to form a friendship with it. I imagine a seamless conversation where you can object to Marsbot's recommendations (for both places and menu items) with reasons until it comes up with a solution. I mentioned this in my talk in Austin, and some of it is implements (too far, too expensive) but Marsbot doesn't understand more than 1 command at a time. It would take a bit of work to make a fully-fleshed out human-like conversation working.

4) Marketing these bots and getting them to capture the public imagination is hard. Marsbot was lauded in the tech press, but the user numbers remain small. And even if you can build a bot with very large user numbers, how do you transition from being a fun curiosity to an indispensable tool that people rely on? I think a lot of bot-makers are doing some interesting things in the enterprise space where they can sell their technology to organizations. For the individual consumer space, the secret to the bot-hit is still elusive, but may be cracked someday!

5) You haven't heard the last of this technology from Foursquare. I think that our Pilgrim SDK will power bots like Marsbot, and our NLP + recommendation powers will continue to grow. If you're in the US, download Marsbot on your iPhone or Android device, and let me know how it goes (@maxsklar)!