Pixar Driven Development

🗓️
•
🔄
•
⏳ 5 min

Weather you personally like them or not, it’s hard to argue the impact that Pixar films have on the vast majority of people and the rest of the industry.

I’m sure you know who Buzz Light Year is, and any 90s kid can recognize the sound of the Pixar lamp from a mile away.

lamp

So how do they achieve this? And why on earth should software developers care at all?

Technical Similarities

There are a couple of techniques they follow that sound surprisingly similar to some of the best practices in software development.

See if any of the following sound familiar:

Not over yet

When writing the script, they don’t just get the script done first and then continue with the production.

They keep writing and improving the script until the whole film is completely finished (as in actually being released).

So the development of the script is continuous, and the integration with the rest of the production team is constant and changing.

Refactor that scene

The opening of Toy Story 3 was re-written 60 times to get it just right.

No matter how good the first iteration is, you can almost certainly make it better.

Break the script down into Bounded Contexts

Once the script has the minimum basic structure and general shape, they will break it down into sequences: relatively small story arcs that, although all connected, are somewhat independent of one another.

They look for about 25 to 30 sequences per film and assign them to different teams which can work on them (and give each other feedback) concurrently.

What an Agile approach!

Fast Feedback

While all of this is happening, a storyboard is created. Not before the work begins, not after it’s done, but while it’s taking place.

This allows for a broader, more birds eye view of the project and gives a clear picture of what works and what doesn’t.

Communication

Obviously, none of the above are possible without constant communication.

This is not a blanket statement: communication between teams, departments and individuals is absolutely key to making this work.

Digital in Nature

There are clear differences between live action movies and animated ones, mainly due to the digital nature of the latter. Carrying over the limitations of the real world to the digital space makes no sense. Why not take advantage of the differences?

In that spirit, they create a rough draft of the entire film. Everything from fake voice acting done by employees to very rough animations. Doing so allows them to modify animations, adjust the script and the sequences however the like.

After all, it’s not like they need to record the whole movie with real actors and only then edit the scenes working with whatever they got.

It’s really kind of strange the amount of influence the manufacturing industry has had over software development when you think about it.

Let them write

Another thing Pixar does well is hiring the right talent for the job at hand.

They understand not all animators and/or writers are the same nor are they always good at everything vaguely related to their profession.

Of course, this is easier said than done. In most cases companies have to work with what they can find and/or employ.

There is one thing to keep in mind here: Writers work with total creative freedom, no oversight, no deadlines. You can imagine this sounds like heaven to a writer.

This creates a positive feedback loop where Pixar seeks out the best talent and facilitates a work environment in which pretty much everyone would want to work, which in turn makes finding that talent a lot easier.

Collaboration

None of the movies are the result of one brave employee who knows best and has all the skills.

To set an example, the creation of Toy Story 3 involved all the top level creative people going together to a cabin in the woods. After just 2 days they had the basic premise and ideas for the movie.

These were 6 creative minded people coming together and reaching an agreement (in very little time as well). This trickles down to the rest of the production team.

Every moment of every scene is the fruit of the work and attention to details of hundreds of employees in constant collaboration.

Directors work with writers, writers work with animators, animators with actors, and so on.

It’s a network of hard work, trust and harmony that makes the whole deal not only work, but work amazingly well and produces some of the most memorable films of my generation.

The rules

Let me leave you with an extract of Pixar 22 rules of storytelling. See if you can spot the similarities:


Other posts you might like