I can't find any mention of who currently comprises the core research team. It mentions Dario Amodei as CEO, and their listed prior work suggests some others from OpenAI may be tagging along. However, the success of this group is going to be highly dependent on the caliber of the research team, and I was hoping to see at least a few prominent researchers listed. I believe OpenAI launched with four or five notable res…
Anthropic AI
11–20 of 30 posts
Re: Anthropic AI
#12I can't find any mention of who currently comprises the core research team. It mentions Dario Amodei as CEO, and their listed prior work suggests some others from OpenAI may be tagging along. However, the success of this group is going to be highly dependent on the caliber of the research team, and I was hoping to see at least a few prominent researchers listed. I believe OpenAI launched with four or five notable res…
Seems you can see some of them on their company linkedin page : https://www.linkedin.com/company/anthropicresearch/about/
Re: Anthropic AI
#13Looks like an interesting project. The thing is, I don't think ideal qualities like "reliable, interpretable, and steerable" can really be simply added "on top of" existing deep learning systems and methods. Much is made of GPT-3's ability to sometimes do logic or even arithmetic. But that ability is unreliable and even more spread through the whole giant model. Extracting a particular piece of specifically logical r…
Go check out the entire project of captum for pytorch. I assure you that gradient based explanations can be simply added to existing deep learning systems...
Note - I never argued that "extras" (including formal "explanations") can't be added to deep learning system. My point is you absolutely can add some steps at generally high cost. The argument is those sequence of small steps won't get you to the ideal of broad flexibility that the OP landing page outlines.
Re: Anthropic AI
#14Earlier quoted context omitted.
Seems you can see some of them on their company linkedin page : https://www.linkedin.com/company/anthropicresearch/about/
LinkedIn authwall, we meet again. Could someone list the researchers (if there are any, and assuming there are only a few). Frankly, it's not a great sign that the Anthropic site isn't touting the research team itself and LinkedIn sleuthing is even necessary.
* Dario Amodei
* Benjamin Mann
* Kamal Ndousse
* Daniela Amodei
* Sam McCandlish
* Tom Henighan
* Catherine Olsson
* Nicholas Joseph
* Andrew Jones
Re: Anthropic AI
#15Earlier quoted context omitted.
LinkedIn authwall, we meet again. Could someone list the researchers (if there are any, and assuming there are only a few). Frankly, it's not a great sign that the Anthropic site isn't touting the research team itself and LinkedIn sleuthing is even necessary.
Current list (in LI order): * Dario Amodei * Benjamin Mann * Kamal Ndousse * Daniela Amodei * Sam McCandlish * Tom Henighan * Catherine Olsson * Nicholas Joseph * Andrew Jones
Re: Anthropic AI
#16Complete waste of money.... Better to burn cash directly cause that at least generates heat... This will generate nothing
Re: Anthropic AI
#17Re: Anthropic AI
#18They write "Yet intuitively it seems like it should often be possible to predict which actions are dangerous and explore in a way that avoids them, even when we don’t have that much information about the environment." For humans, yes. None of the tweaks on machine learning they suggest do that, though. If your constraints are in the objective function, the objective function needs to contain the model of "don't do that". Which means you've just moved the common sense problem to the objective function.
Important problem to work on, even though nobody has made much progress on it in decades.
Re: Anthropic AI
#19Complete waste of money.... Better to burn cash directly cause that at least generates heat... This will generate nothing
Re: Anthropic AI
#20Their paper "Concrete problems in AI safety"[1] is interesting. Could be more concrete. They're run into the "common sense" problem, which I sometimes define, for robots, as "getting through the next 30 seconds without screwing up". They're trying to address it by playing with the weighting in goal functions for machine learning. They write "Yet intuitively it seems like it should often be possible to predict which a…
The success of deep learning might be something of a curse - it's go enough success that creating a safe system seems to automatically be modifying a neural net to be safe despite it not having the "engineered from the start" quality.