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
7 changes: 4 additions & 3 deletions .blogcache
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"content/blogs/cocos-prism-release.md": "3841b39e8411e13b0d618bcffe9d7815",
"content/blogs/confidential-computing-meets-ai.md": "17261c4020c7f2f5d6a3da6f6272926b"
}
"content/blogs/cocos-prism-release.md": "8a45148d84030b5b5bcd47f5088cfd41",
"content/blogs/confidential-computing-meets-ai.md": "6997a319608301ea40d5ee467d954910",
"content/blogs/trusting-your-vm-from-the-first-instruction-to-the-last-file.md": "b0d94c06738187cee92b57f4535ce762"
}
64 changes: 59 additions & 5 deletions blog/cocos-prism-release/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

<title>Unleashing Confidential AI: Cocos v0.8.0 and Prism v0.6.0 Released - Ultraviolet</title>
<meta name="title" content="Unleashing Confidential AI: Cocos v0.8.0 and Prism v0.6.0 Released - Ultraviolet" />
<meta name="description" content="" />
<meta name="description" content="Learn about the new features in Cocos AI v0.8.0 and Prism v0.6.0, including enhanced security policies, performance improvements, and a new asset discovery system." />

<link rel="canonical" href="https://www.ultraviolet.rs/blog/cocos-prism-release/" />

<meta property="og:type" content="article" />
<meta property="og:site_name" content="Ultraviolet" />
<meta property="og:url" content="https://www.ultraviolet.rs/blog/cocos-prism-release" />
<meta property="og:title" content="Unleashing Confidential AI: Cocos v0.8.0 and Prism v0.6.0 Released" />
<meta property="og:description" content="" />
<meta property="og:description" content="Learn about the new features in Cocos AI v0.8.0 and Prism v0.6.0, including enhanced security policies, performance improvements, and a new asset discovery system." />
<meta property="og:image" content="https://www.ultraviolet.rs{https://www.ultraviolet.rs/img/header.avif}" />


<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Unleashing Confidential AI: Cocos v0.8.0 and Prism v0.6.0 Released" />
<meta name="twitter:description" content="" />
<meta name="twitter:description" content="Learn about the new features in Cocos AI v0.8.0 and Prism v0.6.0, including enhanced security policies, performance improvements, and a new asset discovery system." />
<meta name="twitter:image" content="https://www.ultraviolet.rs{https://www.ultraviolet.rs/img/header.avif}" />
Comment on lines 16 to 25
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The og:image / twitter:image values are malformed (https://www.ultraviolet.rs{https://www.ultraviolet.rs/img/header.avif}), which will break social previews. This should be a valid absolute URL without braces or double-prefixing (ideally derived from the post’s ogImage).

Copilot uses AI. Check for mistakes.


Expand All @@ -37,7 +37,7 @@
"@type": "Person",
"name": "sammy oina"
},
"description": ""
"description": "Learn about the new features in Cocos AI v0.8.0 and Prism v0.6.0, including enhanced security policies, performance improvements, and a new asset discovery system."
}
</script>

Expand Down Expand Up @@ -562,6 +562,60 @@ <h2>Subscribe to Our Newsletter</h2>
<h3 class="mb-4 fw-bold">Next Read</h3>
<div class="row g-4">

<div class="col-md-6 col-lg-4">
<article class="card h-100 shadow-sm hover-lift border-0">
<a href="/blog/trusting-your-vm-from-the-first-instruction-to-the-last-file" class="text-decoration-none text-dark">


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

</div>

<h2 class="card-title h5 fw-bold">
Trusting Your VM from the First Instruction to the Last File
</h2>
<p class="card-text text-muted small">
COCOS AI leverages several mechanism in order to build a continous chain of trust from the very first instruction executed during boot to the last file loaded into memory.
</p>

<div class="d-flex align-items-center mt-3">
<img src="https://avatars.githubusercontent.com/u/44265300?v=4" alt="Jovan Djukic"
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">
Jovan Djukic
</div>
<div class="text-muted">
February 09, 2026 · 12 min
</div>
</div>
</div>

