1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-09 16:53:33 +02:00

Add AI red teaming roadmap

This commit is contained in:
Kamran Ahmed
2025-04-22 18:30:14 +01:00
parent 36021ce4a5
commit 1ff5aa1e05
2 changed files with 13 additions and 2 deletions

View File

@@ -1,8 +1,7 @@
import { useEffect, useRef, useState } from 'react';
import { useEffect, useState } from 'react';
import { cn } from '../../lib/classname.ts';
import { Filter, X } from 'lucide-react';
import { CategoryFilterButton } from './CategoryFilterButton.tsx';
import { useOutsideClick } from '../../hooks/use-outside-click.ts';
import {
deleteUrlParam,
getUrlParams,
@@ -389,6 +388,11 @@ const groups: GroupType[] = [
link: '/ai-engineer',
type: 'role',
},
{
title: 'AI Red Teaming',
link: '/ai-red-teaming',
type: 'skill',
},
{
title: 'Data Analyst',
link: '/data-analyst',

View File

@@ -370,6 +370,13 @@ import ChangelogBanner from '../components/ChangelogBanner.astro';
description='Learn how to write better prompts for GPT-* and other language models.'
/>
<RoadmapCard
icon={Shield}
title='AI Red Teaming'
link='/ai-red-teaming'
description='Learn how to red team your AI applications with this interactive step by step guide.'
/>
<RoadmapCard
icon={Bot}
icon2={ServerCog}