Posts

Lessons that 2017 taught me

Image
Photo by  Annie Spratt  on  Unsplash I never used to see the point of "end of year round up" blog posts. But the journey that I've been on during the past year has lead me to reflect on what I have learned. The beginning of the year started off with me thinking about being data informed . This was balanced by a survey that showed this work had paid off . Since then I have put in processing to help collect and report on what we guided us to detect changes. Learning R and creating a repo to share the data processing recipes  has been the culmination of this. Data isn't just an important topic for product management, combined with ethics it's a topic that is increasingly touching our lives. My interest was first piqued in my reading during April .  Later in the year as GDPR started to loom on the horizon I took a course on Ethics and Law in Data and Analytics . This was a great course that covered not only some philosophical exploration of what it m...

What to look for in innovation

Image
Photo by  Andy Kelly  on  Unsplash This week I attended a webinar on AI in the aviation industry. I don't envy anyone in doing a summary of AI in under an hour leaving enough time for the rest webinar! IT's a shame that one bit that gets missed is the role of supporting technology or ecosystem in innovation. Looking back one of the big factors allowing AI to become useful has been the supporting technology. Namely, speed of processing power and availability of memory. Taking a different industry, the Netflix business model was helped by increasing broadband speeds, encoding formats, and again processing power. The change in the shape of overheads was probably a key enabler. Switching to an internet streaming business allowed the delivery mechanism to scale on demand. Going to the root of both of these, Get off the grass by Hendy and Callaghan had the best history that I have read of Silicon Valley. The innovation didn't come from research into com...

R for Product Management

Image
Photo by  Štefan Štefančík  on  Unsplash Since my previous blog post I have made some progress on being able to replace most of what I currently use Excel for with R scripts. I have also launchjed a project to collect together some useful recipes for other Product Managers on GitHub called " R for Product Management " So far I have samples that cover the following data sources: Google Analytics - to my previous learning have added analysis of browsers used by site visitors and an example Shniy app for data exploration. InfluxDB - Working with time series data generated by the product, the two examples here are API response times and feature usage. This includes an example of manipulating time series data to set missing values to 0 for plotting. UptimeRobot - Simple example of taking error data and using a pivot table to explore the data, after some cleaning and filtering. This kind of workflow can be useful with large data sets. One thing th...

Starting text mining with R

Image
Like a lot of Product Managers I use Excel with tools like Google Analytics a lot. Probably like many people I find Excel very frustrating. So having been technical in a previous life , I decided to give R a try . What is R?   R is an open source programming language and software environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. The R language is widely used among statisticians and data miners for developing statistical software and data analysis. After taking a simple intro course, I started to look around at examples of doing more interesting things. From a work point of view Topic modelling seemed really interesting. Unfortunately a lot of the example code missed a large step (or two) in being useful!  So I forked the most complete example that I could find in GitHub called " Text-Mining ". This did lead me down a bit of a rabbit hole but eventually I had an R script that collected data, cleaned ...

An evening with Monzo

A meetup that was a bit different for me last night, organised by the Monzo bank's community team. They have had events in their office in London and have expanded this to a roadshow visiting different locations around the UK. Luckily for me they came to Brighton a couple of streets away from my office. Monzo is a new take on banking that makes use of technology to innovate. It's similar to  Root , which is really bare bones "build your own bank", or Entropay , which is going for those that want to easily create online virtual cards. But Monzo is going for a standard bank product, at the center of your finances and re-imagined in a swish app way. It's an overused cliche, but in terms of experience it's like Uber comparing to traditional taxis. I like the product and what they are try and do to help people . The two talks were “Inside the Partnerships Team” by a developer in that team and "Working from home - not remotely difficult!" (Remote worki...

First mistakes and successes in the Bashfully MVP process

Image
This is  part of a series  about my side project  Bashfully , which aims to give graduates and other new entrants to careers a seasoned professional level way of expressing themselves through the super power of story telling. Following the core principles of being discoverable, personalised and guiding in approach. Since writing about Public beta and starting the MVP process I have gained more insights about our Bashfully launch. These are around what we have got right vs wrong. Successes Having a pre-release landing page Having a baseline twitter campaign  Using the above to get a baseline conversion ratio The Twitter campaign had a segment list, budget, and set of content we could re-run. This allowed us to see that the Twitter engagements this time weren't being matched with similar conversion rates. Exactly what we got wrong is what are trying to prove. But one thing is that we inadvertently changed a variable on the landing page. This too...

Public beta and starting the MVP process

Image
This is  part of a series  about my side project  Bashfully , which aims to give graduates and other new entrants to careers a seasoned professional level way of expressing themselves through the super power of story telling. Following the core principles of being discoverable, personalised and guiding in approach. So deciding to "go live" shouldn't be a difficult decision ... in fact getting people interested enough to use an early stage project is hard enough! This is the latest instalment talking about going through the MVP process with Bashfully  - my side project that hosts online profiles. Once we did though we got to see some real behaviour. So far this has lead to us: Cutting two stages from the on-boarding process Improving the layout and language in on-boarding Adding a page describing the profiles in Bashfully Made the "Call to actions" more prominent on the home page Prioritised some mobile layout fixes after seeing...