Hmm I spent a good amount of time in big tech, now work in AI, and I minored in philosophy at Berkeley back in the day (Parmenides, Socrates, Plato etc.) How do I align myself with such a job?
Find non-Utilitarian alternative to Effective Altruism by somehow channeling Dostoevsky? Propriety and Reward?
Big AI labs are hiring philosophers
51–60 of 153 posts
Re: Big AI labs are hiring philosophers
#52It is going to be a big problem for humanity when the superintelligent AIs start telling us that our political philosophies, to which everyone is deeply and emotionally attached, are total garbage. One obvious example is: we have a bizarre and anomalous belief that political union has a special moral status unlike other relationships (marital, financial, social, etc). In all other cases, relationships require consent…
Then, it seems naive and problematic to think you can take a personal chunk of territory with you after renouncement. At the very least, I think this is akin to trying to unilaterally drop an easement from a property deed. These territories were committed in perpetuity, not loaned with an expiration or compensation clause.
Acting collectively, it is still just many people deciding to renounce. Why would the territory go with them either? This tension is what makes it a revolutionary act.
Re: Big AI labs are hiring philosophers
#53The kind of "philosophy" the article mentions is school-level and common knowledge, hopefully they don't need to hire anyone to learn about e.g. the Socratic method (their own LLMs will happily regurgitate it). Are they truly hoping to "buy philosophy" or have scholars "do philosophy" for their AI systems? Do these entrepreneurs even understand what philosophy is? I guess Silicon Valley really is doomed to rediscover (and misunderstand) the wheel again and again.
In any case, if I were a philosopher, I wouldn't count on this. This kind of jobs are very likely to fall prey to layoffs, and even worse if their "philosophizing" produces conclusions their employers don't like. I still remember when one of the FAANG (Google?) fired their head of AI ethics because they didn't like what she was saying. I think she may have been a bit abrasive, but really, philosophy isn't a product and if they are going to corral how philosophers think or communicate, it's not going to work.
---
Edit: from TFA:
> TEN YEARS ago, as the AI revolution was gathering pace, arts and humanities students were told that, if they wanted to make themselves employable, they should “learn to code”. That may have been bad advice
More like made-up advice. Never heard of it. It's true it was often said (way before 10 years ago) that it was hard to find employment in the humanities, but really, who adviced them to "learn to code"? The (dumb) learn to code movement was not targeted specifically at them. Sometimes it seems to me articles get written in bizarro world.
Re: Big AI labs are hiring philosophers
#54Strangely, I found that LLMs responds better to philosophical explanations alongside instructions when writing code than simple imperative tasks of "do this". For example, if you tell a frontier model "This is the feature I'm trying to implement, and this is the problem I intend to solve with it and the reasoning behind it.", you usually get a lot more reliable results that both pass tests as well as function as you…
That sounds like providing context rather than anything philosophical, and it stands to reason that it would lead to better decision making.
Re: Big AI labs are hiring philosophers
#55Re: Big AI labs are hiring philosophers
#56Earlier quoted context omitted.
That sounds like providing context rather than anything philosophical, and it stands to reason that it would lead to better decision making.
The same effect can be observed if you've ever been a software developer where you're told what solution to build without any of the context of the problem you're solving. "We need an FTP server, quick, ops, get on that." leading into "Oh, it turns out the customer didn't need that to receive our emails" leading to a bunch of very puzzled devops.
Re: Big AI labs are hiring philosophers
#57Re: Big AI labs are hiring philosophers
#58I suppose they should. That seems like the right, or at least a related, discipline for some of the questions raised by ai developments. But i cannot help but feel completely unenthusiastic about the idea of the AI labs controlling the narrative around societal impact of AI.
Re: Big AI labs are hiring philosophers
#59I think, therefore I am seeking 2.5m total comp
Please don't post snarky one-liners here. This is in the site guidelines: https://news.ycombinator.com/newsguidelines.html .
EDIT: Upon finishing reading the other comments on this article though...I feel a bit singled out. :)
Re: Big AI labs are hiring philosophers
#60Strangely, I found that LLMs responds better to philosophical explanations alongside instructions when writing code than simple imperative tasks of "do this". For example, if you tell a frontier model "This is the feature I'm trying to implement, and this is the problem I intend to solve with it and the reasoning behind it.", you usually get a lot more reliable results that both pass tests as well as function as you…
That sounds like providing context rather than anything philosophical, and it stands to reason that it would lead to better decision making.
However, I think that there is a philosophical portion to that context as well: "What problem is this feature supposed to help with? How would you verify that passing unit tests means that the code is working as intended? Does this feature need to exist at all?" LLMs usually need these to be provided to them explicitly since they are not good at inferring the correct intent compared to humans, otherwise they just make something that looks right but doesn't work right.