Beam

138 posts

Beam banner
Beam

Beam

@beam_cloud

Open-source cloud platform for AI inference, sandboxes, and agents (YC W22)

🌎 Katılım Şubat 2023
7 Takip Edilen1.3K Takipçiler
Beam retweetledi
Eli Mernit
Eli Mernit@mernit·
Introducing Capsule — The Infra Framework for AI Apps Capsule is a Python framework that provides infrastructure primitives for sandboxes, auth, session management, integrations, and payments. Capsule is @supabase for AI apps. You get a powerful Python SDK to iterate fast, and one command to deploy to the cloud. Using Capsule feels like using @beam_cloud or @modal. You don’t need to set up any infrastructure. There’s no Docker, just Python. The feedback loop is super fast. You deploy to the cloud with one command. At Beam, we have a bird’s-eye view into the AI apps people are building. Over the past year, we've watched people build the same 5-7 infra primitives over and over again. Capsule provides all of those primitives using a single SDK. @llom2600 originally built Capsule to prototype our own AI apps. We started selling some of these apps for real money and realized every app needs this, not just ours. Give it a try! Curious to hear what people think. Do AI apps have their Supabase yet?
Eli Mernit tweet media
English
31
21
132
40.3K
Beam retweetledi
Chris Mellor
Chris Mellor@cmellor·
@beam_cloud is so good! If you want to try using or deploying open-source models, give them a shot—the DX is fantastic.
English
1
1
6
873
Beam retweetledi
Aditya
Aditya@AdityaShips·
Day 2 of building a YouTube thumbnail maker app. My friend and I found a newly released open-source image model, self-hosted it, and reduced costs 2x per thumbnail. Let's fcking go!
Aditya tweet media
English
25
3
114
11K
Beam
Beam@beam_cloud·
Beam Sandboxes fully support Docker and Docker Compose 🚢 Sandboxes are containerized cloud environments for running user code, reinforcement learning experiments, and evaluating LLMs. We launched Sandboxes earlier this year, and we kept getting the same question from developers: Do you support running Docker inside the Sandboxes? Even though we’ve always supported Docker images, running the Docker daemon inside sandboxes required modifying our container runtime. To ship this securely, we added gVisor support to Beam. This unlocks a few things: > Run Docker and Docker Compose in isolated cloud environments > Multi-tenant security without exposing the host Docker daemon > Fully reproducible environments (if it works locally, it works on Beam) If you're building something that needs secure, isolated Docker environments, give this a shot!
Beam tweet media
English
1
1
6
1.2K
Beam
Beam@beam_cloud·
Speed of iteration is the single biggest factor to developer productivity. That’s why, 4 years ago, we decided to build Beam. Earlier this year, we partnered with solitude.ai. They needed a way to serve a document extraction API to customers. And they chose Beam — not because it was cheap, not because it looked cool, not because it was some fancy new AI platform. The founder, Adrian, is a technical guy. He knows Kubernetes, he can set up an autoscaler, and he knows how to package ML models using Docker and FastAPI. But he didn’t want to spend time thinking about that stuff. Since using Beam, they've closed several huge customers and 10x’d their document processing pipeline. We’re thrilled to partner with them on their journey.
English
0
0
4
436
Superagent
Superagent@superagent_ai·
The first week after we released the initial version of VibeKit we got a lot of request about enabling @beam_cloud Sandboxes. Super excited about this collaboration: x.com/beam_cloud/sta…
Beam@beam_cloud

Introducing @vibekit_sh + Beam 🎉 VibeKit is the safety layer for running Claude Code, Gemini, and other coding agents. You can now run Claude Code, Gemini, and other coding agents in secure cloud sandboxes with: - Snapshotting and forking - Custom Docker images - Ultrafast boot times - GPU support - No timeouts Get started --> `npm install @vibe-kit/beam`

English
2
1
7
285
Beam
Beam@beam_cloud·
Introducing @vibekit_sh + Beam 🎉 VibeKit is the safety layer for running Claude Code, Gemini, and other coding agents. You can now run Claude Code, Gemini, and other coding agents in secure cloud sandboxes with: - Snapshotting and forking - Custom Docker images - Ultrafast boot times - GPU support - No timeouts Get started --> `npm install @vibe-kit/beam`
Beam tweet media
English
1
2
6
1.4K
Eli Mernit
Eli Mernit@mernit·
We're very excited to share our official TypeScript SDK for Sandboxes. As you know, @beam_cloud is traditionally a Python-focused shop. Not anymore! Now you can use Sandboxes without touching a line of Python. First, let's recap: Beam Sandboxes are secure environments for running AI-generated code on the cloud. You can use Sandboxes to make your own AI-app builders, create RL environments, and run evals. The TypeScript SDK lets you spin up these environments in code, without Kubernetes or YAML. Please enjoy!
English
3
0
8
992
Beam
Beam@beam_cloud·
Excited to announce the new Client class in the Beam SDK This SDK update makes it easier to programmatically interact with your Beam apps. You can: - Retrieve tasks and deployments by ID - Submit file inputs to your endpoints, without writing boilerplate code - Retrieve task IDs immediately after running task_queue.put() - Make your functions wait for task results Check out the docs here: #client" target="_blank" rel="nofollow noopener">docs.beam.cloud/v2/reference/s…
Beam tweet media
English
0
0
3
485
Beam
Beam@beam_cloud·
80% faster cold starts with one click Just added a new checkpointing feature in your Beam dashboard: - Go to any deployment - Toggle "checkpoint enabled" - Watch cold starts drop up to 80% Works on models you've already deployed, no code changes needed. That's it. Your users get ultrafast responses instead of waiting 30 seconds for your model to load into memory. Live now in your dashboard.
Beam tweet media
English
0
0
2
385
Beam
Beam@beam_cloud·
Announcing 🔒 Spending Limits Set a spending limit on Beam in 2 clicks: 1. Dashboard → Settings → Workspace Budget 2. Enter your monthly budget We'll automatically pause your containers when you hit your limit. It's live now and takes 30 seconds to set up.
Beam tweet media
English
1
0
2
354
Beam
Beam@beam_cloud·
Just launched Memory Snapshots for Sandboxes 📷 Memory snapshots let you freeze any Sandbox state: - Run sandbox.snapshot_memory() on your running Sandbox - Capture memory state as immutable artifact - You can spin up identical environments instantly from that snapshot It's perfect for testing code variations without losing your current state. Or skipping 5 minutes of setup every time you create a new session.
Beam tweet media
English
1
0
2
287
Beam retweetledi
Avi Chawla
Avi Chawla@_avichawla·
Most RAG apps fail due to retrieval. Today, we'll build a RAG system that self-corrects inaccurate retrievals using: - @firecrawl for scraping - @milvusio as vectorDB - @beam_cloud for deployment - @Cometml Opik for observability - @Llama_Index for orchestration Let's go!
English
1
15
150
32K
Beam
Beam@beam_cloud·
Prototyping on GPUs sucks. You spend hours spinning up instances, waiting for images to build, deploying APIs, then tearing it all down. We've used AWS, GCP, and Lambda Labs. None made it easy to quickly run code on a GPU. Here's what finally fixed it.
English
0
0
3
531