Here’s the video of a talk delivered by best selling author Scott Berkun on The Myths of Innovation, based on key ideas in the book – by the same title. This one hour video was delivered at Google headquarters as part of their ongoing lecture series (on May 14, 2007) around the time the book was published.

It’s a very fun book to read, and I think you’ll enjoy watching the lecture.

ABSTRACT from Google/Youtube:
“Much of what we know about innovation is wrong. That’s the bet this talk takes, as it romps through the history of innovation, dispelling the mythologies we’ve constructed about how we got here. This talk, loosely based on the O’Reilly book (published May 2007), will help you to recognize the myths, understand why they’re popular (even if you don’t believe in them), and how to use the truth to help you innovate today.”

One Response to “Myths of Innovation at Google”

Leave a Reply

  • How To Find Ruby User Groups March 9, 2010
    Ruby User Groups (RUGs, for short) are typically informal organizations put together to encourage Ruby developers with certain areas to get together, share ideas, and, often, to have some fun. If you're lacking for inspiration or want to get to know some Rubyists within certain parts of the world (or just around the corner, if you're lucky), headin […]
  • Vagrant: EC2-Like Virtual Machine Building and Provisioning from Ruby March 8, 2010
    Vagrant is a Ruby-based tool for building and deploying virtualized development environments. It uses Oracle's open-source VirtualBox virtualization system along with the Chef configuration management engine along with lots of Ruby goodness to automate the creation and provisioning of virtual machines for development purposes. […]