Archive

Posts Tagged ‘Tim O’Reilly’

Leveraging Network Effects – Sean Parker from Web 2.0 Summit 2009

January 3, 2011 1 comment

Hat tip to Scott Karp for linking to the following Sean Parker presentation from the Web 2.0 Summit 2009 on leveraging network effects.

Of course, the value of large scale network effects has long been touted by many including Hal Varian, Tim O’Reilly, Dion Hinchcliffe, Jeff Jarvis, and others.

But I find it interesting to contemplate how leveraging network effects – across both content and ad networks – can be applied to a Community Journalism strategy.

Anyway, that’s that. 🙂

glenn

Create more value than you Capture – Tim O’Reilly’s prescription for Publishing companies

January 23, 2010 Leave a comment

A nice presentation from Tim O’Reilly on tips for using Twitter, delivered at O’Reilly’s Twitter Boot Camp in June 2009. Here it is:

First of all, I love the notion of “create more value than you capture. As far as I can tell, O’Reilly first publically used this phrase in this post where he said:

At O’Reilly, we always say “Create more value than you capture.” All successful companies do this. Once they start capturing more value than they create, their market position erodes, and someone displaces them. It may take a while but it happens eventually.

Secondly, there are several great quotes in O’Reilly’s presentation. First there’s basically O’Reilly’s definition of karma as applied to social media:

The secret of social media is that it’s not about you, your product, or your story. It’s about how you can add value to the communities that happen to include you. If you want to make a positive impact, forget about what you can get out of social media, and start thinking about what you can contribute. Not surprisingly, the more value you can create for your community, the more value they will create for you.

It would seem kind of obvious, wouldn’t it. But …

I also found the following quotes from the presentation interesting – which emphasize the role attention as filtering and promoting that which you value:

  • In social networks, you gain and bestow status through those you associate with
  • A key function of a publishing brand is the bestowal of status by what you pay attention to
  • If you only pay attention to yourself, you aren’t as valuable to your community

What I found interesting about the above bullet points is the emphasis on bringing value to the discussions your community is having. I think this is a very different focus from that of a traditional newspaper/publishing company, which has traditionally focused more on communicating to their communities what the publisher felt they should be talking about.

I think the need to foster discussion amongst their communities is a realization that media companies generally have had for some time. But it’s not traditionally been in their DNA, and it remains to be seen how well they navigate this transition.

Of course, the real purpose of the presentation was to provide tips for using Twitter, where Twitter is positioned as a tool for sharing and promoting ideas and within one’s communities.

O’Reilly provides some specific tips for using Twitter at the end of his presentation. But for a more complete intro to using Twitter, please check out The Twitter Book, a book O’Reilly co-authored with Sarah Milstein.

glenn

War for the Web – thus speaks Tim O’Reilly

November 20, 2009 Leave a comment

A very provocative article by Tim O’Reilly posted this past week titled The War for the Web.

The gist of his post is that the open web platform of “small pieces loosely joined”, where no one company or organization has a monopoly on a critial aspect of the Web O/S – in the way Microsoft had with Windows – may be in jeopardy. It’s a great read!

Here’s a couple of other insightful posts that O’Reilly references in his post that may be of interest:

glenn

Categories: The Web Tags:

Collective Intelligence – Part 1: Introduction

November 8, 2009 7 comments

This will be the first of a series of posts I plan to publish over the next few weeks discussing the topic of Collective Intelligence. This series of posts will draw heavily from Santam Alag’s excellent book Collective Intelligence in Action.

These posts will present a conceptual overview of key strategies for programming CI, and will not delve into code examples. For that, I recommend picking up Alag’s book. You won’t be disappointed!

At a bare minimum, I’d like to discuss the following topics:

  1. Basic algorithms for applying Collective Intelligence
  2. Gathering Intelligence from User Interaction
  3. Calculating Similarity
  4. Extracting Intelligence from Tags
  5. Extracting Intelligence from Content

However, time allowing, I’d like to address some specific CI algorithms such as Content Filtering, Collaborative Filtering, Search, and Recommendation Engines.

This initial post will serve as an introduction to the world of Collective Intelligence (or CI). Future posts will focus more on programming Collective Intelligence in social web applications. These posts will be primarily of interest to web developers, but will also provide insight into anyone interested in how collective intelligence works in web applications.

What is Collective Intelligence?

To my knowledge, the term Collective Intelligence was first coined – in the sense we mean it here – in a seminal paper published by Tim O’Reilly titled What is Web 2.0, published in September 2005. In this paper, O’Reilly states the following:

The central principle behind the success of the giants born in the Web 1.0 era who have survived to lead the Web 2.0 era appears to be this, that they have embraced the power of the web to harness collective intelligence

I rather like Joshua Porter‘s comments which come close to capturing, IMO, the essence of Collective Intelligence. In his book Designing for the Social Web, Porter states that Collective Intelligence is all about:

[Aggregating] the individual actions of many people in order to surface the best or most relevant content. … Collective Intelligence is based on the idea that by aggregating the behavior of many people, we can gain novel insights.

