There’s alot to get excited about. I’m just not sure everyone’s excited for the right reasons. I’m also not sure that our industry will really get what there is to be excited about. Cause (and here’s where I’m coming from) the degree to which you are excited should also be the degree to which you feel anxious. And I don’t see anxiety. I see the excitement but no one is talking about the fact that we don’t know how to use this new power given to us. We don’t. We just don’t. Know why? We have to completely reskill and rethink what were doing…NOW! It also means that if your having the right conversations your now talking to your marketing people, your business analysts and the dreaded IT department because you want to throw code into existing systems that is going to get data for you that you can use with what you build. And what you build needs to look something different than what your building now.
Perfect example. This happened yesterday.
Talking to a company that wants us to build courseware that improves product sales. Cool. I blogged a little about this over here. So what do we start talking about? We talk about whether there are any tools in place now that will help individual sales people see their own sales trends, see their strengths, weaknesses, etc? Well this discussion brings us up the corporate ladder now to the people who are directly involved with the operations and sales. Cool. We explain that we want to use actual data as part of the learning process. We want users to be exposed to where they see success and where they don’t. And we want to tie that experience into performance support and performance improvement. Essentially we need to go into existing systems that collect sales data and put some code in so that we can grab that data in a certain way and build experiences around it.
Whoaaaa there buddy. You mean training is gonna fuck with actual business systems….the same systems that make our company tick?
We show them a mobile application that we built for another client that tracks activities new hires complete. Its a self logging tool. We built the tool because part of the objectives for that build were to get people getting up to speed quicker (I know crazy eh? Instead of training what they should do we give them a checklist that exposes them to their own performance). A checklist that constantly reminds people what to do and also sends corporate brass information about how quickly people are getting their stuff done made sense.
We also showed them the line of code in Tin Can that tells me someone has checked something off:
"verb": "interacted", "inProgress": false, "context": { "extensions": { "title": "Don’t forget to bring your enthusiasm and pride! ",
See where it says ‘title’: Dont forget…. Thats a little piece of data about what I’ve checked off in my checklist. The checklist is one thing (performance support). Learning from it, is something else.
I also showed them another app where I’m answering a questionnaire and showed them this:
Reuben Tozman answered ‘Questionnaire/8: Do you have a Mortgage?’ with response ‘No
"definition": { "description": { "en-US": "Questionnaire/8: Do you have a Mortgage?"
Know when you have to fill out insurance forms and they ask you this?
I showed them all of this so that they understood I can plug into real systems, get data that feeds experience itself as a learning tool. Sorry…pause…what did I say there? Let me repeat. I want to use experience as a learning tool. Thats right, I’m not building anything other than exposure to experience as the learning (off my freakin rocker). I want to expose people to what they do while on the job, so that they can learn from themselves.
In any case….off topic. The real point here is that I’ve opened a really great can of worms that is going to freak out alot of people cause I want to mess with REAL FUCKING SYSTEMS. This my friends is a kiss of death. It is going to take so much time and so much effort to get in there that the excitement I feel when I think about potentially really being part of ‘increasing sales’, not just training people is mitigated by the fact that to do that I have a Mt Everest size task ahead of me.
This isn’t about being able to track what we build now more granularly, or being able to track local stuff, or social interactions (maybe some of this). Its about building stuff into the real world, the world that people naturally interact and making experiences we can learn from thats really the piece to get excited about. If your like me and do get excited about that then you’ll also understand that its gonna be a while before we get there.
Kris Rockwell made sensors talk Tin Can. That gets me so revved up. But imagine his conversations with the business people that he wants to mess with the sensors as part of a learning experience (It probably went very well)?
Isn’t this where we should be looking? Is it just me? Shouldn’t we be sticking our noses into the business to say I don’t want to build training. I want to use experiences happening in the workplace and work with those.
To make this whole situation really nerve wracking, you have to decide what to track, whats valuable, meaningful and why. You need to build your own dashboard and visualizations. You need to understand data science and become a data scientist. If this doesn’t freak you out, maybe it is just me.
By Kris Rockwell January 9, 2013 - 3:00 pm
Reuben,
Great post.
I want to take a moment to point out that the airline industry has been doing this for years. The FAA as a program called Flight Operations Quality Assurance (FOQA, http://en.wikipedia.org/wiki/Flight_operations_quality_assurance) that looks at real flight data in an effort to increase safety and decrease costs. It’s been fairly effective.
The FAA also has a program called Advanced Qualification Program (AQP) that uses a task analysis model within the training environment. Performance data is captured and measured against this TA for analysis (that’s the very short, simplified explanation). AQP has also been a very effective tool in the effort to reduce training costs and increase training effectiveness.
Both of these programs were the impetus for my development of sensor based data capture using xAPI. It makes sens when you think about it. Having said that, one of my big issues is the odd need to capture data with no purpose except random, useless analysis (something I believe you and I both this is, well, stupid). Both of the aforementioned FAA programs have a solid framework that describes what to capture and why. Understanding this and building a program from the ground up that explains what and why is the only way to make sense of “big data” as we move forward.
By Sean Putman January 9, 2013 - 5:27 pm
Love this Reuben. Anxious is the only way to describe it. We have started the process of trying to capture the user “click” information from our software using Tin Can. I feel like I am at base camp staring up Mt. Everest. Can we actually capture the data? Will we as a business know what to do with the data once we have it? Love what you guys are doing, keep blazing that trail!
By David Kelly January 10, 2013 - 9:08 pm
Thanks for providing a few examples of the Experience API in action. The more examples like this that can be shared, the more ‘real’ it all becomes for those that tend to tune out as soon as they hear the word ‘coding’.
Examples are what is going to make people start paying better attention.