<div class="mt-3">

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

<span class="badge bg-light text-dark me-1">secured boot</span>

<span class="badge bg-light text-dark me-1">measured boot</span>

<span class="badge bg-light text-dark me-1">TPM</span>

<span class="badge bg-light text-dark me-1">Linux IMA</span>

<span class="badge bg-light text-dark me-1">cocos</span>

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

<div class="col-md-6 col-lg-4">
<article class="card h-100 shadow-sm hover-lift border-0">
<a href="/blog/confidential-computing-meets-ai" class="text-decoration-none text-dark">
Expand All @@ -579,7 +633,7 @@ <h2 class="card-title h5 fw-bold">
Confidential Computing Meets AI: How Cube AI Protects Your LLM Prompts
</h2>
<p class="card-text text-muted small">

Cube AI leverages confidential computing and TEEs to protect your sensitive AI workloads. Ensure your prompts remain private with hardware-verified security.
</p>

<div class="d-flex align-items-center mt-3">
Expand Down
64 changes: 59 additions & 5 deletions blog/confidential-computing-meets-ai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

<title>Confidential Computing Meets AI: How Cube AI Protects Your LLM Prompts - Ultraviolet</title>
<meta name="title" content="Confidential Computing Meets AI: How Cube AI Protects Your LLM Prompts - Ultraviolet" />
<meta name="description" content="" />
<meta name="description" content="Discover how Cube AI leverages Trusted Execution Environments (TEEs) to protect your sensitive data and LLM prompts from cloud providers and insider threats." />

<link rel="canonical" href="https://www.ultraviolet.rs/blog/confidential-computing-meets-ai/" />

<meta property="og:type" content="article" />
<meta property="og:site_name" content="Ultraviolet" />
<meta property="og:url" content="https://www.ultraviolet.rs/blog/confidential-computing-meets-ai" />
<meta property="og:title" content="Confidential Computing Meets AI: How Cube AI Protects Your LLM Prompts" />
<meta property="og:description" content="" />
<meta property="og:description" content="Discover how Cube AI leverages Trusted Execution Environments (TEEs) to protect your sensitive data and LLM prompts from cloud providers and insider threats." />
<meta property="og:image" content="https://www.ultraviolet.rs{https://www.ultraviolet.rs/img/header.avif}" />


<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Confidential Computing Meets AI: How Cube AI Protects Your LLM Prompts" />
<meta name="twitter:description" content="" />
<meta name="twitter:description" content="Discover how Cube AI leverages Trusted Execution Environments (TEEs) to protect your sensitive data and LLM prompts from cloud providers and insider threats." />
<meta name="twitter:image" content="https://www.ultraviolet.rs{https://www.ultraviolet.rs/img/header.avif}" />
Comment on lines 16 to 25
Copy link

Copilot AI Feb 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The og:image / twitter:image values are malformed (https://www.ultraviolet.rs{https://www.ultraviolet.rs/img/header.avif}), which will break social previews. This should be a valid absolute URL without braces or double-prefixing (ideally derived from the post’s ogImage).

Copilot uses AI. Check for mistakes.


Expand All @@ -37,7 +37,7 @@
"@type": "Person",
"name": "sammy oina"
},
"description": ""
"description": "Discover how Cube AI leverages Trusted Execution Environments (TEEs) to protect your sensitive data and LLM prompts from cloud providers and insider threats."
}
</script>

Expand Down Expand Up @@ -523,6 +523,60 @@ <h2>Subscribe to Our Newsletter</h2>
<h3 class="mb-4 fw-bold">Next Read</h3>
<div class="row g-4">

<div class="col-md-6 col-lg-4">
<article class="card h-100 shadow-sm hover-lift border-0">
<a href="/blog/trusting-your-vm-from-the-first-instruction-to-the-last-file" class="text-decoration-none text-dark">


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

</div>

<h2 class="card-title h5 fw-bold">
Trusting Your VM from the First Instruction to the Last File
</h2>
<p class="card-text text-muted small">
COCOS AI leverages several mechanism in order to build a continous chain of trust from the very first instruction executed during boot to the last file loaded into memory.
</p>

