Skip to content
Merged
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
18 changes: 3 additions & 15 deletions environment-setup/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,27 +1,15 @@
---
title: "Overview"
description: "How tracebloc runs on your infrastructure — and why your data never leaves it."

Check warning on line 3 in environment-setup/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (tracebloc) - vale-spellcheck

environment-setup/overview.mdx#L3

Did you really mean 'tracebloc'?
---

**Models come to your data — your data never leaves your infrastructure.** You run a tracebloc *workspace* on your own hardware. Contributors submit models that are scanned and run in isolation against your data, on your machines. Only results leave — and trained model weights only if you choose to share them.

Check warning on line 6 in environment-setup/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (tracebloc) - vale-spellcheck

environment-setup/overview.mdx#L6

Did you really mean 'tracebloc'?

## The trust boundary

```mermaid
flowchart LR
subgraph YOURS["Your infrastructure"]
DATA["Your datasets — raw data"]
CLIENT["tracebloc workspace"]
TRAIN["Isolated training"]
DATA --> TRAIN
CLIENT --> TRAIN
end
CONTRIB["Contributors"] -->|submit models| PLATFORM["tracebloc platform"]
PLATFORM -->|scanned models in| CLIENT
CLIENT -->|"results out — TLS, outbound-only"| PLATFORM
style YOURS fill:#f2fafc,stroke:#0184A3,stroke-width:2px
style DATA fill:#e6f6fb,stroke:#0184A3
```
<Frame>
![How tracebloc keeps your data on your infrastructure — models come to the data, only results leave](/images/traceblocfederatedlearning.png)

Check warning on line 11 in environment-setup/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (tracebloc) - vale-spellcheck

environment-setup/overview.mdx#L11

Did you really mean 'tracebloc'?
</Frame>

Raw data stays inside your infrastructure. Your workspace opens an **outbound-only** connection — nothing reaches in to pull your data out.

Expand Down Expand Up @@ -67,7 +55,7 @@

| Term | What it is |
|---|---|
| **Workspace** | Your private, dedicated AI environment — tracebloc's software running on your own infrastructure, where you invite contributors to train models on your data |

Check warning on line 58 in environment-setup/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (tracebloc) - vale-spellcheck

environment-setup/overview.mdx#L58

Did you really mean 'tracebloc's'?
| **Client ID** | The credential that connects your workspace to the platform (created on the clients page) |
| **Dataset** | Data you've staged locally for use cases |
| **Use case** | A task contributors build models for, against your datasets |
Expand Down
Loading