Skip to content

Commit d46a363

Browse files
authored
Merge pull request #13 from sotopia-lab/add-haicosystem
add haicosystem and ailiedar
2 parents 23c1f8c + 8fbb2f3 commit d46a363

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

components/navigation.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,16 @@ const project_constants = [
5757
href: "/projects/agent_vs_script",
5858
description: "Realistic social simulations require information asymmetry.",
5959
},
60+
{
61+
title: "AI-LieDar",
62+
href: "https://arxiv.org/abs/2409.09013",
63+
description: "Examine the trade-off between utility and truthfulness in LLM agents",
64+
},
65+
{
66+
title: "HAICOSYSTEM",
67+
href: "https://haicosystem.org",
68+
description: "AI safety in interactions between users, AI, and environments",
69+
},
6070
]
6171

6272
import Link, { LinkProps } from "next/link"

0 commit comments

Comments
 (0)