Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update frontpage suggestions. #760

Merged
merged 3 commits into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading