Earlier quoted context omitted.
People are forgetting they have a brain that can figure things out, don't you think it's worth reminding them that they can figure things out? I weep for the future where people can't do things because ChatGPT is down. My comment was simply trying to remind someone that they have an amazing brain they can use to figure things out. Sorry if that offends you.
Not offending me - I'm just letting you know that you're breaking the rules and if you keep doing that we will ban you. Telling someone that by following your instructions they can become "more useful than a tin can" and "might actually learn something", and that they haven't given "figuring it out themselves a try", is for sure over the line into personal attack. Moreover, if we take all those swipes out of your GP…
Claude now has access to a server-side container environment
351–360 of 363 posts
Re: Claude now has access to a server-side container environment
#352Earlier quoted context omitted.
Not offending me - I'm just letting you know that you're breaking the rules and if you keep doing that we will ban you. Telling someone that by following your instructions they can become "more useful than a tin can" and "might actually learn something", and that they haven't given "figuring it out themselves a try", is for sure over the line into personal attack. Moreover, if we take all those swipes out of your GP…
You are seeing "swipes" where there simply are none. You certainly are reading more into my original comment than there was.
Re: Claude now has access to a server-side container environment
#353Earlier quoted context omitted.
If my tone came off as confrontational, that was not my intent. But I do intend to say this: It seems to me that _you_ are ascribing malice to my comment. I was offering a (admittedly very strong) counterpoint to OP, which was that I do find a ton of value with claude code. It really has been a game changer to our productivity. Although, based on your response, I did go back to read their original post to see if I mi…
If you have concerns about using the China based API their models are open source and can be ran locally
Re: Claude now has access to a server-side container environment
#354Earlier quoted context omitted.
It looks like the $3 plan is only a promo price for the 1st month and it's actually $6/mo, or am I missing something? https://z.ai/payment?productIds=product-6caada
Yes it is. But totally worth it. Just got it and its quite good and quite fast. Clearly they are subsidizing even at $6. It feels like using sonnet speed wise but with opus quality (i mean pre August Opus/sonnet -> no clue what Anthropic did after that. It's just crap now).
I use Roo Code a lot and always looking for "hacks" to minimize my pay-per-request Gemini 2.5 Pro usage on OpenRouter so this is awesome (current method is using unlimited GPT 5 mini via Github Copilot for most uncomplicated stuff, then Kimi K2 via OR). I also have some customized Claude Code aliases/scripts I use routinely on my dev VMs and will figure out a good way to easily swap between Claude and GLM backends to compare.
Thanks for the rec! It's kinda buried on the z.ai website for some reason, I probably wouldn't have discovered it's a thing without your pointer.
Re: Claude now has access to a server-side container environment
#355Earlier quoted context omitted.
That's not what the op asked. They didn't ask whether claude is useful in general, they asked whether it was good compared to other LLMs. On of the tricks to a healthy discussions is to actually read/listen to what the other side is trying to say. Without that, you're just talking to yourself.
If my tone came off as confrontational, that was not my intent. But I do intend to say this: It seems to me that _you_ are ascribing malice to my comment. I was offering a (admittedly very strong) counterpoint to OP, which was that I do find a ton of value with claude code. It really has been a game changer to our productivity. Although, based on your response, I did go back to read their original post to see if I mi…
As for what you missed was a nuance (a subtle distinction or variation) or whether it was the main point of the OP's question, I'll leave that up for debate. Imo it was not a nuance at all.
And FYI, this can probably also be interpreted as having malice, which is not the case.
Re: Claude now has access to a server-side container environment
#356Earlier quoted context omitted.
How do you store/view the data I send you?
For API prompts or completions, we don't store after we return the completion to your prompt (our privacy policy allows us to store for a maximum of 14 days, just to cover accidental log statement deploys). For the web UI we store them in Postgres, since the web UI lets you view your message history and we wouldn't be able to serve that to you without storing it.
Re: Claude now has access to a server-side container environment
#357Earlier quoted context omitted.
For API prompts or completions, we don't store after we return the completion to your prompt (our privacy policy allows us to store for a maximum of 14 days, just to cover accidental log statement deploys). For the web UI we store them in Postgres, since the web UI lets you view your message history and we wouldn't be able to serve that to you without storing it.
https://developer.mozilla.org/en-US/docs/Web/API/Window/loca...
Re: Claude now has access to a server-side container environment
#358Re: Claude now has access to a server-side container environment
#359Earlier quoted context omitted.
If you know something is covered by the documentation it's useful to provide a link, especially if that documentation is difficult to find. (I couldn't find that documentation when I went looking just now.)
Step 1: https://docs.anthropic.com Step 2: Type 'Allowed Tools' Step 3: Click: https://docs.anthropic.com/en/docs/claude-code/sdk/sdk-headl... Step 4: Read Step 5: Example --allowedTools "Read,Grep,WebSearch" Step 6: Profit?
Maybe rtft ? Read the fucking thread.
Re: Claude now has access to a server-side container environment
#360My experience is similar. At first Claude was super smart and get even very complicated things right. Now even super simple tasks are almost impossible to finish right, even if I really chop things into small steps. Also it's much slower even on Pro account than a few weeks ago.
Also yesterday tried to use it to debug some AWS issue and it tried to send me down so many wrong paths, and suggested changes that were either plain wrong or had unintended consequences, that if I didn't actually know my stuff and had followed blindly, the results would have been pretty bad or at least a huge time waster. When I called it out it would quickly reverse course ("You're right of course!") and it did provide some helpful snippets but I was unimpressed.
What I find it excellent at is for throw-away scripts to do small jobs or automate little things--stuff I could do but would take me a lot longer (especially in bash).