Beam Cloud

Serverless AI compute for sandboxes, inference, training, task queues, and hosted endpoints. Beam matters to Kevin as competitive context for agent-runtime infrastructure and as the real company behind Eli Mernit's YC verbs-over-nouns positioning lesson.

What It Is

Beam positions itself as one platform for AI sandboxes, inference, and training. The current docs present a Python-first SDK for deploying functions, web endpoints, task queues, pods, and sandboxes, with a TypeScript SDK for creating sandboxes and calling deployed endpoints. The local developer entry point is the beam CLI from PyPI package beam-client; the quickstart wraps a Python function with @endpoint and an Image() config to expose it as a web API. Source: Beam site and docs, 2026-07-03

The underlying product claim is "compute as an API for AI work": run code in isolated containers, autoscale serverless workloads, and host web services or model endpoints without hand-managing GPU machines. That overlaps with Dedalus Machines - Positioning & Pitch and Persistent Sandbox Thesis, but Beam is more explicitly GPU/serverless/inference-oriented while Dedalus Machines emphasizes persistent agent-owned sandboxes and idle economics.

Developer Surface

The SDK shape is intentionally small:

  • Python decorators such as @endpoint define deployed functions and APIs.
  • Image() configures the container environment around the function.
  • Pods run isolated containers for hosted web services.
  • Task queues cover asynchronous work.
  • Sandboxes cover isolated code execution.
  • TypeScript support is focused on sandboxes and calling Beam endpoints from JS/TS apps.

Install docs currently show uv tool install beam-client, with Beam config stored under ~/.beam/config.ini. Treat docs and package registries as source authority; the X bookmark is the discovery artifact, not the version source.

Stack Fit

For Kevin, Beam is most useful in three places:

  • Competitive map — track Beam beside Dedalus Machines - Positioning & Pitch for agent runtime, sandbox, GPU, and autoscaling claims.
  • Positioning evidence — Beam is the concrete company behind YC Verbs Positioning: the noun phrase "cloud platform for AI" needed verb-led reframing.
  • Build-vs-buy check — when a workflow needs serverless GPU jobs, hosted model endpoints, or ephemeral AI sandboxes, compare Beam before hand-rolling infra.

Source Snapshot

Surface Snapshot
Site beam.cloud positions Beam as a platform for sandboxes, inference, and training. Checked 2026-07-03.
Python package PyPI beam-client@0.2.197, Python >=3.8,<4.0, license metadata empty. Checked 2026-07-03.
JavaScript package npm @beamcloud/beam-js@1.0.12, MIT, modified 2026-06-25. Checked 2026-07-03.
Client SDK repo beam-cloud/beam-client HEAD 89a767b6ea74d8b85e721aa5718f0b42659a5d0a; js/v1.0.12 tag c505b227348c5e0d296f32a84c514937e334baba. Checked 2026-07-03.
Runtime repo beam-cloud/beta9 HEAD 95b54571ba8bf140712fed4469d58a44dc7e70ec. Checked 2026-07-03.

Timeline