Skip to content

Commit

Permalink
Merge pull request #2971 from dfinity/ai-copy-2
Browse files Browse the repository at this point in the history
Ai copy 2
  • Loading branch information
dprats authored May 24, 2024
2 parents b3eec49 + a978ab9 commit 697342d
Showing 1 changed file with 50 additions and 23 deletions.
73 changes: 50 additions & 23 deletions src/pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,31 +228,58 @@ function AIPage() {
</div>
</div>
<div className=" md:w-1/3">
<motion.h3
className="tw-heading-4 md:tw-heading-60 mb-6 md:mb-12"
variants={transitions.item}
>
The black-box AI problem
</motion.h3>
<motion.p className="text-2xl mb-0 ">
As companies race to build AI-powered products, they leave
users no option but to blindly trust the underlying AI models.
Their behavior is non-deterministic and not verifiable. Worse,{" "}
<Link
className="font-bold"
to="https://twitter.com/AnthropicAI/status/1745854907968880970"
target="_blank"

<div >
<motion.h3
className="tw-heading-3 md:tw-heading-60 mb-4 md:mb-6"
variants={transitions.item}
>
Research shows
</Link>{" "}
that it is possible to tamper with AI models in an
undetectable way. Users have no visibility into how their data
is used and how AI models produces responses. Since AI models
behave like black boxes to users, building trustworthy AI
models is a difficult challenge that can be solved by training
and running the models on ICP.
</motion.p>
Problems with traditional AI
</motion.h3>
</div>

<div >
<motion.h4
className="tw-heading-5 md:tw-heading-40 mb-4 md:mb-6"
variants={transitions.item}
>
The Tampering Problem
</motion.h4>
<motion.p className="text-2xl mb-0 ">
<p>
<Link
className="font-bold"
to="https://twitter.com/AnthropicAI/status/1745854907968880970"
target="_blank"
>
Research shows
</Link>{" "}
that is possible to tamper with AI models in an undetectable way.
This means that the integrity of the AI&apos;s output can be compromised
without anyone knowing.
</p>
</motion.p>
</div>

<div >
<motion.h4
className="tw-heading-5 md:tw-heading-40 mb-4 md:mb-6"
variants={transitions.item}
>
The Black Box Problem
</motion.h4>
<motion.p className="text-2xl mb-0 ">
<p>
Users have no visibility into how
their data is used and how AI models produce responses.
This lack of transparency makes it difficult for users to trust
the technology.
</p>
</motion.p>
</div>

</div>

</aside>
</AnimateSpawn>
</section>
Expand Down

0 comments on commit 697342d

Please sign in to comment.