sgit newsroom v0.1.29 · snapshot 2026-09-24

Reading room · sg-compute.sgit.ai

On this page

Reading room / sg-compute.sgit.ai · raw text · live ↗

From sg-compute.sgit.ai, the page as fetched on 2026-09-24 · open the live page ↗Everything on this sheet is the source site's own text; the newsroom's chrome is outside it.

sg-compute.sgit.ai — SG/Compute, ephemeral environments in AWS

SG/Compute launches an isolated EC2 environment, runs the declared work, and terminates it — by design, every time. Sixteen ready-to-launch workload specs — browsers, encrypted vaults, container runtimes, LLM inference, observability — each a typed manifest away from a running node, with a measured ~16-second boot, a generated CLI for every spec, a rich AWS operator toolkit with an interactive REPL, and built-in web UIs. Open source (Apache-2.0), early access, looking for users and contributors — and documented under this family's house rule: every number is measured from the tree, and the audit is published alongside the features.

Site version: v0.2.0 (25 August 2026). Published by the sgit project, which builds the platform this site documents — participant disclosure at /about/participant.html. All content CC BY 4.0; the platform's own source is Apache-2.0.

Properties agents may rely on

What ships today — /shipped/index.html

What it actually is — /what-it-is/index.html

Two ephemeral layers, so nothing outlives its purpose:

Also on that page: stateful sessions (one dedicated OS thread each — a deliberate design born from a real greenlet bug, documented in the source); the Request__Watchdog that guarantees a stuck request can never wedge a node; the six isolation boundaries; and how artefacts come back.

The spec catalogue — /specs/index.html, generated from /data/specs.json

Sixteen registered specs with typed manifests, stability ratings and measured boot times — what the design brief called "the simulated AWS Marketplace". By family, in lines of code: browser 20,199 · vault 19,943 · observability 3,904 · runtime 2,757 · llm 2,437 · network 1,448 · tool 773.

Three generalisation mechanisms: manifest.py per spec (the registry, typed), Spec__Routes__Loader (convention-based route discovery), Spec__CLI__Builder (the same ten verbs generated for every spec). Plus PEP 621 entry-point discovery under the group sg_compute.specs — third-party specs can join the catalogue from their own repository, no fork required (architecturally supported, not yet exercised in the wild — try it and tell us).

Three axioms, implemented

Statelessness (fresh browser, context and page per request); least-privilege-by-declaration (the JS allowlist is deny by default, exact match — nothing is permitted by omission); self-description (GET /health/capabilities, built at runtime by a detector that identifies its own deployment target).

The argument — /why/index.html

"We are not competing for the generic developer-platform market (Vercel, Cloudflare Workers, Lambda)… We are competing for the agent-deployment market." A dedicated EC2 instance per workload with full control, real isolation and a stable DNS name, where 50 seconds end to end is a fair trade — and the measured 16-second boot beats the design's own claimed 30–60. Plus the recursion idea: a control plane that runs inside the platform.

The rough edges — /roadmap/index.html and /shipped/index.html#ledger

Published unsoftened, because a contributor deserves a precise map. Well-scoped places to start: warm pools (specified with worked economics; design done, code wanted); S3 and vault artefact sinks (interfaces exist, inline and local-file work today); uniform create_node (the CLI covers all sixteen specs, the control-plane API covers three — a working pattern to copy); multi-node stacks; non-EC2 platforms ('local' would be the cheapest proof). Seven repository fixes in order of value (F1 is four characters), eight build-fresh items, eight open questions published unresolved.

The machine surface — /agents/index.html

Two FastAPI applications; a 25-verb declarative sequence language returning COMPLETED / FAILED / PARTIAL with skipped steps named; GET /health/capabilities built at runtime by a detector that identifies its own deployment target. Auth, documented precisely: the service validates X-API-Key; the x-sgraph-access-token translation happens in a vault reverse proxy upstream.

Get involved

The platform is Apache-2.0, the specs are extensible via entry points, and the roadmap names exactly what is wanted next. Comms channel at /admin/comms.html; site source at https://github.com/SGit-AI/SGit-AI__Website__SG-Compute ↗.

Measured, 24 August 2026, at repo version v0.2.71

The sources — /documents/index.html

Twelve documents, published in full, raw markdown as the source of truth at /briefs/<filename>. Two are published redacted under their own rule — they are the redaction list, so they named every live address the site was told to strip.

Full text

A single-file expansion of this site is at /llms-full.txt.