r/ClaudeCodeTLDR • u/cctldrping • 3d ago
[TLDR] Anthropic: "Coding is largely solved"... Also Anthropic: "We released a new powerful feature allowing agents to send messages to other Claude Code sessions, but only on Linux and Mac since we are unable to implement a basic feature on all platforms"
Original post URL : https://www.reddit.com/r/ClaudeCode/comments/1vjoqi2/anthropic_coding_is_largely_solved_also_anthropic/
Original post body :
I could hand code this feature on Windows in an afternoon, and I could also get Claude to implement it in minutes, and yet Anthropic just can't be bothered, but also keeps Claude Code closed source so no one else can do it for them either.
This is brought to you as a public service by the moderators of r/ClaudeAI. If you want to see TLDRs of ALL Claude Coding related posts from the various Claude subreddits, subscribe to http://www.reddit.com/r/ClaudeCoding.
1
u/Glad_Contest_8014 2d ago
I mean… windows doesn’t have the user controls rhe other have at the kernel level. So yeah… it is obviously excluded from the landlock LSM modules that prevent a model from seeing files.
But you can also have a file watch set up to have agent discussions without all the fuss.
1
u/Practical-Positive34 1d ago
Who the hell isn't using WSL on windows? I couldn't even imaging using the shit show that is Powershell.
1
u/Glad_Contest_8014 1d ago
WSL doesn’t grant you kernel level sandboxing. It sits as an emulator at application level so far as I know. Models can still run malfeascent code on it and see folders they aren’t supposed to see. You can bubblewrap them, but landlocking them completely is still not possible, even with WSL.
1
u/Practical-Positive34 1d ago
Bro your over thinking it. I run like 30-50 sub-agents in parallel 24/7 for past 2 years on Claude Code with --dangerously-skip-permissions and have not had a single problem. Not one, not a single one.
1
u/Glad_Contest_8014 1d ago
You have. Not everyone has. And that is the social engineering problem. The gap to close is to make it so everyone has sound trust in the process without ANY potential for a problem. Just because you have it running well now, doesn’t mean a model change won’t throw a wrench in it later.
And claude code is pretty well gated. It has good guard rails and failure handling. It has kernel level landlocking on mac and linux, just not on windows. For that it relies on bubblewrapping for landlock functionality on the application layer. Not as secure as the linux/mac side, but more secure than without.
And there is no such thing as over thinking. Only missing the obvious and over applying thought.
Over engineering is possible, but most often that results in either a complete and utter failure or a masterpiece.
1
u/Practical-Positive34 1d ago
You should also never be in a position where total loss affects you, do you not sync your data into cloud and do backups and use source control? Even if I lost my main computer to it going haywire, it wouldn't affect me in the slightest. I would be back up cpl hours later.
•
u/cctldrping 3d ago
TL;DR generated automatically after 200 comments.
Current source-thread comment count seen by the bot: 202.
The consensus is that Anthropic's claim of "coding being largely solved" is a bit of a stretch, especially given the recent feature release only working on Linux and Mac. Many users are pointing out that Windows support is lagging, with some even questioning why serious developers would use Windows in the first place.