<div class="d-flex align-items-center mt-3">
<img src="https://avatars.githubusercontent.com/u/44265300?v=4" alt="Jovan Djukic"
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">
Jovan Djukic
</div>
<div class="text-muted">
February 09, 2026 · 12 min
</div>
</div>
</div>

<div class="mt-3">

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

<span class="badge bg-light text-dark me-1">secured boot</span>

<span class="badge bg-light text-dark me-1">measured boot</span>

<span class="badge bg-light text-dark me-1">TPM</span>

<span class="badge bg-light text-dark me-1">Linux IMA</span>

<span class="badge bg-light text-dark me-1">cocos</span>

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

<div class="col-md-6 col-lg-4">
<article class="card h-100 shadow-sm hover-lift border-0">
<a href="/blog/cocos-prism-release" class="text-decoration-none text-dark">
Expand All @@ -540,7 +594,7 @@ <h2 class="card-title h5 fw-bold">
Unleashing Confidential AI: Cocos v0.8.0 and Prism v0.6.0 Released
</h2>
<p class="card-text text-muted small">

Ultraviolet releases Cocos AI v0.8.0 and Prism v0.6.0, enhancing the confidential computing ecosystem. These updates bring improved attestation, stronger security, and a better enterprise experience.
</p>

<div class="d-flex align-items-center mt-3">
Expand Down
67 changes: 64 additions & 3 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,66 @@ <h1 class="display-4 fw-bold mb-3">Ultraviolet Blog</h1>
<div class="row g-4">


<div class="mg-blog-card col-md-6">
<div class="mg-blog-card col-md-12">
<article class="card h-100 hover-lift">
<a href="/blog/trusting-your-vm-from-the-first-instruction-to-the-last-file" class="text-decoration-none text-dark">


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

<span class="badge bg-warning text-dark">Featured</span>

</div>

<h2 class="mg-blog-title card-title h5 fw-bold">
Trusting Your VM from the First Instruction to the Last File
</h2>
<p class="mg-blog-excerpt card-text text-muted small">
COCOS AI leverages several mechanism in order to build a continous chain of trust from the very first instruction executed during boot to the last file loaded into memory.
</p>

<div class="d-flex align-items-center mt-3">
<img src="https://avatars.githubusercontent.com/u/44265300?v=4" alt="Jovan Djukic"
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">
Jovan Djukic
</div>
<div class="text-muted">
February 09, 2026 · 12 min
</div>
</div>
</div>

<div class="mt-3">

<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">secured boot</span>

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

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

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

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

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




<div class="mg-blog-card col-md-12">
<article class="card h-100 hover-lift">
<a href="/blog/cocos-prism-release" class="text-decoration-none text-dark">

Expand All @@ -192,13 +251,15 @@ <h1 class="display-4 fw-bold mb-3">Ultraviolet Blog</h1>
blog
</span>

<span class="badge bg-warning text-dark">Featured</span>

</div>

<h2 class="mg-blog-title card-title h5 fw-bold">
Unleashing Confidential AI: Cocos v0.8.0 and Prism v0.6.0 Released
</h2>
<p class="mg-blog-excerpt card-text text-muted small">

Ultraviolet releases Cocos AI v0.8.0 and Prism v0.6.0, enhancing the confidential computing ecosystem. These updates bring improved attestation, stronger security, and a better enterprise experience.
</p>

<div class="d-flex align-items-center mt-3">
Expand Down Expand Up @@ -253,7 +314,7 @@ <h2 class="mg-blog-title card-title h5 fw-bold">
Confidential Computing Meets AI: How Cube AI Protects Your LLM Prompts
</h2>
<p class="mg-blog-excerpt card-text text-muted small">

Cube AI leverages confidential computing and TEEs to protect your sensitive AI workloads. Ensure your prompts remain private with hardware-verified security.
</p>

<div class="d-flex align-items-center mt-3">
Expand Down
Loading