@hongming731: Alibaba ATA's article is quite impressive. It deploys Claude Code from a local CLI tool to the cloud, implements HTTP streaming calls by modifying the SDK, and uses sandboxing for multi-user isolation.
Summary
The Alibaba ATA team deployed Claude Code from a local CLI tool to the cloud, implemented HTTP streaming calls by modifying the SDK, and used sandboxing for multi-user isolation.
View Cached Full Text
Cached at: 05/29/26, 03:54 AM
Alibaba ATA’s article is pretty slick: it deploys Claude Code from a local CLI tool to the cloud, enables HTTP streaming calls through a heavily modified SDK, and uses sandboxes for multi-user isolation. https://t.co/w8JA3uzPkX
Similar Articles
@Barret_China: The team put the Claude Code source code into a WebAssembly runtime, also bundled Node.js and Python environments, and now you can happily use Claude Code directly on the web. Four layers of work were done based on the Claude Code source code…
The team ported the Claude Code source code to the WebAssembly runtime, bundling Node.js and Python, and achieved running Claude Code directly in the browser, including a terminal UI and a local-like isolated execution environment.
@yaohui12138: I've finished reading it. Here are some key takeaways I've compiled for everyone: In this session, he primarily broke down a core mechanism overlooked by 90% of users: the CLAUDE.md context injection system. This system is divided into three levels: Enterprise-level: Organization-wide mandatory rules that cannot be overridden by individual settings. Project-level: Team-shared code standards and workflows. Loc...
The article shares key insights from a workshop by Boris on using CLAUDE.md for context injection in Claude, highlighting three usage levels, specific commands like /loop, and plan mode to improve developer workflows.
@jakevin7: Scrolling Linux DO I saw a post—turns out Claude Desktop can use a custom API. I always thought it couldn’t, and even the AIs I asked said no. Checked the official docs and it’s actually in there, just buried deep. Steps: 1. Install but don’t log in (tiny gotcha: menu won’t click, so mouse into the email box, Tab to the menu, hit Enter) 2. Help → Troubleshooting → Enable Developer Mode 3.
Claude Desktop supports custom APIs via Developer Mode; the option is documented but well hidden.
@AYi_AInotes: Damn, Anthropic’s move here literally floored me. I see many people in the comments fawning over Claude launching on AWS, a major cloud provider. What does that have to do with anything? They’re totally different. Let me put it straight: Essentially, Anthropic has just opened its own flagship store right inside AWS’s headquarters. …
This article analyzes the strategic implications of Anthropic operating the Claude platform directly on AWS. By integrating billing and identity, this move achieves stronger customer lock-in and allows enterprises to simultaneously utilize the security of Bedrock and the latest features of the Platform.
@queen_nunaa: Someone set up a repo on GitHub that lets you use Claude Code for free, forever. It works by routing Claude Code requests to 10 free providers like DeepSeek, Kimi, etc. Setup takes about five minutes, and already...
Someone created a repository on GitHub that forwards Claude Code requests to 10 free providers such as DeepSeek and Kimi, allowing users to use Claude Code for free and permanently. Setup takes only five minutes, and over 20,000 developers are already using it.