-
Notifications
You must be signed in to change notification settings - Fork 3
BLOG-7 - Added blog: Trusting Your VM from the First Instruction to the Last File #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jovan-djukic
wants to merge
1
commit into
main
Choose a base branch
from
blog-7
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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
|
||
|
|
||
|
|
||
|
|
@@ -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> | ||
|
|
||
|
|
@@ -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"> | ||
|
|
@@ -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"> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
og:image/twitter:imagevalues 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’sogImage).