Live data from Hacker News

Claude now has access to a server-side container environment

anthropic.com

211–220 of 363 posts

Re: Claude now has access to a server-side container environment

#211
post #3

They need to focus on fixing reliability first. Their systems constantly go down and it appears they are having to quantise the models to keep up with demand, reducing intelligence significantly. New features like this feel pointless when the underlying model is becoming unusable.

> "The model is getting worse" has been rumored so often, by now, shouldn't there be some trusted group(s) continually testing the models so we have evidence beyond anecdote?

https://news.ycombinator.com/item?id=45097263#45098202

Re: Claude now has access to a server-side container environment

#212
post #182

[flagged]

They buried the lede so deeply in this one. Claude now has an entire Linux container running Python and node.js and able to install extra packages. It's about way more then just "editing files" - it's equivalent to ChatGPT Code Interpreter. https://simonwillison.net/2025/Sep/9/claude-code-interpreter...

Re: Claude now has access to a server-side container environment

#213
post #3

They need to focus on fixing reliability first. Their systems constantly go down and it appears they are having to quantise the models to keep up with demand, reducing intelligence significantly. New features like this feel pointless when the underlying model is becoming unusable.

> "The model is getting worse" has been rumored so often, by now, shouldn't there be some trusted group(s) continually testing the models so we have evidence beyond anecdote? https://news.ycombinator.com/item?id=45097263#45098202

Here's some evidence

> Investigating - Last week, we opened an incident to investigate degraded quality in some Claude model responses. We found two separate issues that we’ve now resolved. We are continuing to monitor for any ongoing quality issues, including reports of degradation for Claude Opus 4.1.

https://status.anthropic.com/

Re: Claude now has access to a server-side container environment

#214
post #174

Earlier quoted context omitted.

I don’t think you’re crazy, something is off in their models. As an example I’ve been using an MCP tool to provide table schemas to Claude for months. There was a point where it stopped recognizing the tool unless mentioned in early August. Maybe that’s related to their degraded quality issue. This morning after pulling the correct schema info Sonnet started hallucinating columns (from Shopify’s API docs) and added t…

ive been thinking its that my company mcp has blown up in context size, but using claude without claude code, i get context window overflows constantly now. another option could be a system prompt change to make it too long?

I think that’s because of the Artifacts feature and how it works. For me after a few revisions it uses a ton of tokens.

As a baseline from a real conversation, 270 lines of sql is ~2500 tokens. Every language will be different, this is what I have open.

When Claude edits an artifact it seems to keep the revisions in the chat context, plus it’s doing multiple changes per revision.

After 10 iterations on a 1k loc artifact (10k tokens) you’re at 100k tokens.

claude.ai has a 200k token window according to their docs (not sure if that’s accurate though).

Depending on how Claude is doing those in place edits that could be the whole budget right there.

Re: Claude now has access to a server-side container environment

#215

Earlier quoted context omitted.

In agent mode there is a whitelist of commands in the VScode settings that it can do without confirmation. When I went to edit that file, copilot suggested adding "rm -rf *".

This must be a mistake. It should be "rm -rf /*"

It actually suggested four options rm -rf *, rm -rf .*, rm -rf../* and rm -rf ../.*

Re: Claude now has access to a server-side container environment

#216
post #3

They need to focus on fixing reliability first. Their systems constantly go down and it appears they are having to quantise the models to keep up with demand, reducing intelligence significantly. New features like this feel pointless when the underlying model is becoming unusable.

Agree. Even the web client itself is very buggy. I've almost completely stopped using anything Anthropic makes at this point. GPT-5 had a rocky start, but I think overall it's stellar, has the most features, and the client is very reliable for me.

Re: Claude now has access to a server-side container environment

#217

Earlier quoted context omitted.

I'd like to give these a try - what's your way of using them? I mostly use Claude because of Claude Code. Not sure what agentic coding tools people are using these days with OSS models. I'm not a big fan of manually uploading files into a web UI.

The most private way is to use them on your own machine; a Mac Studio maxed out to 512GB RAM can run GLM-4.5 at FP8 with fairly long context, for example. If you don't have the hardware to run it locally, let me shill my own company for a minute: Synthetic [1] has a $20/month subscription to most of the good open-weight coding LLMs, with higher rate limits than Claude's $20/month sub. And our $60/month sub has higher…

Very impressed with what you're doing. It's not immediately clear how the prompts and the data is used on the site. Your terms mention a 14 day API retention, but it's not clear if that applies to Octo/the CLI agent and any other forms of subscription usage (not through UI).

If you can find a way to secure the requests even during the 14 day period, or anonymize them while allowing the developers to do their job, you can have my money today. I think privacy/data security is the #1 concern for me, especially if the agents will be supporting me in all kinds of personal tasks.

Re: Claude now has access to a server-side container environment

#218

Earlier quoted context omitted.

Can you still code without it?

I'm not sure how saying it won't even run CLI commands has anything to do with my ability to code with or without it.

I don't know what the question implied but generally speaking it is a known effect that making AI do the things you used to do accumulates cognitive debt which seems intuitively true too. Physical exercise is a good analogy perhaps.

Re: Claude now has access to a server-side container environment

#219

Earlier quoted context omitted.

I don’t think you’re crazy, something is off in their models. As an example I’ve been using an MCP tool to provide table schemas to Claude for months. There was a point where it stopped recognizing the tool unless mentioned in early August. Maybe that’s related to their degraded quality issue. This morning after pulling the correct schema info Sonnet started hallucinating columns (from Shopify’s API docs) and added t…

I have read so many anecdotes about so many models that "were great" and aren't now. I actually think this is psychological bias. It got a few things right early on, and that's what you remember. As time passes, the errors add up, until the memory doesn't match reality. The "new shiny" feeling goes away, and you perceive it for what it really is: a kind of shitty slot machine > personally am frustrated that there’s n…

You are saying that you are writing mock data, boiler plate code all yourself? I seriously don't believe that. Llms are already much much faster in these tasks. There is no going back there.
Post reply on HN