Exit Apple senior VP Bertrand Serlet

March 23, 2011, 3:01 PM UTC

One of the architects of Mac OS X — and a top Steve Jobs lieutenant — is out

“I’ve worked with Steve [Jobs] for 22 years and have had an incredible time developing products at both NeXT and Apple, but at this point, I want to focus less on products and more on science.”

Spending more time with science, rather than one’s family, is not the usual reason given for leaving a company where you spent the better part of your career. But that’s what Bertrand Serlet says in the (AAPL) press release Wednesday that announced his departure.

Serlet also took the opportunity to praise Craig Federighi, who will be taking over as vice president of Mac software engineering.

But what does it mean? Early speculation among the writers who follow Apple like Kremlinologists studying the Politburo centers on the diminishing role of Mac OS X within Apple, its transformation (with Lion) into something more iOS-like, and the rising fortunes of Scott Forstall, senior VP of iOS software, who used to work for Serlet but is now perceived as outshining him.

Below: The paragraph we wrote about Serlet in June 2008, when he was considered a candidate — albeit a long-shot — to replace Steve Jobs. And below that, some Hacker News commentary on Serlet’s contribution from two former Apple software engineers.

One of only two members of Apple’s executive team for whom English is a second language — Fake Steve Jobs calls him a “friendly cyborg” from another planet, but he’s actually from France — Serlet came to Apple from Xerox PARC and NeXT, where he developed the workspace manager in NEXTSTEP and OPENSTEP. Having help port the NeXT operating system to Mac OS X, he took over Avie Tevanian’s software engineering post in 2003. Serlet is credited with leading development of 10.4 and 10.5 versions of OS X, but he’s most famous among Apple fans for his “Redmond, start your copiers” performance at WWDC 2006 — available on YouTube — pointing out similarities between OS X and Windows Vista.

From Hacker News:

44 points by jballanc 3 hours ago | link

Well…I can’t say I didn’t see it coming (recent ex-Apple engineer here), and I’m happy for Bertrand, but Apple is loosing an extremely valuable asset.Bertrand is a truly amazing and, I feel, wholly under-appreciated engineer and manager. He knew the technology better than pretty much anyone at Apple, and he stayed involved in all of the nitty-gritty details including participating in some of the internal engineer mailing list discussions.

One story I can relate that I think illustrates the point: Inside Apple there is a system to search the source code for every product they ship. The idea is that when you need to track down the definition of that primitive method that keeps crashing on you, you just go to this site, type in the function name, and get the source laid out in front of you (nicely syntax highlighted, of course). Well, one day I got the idea to use this tool to search for people, instead of functions. For a while now the policy at Apple has been that engineer’s names don’t go in the public headers that ship…but there’s no rule about internal code that the outside world will never see. So I typed in “Bertrand Serlet” into the search, and the first thing that popped up?

malloc.c

Seriously! The rest of the list was equally impressive including the original implementation of NSObject, a bunch of CoreFoundation, and on, and on. Avi Tevanian often gets credit for the work that he did on Mach, but Bertrand was most of the brains behind Cocoa.

Anyway, I could go on, but I’ll just say that if I could have one wish as a programmer it would be to get to work with Bertrand Serlet again.

reply

43 points by nupark 3 hours ago | link

Speaking as a former Apple engineer in Core OS, this is a bit too glowing. Serlet wrote quite a bit of code in the NeXT days, much of which does not meet what you would call modern best practices, and even when written was fairly unusual.However, Serlet, despite no longer writing code, was incredibly stubborn about any changes to his pet implementations, even 10-20 years later. This included large changes, such as updating malloc to a more modern implementation (see Jason Evan’s later work on jemalloc), and small changes, such as updating top(1) to better match its Linux and BSD counterparts and implement a standardized library (libtop) for accessing process/host statistics (he wrote top, too).

Serlet was like many technical individuals that graduated into fulltime management; stuck with the last technology they’d worked on, as it was when they last worked on it. Avie was the same with his fixation on Mach, and Mac OS X was honestly poorer for it.

reply

4 points by jballanc 23 minutes ago | link

Heh, ok…I’ll take that. I find your perspective a bit entertaining coming from Core OS (I was on Server, as it so happens). At least, when I was there Core OS had a reputation as being the more “academic” and “by the book” group. That’s compared to Frameworks, which was much more pragmatic than dogmatic. One of the things I admired was how Bertrand managed those conflicting viewpoints with some grace. Of course, things being what they were, I’d expect someone from Core OS to blame Bertrand for being too “old fashioned”. At the same time I know plenty of people from Frameworks who were upset that he “adopted new technology too soon”…there was especially a lot of that with respect to libdispatch.As for malloc, I find it hard to believe that he was stubborn about changes. The one chance I had to sit and have coffee with Bertrand, we discussed what API’s we’d most like to rewrite given infinite time/resources. His answer was “malloc”. I think rather than being stuck with the last technology, he had a difficult time balancing the pressures of change with the need for consistence, and did so admirably.

Oh, and as for top…when they did change it in early SnowLeopard builds, it broke a whole host of tooling, etc., and they had to revert some changes…

Also on Fortune.com:

[Follow Philip Elmer-DeWitt on Twitter @philiped]