-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhellen.html
More file actions
71 lines (65 loc) · 4.13 KB
/
hellen.html
File metadata and controls
71 lines (65 loc) · 4.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html id="speaker" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ffconf 2025 - UK web and JavaScript conference</title>
<meta name="description" content="ffconf - the UK's best JavaScript and Web conference in Brighton" />
<link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/assets/icons/apple-touch-icon.png" />
<link rel="manifest" href="/assets/manifest.json" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap"
rel="stylesheet">
<!-- <link rel="manifest" href="/manifest.json"> -->
<meta name="msapplication-TileColor" content="#000000">
<meta name="theme-color" content="#000000">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ffconf">
<meta name="twitter:creator" content="@ffconf">
<meta property="og:url" content="https://2025.ffconf.org/">
<meta property="og:title" content="ffconf 🌟 UK web conference since 2009">
<meta property="og:description" content="ffconf - the UK's best JavaScript and Web conference in Brighton.">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./speaker.css">
<script defer data-domain="2025.ffconf.org" src="https://plausible.io/js/script.outbound-links.js"></script>
<script>window.plausible = window.plausible || function () { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
</head>
<body>
<section class="speaker">
<img src="./assets/speakers/hellen-duo.jpg" alt="Hellen Ward">
<div class="speaker-info-container">
<h2 class="speaker-name">A talk by Hellen
Ward</h2>
<h1>Bias in our products: The case for diversity in tech</h1>
<h2>The Topic</h2>
<p>This talk, "Bias in our products: The case for diversity in tech", explores the real-world impact that lack
of diversity has on the products we build — from racially biased soap dispensers to life-threatening gender
gaps in AI-powered healthcare tools. I gave this talk in January at the Brighton Web Development Meetup and a
very reduced version of it last year at a codebar Brighton workshop.</p>
<p>I was inspired to give this talk not just by statistics (which are stark), but by the real-world consequences
we’re seeing in software and hardware alike. I start off by talking about how a lot of the original pioneers
of tech were women and discuss some of the reasons why this might have changed. I then walk through examples
of modern biases in tech, which highlight how homogeneous teams miss critical perspectives, and invite the
audience to consider how better representation leads to more effective technology.</p>
<p>This isn't a universally complimentary talk about AI — because I don’t think it should be. We need to talk
honestly about how bias makes its way into our systems, and how we as engineers and decision-makers can start
doing better. My hope is that the talk leaves people feeling not just aware of the problem, but motivated to
be part of the solution.</p>
<p class="tags">#DiversityInTech, #InclusiveDesign, #BiasInAI, #BuildBetterTech
</p>
<h2>The Person</h2>
<p>
I studied drama, which inevitably led to a series of sparkling roles in admin. Somewhere between playing
calendar Tetris and speed typing minutes, I thought: "What if I taught myself to code?" Somehow this became my
new career and I haven't looked back.
</p>
<p>On the web: <a href="https://www.hellenwellsward.com">hellenwellsward.com</a>, <a
href="https://www.linkedin.com/in/hellen-ward-7b6984115/">LinkedIn</a>
</p>
</div>
</section>
</body>
</html>