top | item 47090042

(no title)

wooptoo | 9 days ago

What's the deal with `Devboxes`? is this a common thing? Sounds very clunky for regular (human-driven) development.

discuss

order

embedding-shape|9 days ago

Seems like a compliance thing? I too run my LLMs inside some sort of containment and does "manual" development inside the same environment, but wouldn't make sense to have that containment remotely, so I'm guessing that's because they need to have some sort of strict control over it?

kkl|9 days ago

While there are compliance/security benefits it is not the primary motivation.

If you have fairly complicated infrastructure it can be way more efficient to have a pool of ready to go beefy EC2 instances on a recent commit of your multi-GB git repo instead of having to run everything on a laptop.

chrchr|9 days ago

Amazon developers use similar devboxes. I think it is mostly so that developers can use a production-like Linux environment with integrated Amazon dev tooling. You're not required to use a devbox, but it can be easier and more convenient than running stuff on your laptop.

steveklabnik|9 days ago

It's not uncommon. It's more common at large companies. For example, Google calls theirs "Clients in the Cloud".