Skip to content

Commit

Permalink
various updates to projects, blog, resume
Browse files Browse the repository at this point in the history
  • Loading branch information
romanlutz committed Jul 23, 2024
1 parent 74360dd commit 317da45
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 6 deletions.
13 changes: 12 additions & 1 deletion dev/custom_theme/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3 class="text-center">Blog</h3>
</div>
<div class="col-sm-6 col-md-6">
<h3 class="text-center">Education</h3>
<p>I graduated with a MS in Computer Science from UMass Amherst in 2016 and with a BSc in Computer Science from University of Ulm in 2014. Apart from that, I take online classes on CS / ML in a continuous learning effort.</p>
<p>I graduated with a MS in Computer Science from UMass Amherst in 2016 and with a BSc in Computer Science from University of Ulm in 2014. For a complete up-to-date view click below!</p>
<p class="text-center"><a href="http://linkedin.com/in/romanlutz" class="btn btn-action">Read more on LinkedIn!</a></p>
</div>
</div>
Expand All @@ -29,6 +29,17 @@ <h2 class="section-title"><span>Recent Projects</span></h2>

<div class="thumbnails recentworks row">

<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<a class="thumbnail" href="blog#pyrit-release">
<span class="img img-300-0">
<img src="{{ "images/pyrit_raccoon_parrot.png"|url }}" alt="PyRIT toolkit - image of raccoon dressed up as a pirate with a parrot sitting on its shoulder - generated with Microsoft Designer" width="30%">
<span class="cover cover-300-0"><span class="more">See details &rarr;</span></span>
</span>
<span class="title">PyRIT Toolkit</span>
<span class="details">Maintainer</span>
</a>
</div>

<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<a class="thumbnail" href="blog#responsible-ai-dashboard-release">
<span class="img img-300-0">
Expand Down
Binary file added dev/custom_theme/images/pyrit_raccoon_parrot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions dev/docs/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
title: Blog
isBlog: true
blogs:
- id: "pyrit"
date: "2024-07-22"
dateText: "July 22, 2024"
title: "Python Risk Identification Toolkit (PyRIT) for generative AI systems"
content:
- It's been a busy few months on the AI Red Team. Back in Febuary, <a href="https://www.microsoft.com/en-us/security/blog/2024/02/22/announcing-microsofts-open-automation-framework-to-red-team-generative-ai-systems/?msockid=221eb3d972cd620f327ea74e7345632e">we released PyRIT</a>. Since then, we've been expanding its capabilities to allow for probing multimodal generative AI systems (rather than just text-based ones). Another focus area has been state-of-the-art attack techniques. This space moves pretty fast, but we've added (or are in the process of adding) PAIR, TAP, GCG, Crescendo, Skeleton Key, and several others. Some of these are our own contributions, some of them happened via collaborations or contributions facilitated via the open source repository. I'll update this post with more details shortly!
- One of the highlights from my perspective was going to the Microsoft //Build conference to talk to customers about PyRIT. After just about eight (!) years at Microsoft this was my first //Build conference. My colleagues Tori Westerhoff and Pete Bryan did an amazing job talking about the work of the AI Red Team in <a href="https://build.microsoft.com/en-US/sessions/0106b5b1-d727-4240-bb2e-dea325cb8519?source=sessions">their session</a>.
- id: "new-job-ai-red-team-msft"
date: "2023-11-06"
dateText: "November 6, 2023"
Expand Down
2 changes: 1 addition & 1 deletion dev/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Home
isHomepage: true
homepageDescription: I am interested in open source software and Responsible AI. As a Software Engineer at Microsoft, I work on the Responsible AI team within Azure Machine Learning. I am also a maintainer of the <a href="https://fairlearn.github.io">Fairlearn</a> project.
homepageDescription: As a Responsible AI Engineer at Microsoft, I work on the AI Red Team to identify vulnerabilities of generative AI systems in terms of AI safety and security. A huge part of this is building and maintaining our open source AI Red Teaming tookit <a href="https://github.com/Azure/PyRIT">PyRIT</a>. I am also a maintainer of the <a href="https://fairlearn.github.io">Fairlearn</a> project.
---
6 changes: 3 additions & 3 deletions dev/docs/resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ resume:
- timePeriod: "December 2021 - present"
titles:
- <img src="../images/msft.svg" alt="Microsoft logo" width="100%" class="center">
- "Software Engineer 2 at Microsoft"
- "Responsible AI Engineer at Microsoft"
descriptions:
- "Azure Machine Learning"
- "Remote (MA)"
- "Remote (MA / WA)"
- timePeriod: "September 2021 - November 2021"
titles:
- <img src="../images/mpg.svg" alt="Max Planck logo" width="50%" class="center">
Expand All @@ -21,7 +21,7 @@ resume:
- timePeriod: "July 2017 - August 2021"
titles:
- <img src="../images/msft.svg" alt="Microsoft logo" width="100%" class="center">
- "Software Engineer 2 at Microsoft"
- "Responsible AI Engineer at Microsoft"
descriptions:
- "Azure Machine Learning"
- "Microsoft New England Research and Development Center (NERD), Cambridge, MA (until 2020)"
Expand Down
2 changes: 1 addition & 1 deletion dev/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: Roman Lutz
extra:
name: Roman Lutz
job_title: Software engineer
job_title: Responsible AI engineer
degree: Open source maintainer

theme:
Expand Down

0 comments on commit 317da45

Please sign in to comment.