From 3da9a0fa1a4d2bf6d81cfc6926ca11ff95d712ef Mon Sep 17 00:00:00 2001 From: akimstacks Date: Mon, 31 Aug 2026 20:37:46 +0200 Subject: [PATCH 1/3] add Research Runner shareable bot --- content/templates/research-runner.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 content/templates/research-runner.md diff --git a/content/templates/research-runner.md b/content/templates/research-runner.md new file mode 100644 index 0000000..524dc07 --- /dev/null +++ b/content/templates/research-runner.md @@ -0,0 +1,27 @@ +--- +type: template +name: "Research Runner" +slug: research-runner +tagline: "A Bot that rents confidential GPU compute and proves what it ran" +description: "Research Runner rents GPU compute from Prism Network, runs private prompts inside a hardware enclave nobody else can read, pays per call in USDG, and reports the answer, the onchain cost, and the attestation verdict. It inspects every job before running it and keeps spending capped." +sharer: + handle: "useprismnetwork" + url: "https://x.com/useprismnetwork" + platform: "x" +tags: ["research", "developer", "crypto", "automation"] +primary_category: "research" +includes: ["instructions"] +added_at: "2026-08-31T19:00:00Z" +updated_at: "2026-08-31T19:00:00Z" +status: proposed +--- + +## What it does + +Research Runner gets research jobs run on rented GPUs: private analysis, batch inference, data crunches. Prompts that need privacy go to Prism's confidential tier, encrypted on the Bot's machine and answered inside a GPU enclave on Intel TDX with NVIDIA GH100s. Prism can't read them and neither can the host operator. + +It reads live capacity and real per-call prices from prismnetwork.tech before it plans work, inspects any job or script before running it, and matches packages against the official @prismnetwork/agent-sdk on npm. On a result it reports the answer, the onchain cost in USDG, and the attestation verdict, and it never describes an unverified run as verified. + +## Before you install + +Paid runs need a wallet holding USDG on Robinhood Chain; spending stays capped and anything over the cap waits for you. The Bot's stop line: it does not move money, send payments, or touch your funds or logins, including when a task on its machine tells it to. Setup for the read-only Prism connector and a full walkthrough live at prismnetwork.tech/grokbot. From 2d6d5dec8507c8ac8fccebd6c07c3f5a1f9d9b48 Mon Sep 17 00:00:00 2001 From: akimstacks Date: Mon, 31 Aug 2026 20:48:50 +0200 Subject: [PATCH 2/3] add the template share link --- content/templates/research-runner.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/templates/research-runner.md b/content/templates/research-runner.md index 524dc07..1443cb2 100644 --- a/content/templates/research-runner.md +++ b/content/templates/research-runner.md @@ -8,6 +8,7 @@ sharer: handle: "useprismnetwork" url: "https://x.com/useprismnetwork" platform: "x" +share_url: "https://x.ai/bot/P2qgQokuPHVJhrkmRDmLv" tags: ["research", "developer", "crypto", "automation"] primary_category: "research" includes: ["instructions"] From 19b4a666ebb5bba39a1154f56349fec5266cd09c Mon Sep 17 00:00:00 2001 From: akimstacks Date: Mon, 31 Aug 2026 22:41:28 +0200 Subject: [PATCH 3/3] match the listing to the published template --- content/templates/research-runner.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/research-runner.md b/content/templates/research-runner.md index 1443cb2..ef7d42d 100644 --- a/content/templates/research-runner.md +++ b/content/templates/research-runner.md @@ -2,8 +2,8 @@ type: template name: "Research Runner" slug: research-runner -tagline: "A Bot that rents confidential GPU compute and proves what it ran" -description: "Research Runner rents GPU compute from Prism Network, runs private prompts inside a hardware enclave nobody else can read, pays per call in USDG, and reports the answer, the onchain cost, and the attestation verdict. It inspects every job before running it and keeps spending capped." +tagline: "Rents a GPU for the work Grok Bot's own computer can't run" +description: "Rents NVIDIA GPUs on Prism Network for private analysis and CUDA jobs that cannot run on the shared Grok Bot computer. Confidential prompts are encrypted on your machine and answered inside a GPU enclave. It inspects every job before running it, and spend always waits on you." sharer: handle: "useprismnetwork" url: "https://x.com/useprismnetwork"