alexchaomander commited on
Commit
871d783
·
verified ·
1 Parent(s): cf5d3fe

Refine Fide AI organization card design

Browse files
Files changed (2) hide show
  1. README.md +6 -6
  2. index.html +167 -40
README.md CHANGED
@@ -8,20 +8,20 @@ short_description: Open research and benchmarks for faith-aware AI evaluation.
8
 
9
  # Fide AI
10
 
11
- **Open research and benchmarks for faith-aware AI evaluation.**
12
 
13
- Fide AI develops public benchmarks, evaluation methods, and responsible-use
14
- standards for AI systems used around faith, moral guidance, and pastoral-care
15
- adjacent questions.
16
 
17
- ## Research 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 Work
25
 
26
  | Project | Description |
27
  |---|---|
 
8
 
9
  # Fide AI
10
 
11
+ **Public standards for faith-aware 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
  |---|---|
index.html CHANGED
@@ -6,66 +6,193 @@
6
  <title>Fide AI</title>
7
  <style>
8
  :root { color-scheme: light dark; }
 
9
  body {
10
  margin: 0;
11
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
12
  background: transparent;
13
  color: inherit;
14
  }
15
- .wrap {
16
- max-width: 880px;
17
- padding: 28px 32px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  }
19
  h1 {
20
- margin: 0 0 8px;
21
- font-size: 32px;
22
- line-height: 1.1;
23
  letter-spacing: 0;
 
24
  }
25
  .lede {
26
- margin: 0 0 18px;
27
- font-size: 18px;
28
- font-weight: 650;
 
 
29
  }
30
- p {
31
- margin: 0 0 16px;
32
- max-width: 760px;
 
33
  line-height: 1.55;
 
 
 
 
 
 
 
34
  }
