I have a question for anyone in an R&D/Bell Labs-esque place - are there any good recommendations for similar places to work, particularly outside the US? "Old" Google apparently was, but going by what ex-googlers have been saying it hasn't been the case for a long while now.
Thanks, product design is something I've also considered. I'd guess Apple/MS style companies are probably still the best bet, even though you're more restricted than what it probably was at Bell.
between westchester and nyc one has a lot of varying environments to live in if working at IBM Research. I used to commute up to it from Manhattan without any problem (nice reverse commute in general). Hawthorne (now closed) was a bit easier than Yorktown, but both were fairly easy (if memory serves me correct, yorktown was only an additional 15 minutes or so).
As a freelance product designer I'm always learning and always excited about work. There are so many interesting companies working on so many interesting problems.
It depends on the needs of the client, and Ive done a little bit of everything from designing moulds and sourcing factories for physical products, to writing frontend code to help ship.
If I remember correctly, MSR worked on a practical implementation of Code-Contracts for C# which incorporated the (all-important) compile-time verification of method preconditions, postconditions, and class invariants (without the need for hand-written refinement-types, which is how we do things today): as I understand it, the
compile-time part of system could support any assertion represented as a pure-function - think of it as C#'s take on Ada's assertions, improved tenfold, and it even shipped for a now-unsupported older version of C# and .NET: https://learn.microsoft.com/en-us/dotnet/framework/debug-tra...
Had Microsoft put more backing behind it, then C# could present itself as a language to supplant Ada in safety-critical applications, and replace C/C++ in other applications.
I have hope the feature will come back one-day - there are whole slews of bugs that can be eliminated (such as when passing EF entity types around with unintentionally null member-properties).
If you are in the UK Deepmind seemed to be that way to me when I applied. A lot of research groups doing hard research in a wide array of fields, cutting edge AI stuff, a core team of SEs developing in house programs for researchers, and research engineers for productionization. And no, I didn't get the job lol.
I've heard mixed things about it as a company but GResearch (also UK) seemed like an interesting R&D software / math mix in the vein of investment banking. I applied there over ten years ago so YMMV at this point, who knows.
I work at a very successful HFT. It’s a special place, but we’re not advancing the state of the art in fundamental science like the Bell Labs/Microsoft Researches of the world.
It is pretty close to zero. Has anyone thought about how much a trade of a broadly traded security will cost them in recent times, or ever thought it would not happen near instantly?
Thanks for your suggestions! I'm currently in The Netherlands but I'll keep these in mind (though they sound more "math-ey" than engineering-ey but that's fine).
>though they sound more "math-ey" than engineering-ey
Isn't math necessary for most real-world engineering, and even in CS research? And what were you expecting? You asked for a cutting edge Bell-Labs type of R&D place, and that's what research is all about, even in CS.
You'll work with a lot of new yet-unproven theoretical concepts for which you need a lot of math to prove they have a high chance of working in practice and being better than existing solutions, before someone approves budget for the costly development and implementation of an actual product.
It really depends on what you're looking at. Disclaimer, I'm a mechanical engineer and not a CS guy. A lot of the stuff if you're doing say quantum computing is understandably math heavy. But if you're say designing a flying kite-like generator, it's more "engineering math", if you know what I mean? (Which is what I'm comfortable with)
Any serious place will only be looking for folks that are bonafide math geniuses in addition to their actual specialty.
In the case of mechanical engineers, maybe 1 in 50 bonafide geniuses in mechanical engineering are also simultaneously math geniuses. Just my personal hunch.
There's really not that many positions, so it's unrealistic to expect recruiting standards to be much lower.
I'm not sure how many, if any, are doing blue sky research (vs product-directed "research") any more the way that Bell Labs, IBM Watson and Xerox Parc used to do.
Look at what's going on with ML/AI - DeepMind now merged with Google Brain seemingly with a product focus, FAIR now moved into a product group alongside Meta's GenAI group, Microsoft essentially outsourcing AI to OpenAI, OpenAI may as well call itself GPTCorp - a single-product commercial enterprise.
I guess it's not surprising given how short term the thinking is of today's publicly traded companies.
Eh, I don't think today's scene is altogether that different from back then. In every case you have a research organization tied to an immensely profitable main enterprise. The vast majority of the work force works on the "product" side and only a small number of researchers are doing blue sky stuff.
This describes Bell Labs and Xerox Parc, as well as modern counterparts like MSR and DeepMind. As always, only a very small portion of the work force gets to do blue sky stuff - the rest have to do the "mundane" bits of making money.
Let's not be fooled by rose-tinted glasses here - even in its heyday Bell Labs was small fraction of the overall Bell operations, and likewise Xerox Parc an extremely prestigious but yet small slice of the overall enterprise.
> DeepMind now merged with Google Brain seemingly with a product focus, FAI
I don’t really agree that training massive causal LMs is a “product focus”.
I agree that there is an increasing product focus in orgs like OAI, but a lot of that is coming from new growth rather than trading off with base research.
> I don’t really agree that training massive causal LMs is a “product focus”.
I'd hope that Google DeepMind's mission statement is a bit broader than that, but certainly Gemini seems to be the focus. It seems to me there's a world of difference between DeepMind's original goal of developing AGI (via whatever means - as a research objective), and now being told they have to build LLMs.
If we compare Google to Meta, it seems it used to be that DeepMind was equivalent to FAIR as a pure research organization, and Brain equivalent to Meta's product focused ML group(s), but now the joint Google DeepMind is more akin to Meta's GenAI group, and there is no unfettered research group at Google left free to pursue AGI in any way other than hoping it can be developed out of LLMs. However, FAIR also seems constrained now that they have been moved into a product-focused part of the organization (under CPO Chris Cox).
Did you work in this field? I just don’t find that a fair characterization. They are all still doing blue-sky research.
There is a ton of further research to be done in deep models. A lot of it will incorporate LLMs because that is currently the most powerful primitive you have.
Research is a lot more closed now but I would not take that to mean research is no longer happening.
No - I don't work in the ML field, or for any of these companies (but I have built a Torch-like NN framework in C++ from scratch, and followed the early transformer development closely, so do understand the tech).
I'm just writing about the changes to these organizations, and their corporate governance, as reported in the press. I don't think you need to be an insider to appreciate the difference between, say, DeepMind as an independent entity pursuing AGI anyway they saw fit (RL), and now as part of Google DeepMind apparently tasked with developing SOTA LLMs. No doubt this is still a research vs pure engineering endeavor, but hard to call it blue sky when the research direction and goal is so proscribed. I personally don't believe that LLMs (or RL for that matter) are the path to AGI, but at least DeepMind used to have the flexibility to pivot and pursue whatever lines of research they felt were most promising. Do they still have that flexibility today?
> I have built a Torch-like NN framework in C++ from scratch
Mm, care to share? I am skeptical when people make claims like this, even though it is very achievable. Many people are simply "playing house" when it comes to ML tech.
I would not believe everything you read even in the tech aligned press, it is very often false. Google Deepmind is not exclusively researching LLMs.
I never released my framework, and don't intend to (abandoned this a good few years ago), but it was more than "playing house" ... It was complete enough to build/train a convnet that worked with CIFAR-10, supporting both GPU via cuDNN and CPU via my own Tensor class with MKL/IPP BLAS/etc acceleration. The API was Torch-like where you build the graph (create nodes, then connect them), then run it. I was in process of writing a version 2 with support for RNNs and auto migration of tensors from CPU to/from GPU, but gave up since PyTorch had since appeared (obviously a better approach) and it became increasingly obvious how ridiculous it was for a one-man project to attempt to catch up to SOTA!
Well, if you're an insider at one of these companies, then please enlighten us!
What has changed from DeepMind as independent entity to Google DeepMind (following the hivemind LLM "path" to AGI ;) ) ?
What does it mean for FAIR to now be part of a product group ?
I'm sure the CEOs of these companies hope these changes are significant and will better align these research organizations with their corporate goals and marketplace opportunities ...
Is OpenAI pursuing AGI-directed research outside of LLMs, or is it now all hands on deck towards next GPT 5.0 product release ?
Google Deepmind is still publishing tons of non-LLM research. The difference is that these directions are being incorporated as Gcloud products faster.
I am not sure about FAIR, but they have been chatbot/LLM/ASR focusd from before this change.
OpenAI has definitely pivoted towards product. !
Most of that pivot is through new growth while still maintaining existing research products, but I wont deny there is a new level of product focus.
The reason Bell Telephone built that organization is that they had a government-sanctioned monopoly on local phone service, and to justify the continuation of this, they wanted to find ways to show they were contributing to society.
Could someone like Google or Microsoft build a Bell Labs today? Yes, almost certainly, but there's no financial incentive to do so. And the shareholders would not be pleased if you told them you were going to spend their money on something with no connection to the business.
A bigger question for the present is: why are the universities failing so badly? Their incentives have not changed, but we don't get the kind of innovative research we got out of Bell Labs. I don't know what the answer to that is.
"A bigger question for the present is: why are the universities failing so badly? Their incentives have not changed, but we don't get the kind of innovative research we got out of Bell Labs."
In my opinion, professors at research universities have to contend with the pressures of raising grant money in a competitive environment combined with "publish or perish" pressures. Even post-tenure there are ways universities could punish "non-productive" faculty members at institutions where professors are regularly expected to publish at top journals/conferences and raise grant money. It's not that much different from the pressure their corporate research counterparts face, where they have to regularly justify their employment by producing a regular flow of research results that have business impact. This pressure to produce results on a regular schedule, whether in industry or in academia, is something that I strongly believe stifles science and forces scientists to make evolutionary "sure bets" instead of working on riskier, more revolutionary projects like the ones that Bell Labs and Xerox PARC researchers got to work on during those labs' heydays.
Alan Kay, who worked at Xerox PARC in the 1970s, has a lot to say about supporting long-term, revolutionary research here (http://worrydream.com/2017-12-30-alan/).
In my opinion, the simple answer is that we need institutions that provide researchers the freedom and space to work on riskier, longer-term projects, and we also need funding to support such research.
For my personal career, I'm reminded of this quote from physicist J. J. Thomson made over a century ago:
"Granting the importance of this pioneering research, how can it best be promoted? The method of direct endowment will not work, for if you pay a man a salary for doing research, he and you will want to have something to point to at the end of the year to show that the money has not been wasted. In promising work of the highest class, however, results do not come in this regular fashion, in fact years may pass without any tangible results being obtained, and the position of the paid worker would be very embarrassing and he would naturally take to work on a lower, or at any rate a different plane where he could be sure of getting year by year tangible results which would justify his salary. The position is this: You want this kind of research, but, if you pay a man to do it, it will drive him to research of a different kind. The only thing to do is to pay him for doing something else and give him enough leisure to do research for the love of it." (from https://archive.org/details/b29932208/page/198/mode/2up).
My career goal is to find a way to make a living outside of research that provides me enough time to do the research I want to do. This way I'm free from the pressures of either "publish or perish" from academia or "profit or perish" from industry.
Agreed. The role of monopoly profits in funding pure research almost can’t be overstated. Similarly, the geographic monopolies of newspapers (before the Internet) funded quality journalism.
Disney Imagineering? I have no direct experience but I'm continually impressed by the technical innovations they make public and the effects they manage to achieve in their products.
Worked for them for about 10 years. Fun place, but I'm not sure it'll ever be like the old days where research was done for research's sake. So many things are now off-the-shelf, and not much is invented in house.
> When Nokia’s research arm, Nokia Bell Labs, said in early December the company will move out of the Murray Hill campus over the next five years to relocate to a new tech hub being built in New Brunswick, the announcement spurred an outpouring of memories online from current and former employees.
> Bell Labs’ new headquarters will be located at the HELIX innovation center in New Brunswick. Originally known as “The Hub,” the HELIX innovation center will be a large complex in the city’s downtown on the site of the former Ferren Mall.
I'm excited for New Brunswick here. Would love to see this small city develop. With relatively cheap cost of living, Rutgers, decent zoning (they've got a number of highrises and seem to be adding more), and being a few train stops away from NYC (and a direct bus IIRC?) it seems like a really compelling place to invest in.
I agree that investment in the city of New Brunswick seems like a great idea for the reasons you stated. At the same time, it just feels so grand and historic to walk the same halls as the likes of Shannon, and it's a bit sad that I may not be able to see it again. (I've only visited a handful of times to work on some joint projects though). Hopefully the new lab space/equipment will be very modern and efficient though! One last thought... Traffic is gonna be a bear for anyone driving in! It was miserable a decade ago when I was at Rutgers.
NB resident here. It’s still miserable, but removing stop lights on route 18 between landing lane and the turnpike made things excellent for folks getting to somerset/piscataway!
Been running the set all my life. Construction on 18 was a long time coming, probably shaved 10 minutes off the drive to the turnpike. And I’m okay with all of the over runs to fix the runoff creating those crazy pools of water on the roadway!
While I’m not saying Shannon never walked the halls of Murray Hill, his publishing A Mathematical Theory of Communication in 1948 meant that he was working at the lab’s previous location in the West Village…
1966?? So, like, pretty much all the world-changing, paradigm-shifting revelations were in West Village?
So, while working with Verizon, they falsely claimed it to be Basking Ridge, NJ (which they bought and boasted as the Brains of Bell to invoke a symbolic victory of sorts) until I found out they were either lying or swindled and it was another place in Jersey. Yet again, I find out from you that it was just another fake "Brains of Bell".
Even though I feel used once again, I do appreciate your post.
Yeah, but those aren't world-changing, paradigm-shifting revelations. Arguably, they're just ruts the world got caught in. Hopefully we'll be out soon.
Verizon’s current HQ (which is in Basking Ridge) used to be AT&T’s corporate HQ; as far as I’m aware, no significant Bell Labs work was ever done there, and Verizon has never had any legacy with Bell Labs.
You know what? You might be right. However, Verizon seemed to pitch it as some sort of "brain" when I was there. At least, they definitely implied the transistor originated there. But thank you for clarification. Always appreciated.
Wow. I remember reading in some of the early books about C or Unix (such as K&R or K&P), the words "Bell Labs, Murray Hill, New Jersey" in one of the early pages, such as the Introduction, Preface or copyright page.
I'm currently halfway through The Idea Factory: Bell Labs & the Great Age of American Innovation by Jon Gertner. The stories and characters behind all the inventions and ideas are absolutely fascinating, as is the culture they cultivated there. Definitely recommended!
I came here to recommend this book as the title of this article mirrors its title's key descriptor.
It's one of my favorite books; throughout my time reading it I would periodically put it down and just sit with awe in imagining the science and the work happening there throughout the years depicted.
I need to sit down and read it again; but I'm afraid to, as in a way it just gives me this odd sense of mixed unfounded nostalgia and jealousy and a bit of dread for not being a part of something similar anymore.
> and jealousy and a bit of dread for not being a part of something similar anymore.
In some corridor, somewhere in the world, the next Bell Labs is currently under way and others will read books about it in the future. You just have to figure out where it is :)
I heard about this book from hackernews a year or two ago. I'm not a big non-fiction fan, but I absolutely devoured that book. Strong plus one about Gertner's great work here.
People from around the world can collaborate easily on incredibly projects such as Linux or OpenRISC. Or on closed-source projects as used by FAANG companies.
Hamming and Shannon, provided with lifetime employment and sharing an office, working for an organization that does things like invent the transistor. @FurryRubyProgrammer and @IHuffFarts conversing on a Discord channel. It's exactly the same thing.
This article - a retrospective puff piece - entirely neglects the circumstances leading to the loss of relevance of Bell Labs. It's explained in the autoposy of one of the greatest scientific frauds (fabricated nanoelectronic devices made of organic carbon materials e.g. pentacene) of the past few decades [1]:
> "For over half a century, Bell Labs had been owned by the telephone monopoly AT&T and had plenty of money to spend on science. But in 1984, the monopoly broke up, and after 1989, managers encouraged Bell Lab researchers to focus on research with commercial applications. Disenchanted, top scientists began to leave for universities and were mostly not replaced by new recruits. In 1995, ownership of Bell Labs was transferred to the newly formed company Lucent Technologies."
Then Lucent got hit by the dot-com bubble blowout, resulting in a 30% loss of share value in Jan 2000. This led to a new focus on PR:
> "By keeping up its practice of releasing exciting scientific findings, the lab could continue to demonstrate to investors, customers and anyone else that Lucent had a sound, long-term technological future. Again, this was a question of survival: with revenues falling, managers had to make the argument that their jobs and the jobs of their staff were worth keeping."
This led to a culture in which critical scrutiny of the claims of one fraudulent researcher was discouraged in favor of institutional cheerleading, and the end result was that 15 papers published in Science and Nature had to be retracted.
[1] "Plastic Fantastic: How the Biggest Fraud in Physics Shook the Scientific World" (2009) Eugenie Samuel Reich.
If you want a parable for what's happened to Bell Labs and many other scientific institutions in the US, it's that of the greedy farmer killing the goose that laid the golden eggs.
The farmer lost his monopoly on wheat, so he couldn't feed that wildly expensive goose any more. It isn't greed when the farmer would go out of business feeding his goose, especially when those golden eggs wouldn't necessarily help his farming business directly.
I think that what happened is Bayh-Dole legislation passed c.1980 which allowed corporations to exclusively license patents generated with taxpayer funds at public and private universities, so they lost their incentive to maintain large privately-funded research centers, which used to be valuable because they'd have exclusive control of any patents. A side-effect of Bayh-Dole was the gradual conversion of academic institutions into for-profit commercial operations, especially in the STEM fields like chemistry, engineering, medical research, etc. - with accompanying declines in academic integrity, open data sharing, etc.
Eliminating Bayh-Dole would mean university-based patents generated with taxpayer funds would be available to any interested party under a non-exclusive licensing program, and then corporations would again be incentivized to maintain private research centers - which IIRC also served a tax-writeoff function for AT&T in Bell Lab's heyday.
It's also the case that corporate labs that genuinely did research tended to be a byproduct of companies that were essentially monopolies to some degree in some way. Even if a bit idealized, Bell Labs was certainly like this. (From an old movie. Ma Bell: We don't care we don't have to we're the phone company.)
At least some of the 80s vintage corporate labs like DEC were being increasingly folded into the broader engineering organizations as their parents became less dominant. Essentially corporate research labs are a creature of organizations that have some long-term play money. Or at least that's the idea. I'd note that some of the current work going on in quantum computing has a lineage that dates back to some pretty fundamental research done in corporate labs in the 1960s.
Yeah, it's economics. Research labs can be allowed to be independent and do whatever experimental stuff when there are resources to go around, such as when you're holding an inalienable stranglehold on an entire sector of the economy. Every decade or so there's a good chance they lay you a golden egg but mostly they're just sitting there and going to conferences in Lapland or something. When someone in government goes 'wait a minute, this is terrible' and you become just a normal company again, you kill off what doesn't immediately contribute at the expense of some foresight.
Currently leading tech research? Google, Meta, Microsoft, Amazon, NVIDIA, Intel, and for some ungodly reason, Elon Musk with his government grants and Teslabucks. These are all effective monopolies in several sectors to the point where dethroning any of them is going to require either a massive change in the world through new technology or extensive multi-governmental legal action. These companies have the ability to spend a lot of money on something stupid (for the ones we have seen in the public eye, see Stadia, Metaverse, Itanium, we had Plan 9 as Bell's last hurrah into the void, these types of stupid things.) which loses it for the promise of an eventual golden egg. As a theory I'd say this is a pretty good one considering that it extends well into the modern day.
Ideally, we'd probably fund research in some better way, but I have no clue how the hell that would even work. Until then, the future comes in the form of price fixing and anti-competitive practices.
Itanium I'd disagree on. It came out academia but Intel and HP really believed for whatever combination of reasons that it was the path forward although the approach had never worked before.
In general, the US probably does a decent job of funding research. Small scale research orgs within companies are often practical. There are company and government grants to both academia and commercial/academic partnerships. VCs, for their faults, do fund pretty speculative work.
For the reasons you say, big corporate research labs require conditions that are mostly not an unalloyed good at best.
Bobbybroccoli over on Youtube made three massive episodes about the story that goes into it with a lot of detail - I couldn't stop watching them when I first found them. Here's the link if anyone is interested: https://www.youtube.com/playlist?list=PLAB-wWbHL7Vsfl4PoQpNs...
I have walked those halls and let me tell you it feels spooky in a good way to know a lot of groundbreaking work was done there.
During the time I was on campus it was mostly empty. There were old computers still inside some rooms. I felt like I had been transported to the 80s or 90s in one hall and some halls even more decades in the past.
Really grand. I can’t imagine what it was like in its heyday.
I’m not a nostalgic person, but for some reason I wish irrationally that that Murray Hill building could be preserved as is. I read so much about of it in the history of computing, and just like (from the pictures) the building interior itself so much I just feel like I missed out on some thing not to have been there myself.
I was lucky enough to work at Microsoft in building 2, one of 8 matching buildings from the mid-80s, and it absolutely felt special at the time. In my imagination, it had some of the same vibe as Bell Labs did in its heyday. I was on the Visual Studio team, and great things were happening. I knew it. I also knew that team was special.
No one else in Visual Studio seemed that interested – they were just too busy and I think maybe too young to get it.
Buildings 1-8 were demolished few years ago, but I had been gone from the company for decades by that time. I did grieve a bit.
I think that if you have a PhD in the right field and enough hip publications that many of the FAANG companies still have research teams like that operating in a diminished capacity. It appears to me that many of these positions have been replaced by administrators who are more interested in hiring to a specific set of demographics.
Have you ever seen something fundamental coming from FAANG? No, and you won't, because what they're doing (even when very technical) is purely for the improvement of their business. Things like AI are coming from smaller groups such as OpenAI, even when backed by big companies like Microsoft.
I know a few people who wanted to get away from the FANG hype grind and went to NASA.
They tell me they’re doing actual engineering for engineerings sake. Which sounds great.
Salary obviously not comparable to FANG 400k plus but the satisfaction and pride is well worth the sacrifice to them.
Me and most of my friends are “super American” like I’m an immigrant who wears USA hats and t shirts. I would love to work at NASA once I have established a little place for myself here. I would be so proud to contribute to this country and its success in space and research.
I’m not a nostalgic person, but for some reason I wish irrationally that that Murray Hill building could be preserved as is. I read so much about of it in the history of computing, and just like (from the pictures) the building interior itself so much I just feel like I missed out on some thing not to have been there myself.
I was lucky enough to work at Microsoft in building 2, one of 8 matching buildings from the mid-80s, and it absolutely felt special at the time. In my imagination, it had some of the same vibe as Bell Labs did in its heyday. I was on the Visual Studio team, and great things were happening. I knew it. I also knew that team was special.
No one else in Visual Studio seemed that interested – they were just too busy and I think maybe too young to get it.
Buildings 1-8 were demolished few years ago, but I had been gone from the company for decades by that time. I did grieve a bit.
It's interesting how much we associate a place with the fulfillment (career) we had there. I always smile fondly when I pass by the buildings I worked in years ago, in the valley.
It's a strange thought that the building I spent so many hours, days, years in is now just a thing seen out of the passenger window as I drive by, for maybe 2 seconds.
In my particular case, the best jobs I had also happened to be at places where I could think hard, then go take a walk outside and enjoy the fresh air. Building two at Microsoft was nestled in a sort of mini forest, and taking a jog around that area in the winter was a pleasure almost to good to put into words.
Maybe “Fire in the Valley“? I learned to program in the mid-1980s and learned about the culture from dozens of magazines that were published contemporaneously. I didn’t live in Silicon Valley and thought I had pretty much missed the boat so I spent thousands a year in early 1990s dollars to keep up. Then I got to move to Redmond, Washington and actually live it. Working with people I had literally read about was every bit as good as I hoped.
No, I didn't write Fire in the Valley, but did write some other books. I appreciate that you felt Hackers was a cool read. But whether you believe me or not, the default for real journalists is NOT embellishing, but doing reporting to get to the nearest thing to truth. Not all writers do that (some "nonfiction" authors are frank about making up dialogue, and even moving the timeline) but to me and the vast majority of my peers, nonfiction means just that.
Brian Kernighan's "Unix: A History and a Memoir" is an excellent read on the computer systems achievements of the labs through the eyes of someone who was at the center of it all.
The whole complex (immortalized as Lumon HQ in Severance) is landmarked so presumably it can’t be messed with too much. Even apart from the historical significance, it’s a masterpiece of mid-century design. Its architect, Eero Saarinen, also did the St. Louis Arch and, my personal favorite, the TWA terminal at JFK, which reopened as a hotel in 2019. If you’re ever stuck on a layover there, do check it out!
Bell Labs in Holmdel (ala Severance HQ) is now "Bell Works", a combination of offices, restaurants, stores, and community space, including the public library. It's free to get in and you don't need to spend money to use the amenities. Walking around is pretty pleasant, the architecture is stunning and they did a good job of keeping the soul of the space. It's a bit of a rarity in suburban NJ.
I was there for a short time. A cool feature was they had a company hardware store on premises selling all sorts of weird stuff, that you could pay for with your badge and get it deducted from your pay if memory serves. I still have a screwdriver I got there.
Not just Murray Hill, but all of their offices were special.
I went to Holmdel High and my girlfriend’s dad was a distinguished engineer at the Holmdel Bell Labs installation, we drove by regularly (loved the transistor water tower), and got to visit him inside the building a few times. It was awe inspiring as an 18 year old to enter into such a sacred hall of engineering and science. I had a strong engineering bent since I was little, but knowing such a towering figure cemented it (inventor of Adaptive Delta Modulation).
I got to visit the Holmdel site a couple times, once in its heyday and once after it was half empty and down at the heels - an eerie vibe. It was an awesome sight when first arriving. It is colossal. Pictures don't do it justice. A symbol of economic power. Later I learned it was largely made possible by the government negotiating a deal with AT&T. It was a kind of crony capitalism Camelot. An industrial policy monument. But it was glorious. Saarinen designed a lot of Peak Industrial America headquarters.
The Murray Hill campus may have been where the bulk of the innovation happened but the former Holmdel site is the architectural gem of the two. Thankfully it was preserved and is now functional and used as ‘Bell Works’.
> “Let me tell you, I never felt I was going to work, never,” said Romero, who retired as a corporate accountant in 2009 from the famed Bell Labs headquarters in Murray Hill.
Every. Single. Amazing endeavor that’s ever happened has people who describe contributing to that endeavor this way. Every one.
It brings to mind the kind of world that could exist without profit motives, where people do things simply because they’ve never been done before. Like maybe the world that Star Trek illustrates.
I think the greatest regret in my life isn’t that I won’t see Alpha Centauri with my own eyes, but that we can’t fucking figure out how to make our world like this.
I used to feel the way you do. I am also a big Star Trek TNG fan.
But I feel in the real world the profit motive is pretty important. In systems that have been tried so far that attempted to eliminate the profit motive (Soviet system, Chinese economic system prior to free market reforms) the lack of profit motive seems to have led to stagnation and bloated centralized bureaucrats unable to do things effectively.
Also remember that there are lots of important jobs out there for society to function properly that are unglamorous. Lots of jobs in the medical field for example or waste disposal or toilet cleaning and so on. In a world without money who would be doing such jobs? Why would anyone clean toilets without being paid for it?
In the Star Trek utopia the assumption is that people would do it anyway for the betterment of society. But today in the real world it seems money and the profit motive is necessary both on a micro level and on a macro level.
EDIT: I realized this comment may come off as too argumentative. Not my intention. I sympathize with your underlying sentiment. I just wanted to add my thoughts too. I apologize if any of this came off as hostile in any way
Several years back, I took a trip to a casino up in Connecticut. I'm not big into gambling, but my brother-in-law's mother was a high roller. She got an extra room for free, so we figured why not take advantage of it.
We didn't spend much time with her while we were there, but on the last night she wanted to join us with some of her friends for dinner. Since I was going to be having dinner with a group of old retired ladies, I figured we could just make some polite small talk with them and be on our way after the meal.
After we ordered drinks, one of them turns to me and says "now what do you do for work?" I said "oh I work with computers", a simple generic phrase I use when talking with older people. She says "oh that's interesting, what specifically?" When I told her I was a software engineer, her face lights up and she points around the room and says "oh that's wonderful - we all did that as well, we worked at a company called Bell Labs. Have you heard of it?"
I just about fell out of my chair. For the rest of the night I was asking them all sorts of questions about their work. They were around back when you'd program using punch cards and all that stuff. It was a very cool experience - one of my favorite memories.
Man, what an experience! I got goosebumps just reading that. So much history you could have learned. It's a shame you only got one evening with them. I mean you were with the pioneers of our field. It's like if you just happened to go out to dinner with a bunch of old men and they casually reveal, yes we played baseball too back in NY in 1932, hi, my name is George...
Yeah it was quite an experience. They were very old - in their late 70's. I got the sense that they retired somewhere between 1980-1990, which kinda tracks with the sudden gender imbalance in the field. Prior to the 80's, computing had a larger percentage of women in the industry.
I also got the sense that even though they knew Bells Labs was important, they weren't quite aware of just how fundamental it was to...well basically everything we do today.
reply