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

Use faith-facing AI language

Browse files
Files changed (2) hide show
  1. README.md +2 -2
  2. index.html +23 -141
README.md CHANGED
@@ -3,12 +3,12 @@ title: Fide AI
3
  sdk: static
4
  app_file: index.html
5
  license: cc-by-4.0
6
- short_description: Open research and benchmarks for faith-aware AI evaluation.
7
  ---
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
 
3
  sdk: static
4
  app_file: index.html
5
  license: cc-by-4.0
6
+ short_description: Open research and benchmarks for faith-facing AI evaluation.
7
  ---
8
 
9
  # Fide AI
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
index.html CHANGED
@@ -7,152 +7,34 @@
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>
@@ -160,7 +42,7 @@
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>
 
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>
 
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>