Skip to content

Commit

Permalink
Merge pull request #13 from sotopia-lab/add-haicosystem
Browse files Browse the repository at this point in the history
add haicosystem and ailiedar
  • Loading branch information
XuhuiZhou authored Nov 11, 2024
2 parents 23c1f8c + 8fbb2f3 commit d46a363
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ const project_constants = [
href: "/projects/agent_vs_script",
description: "Realistic social simulations require information asymmetry.",
},
{
title: "AI-LieDar",
href: "https://arxiv.org/abs/2409.09013",
description: "Examine the trade-off between utility and truthfulness in LLM agents",
},
{
title: "HAICOSYSTEM",
href: "https://haicosystem.org",
description: "AI safety in interactions between users, AI, and environments",
},
]

import Link, { LinkProps } from "next/link"
Expand Down

0 comments on commit d46a363

Please sign in to comment.