-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
756 lines (743 loc) · 21.6 KB
/
about.html
File metadata and controls
756 lines (743 loc) · 21.6 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<title>About AI Safety - BAISH - Buenos Aires AI Safety Hub</title>
<meta
name="description"
content="Learn about AI Safety and why it matters - BAISH - Buenos Aires AI Safety Hub"
/>
<!-- Open Graph tags for social sharing -->
<meta
property="og:title"
content="About AI Safety - BAISH - Buenos Aires AI Safety Hub"
/>
<meta
property="og:description"
content="Learn about AI Safety and why it matters - BAISH - Buenos Aires AI Safety Hub"
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://baish.com.ar/about.html"
/>
<!-- Favicon -->
<link rel="icon" href="img/favicon-32x32.png" />
<!-- Google Fonts -->
<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=Playfair+Display:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap"
rel="stylesheet"
/>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/language-toggle.css" />
<link rel="stylesheet" href="css/baish-enhanced-theme.css" />
<style>
.site-footer {
display: block !important;
visibility: visible !important;
position: relative !important;
z-index: 10 !important;
}
</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to content</a>
<header class="site-header">
<div class="container">
<div class="logo">
<a href="index.html">
<img
src="img/jacarandashield.png"
alt="BAISH Logo"
class="logo-img"
/>
<span class="logo-text">BAISH - Buenos Aires AI Safety Hub</span>
</a>
</div>
<button class="mobile-menu-button" aria-label="Toggle menu">
<span></span>
<span></span>
<span></span>
</button>
<nav class="main-nav">
<ul>
<li>
<a href="about.html" class="active" data-i18n="nav.about"
>About</a
>
</li>
<li>
<a href="activities.html" data-i18n="nav.activities"
>Activities</a
>
</li>
<li>
<a href="research.html" data-i18n="nav.research">Research</a>
</li>
<li>
<a href="resources.html" data-i18n="nav.resources">Resources</a>
</li>
<li><a href="contact.html" data-i18n="nav.contact">Contact</a></li>
</ul>
</nav>
<div class="language-toggle">
<button id="lang-es" class="language-toggle-btn active">ES</button>
<span class="language-toggle-separator">|</span>
<button id="lang-en" class="language-toggle-btn">EN</button>
</div>
<a href="contact.html" class="btn btn-primary" data-i18n="nav.joinUs"
>Join Us</a
>
</div>
</header>
<section id="main-content" class="page-header">
<div class="container reveal">
<div class="breadcrumb">
<a href="index.html">Home</a> /
<span data-i18n="about.pageHeader.breadcrumb">About AI Safety</span>
</div>
<h1 data-i18n="about.pageHeader.title">Understanding AI Safety</h1>
</div>
</section>
<section class="core-concepts">
<div class="container">
<div class="two-column">
<div class="column">
<h2 data-i18n="about.coreConcepts.whatIs.title">
What is AI Safety?
</h2>
<p data-i18n="about.coreConcepts.whatIs.content">
AI Safety is a research field focused on ensuring that advanced
artificial intelligence systems remain beneficial, aligned with
human values, and under human control as they become more capable.
It encompasses technical research areas like alignment,
interpretability, and robustness, as well as governance
considerations about how AI systems should be developed and
deployed.
</p>
<h2 data-i18n="about.coreConcepts.whyMatters.title">
Why It Matters
</h2>
<p data-i18n="about.coreConcepts.whyMatters.content">
As AI systems become more powerful and autonomous, they may
develop capabilities that could lead to unintended consequences if
not properly designed and controlled. The stakes are high:
advanced AI could help solve humanity's greatest challenges, but
also poses significant risks if developed without adequate safety
measures. The field aims to maximize the benefits while minimizing
potential harms.
</p>
</div>
<div class="column">
<h2 data-i18n="about.coreConcepts.challenges.title">
Key Risks & Challenges
</h2>
<ul class="challenges-list">
<li>
<strong
data-i18n="about.coreConcepts.challenges.alignment.title"
>Alignment Problem</strong
>
<p data-i18n="about.coreConcepts.challenges.alignment.content">
Ensuring AI systems pursue goals aligned with human values and
intentions, even as they become more capable.
</p>
</li>
<li>
<strong
data-i18n="about.coreConcepts.challenges.interpretability.title"
>Interpretability</strong
>
<p
data-i18n="about.coreConcepts.challenges.interpretability.content"
>
Developing techniques to understand how AI systems make
decisions and represent knowledge.
</p>
</li>
<li>
<strong
data-i18n="about.coreConcepts.challenges.robustness.title"
>Robustness</strong
>
<p data-i18n="about.coreConcepts.challenges.robustness.content">
Creating systems that behave safely even when deployed in new
environments or facing unexpected situations.
</p>
</li>
<li>
<strong
data-i18n="about.coreConcepts.challenges.powerSeeking.title"
>Power-seeking Behavior</strong
>
<p
data-i18n="about.coreConcepts.challenges.powerSeeking.content"
>
Preventing AI systems from developing instrumental goals that
conflict with human welfare.
</p>
</li>
<li>
<strong
data-i18n="about.coreConcepts.challenges.coordination.title"
>Coordination Challenges</strong
>
<p
data-i18n="about.coreConcepts.challenges.coordination.content"
>
Ensuring that safety standards are maintained across all major
AI development efforts globally.
</p>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="external-resources">
<div class="container">
<h2 data-i18n="about.externalResources.title">
Learn More About AI Safety
</h2>
<div class="resources-grid stagger-container">
<div class="resource-card stagger-item">
<div class="resource-icon">🔍</div>
<h3 data-i18n="about.externalResources.cards.alignmentForum.title">
Alignment Forum
</h3>
<p
data-i18n="about.externalResources.cards.alignmentForum.description"
>
A forum dedicated to technical research in AI alignment, with
papers and discussions from leading researchers.
</p>
<span
class="difficulty"
data-i18n="about.externalResources.cards.alignmentForum.difficulty"
>Technical</span
>
<a
href="https://alignmentforum.org/"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
data-i18n="about.externalResources.cards.alignmentForum.cta"
>Visit</a
>
</div>
<div class="resource-card stagger-item">
<div class="resource-icon">💡</div>
<h3 data-i18n="about.externalResources.cards.lessWrong.title">
LessWrong
</h3>
<p data-i18n="about.externalResources.cards.lessWrong.description">
A community blog focused on human rationality and the implications
of artificial intelligence.
</p>
<span
class="difficulty"
data-i18n="about.externalResources.cards.lessWrong.difficulty"
>Intermediate</span
>
<a
href="https://www.lesswrong.com/"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
data-i18n="about.externalResources.cards.lessWrong.cta"
>Visit</a
>
</div>
<div class="resource-card stagger-item">
<div class="resource-icon">🧠</div>
<h3
data-i18n="about.externalResources.cards.eightyThousandHours.title"
>
80,000 Hours
</h3>
<p
data-i18n="about.externalResources.cards.eightyThousandHours.description"
>
Career guidance for working on the world's most pressing problems,
including AI safety.
</p>
<span
class="difficulty"
data-i18n="about.externalResources.cards.eightyThousandHours.difficulty"
>Introductory</span
>
<a
href="https://80000hours.org/problem-profiles/artificial-intelligence/"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
data-i18n="about.externalResources.cards.eightyThousandHours.cta"
>Visit</a
>
</div>
<div class="resource-card stagger-item">
<div class="resource-icon">📚</div>
<h3 data-i18n="about.externalResources.cards.stampy.title">
Stampy's Wiki
</h3>
<p data-i18n="about.externalResources.cards.stampy.description">
A collaborative wiki providing accessible explanations of AI
alignment concepts.
</p>
<span
class="difficulty"
data-i18n="about.externalResources.cards.stampy.difficulty"
>Introductory</span
>
<a
href="https://aisafety.info/"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
data-i18n="about.externalResources.cards.stampy.cta"
>Visit</a
>
</div>
</div>
</div>
</section>
<section class="our-approach">
<div class="container">
<h2 data-i18n="about.ourApproach.title">Our Approach</h2>
<div class="two-column">
<div class="column">
<h3 data-i18n="about.ourApproach.focusAreas.title">Focus Areas</h3>
<p data-i18n="about.ourApproach.focusAreas.intro">
At BAISH - Buenos Aires AI Safety Hub, we focus on several key
areas within AI safety research:
</p>
<ul>
<li data-i18n="about.ourApproach.focusAreas.areas.0">
Mechanistic interpretability of neural networks
</li>
<li data-i18n="about.ourApproach.focusAreas.areas.1">
Alignment techniques for large language models
</li>
<li data-i18n="about.ourApproach.focusAreas.areas.2">
Robust training methodologies
</li>
<li data-i18n="about.ourApproach.focusAreas.areas.3">
Value learning and preference inference
</li>
</ul>
</div>
<div class="column">
<h3 data-i18n="about.ourApproach.contributions.title">
Our Contribution
</h3>
<p data-i18n="about.ourApproach.contributions.intro">
We contribute to the field through:
</p>
<ul>
<li data-i18n="about.ourApproach.contributions.items.0">
Supporting student research projects
</li>
<li data-i18n="about.ourApproach.contributions.items.1">
Developing educational resources in Spanish
</li>
<li data-i18n="about.ourApproach.contributions.items.2">
Building a regional community of AI safety researchers
</li>
<li data-i18n="about.ourApproach.contributions.items.3">
Organizing workshops and training programs
</li>
<li data-i18n="about.ourApproach.contributions.items.4">
Mentoring students interested in AI safety careers
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="team-section">
<div class="container">
<h2 class="section-title">Our Core Team</h2>
<div class="team-grid stagger-container">
<div class="team-member">
<div
class="member-photo"
style="
height: 180px;
width: 180px;
position: relative;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
"
>
<img
src="img/Eitan.jpeg"
alt="Eitan Sprejer"
class="team-member-img"
style="
object-fit: cover;
width: 100%;
height: 100%;
object-position: center 30%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
"
/>
</div>
<h3 data-i18n="about.team.members.eitan.name">Eitan Sprejer</h3>
<p class="member-title" data-i18n="about.team.members.eitan.title">
Co-founding Director
</p>
<div class="social-links">
<a href="https://github.com/Eitan-Sprejer" target="_blank"
><img
src="img/icons/github.svg"
alt="GitHub"
class="social-icon"
/></a>
<a
href="https://www.linkedin.com/in/eitan-sprejer-574380204/"
target="_blank"
><img
src="img/icons/linkedin.svg"
alt="LinkedIn"
class="social-icon"
/></a>
</div>
</div>
<div class="team-member">
<div
class="member-photo"
style="
height: 180px;
width: 180px;
position: relative;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
"
>
<img
src="img/Luca.png"
alt="Luca De Leo"
class="team-member-img"
style="
object-fit: cover;
width: 100%;
height: 100%;
object-position: center 40%;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
"
/>
</div>
<h3 data-i18n="about.team.members.luca.name">Luca De Leo</h3>
<p class="member-title" data-i18n="about.team.members.luca.title">
Co-founding Director
</p>
<div class="social-links">
<a href="https://github.com/lucadeleo" target="_blank"
><img
src="img/icons/github.svg"
alt="GitHub"
class="social-icon"
/></a>
<a href="https://www.linkedin.com/in/luca-de-leo/" target="_blank"
><img
src="img/icons/linkedin.svg"
alt="LinkedIn"
class="social-icon"
/></a>
</div>
</div>
<div class="team-member">
<div
class="member-photo"
style="
height: 180px;
width: 180px;
position: relative;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
"
>
<img
src="img/Lucas.jpeg"
alt="Lucas Vitali"
class="team-member-img"
style="
object-fit: cover;
width: 100%;
height: 100%;
object-position: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
"
/>
</div>
<h3 data-i18n="about.team.members.lucas.name">Lucas Vitali</h3>
<p class="member-title" data-i18n="about.team.members.lucas.title">
Communications Director
</p>
<div class="social-links">
<a href="https://github.com/lucasvitali" target="_blank"
><img
src="img/icons/github.svg"
alt="GitHub"
class="social-icon"
/></a>
<a href="https://linkedin.com/in/lucasvitali" target="_blank"
><img
src="img/icons/linkedin.svg"
alt="LinkedIn"
class="social-icon"
/></a>
</div>
</div>
<div class="team-member">
<div
class="member-photo"
style="
height: 180px;
width: 180px;
position: relative;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
"
>
<img
src="img/Sergio.jpg"
alt="Sergio Abriola, PhD"
class="team-member-img"
style="
object-fit: cover;
width: 100%;
height: 100%;
object-position: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
"
/>
</div>
<h3 data-i18n="about.team.members.sergio.name">
Sergio Abriola, PhD
</h3>
<p class="member-title" data-i18n="about.team.members.sergio.title">
Advisor
</p>
<div class="social-links">
<a href="https://github.com/sergioabriola" target="_blank"
><img
src="img/icons/github.svg"
alt="GitHub"
class="social-icon"
/></a>
<a href="https://linkedin.com/in/sergioabriola" target="_blank"
><img
src="img/icons/linkedin.svg"
alt="LinkedIn"
class="social-icon"
/></a>
</div>
</div>
<div class="team-member">
<div
class="member-photo"
style="
height: 180px;
width: 180px;
position: relative;
border-radius: 50%;
overflow: hidden;
margin: 0 auto;
"
>
<img
src="img/Charly.jpeg"
alt="Carlos Giudice"
class="team-member-img"
style="
object-fit: cover;
width: 100%;
height: 100%;
object-position: center;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
"
/>
</div>
<h3 data-i18n="about.team.members.charly.name">
Carlos Giudice
</h3>
<p class="member-title" data-i18n="about.team.members.charly.title">
Advisor
</p>
<div class="social-links">
</div>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<div class="footer-content reveal">
<div class="footer-logo">
<img
src="img/jacarandashield.png"
alt="BAISH - Buenos Aires AI Safety Hub"
class="footer-logo-img"
/>
<div class="tagline" data-i18n="footer.tagline">
Buenos Aires AI Safety Hub
</div>
</div>
<div class="footer-links">
<ul>
<li><a href="about.html" data-i18n="nav.about">About</a></li>
<li>
<a href="activities.html" data-i18n="nav.activities"
>Activities</a
>
</li>
<li>
<a href="research.html" data-i18n="nav.research">Research</a>
</li>
<li>
<a href="resources.html" data-i18n="nav.resources">Resources</a>
</li>
<li>
<a href="contact.html" data-i18n="nav.contact">Contact</a>
</li>
</ul>
</div>
<div class="social-links">
<a
href="https://www.instagram.com/baish_arg"
aria-label="Instagram"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
<path
d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
></path>
<line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
</svg>
</a>
<a
href="https://www.linkedin.com/company/baish-arg"
aria-label="LinkedIn"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<path
d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"
></path>
<rect x="2" y="9" width="4" height="12"></rect>
<circle cx="4" cy="4" r="2"></circle>
</svg>
</a>
<a href="https://t.me/+zhSGhXrn56g1YjVh" aria-label="Telegram">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<line x1="22" y1="2" x2="11" y2="13"></line>
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
</svg>
</a>
<a href="https://chat.whatsapp.com/BlgwCkQ8jmpB2ofIxiAi9P" aria-label="WhatsApp">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="feather"
>
<path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"></path>
</svg>
</a>
</div>
</div>
<div class="footer-nav">
<div class="footer-nav-left">
<a href="privacy-policy.html" data-i18n="footer.privacyPolicy"
>Privacy policy</a
>
</div>
<div class="footer-nav-right">
<p data-i18n="footer.copyright">
© 2025 BAISH - Buenos Aires AI Safety Hub
</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="js/translations.js"></script>
<script src="js/language-toggle.js"></script>
<script src="js/mobile-nav.js"></script>
<script src="js/animation.js" defer></script>
</body>
</html>