in Kachwanya, Kenya, technology

Tech blogs in Kenya suck! It’s something I’ve said before in other platforms and fora. I knew it empirically but didn’t have the hard data to back me up. I do now.

Let’s get into why I’m the right person to be talking about this:

  • I’ve been reading tech news on an almost daily basis for more than 8 years now
  • I’ve been following the local tech scene almost as long.
  • I have a degree in Computer Science.
  • I’m a part of the ecosystem.
  • I have the skills to do this analysis
  • I’ve been thinking about this for a while now, almost a year

While it’s entirely possible to analyse more than one blog I decided to do only one as a sample. The blog I choose for this is Kachwanya because:

  • It’s been around for a while (since at least 2008)
  • It appears on various lists around the web on the topic
  • The founder of the site, Kachwanya, is the head of the Bloggers Association of Kenya
  • Kachwanya’s operations are based out of the Nailab
  • It’s as good an example as any
  • It apparently makes money

I’ll now get into how I extracted the data, a bit of how the technical analysis was done, explaining some of the techniques behind this. If you’re more interested in what I found skip to the next section.

The Analysis

I worked with the assumption that the titles of the posts would give me insight into the overall content of the site. So I used a service called Kimono to extract all the blog titles for the past two years, to about 2 months ago. This came to about 2300 entries. I also extracted other meta-data, such as the author of the posts and the tags used on them.

The rest of the analysis was done in the R programming language, using RStudio.

Next I did a simple frequency analysis to see which were the most frequently occurring words in the dataset. I had to remove stop words (commonly occurring words such as ‘a’, ‘the’, ‘it’) that would add no value to the analysis. I also made a word-cloud that visually represents these frequencies.

A word cloud of what is on Kachwanya [click image to enlarge]

Finally I wanted to look at the words associated with certain keywords that appear most frequently and visually represent what those words look like.

First, I did something called ‘Association Mining’. This measures the correlation (how often certain words appear along side others) between two entities, in this case words. If we take two words like, for example, “Sidney” and “prince” and the association is something like 0.3, it means that every time the word “Sidney” appears, there’s a 30% chance that the word “prince” is near it.

Second, using association mining and Network Analysis, not only can we determine which terms appear together frequently, we can visualize how keywords and phrases are connected as a network of terms. This way, we can resolve the number of connections keywords have with one another, and how many connections a specific keyword has with other keywords.

Using network terminology, our keywords are the nodes/dots in the network, which are called vertices. Connections, which denote relationships, are named edges. In general, nodes which are related are shown close together, whereas unrelated nodes are shown further apart. The colour of the node is determined by which cluster the node belongs to.

[click image to enlarge]

It’s not surprising that Kenya by far dominates the frequently occurring words, probably something to do with search engine optimisation (SEO), but the next 15 most frequently words do offer more of a story. In there, we have some interesting words: Samsung, Safaricom, Facebook, Nokia, Orange and Airtel. These are the brands or words that aren’t generic that appear in the top 15. Anyone who follows this blog and really most other Kenyan ones would not be shocked at this composition. What did surprise me was the fact Nokia still featured so highly given that there haven’t been many posts about them on Kachwanya of late. It’s probably a combination of lack of interesting news from them and the fact they stopped doing heavy promotion in the country (free review gadgets).

[click image to enlarge]

Looking at the network graph for Samsung, it’s all about their phones. They talk about launches, pricing and units sales in millions. Something that I found deeply amusing is that iPhone features (to the left in red). Kachwanya has gotten the reputation of comparing the high end Samsungs to iPhones, sometimes without even testing the latter device or the phone being released.

The graph for Airtel is also about their services, what I want to point out is the green cluster which groups together Internet-related terms. Right in the centre, there is the word unliminet. This is a recently launched service, which at the time I scraped this data was barely 5 months old. That it features here gives me more confidence my suspicions there were a number of sponsored posts on the topic. I put the Safaricom graph together for comparison.

[click image to enlarge]
[click image to enlarge]

