Skip to content

Commit

Permalink
Merge pull request #760 from StampyAI/update_frontpage_objections
Browse files Browse the repository at this point in the history
Update frontpage suggestions.
  • Loading branch information
mruwnik authored Sep 8, 2024
2 parents 3f7a241 + 83cdd13 commit 4c20fa4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/components/ContentBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ export const ContentBoxSecond = () => {
<ListTable
sameTab
elements={[
{title: 'Why can’t we just use Asimov’s Three Laws of Robotics?', pageid: '6224'},
{
title: 'Why would misaligned AI pose a threat that we can’t deal with?',
pageid: 'MNAK',
title: 'Why can’t we just turn the AI off if it starts to misbehave?',
pageid: '5611',
className: 'desktop-only',
},
{title: 'Isn’t the real concern with AI something else?', pageid: '1001'},
{title: 'Isn’t the real concern technological unemployment?', pageid: '6412'},
{title: 'Will AI be able to think faster than humans?', pageid: '8E41'},
]}
/>
</ContentBox>
Expand Down

0 comments on commit 4c20fa4

Please sign in to comment.