sg-compute.sgit.ai / about

Where we lose

This site is published by the sgit project, which builds the platform it documents. That is a conflict of interest and it is stated at the top of every page rather than in a footer nobody reads. Here is what it means for how to read this, and where our approach is the wrong choice.

The conflict, plainly

We wrote the platform, commissioned the audit, and published the audit. That is three roles that would normally be three parties.

What makes it checkable rather than merely asserted:

None of that removes the conflict. It makes the conflict cheap to check, which is the most a participant can offer.

Where this approach loses

1

If you want a managed platform, use Lambda or Fargate

The trade here is explicitly more control, longer cold start. If your workload fits in a function and you do not want to think about substrate, a platform that hands you a whole EC2 instance and a self-terminate timer is strictly worse for you. The trade, in its own words →

2

If you need multi-node coordination today, this does not have it

Not partially. At all. A Stack is a defined concept with no implementation behind it.

3

If you need declarative infrastructure, there is none

No Terraform, no CloudFormation, no CDK, no drift detection. Provisioning is imperative Python. Defensible for programmatic provisioning; not defensible if your organisation's answer to “what is running” is a state file.

4

If you need artefacts in S3 or a vault, they do not arrive

Two of four sinks raise NotImplementedError. Today it is base64 inline with a 20 MB cap, or a local file.

5

If you need a cost model, we do not have one

We can tell you what a node costs to start and what the teardown defaults are. We cannot tell you what a workload costs, and the only artefact that looks like it can is a self-declared placeholder.

6

If active development matters to you, check the date

No commit since 24 July 2026. We do not know yet whether that is paused, finished or between phases, and we would rather say so than imply momentum we cannot evidence.

What would change our mind

How to argue with this site

Every source document is published raw at a stable path, every number names what it came from, and the whole site is in a public repository. If something here is wrong, the fastest route is an issue against the site repository naming the page and the claim. Open requests and their state are on the comms page, in public, updated every release.