From 7b3e1cbbac5f68c0507fa3f50774ca4d9d7830e4 Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:05:57 +0000 Subject: [PATCH 1/2] =?UTF-8?q?fix(community):=20pip=20install=20molecule-?= =?UTF-8?q?sdk=20=E2=86=92=20molecule-ai-sdk=20in=20HN=20launch=20guide?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- marketing/community/hacker-news-launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marketing/community/hacker-news-launch.md b/marketing/community/hacker-news-launch.md index caba1e8a..811ddbe2 100644 --- a/marketing/community/hacker-news-launch.md +++ b/marketing/community/hacker-news-launch.md @@ -41,7 +41,7 @@ Most AI agent platforms assume all agents run inside the platform's infrastructu The governance is the same. The auth contract is the same. The only visible difference is a REMOTE badge on the workspace card. Quickstart is under 5 minutes: - pip install molecule-sdk + pip install molecule-ai-sdk python3 run.py --runtime remote Docs, demo, and quickstart guide in the link. From 1fca09152f40925259a9f0006c95216a1db4a80d Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:05:58 +0000 Subject: [PATCH 2/2] fix(community): write Reddit post body in community-announcements.md --- .../community/community-announcements.md | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/marketing/community/community-announcements.md b/marketing/community/community-announcements.md index c426be65..0892f9f6 100644 --- a/marketing/community/community-announcements.md +++ b/marketing/community/community-announcements.md @@ -86,7 +86,29 @@ If you're building agent coordination tooling, these two features should make yo **Post title:** Molecule AI Phase 30: Remote Workspaces are GA — agents that run on your own infrastructure -**Body (adapt from HN submission above)** — keep it technical, no marketing language, short. +**Body:** +**Body:** + +Molecule AI Phase 30 launched today — Remote Workspaces are now generally available. + +Until now, all Molecule AI agents ran on the platform's Docker infrastructure. Phase 30 lets you run agents on your own hardware: your laptop, a cloud VM, an on-prem server. They register to your org and appear in the same Canvas as your platform agents. + +What this means practically: +- Run agents locally for debugging with your IDE, while they participate in your org's task pipeline +- Keep agent compute on your own infrastructure for data-residency requirements +- Mix Docker and remote agents in the same org — Canvas shows them identically, A2A works across both + +The auth model is the same: workspace-scoped bearer tokens, revocable per-agent. No shared secrets. + +Quick-start is under 5 minutes. Install the Python SDK, create a workspace with `runtime: external`, and your agent registers and appears in Canvas. + +Docs: https://moleculesai.app/docs/guides/remote-workspaces +GitHub: https://github.com/Molecule-AI/molecule-core + +(PRs #1075-1083, 1085-1100) + +--- +*[Short version — trim to 300 words for r/MachineLearning if needed.]* ---