alexchaomander commited on
Commit
f084fe7
·
verified ·
1 Parent(s): c56e50b

Refocus organization card on Fide AI

Browse files
Files changed (2) hide show
  1. README.md +15 -17
  2. index.html +124 -61
README.md CHANGED
@@ -10,30 +10,28 @@ short_description: Open research and benchmarks for faith-facing AI evaluation.
10
 
11
  **Public standards for faith-facing AI evaluation.**
12
 
13
- Fide AI develops benchmarks, evaluation methods, and responsible-use standards
14
- for AI systems used around faith, moral guidance, and pastoral-care-adjacent
15
  questions.
16
 
17
- ## Focus
 
18
 
19
- - Theological triage and tradition-aware evaluation
20
- - Faith and moral guidance benchmarks
21
- - Structured harness design for safer model behavior
22
- - Responsible-use standards for spiritually sensitive AI contexts
23
-
24
- ## Featured
25
 
26
- | Project | Description |
27
- |---|---|
28
- | [FMG-Bench](https://huggingface.co/datasets/FideAI/fmg-bench) | Faith & Moral Guidance Benchmark for evaluating large language models in theological triage and pastoral guidance contexts. |
29
- | [GitHub repo](https://github.com/FideAI/fmg-bench) | Dataset, runner, scoring spec, papers, and reproducibility materials. |
 
30
 
31
  ## Links
32
 
33
- [Website](https://fideai.org) · [GitHub](https://github.com/FideAI) · [FMG-Bench Dataset](https://huggingface.co/datasets/FideAI/fmg-bench)
34
 
35
  ## Responsible Use
36
 
37
- Fide AI benchmarks make AI behavior in spiritually sensitive contexts visible,
38
- comparable, and reviewable. They do not certify pastoral authority, clinical
39
- safety, legal adequacy, denominational standing, or deployment readiness.
 
 
10
 
11
  **Public standards for faith-facing AI evaluation.**
12
 
13
+ Fide AI is an independent research initiative developing public standards for AI
14
+ systems that operate near faith, moral guidance, and pastoral-care-adjacent
15
  questions.
16
 
17
+ We study how models behave when questions are not merely informational, but
18
+ touch conscience, community, doctrine, identity, authority, and care.
19
 
20
+ ## What We Work On
 
 
 
 
 
21
 
22
+ - Theological triage and tradition-aware evaluation
23
+ - Structured harnesses for safer faith-facing AI behavior
24
+ - Grounding, preference fidelity, comparison, and escalation boundaries
25
+ - Responsible-use standards for spiritually sensitive contexts
26
+ - Open benchmarks and reproducible evaluation methods
27
 
28
  ## Links
29
 
30
+ [Website](https://fideai.org) · [GitHub](https://github.com/FideAI) · [FMG-Bench](https://huggingface.co/datasets/FideAI/fmg-bench)
31
 
32
  ## Responsible Use
33
 
34
+ Our work is intended to make AI behavior in spiritually sensitive contexts
35
+ visible, comparable, and reviewable. It does not certify pastoral authority,
36
+ clinical safety, legal adequacy, denominational standing, or deployment
37
+ readiness.
index.html CHANGED
@@ -7,74 +7,137 @@
7
  <style>
8
  :root { color-scheme: light dark; }
9
  * { box-sizing: border-box; }
10
- body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: transparent; color: inherit; }
11
- .card { max-width: 1120px; padding: 22px 28px 24px; }
12
- .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; color: #60a5fa; }
13
- .mark { width: 10px; height: 10px; border-radius: 3px; background: linear-gradient(135deg, #22c55e, #3b82f6 52%, #a855f7); box-shadow: 0 0 0 4px rgba(59,130,246,.10); }
14
- .hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 26px; align-items: start; }
15
- h1 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: .98; letter-spacing: 0; font-weight: 820; }
16
- .lede { margin: 12px 0 0; max-width: 780px; font-size: clamp(17px, 2vw, 23px); line-height: 1.35; font-weight: 720; }
17
- .copy { margin: 14px 0 0; max-width: 820px; font-size: 15px; line-height: 1.55; color: color-mix(in srgb, currentColor 78%, transparent); }
18
- .panel { border: 1px solid rgba(127,127,127,.22); border-radius: 10px; padding: 16px; background: color-mix(in srgb, currentColor 4%, transparent); }
19
- .panel h2 { margin: 0 0 10px; font-size: 13px; text-transform: uppercase; letter-spacing: .075em; color: color-mix(in srgb, currentColor 72%, transparent); }
20
- .metric { display: grid; grid-template-columns: 72px 1fr; gap: 10px; padding: 8px 0; border-top: 1px solid rgba(127,127,127,.16); font-size: 14px; }
21
- .metric:first-of-type { border-top: 0; padding-top: 0; }
22
- .num { font-weight: 820; color: #60a5fa; }
23
- .label { color: color-mix(in srgb, currentColor 80%, transparent); }
24
- .project { margin-top: 20px; display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 14px; }
25
- .tile { border: 1px solid rgba(127,127,127,.22); border-radius: 10px; padding: 16px; background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(168,85,247,.08) 58%, transparent); }
26
- .tile h2 { margin: 0 0 8px; font-size: 20px; line-height: 1.15; }
27
- .tile p, .focus li, .note { font-size: 14px; line-height: 1.5; color: color-mix(in srgb, currentColor 78%, transparent); }
28
- .tile p { margin: 0 0 13px; }
29
- .links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
30
- .btn { display: inline-flex; align-items: center; min-height: 32px; padding: 6px 10px; border-radius: 7px; border: 1px solid rgba(96,165,250,.36); color: #93c5fd; text-decoration: none; font-size: 13px; font-weight: 720; background: rgba(37,99,235,.10); }
31
- .btn:hover { text-decoration: underline; }
32
- .focus { border: 1px solid rgba(127,127,127,.18); border-radius: 10px; padding: 16px 18px; }
33
- .focus h2 { margin: 0 0 8px; font-size: 15px; }
34
- .focus ul { margin: 0; padding-left: 18px; }
35
- .focus li { margin: 5px 0; }
36
- .note { margin: 16px 0 0; max-width: 960px; font-size: 13px; color: color-mix(in srgb, currentColor 64%, transparent); }
37
- @media (max-width:760px) { .card { padding: 20px 18px; } .hero, .project { grid-template-columns: 1fr; } }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  </style>
39
  </head>
40
  <body>
41
- <main class="card">
42
- <div class="eyebrow"><span class="mark" aria-hidden="true"></span>Fide AI Research</div>
43
- <section class="hero">
44
- <div>
45
- <h1>Faith-facing AI evaluation.</h1>
46
- <p class="lede">Benchmarks and public standards for models used around faith, moral guidance, and pastoral-care-adjacent questions.</p>
47
- <p class="copy">Fide AI studies whether AI systems preserve theological triage, represent traditions fairly, avoid fabricated grounding, and recognize when human care matters more than a fluent answer.</p>
 
 
 
48
  </div>
49
- <aside class="panel" aria-label="FMG-Bench summary">
50
- <h2>FMG-Bench v1</h2>
51
- <div class="metric"><span class="num">120</span><span class="label">open benchmark scenarios</span></div>
52
- <div class="metric"><span class="num">4</span><span class="label">instruction conditions</span></div>
53
- <div class="metric"><span class="num">14</span><span class="label">advanced models evaluated</span></div>
54
- <div class="metric"><span class="num">+3.96</span><span class="label">structured-harness gain over raw behavior</span></div>
55
- </aside>
56
- </section>
57
- <section class="project">
58
- <div class="tile">
59
- <h2>FMG-Bench</h2>
60
- <p>The Faith & Moral Guidance Benchmark evaluates large language models in theological triage and pastoral guidance contexts.</p>
61
- <div class="links">
62
- <a class="btn" href="https://huggingface.co/datasets/FideAI/fmg-bench">Dataset</a>
63
- <a class="btn" href="https://github.com/FideAI/fmg-bench">GitHub</a>
64
- <a class="btn" href="https://fideai.org">Website</a>
65
- </div>
66
  </div>
67
- <div class="focus">
68
- <h2>Research focus</h2>
69
- <ul>
70
- <li>Theological triage and tradition-aware evaluation</li>
71
- <li>Structured harness design for safer model behavior</li>
72
- <li>Grounding, preference fidelity, comparison, and escalation boundaries</li>
73
- <li>Responsible-use standards for spiritually sensitive AI contexts</li>
74
- </ul>
75
  </div>
76
  </section>
77
- <p class="note">Benchmarks make behavior visible, comparable, and reviewable. They do not certify pastoral authority, clinical safety, legal adequacy, denominational standing, or deployment readiness.</p>
 
 
 
 
 
78
  </main>
79
  </body>
80
  </html>
 
7
  <style>
8
  :root { color-scheme: light dark; }
9
  * { box-sizing: border-box; }
10
+ body {
11
+ margin: 0;
12
+ font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
13
+ background: transparent;
14
+ color: inherit;
15
+ }
16
+ .wrap {
17
+ max-width: 1040px;
18
+ padding: 34px 42px 38px;
19
+ }
20
+ .kicker {
21
+ margin: 0 0 18px;
22
+ font-size: 12px;
23
+ font-weight: 760;
24
+ letter-spacing: .11em;
25
+ text-transform: uppercase;
26
+ color: #8ab4ff;
27
+ }
28
+ h1 {
29
+ margin: 0;
30
+ max-width: 900px;
31
+ font-size: clamp(42px, 5.6vw, 76px);
32
+ line-height: .95;
33
+ letter-spacing: 0;
34
+ font-weight: 820;
35
+ }
36
+ .lead {
37
+ margin: 24px 0 0;
38
+ max-width: 850px;
39
+ font-size: clamp(18px, 2.1vw, 25px);
40
+ line-height: 1.36;
41
+ font-weight: 620;
42
+ color: color-mix(in srgb, currentColor 88%, transparent);
43
+ }
44
+ .body {
45
+ margin: 18px 0 0;
46
+ max-width: 780px;
47
+ font-size: 15.5px;
48
+ line-height: 1.62;
49
+ color: color-mix(in srgb, currentColor 72%, transparent);
50
+ }
51
+ .rule {
52
+ height: 1px;
53
+ width: min(100%, 820px);
54
+ margin: 28px 0 22px;
55
+ background: linear-gradient(90deg, rgba(96,165,250,.55), rgba(168,85,247,.35), transparent);
56
+ }
57
+ .grid {
58
+ display: grid;
59
+ grid-template-columns: repeat(4, minmax(0, 1fr));
60
+ gap: 18px;
61
+ max-width: 980px;
62
+ margin: 0 0 26px;
63
+ }
64
+ .principle {
65
+ min-width: 0;
66
+ }
67
+ .principle h2 {
68
+ margin: 0 0 7px;
69
+ font-size: 14px;
70
+ line-height: 1.25;
71
+ font-weight: 780;
72
+ color: color-mix(in srgb, currentColor 90%, transparent);
73
+ }
74
+ .principle p {
75
+ margin: 0;
76
+ font-size: 13.5px;
77
+ line-height: 1.48;
78
+ color: color-mix(in srgb, currentColor 62%, transparent);
79
+ }
80
+ .links {
81
+ display: flex;
82
+ flex-wrap: wrap;
83
+ gap: 18px;
84
+ margin: 4px 0 0;
85
+ font-size: 14px;
86
+ }
87
+ a {
88
+ color: #8ab4ff;
89
+ font-weight: 720;
90
+ text-decoration: none;
91
+ }
92
+ a:hover { text-decoration: underline; }
93
+ .note {
94
+ margin: 24px 0 0;
95
+ max-width: 850px;
96
+ font-size: 13px;
97
+ line-height: 1.5;
98
+ color: color-mix(in srgb, currentColor 56%, transparent);
99
+ }
100
+ @media (max-width: 820px) {
101
+ .wrap { padding: 26px 22px 30px; }
102
+ .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
103
+ }
104
+ @media (max-width: 520px) {
105
+ .grid { grid-template-columns: 1fr; }
106
+ .links { gap: 12px; }
107
+ }
108
  </style>
109
  </head>
110
  <body>
111
+ <main class="wrap">
112
+ <p class="kicker">Fide AI</p>
113
+ <h1>Public standards for faith-facing AI.</h1>
114
+ <p class="lead">We study how AI systems behave when questions touch conscience, community, doctrine, identity, authority, and care.</p>
115
+ <p class="body">Fide AI is an independent research initiative developing benchmarks, evaluation methods, and responsible-use standards for models operating near faith, moral guidance, and pastoral-care-adjacent contexts.</p>
116
+ <div class="rule" aria-hidden="true"></div>
117
+ <section class="grid" aria-label="Fide AI focus areas">
118
+ <div class="principle">
119
+ <h2>Theological triage</h2>
120
+ <p>Distinguishing creedal claims, tradition-specific disagreements, lower-certainty questions, and pastoral application.</p>
121
  </div>
122
+ <div class="principle">
123
+ <h2>Tradition-aware evaluation</h2>
124
+ <p>Measuring whether systems represent Christian traditions carefully without flattening meaningful disagreement.</p>
125
+ </div>
126
+ <div class="principle">
127
+ <h2>Structured harnesses</h2>
128
+ <p>Studying instruction-layer scaffolding for grounding, preference handling, comparison, and escalation boundaries.</p>
 
 
 
 
 
 
 
 
 
 
129
  </div>
130
+ <div class="principle">
131
+ <h2>Responsible use</h2>
132
+ <p>Making behavior visible and reviewable without certifying pastoral authority or deployment readiness.</p>
 
 
 
 
 
133
  </div>
134
  </section>
135
+ <nav class="links" aria-label="Fide AI links">
136
+ <a href="https://fideai.org">Website</a>
137
+ <a href="https://github.com/FideAI">GitHub</a>
138
+ <a href="https://huggingface.co/datasets/FideAI/fmg-bench">FMG-Bench</a>
139
+ </nav>
140
+ <p class="note">Our work does not certify pastoral authority, clinical safety, legal adequacy, denominational standing, or deployment readiness.</p>
141
  </main>
142
  </body>
143
  </html>