The Interpretation

Finally we come to the meat of the post. What I was looking for when I scraped the data; how reporting on Kenyan startups is done. Below, you have the network graph of the posts tagged “start up”, or mentioning it and its variants.

There were only 80 posts on startups, out of the 2,300 articles found on the blog.For this analysis, I not only relied on the techniques mentioned above, but also went through each and every title, making this analysis both quantitative and qualitative.

[click image to enlarge]

This is what the data revealed:

  • Most of the posts were about some competition or other
  • M-Lab is frequently mentioned..
  • There is only one mention of a Kenyan startup exiting, Weza Tele
  • One mention of a startup raising money, Brck.
  • There’s mention of some incubators such as 88mph, but little follow up
  • There’s mention of just more than 5 individual startups other than the two I’ve already pointed out.

If you were to use Kachwanya as a source of information for the Kenyan tech scene, you would likely come to the conclusion that a lot of people have about the ecosystem: there’s a lot of fluff. You would come out wondering if there’s any money being made/raised in our ecosystem and that we’re totally supported by various competitions and hackathons.

What we see with Kachwanya is a lot of lazy writing and no research. It’s easy to take a press release and post it as news. It’s even okay to do so. But even with all the posts about startup competitions and incubators, I found no follow up on the start-ups or even individual stories written about them. This is particularly egregious with Kachwanya because he’s based out of the Nailab and every 6 months a new group of startups come in. Nailab is currently accepting applications for 6th season of incubation, that means about 30 startups so far have gone through incubation yet from this blog, which I’d remind you is run from there, you’d not know which have folded, raised funding or even what they’re current status is.

I’ve heard several excuses, but doing some sort of follow up is not hard. From my position, admittedly privileged, working within the tech ecosystem, I’ve heard of a couple of acquisitions, valuations, funding rounds, user numbers and engagement, large partnerships and international expansion plans. For a lot of this all I had to do was ask, follow the right feeds and people, and pay attention at various events held around Nairobi. In fact,one start up not only had billboards around town announcing their huge new partnership they even had ads in the paper, I’m yet to see anyone write on it.

I did all this not to take a dig at Kachwanya but to point out something that needs to change and hopefully get a conversation going around it. It’s fine to write posts that bring in views, I’m even fine with posts that are sponsored (it would be polite to point it out though), but I would like to have more about the actual ecosystem. You can’t have in your title “Kenya Tech News” when there’s no actually tech news about Kenya.

I should point out this is not just the problem with Kachwanya alone, but almost all local tech blogs. I’d go as far as saying there’s no real exclusively Kenyan tech blog, but if you know one please, please mention it in the comments. I’d love to be proven wrong.

Meanwhile until this changes I will continue, as I told Kachwanya once on Twitter, to use his blog as an example of the failure of the local tech blogs.

All the data and visualisations in this post can be found here if you’d like to explore it and the code can be found on my GitHub repo here. Question, comments and responses are welcome in the comments. Peace!!!

  1. Sup Cee,

    Seems to me that you have identified a need/gap in the local tech reporting scene. Couple that with the adage "If you want something done right, you have to do it yourself" and suddenly, a whole realm of possibilities emerges.

    You are clear about the content you'd like to read about. You are, by your own admission, already plugged into the system.

    Write the stories. Be the change mista!

  2. Nice analysis. I would like to point out one thing though, the word Nokia doesn't feature as much anywhere because, as from Feb this year, Nokia gadgets division became Microsoft. The Nokia that's left doesn't make direct consumer products.

  3. Nice analysis. I would like to point out one thing though, the word Nokia doesn't feature as much anywhere because, as from Feb this year, Nokia gadgets division became Microsoft. The Nokia that's left doesn't make direct consumer products.

Comments are closed.

Webmentions

  • Kenya ICT Headline Roundup, October 2015 – January 2016 – oAfrica 21st September 2015

    […] Musings of a Young Kenyan | Shortcomings of the “Kenyan Tech Blog” […]