Satnam Alag in his excellent book Collective Intelligence in Action, comments that the Collective Intelligence of Users in essence is:

  • The intelligence that’s extracted out from the collective set of interactions and contributions made by your users.
  • The use of this intelligence to act as a filter for what’s valuable in your application for a user.

The common thread is “aggregated opinion”. Quoting Porter:

Digg and other aggregation systems rely on the fact that while no individual is right all the time, in the collective a large number of users can be amazingly accurate in their decisions and behavior. Amazon, Digg, Google, Netflix, and many other sites base their recommendations of products, news, sites, movies, etc. on aggregated opinion.

One result of Web 2.0-style applications that use Collective Intelligence is that, to quote Tim O’Reilly, the applications get better the more people use them.

What has changed about the Web to make CI so important?

Once again, I’ll defer to Satnam Alag to set the context for the increasing importance of CI:

Web applications are undergoing a revolution.

In this post-dot-com era, the web is transforming. Newer web applications trust their users, invite them to interact, connect them with others, gain early feedback from them, and then use the collected information to constantly improve the application. Web applications that take this approach develop deeper relationships with their users, provide more value to users who return more often, and ultimately offer more targeted experiences for each user according to her personal need.

Web users are undergoing a transformation.

Users are expressing themselves. This expression may be in the form of sharing their opinions on a product or a service through reviews or comments; through sharing and tagging content; through participation in an online community; or by contributing new content.
This increased user interaction and participation gives rise to data that can be converted into intelligence in your application. The use of collective intelligence to personalize a site for a user, to aid him in searching and making decisions, and to make the application more sticky are cherished goals that web applications try to fulfill.

In a nutshell, the Web has become social.

How is Collective Intelligence used in Social Web Application?

The insights and patterns gleaned from Collective Intelligence are the product of algorithms of various degress of sophistication. Alag lists the following ways to harness Collective Intelligence in your application:

  • Aggregate information lists
  • Ratings, reviews, and recommendations
  • User-generated content: blogs, wikis, message boards
  • Tagging, bookmarking, voting, saving
  • Tag Cloud navigation
  • Analyze content to build user profiles
  • Clustering and predictive models
  • Recommendation engines
  • Search
  • Harness external content – provide relevant information from the blogosphere and external sites

Alag comments that:

Web applications that leverage Collective Intelligence develop deeper relationships with their users, provide more value to users who return more often, and ultimately offer more targeted experiences for each user according to her personal need.

Amazon, Yelp, Netflix, Google Search, Google News, Del.iciou.us, and Digg are just some of the more popular sites that leverage Collective Intelligence to target relevant content to their users.

Applying Collective Intelligence in your application

Alag states that there are three things that need to happen to apply collective intelligence in your application.

You need to:

  1. Allow users to interact with your site and with each other, learning about each user through their interactions and contributions.
  2. Aggregate what you learn about your users and their contributions using some useful models.
  3. Leverage those models to recommend relevant content to your users.

Joshua Porter refers to these three steps as:

  1. Initial Action
  2. Display
  3. Feedback

He provides the following table to illustrate the different forms these three steps take at various popular social websites:

Collective Intelligence

Why should I care about Collective Intelligence?

Harnessing collective intelligence is critical to web-based business strategies in the Web 2.0 world. In Tim O’Reilly’s seminal paper defining the core characteristics of a Web 2.0 application, Collective Intelligence is positioned as a critical element. Dion Hinchcliffe also views Collective Intelligence as a core pillar of Web 2.0-based business strategies, as illustrated by the slide below (from a presentation he gave at Web2.0 Expo 2009):

Web-2_0-strategy-3-essentional-components

What are the key technologies underpinning Collective Intelligence?

The key technologies underpinning Collective Intelligence significantly derive from two streams of research: Information Retrieval and Machine Learning. I won’t delve into these research areas in this post, but will try to briefly explore these topics as they pertain to CI in later posts.

In Summary

Well, that should serve as enough of an apetizer to introduce the topic. Much more to come.

glenn

Also in this series

"Web meets World" – what comes after Web 2.0

September 12, 2009 7 comments

Tim O’Reilly and John Battelle gave their view on how Web 2.0 is evolving at the Web 2.0 Summit in June 2009 – something they’ve name Web Squared, or “Web meets World”. Here’s the presentation video on YouTube.

Here’s a link to the slides on Slideshare.

Dion Hinchcliffe provides his commentary here, as well as provides this great visual summarizing the differences with Web 2.0:

Web_Squared

Will investigate this whole Web Squared notion in the next few days, and provide additional comments.

glenn

Tim O’Reilly on the Future of Newspapers

September 3, 2009 Leave a comment

An interesting presentation from Tim O’Reilly from his keynote at the NY Times TimesOpen conference in February 2009. Unfortunately the video for his presentation is not available. This presentation reminded me that many of the “future of journalism” topics discussed recently at the Aspen FOCAS 2009 conference have been around in the blogosphere for some time.

glenn