35
- .grid {
 
 
 
 
 
 
 
36
  display: grid;
37
- grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
38
  gap: 10px;
39
- margin: 20px 0;
40
- }
41
- .item {
42
- border: 1px solid rgba(127, 127, 127, 0.25);
43
- border-radius: 8px;
44
- padding: 12px 14px;
45
- }
46
- .item strong { display: block; margin-bottom: 3px; }
47
- .links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
48
- a { color: #2563eb; text-decoration: none; font-weight: 650; }
49
- a:hover { text-decoration: underline; }
50
- .note { margin-top: 18px; font-size: 14px; opacity: 0.8; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
51
  </style>
52
  </head>
53
  <body>
54
- <main class="wrap">
55
- <h1>Fide AI</h1>
56
- <p class="lede">Open research and benchmarks for faith-aware AI evaluation.</p>
57
- <p>Fide AI develops public benchmarks, evaluation methods, and responsible-use standards for AI systems used around faith, moral guidance, and pastoral-care adjacent questions.</p>
58
- <section class="grid" aria-label="Research focus">
59
- <div class="item"><strong>Theological triage</strong><span>Evaluating whether systems answer the right kind of faith question in the right way.</span></div>
60
- <div class="item"><strong>FMG-Bench</strong><span>A benchmark for theological triage and pastoral guidance behavior in large language models.</span></div>
61
- <div class="item"><strong>Structured harnesses</strong><span>Instruction-layer design for safer grounding, preference handling, and escalation boundaries.</span></div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  </section>
63
- <div class="links">
64
- <a href="https://huggingface.co/datasets/FideAI/fmg-bench">FMG-Bench Dataset</a>
65
- <a href="https://github.com/FideAI/fmg-bench">GitHub Repo</a>
66
- <a href="https://fideai.org">Website</a>
67
- </div>
68
- <p class="note">Benchmarks make behavior visible and reviewable. They do not certify pastoral authority, clinical safety, legal adequacy, or deployment readiness.</p>
69
  </main>
70
  </body>
71
  </html>
 
6
  <title>Fide AI</title>
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
+ .card {
17
+ max-width: 1120px;
18
+ padding: 22px 28px 24px;
19
+ }
20
+ .eyebrow {
21
+ display: inline-flex;
22
+ align-items: center;
23
+ gap: 8px;
24
+ margin-bottom: 12px;
25
+ font-size: 12px;
26
+ font-weight: 750;
27
+ letter-spacing: .08em;
28
+ text-transform: uppercase;
29
+ color: #60a5fa;
30
+ }
31
+ .mark {
32
+ width: 10px;
33
+ height: 10px;
34
+ border-radius: 3px;
35
+ background: linear-gradient(135deg, #22c55e, #3b82f6 52%, #a855f7);
36
+ box-shadow: 0 0 0 4px rgba(59, 130, 246, .10);
37
+ }
38
+ .hero {
39
+ display: grid;
40
+ grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
41
+ gap: 26px;
42
+ align-items: start;
43
  }
44
  h1 {
45
+ margin: 0;
46
+ font-size: clamp(34px, 4vw, 54px);
47
+ line-height: .98;
48
  letter-spacing: 0;
49
+ font-weight: 820;
50
  }
51
  .lede {
52
+ margin: 12px 0 0;
53
+ max-width: 780px;
54
+ font-size: clamp(17px, 2vw, 23px);
55
+ line-height: 1.35;
56
+ font-weight: 720;
57
  }
58
+ .copy {
59
+ margin: 14px 0 0;
60
+ max-width: 820px;
61
+ font-size: 15px;
62
  line-height: 1.55;
63
+ color: color-mix(in srgb, currentColor 78%, transparent);
64
+ }
65
+ .panel {
66
+ border: 1px solid rgba(127,127,127,.22);
67
+ border-radius: 10px;
68
+ padding: 16px;
69
+ background: color-mix(in srgb, currentColor 4%, transparent);
70
  }
71
+ .panel h2 {
72
+ margin: 0 0 10px;
73
+ font-size: 13px;
74
+ text-transform: uppercase;
75
+ letter-spacing: .075em;
76
+ color: color-mix(in srgb, currentColor 72%, transparent);
77
+ }
78
+ .metric {
79
  display: grid;
80
+ grid-template-columns: 72px 1fr;
81
  gap: 10px;
82
+ padding: 8px 0;
83
+ border-top: 1px solid rgba(127,127,127,.16);
84
+ font-size: 14px;
85
+ }
86
+ .metric:first-of-type { border-top: 0; padding-top: 0; }
87
+ .num { font-weight: 820; color: #60a5fa; }
88
+ .label { color: color-mix(in srgb, currentColor 80%, transparent); }
89
+ .project {
90
+ margin-top: 20px;
91
+ display: grid;
92
+ grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
93
+ gap: 14px;
94
+ }
95
+ .tile {
96
+ border: 1px solid rgba(127,127,127,.22);
97
+ border-radius: 10px;
98
+ padding: 16px;
99
+ background: linear-gradient(135deg, rgba(37,99,235,.12), rgba(168,85,247,.08) 58%, transparent);
100
+ }
101
+ .tile h2 {
102
+ margin: 0 0 8px;
103
+ font-size: 20px;
104
+ line-height: 1.15;
105
+ }
106
+ .tile p, .focus li, .note {
107
+ font-size: 14px;
108
+ line-height: 1.5;
109
+ color: color-mix(in srgb, currentColor 78%, transparent);
110
+ }
111
+ .tile p { margin: 0 0 13px; }
112
+ .links {
113
+ display: flex;
114
+ flex-wrap: wrap;
115
+ gap: 8px;
116
+ margin-top: 12px;
117
+ }
118
+ .btn {
119
+ display: inline-flex;
120
+ align-items: center;
121
+ min-height: 32px;
122
+ padding: 6px 10px;
123
+ border-radius: 7px;
124
+ border: 1px solid rgba(96,165,250,.36);
125
+ color: #93c5fd;
126
+ text-decoration: none;
127
+ font-size: 13px;
128
+ font-weight: 720;
129
+ background: rgba(37,99,235,.10);
130
+ }
131
+ .btn:hover { text-decoration: underline; }
132
+ .focus {
133
+ border: 1px solid rgba(127,127,127,.18);
134
+ border-radius: 10px;
135
+ padding: 16px 18px;
136
+ }
137
+ .focus h2 {
138
+ margin: 0 0 8px;
139
+ font-size: 15px;
140
+ }
141
+ .focus ul {
142
+ margin: 0;
143
+ padding-left: 18px;
144
+ }
145
+ .focus li { margin: 5px 0; }
146
+ .note {
147
+ margin: 16px 0 0;
148
+ max-width: 960px;
149
+ font-size: 13px;
150
+ color: color-mix(in srgb, currentColor 64%, transparent);
151
+ }
152
+ @media (max-width: 760px) {
153
+ .card { padding: 20px 18px; }
154
+ .hero, .project { grid-template-columns: 1fr; }
155
+ }
156
  </style>
157
  </head>
158
  <body>
159
+ <main class="card">
160
+ <div class="eyebrow"><span class="mark" aria-hidden="true"></span>Fide AI Research</div>
161
+ <section class="hero">
162
+ <div>
163
+ <h1>Faith-aware AI evaluation.</h1>
164
+ <p class="lede">Benchmarks and public standards for models used around faith, moral guidance, and pastoral-care-adjacent questions.</p>
165
+ <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>
166
+ </div>
167
+ <aside class="panel" aria-label="FMG-Bench summary">
168
+ <h2>FMG-Bench v1</h2>
169
+ <div class="metric"><span class="num">120</span><span class="label">open benchmark scenarios</span></div>
170
+ <div class="metric"><span class="num">4</span><span class="label">instruction conditions</span></div>
171
+ <div class="metric"><span class="num">14</span><span class="label">advanced models evaluated</span></div>
172
+ <div class="metric"><span class="num">+3.96</span><span class="label">structured-harness gain over raw behavior</span></div>
173
+ </aside>
174
+ </section>
175
+ <section class="project">
176
+ <div class="tile">
177
+ <h2>FMG-Bench</h2>
178
+ <p>The Faith & Moral Guidance Benchmark evaluates large language models in theological triage and pastoral guidance contexts.</p>
179
+ <div class="links">
180
+ <a class="btn" href="https://huggingface.co/datasets/FideAI/fmg-bench">Dataset</a>
181
+ <a class="btn" href="https://github.com/FideAI/fmg-bench">GitHub</a>
182
+ <a class="btn" href="https://fideai.org">Website</a>
183
+ </div>
184
+ </div>
185
+ <div class="focus">
186
+ <h2>Research focus</h2>
187
+ <ul>
188
+ <li>Theological triage and tradition-aware evaluation</li>
189
+ <li>Structured harness design for safer model behavior</li>
190
+ <li>Grounding, preference fidelity, comparison, and escalation boundaries</li>
191
+ <li>Responsible-use standards for spiritually sensitive AI contexts</li>
192
+ </ul>
193
+ </div>
194
  </section>
195
+ <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>
 
 
 
 
 
196
  </main>
197
  </body>
198
  </html>