You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If #8136 concludes the reproducibility approach doesn't cover the real threat (specifically: verifying a held-out/private corpus's backtest result, which can't be published for a third party to independently re-run), the fallback is real TEE/confidential-compute infrastructure. This issue surveys what's actually viable before any commitment to build it.
Area
Research spike. No code changes expected.
Proposal
Survey what TEE/attestation options are viable inside this repo's actual deploy targets (Cloudflare Workers/Containers). Provisioning core: create/destroy a tenant's Container + Postgres DB #7180 already contains a research comment surveying Cloudflare Containers vs. microVM isolation tiers for a different purpose (tenant execution sandboxing) — check whether that research transfers here before redoing it from scratch.
If Cloudflare has no viable confidential-compute option, the alternative is running the attested piece on a different provider entirely — a real infra-split cost (a second cloud account, cross-provider data flow, added operational surface) to weigh explicitly, not a detail to gloss over.
Produce a short written recommendation: worth pursuing once hosted ORB ships; worth pursuing now; or not worth pursuing given the infra cost relative to the narrow held-out-corpus case it would cover.
Deliverables
A written recommendation (issue comment or a linked doc) covering the above.
Problem
If #8136 concludes the reproducibility approach doesn't cover the real threat (specifically: verifying a held-out/private corpus's backtest result, which can't be published for a third party to independently re-run), the fallback is real TEE/confidential-compute infrastructure. This issue surveys what's actually viable before any commitment to build it.
Area
Research spike. No code changes expected.
Proposal
Deliverables
Resources
Boundaries
No production code commitment. No hosted-product architecture decision made here beyond the written recommendation.
maintainer-only — research/strategy, not a build task for contributors.