Skip to content

Commit ebb5489

Browse files
feat(site): sync project names with public org profile
Rename planned projects to BitForge and Lexicon and add Argus so website project cards mirror the current public organization naming. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d96bff2 commit ebb5489

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

index.html

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,25 +117,35 @@ <h3>Crucible</h3>
117117
</div>
118118
</article>
119119
<article class="project-card">
120-
<h3>Quantization</h3>
120+
<h3>BitForge</h3>
121121
<p class="meta">Planned</p>
122122
<p>
123-
Theory and experiments around quantization methods—details will live in a dedicated repository when it launches.
123+
Quantization theory, methods, and reproducible experiments across bit-widths and runtimes.
124124
</p>
125125
<div class="project-card__links">
126126
<a href="https://github.com/Inference-Foundry/.github/blob/main/docs/projects/quantization.md" target="_blank" rel="noopener noreferrer">Org preview</a>
127127
</div>
128128
</article>
129129
<article class="project-card">
130-
<h3>Prompt library</h3>
130+
<h3>Lexicon</h3>
131131
<p class="meta">Planned</p>
132132
<p>
133-
Curated open prompts and short analyses so practitioners can reuse and adapt patterns with clarity.
133+
Open fine-tuned prompt catalog with versioning, licensing, and analysis for reuse.
134134
</p>
135135
<div class="project-card__links">
136136
<a href="https://github.com/Inference-Foundry/.github/blob/main/docs/projects/prompt-library.md" target="_blank" rel="noopener noreferrer">Org preview</a>
137137
</div>
138138
</article>
139+
<article class="project-card">
140+
<h3>Argus</h3>
141+
<p class="meta">Planned</p>
142+
<p>
143+
Algorithms to detect AI-generated images using JEPA-based representations.
144+
</p>
145+
<div class="project-card__links">
146+
<a href="https://github.com/Inference-Foundry/.github/blob/main/docs/projects/argus.md" target="_blank" rel="noopener noreferrer">Org preview</a>
147+
</div>
148+
</article>
139149
</div>
140150
</div>
141151
</section>

0 commit comments

Comments
 (0)