HackerTrans
トップ新着トレンドコメント過去質問紹介求人

ushakov

8,048 カルマ登録 9 年前
https://mish.co

投稿

Gemini Code Assist will be shut down on July 17

docs.cloud.google.com
64 ポイント·投稿者 ushakov·8 日前·51 コメント

Daytona is going closed source

daytona.io
5 ポイント·投稿者 ushakov·16 日前·0 コメント

Show HN: Expo Vibe – Expo apps that builds Expo apps

github.com
3 ポイント·投稿者 ushakov·2 か月前·0 コメント

Almostnode – Node.js in the Browser

github.com
1 ポイント·投稿者 ushakov·5 か月前·0 コメント

Claude Code VJ

twitter.com
2 ポイント·投稿者 ushakov·6 か月前·0 コメント

ClickHouse raises $400M Series D

clickhouse.com
3 ポイント·投稿者 ushakov·6 か月前·0 コメント

How I Learned to Code

nicholaschen.me
3 ポイント·投稿者 ushakov·6 か月前·1 コメント

Faster Rust Builds on Mac

nnethercote.github.io
3 ポイント·投稿者 ushakov·7 か月前·0 コメント

Open Sourcing Pbcc: A Faster, Leaner Protobuf Compiler for Python

harmonic.fun
1 ポイント·投稿者 ushakov·7 か月前·0 コメント

Our new SAM audio model transforms audio editing

about.fb.com
168 ポイント·投稿者 ushakov·7 か月前·66 コメント

The billion-dollar AI startup rejecting 996 hustle culture

fastcompany.com
1 ポイント·投稿者 ushakov·8 か月前·0 コメント

[untitled]

1 ポイント·投稿者 ushakov·8 か月前·0 コメント

Docker and E2B: Building the Future of Trusted AI

docker.com
2 ポイント·投稿者 ushakov·9 か月前·0 コメント

Technological Optimism and Appropriate Fear

importai.substack.com
3 ポイント·投稿者 ushakov·9 か月前·0 コメント

Show HN: I made Android boot on Apple Silicon

twitter.com
3 ポイント·投稿者 ushakov·10 か月前·1 コメント

The Tatix System

thasso.xyz
2 ポイント·投稿者 ushakov·10 か月前·0 コメント

The Gold Card

whitehouse.gov
57 ポイント·投稿者 ushakov·10 か月前·71 コメント

Rolling Stone Publisher Sues Google over AI Summaries

wsj.com
3 ポイント·投稿者 ushakov·10 か月前·0 コメント

コメント

ushakov
·15 日前·議論
i’d say what AWS released looks closer to a bare compute primitive. E2B is up the stack and ships everything around VM like snapshots, networking, integrations.

also, there’s no lock-in, E2B is open-source and can be hosted on any cloud (AWS included).

plus supports bigger boxes, higher concurrency, longer timeouts (24hr).

disclaimer: i work at E2B
ushakov
·5 か月前·議論
the code is not public, so we can't know. i think it's much more nuanced and certain users' comments might get a preferential treatment, based on factors other than the upvote count - which itself is hidden from us.
ushakov
·5 か月前·議論
of course your comment attracts more upvotes - it's at the top.
ushakov
·5 か月前·議論
i don't doubt this. i just find it questionable that one particular poster always gets in the spotlight when AI is the topic - while other conversations in my opinion offer more interesting angles.
ushakov
·5 か月前·議論
i am curious, why are your comments always pinned to the top?
ushakov
·5 か月前·議論
We are running Sandboxes for AI Agents using Firecracker microVMS @ E2B
ushakov
·5 か月前·議論
$1.5M seed bets, maybe. not $60M though
ushakov
·5 か月前·議論
just from looking at it

on Linux it runs Firecracker: https://github.com/jingkaihe/matchlock/blob/main/pkg/vm/linu...

on macOS uses the Apple's Virtualization.Framework Go wrapper: https://github.com/jingkaihe/matchlock/blob/main/pkg/vm/darw...
ushakov
·5 か月前·議論
very cool, if you want cross-platform microvms, there's an interesting project called libkrun that powers projects like Podman and Colima.

here's a Go binding: https://github.com/mishushakov/libkrun-go

demo (on Mac): https://x.com/mishushakov/status/2020236380572643720
ushakov
·5 か月前·議論
i think there’s a confusion around what use-case Monty is solving (i was confused as well). this seems to isolate in a scope of execution like function calls, not entire Python applications
ushakov
·5 か月前·議論
we’re not disagreeing here - i meant for general use-case VMs are better, for some application-specific calls Monty this might suffice.

although you’d still need another boundary to run your app in to prevent breaking out to other tenants.
ushakov
·5 か月前·議論
agree. you still need a secure boundary like VM to isolate the tenants in case the model breaks out of the sandbox.

everything that you don’t want your agent to access should live outside of the sandbox.
ushakov
·5 か月前·議論
best answer is probably to have a layered approach - use this to limit what the generated code can do, wrap it in a secure VM to prevent leaking out to other tenants.
ushakov
·5 か月前·議論
there’s no way around VMs for secure, untrusted workloads. everything else, like Monty has too many tradeoffs that makes it non-viable for any real workloads

disclaimer: i work at E2B, opinions my own
ushakov
·5 か月前·議論
Factory, Nvidia, Perplexity and Manus are using E2B in production - we ran more than 200 million Sandboxes for our customers
ushakov
·5 か月前·議論
for personal use, many ways: Vargant, Docker Sandbox, NixOS VMs, Lima, OrbStack.

if you want multi-tenant: E2B (open-source, self-hosted)
ushakov
·5 か月前·議論
we aren’t worried about that.

when we were starting out we figured there was no solution that would satisfy our requirements for running untrusted code. so we had to build our own.

the reason we open-sourced this is because we want everyone to be able to run our Sandboxes - in contrast to the majority of our competitors who’s goal is to lock you in to their offering.

with open-source you have the choice, and luckily Manus, Perplexity, Nvidia choose us for their workloads.

(opinions my own)
ushakov
·5 か月前·議論
we offer secure cloud VMs that scale up to 100k concurrent instances or more.

the value we sell with our cloud is scale, while our Sandboxes are a commodity that we have proudly open-sourced
ushakov
·5 か月前·議論
both Docker and bubblewrap are not secure sandboxes. the only way to have actually isolated sandboxes is by using VMs

disclaimer: i work on secure sandboxes at E2B
ushakov
·5 か月前·議論
10 seconds is actually not that impressive. we spin up Sandboxes around 50-200ms at E2B