Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .blogcache
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"content/blogs/prism-public-beta-launch.md": "ad22b7effe3956dbdd6becee16ef02eb",
"content/blogs/privacy-paradox-confidential-computing.md": "7c47ee831352c534c3aec7a2adcbb9f9",
"content/blogs/securing-trust-rats-and-attested-tls.md": "dca53fd8fba65bc9f4d72bfd4e47ce8d",
"content/blogs/vllm-vs-ollama-in-cube-ai.md": "20b3e3a90cefc8f99fec0f51b10831a0"
"content/blogs/vllm-vs-ollama-in-cube-ai.md": "20b3e3a90cefc8f99fec0f51b10831a0",
"content/blogs/prism-mpc-covid-prediction.md": "a26851f09a83b0ec0b2add63419097ec"
}
62 changes: 61 additions & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,67 @@ <h2 class="mg-blog-title card-title h5 fw-bold">





<div class="mg-blog-card col-md-6">
<article class="card h-100 hover-lift">
<a href="/blog/prism-mpc-covid-prediction" class="text-decoration-none text-dark">

<img src="/img/prism-mpc-covid-prediction/prism_mpc_covid_prediction_cover.png" class="card-img-top" alt="Secure Multiparty Computation in Action: Training a COVID-19 Prediction Model with Prism"
loading="lazy" onerror="this.style.display = 'none'" />


<div class="card-body">
<div class="mb-2">
<span class="badge bg-primary me-2">
blog
</span>

</div>

<h2 class="mg-blog-title card-title h5 fw-bold">
Secure Multiparty Computation in Action: Training a COVID-19 Prediction Model with Prism
</h2>
<p class="mg-blog-excerpt card-text text-muted small">
How Prism enables hospitals to collaboratively train AI models on sensitive patient data without ever sharing the underlying records — illustrated through a COVID-19 risk prediction use case.
</p>

<div class="d-flex align-items-center mt-3">
<img src="https://avatars.githubusercontent.com/u/43080232?v=4" alt="Washington Kamadi"
class="rounded-circle me-2" width="32" height="32" loading="lazy"
onerror="this.onerror=null; this.src = '/assets/team/default-avatar.jpg'" />
<div class="small">
<div class="fw-semibold">
Washington Kamadi
</div>
<div class="text-muted">
February 19, 2026 · 4 min
</div>
</div>
</div>

<div class="mt-3">

<span class="mg-blog-tag badge bg-light text-dark me-1">prism-ai</span>

<span class="mg-blog-tag badge bg-light text-dark me-1">confidential-computing</span>

<span class="mg-blog-tag badge bg-light text-dark me-1">mpc</span>

<span class="mg-blog-tag badge bg-light text-dark me-1">privacy</span>

<span class="mg-blog-tag badge bg-light text-dark me-1">ai</span>

<span class="mg-blog-tag badge bg-light text-dark me-1">healthcare</span>

</div>
</div>
</a>
</article>
</div>




<div class="mg-blog-card col-md-6">
<article class="card h-100 hover-lift">
<a href="/blog/securing-trust-rats-and-attested-tls" class="text-decoration-none text-dark">
Expand Down
Loading