Top
Best
New

Posted by empressplay 15 hours ago

Claude Code Remote Control(code.claude.com)
453 points | 263 comments
fny 8 hours ago|
This is an extremely clunky and buggy prerelease, so don't try to hot fix prod from the toilet without a different mobile frontend.

Right now:

- You can't interrupt Claude (you press stop and he keeps going!)

- At best it stops but just keeps spinning

- The UI disconnects intermittently

- It disconnects if you switch to other parts of Claude

- It can get stuck in plan mode

- Introspection is poor

- You see XML in the output instead of things like buttons

- One session at a time

- Sessions at times don't load

- Everytime you navigate away from Code you need to wait for your session to reappear

I'm sure I'm missing a few things.

isehgal 9 minutes ago||
Omnara founder here.

We’ve been building in this space for a while, and the issues listed here are exactly the hard parts: session connectivity, reconnection logic, multi-session UX, and keeping state in-sync across devices. Especially when it comes to long running tasks and the edge cases that show up in real use.

bonoboTP 47 minutes ago|||
Also broken for me.

First of all /remote-control in the terminal just printed a long url. Even though they advertise we can control it from the mobile app (apparently it should show a QR code but doesn't). I fire up the mobile app but the session is nowhere to be seen. I try typing the long random URL in the mobile browser, but it simply throws me to the app, but not the session. I read random reddit threads and they say the session will be under "Code", not "Chats", but for that you have to connect github to the Claude app (??, I just want to connect to the terminal Claude on my PC, not github). Ok I do it.

Now even though the session is idle on the pc, the app shows it as working... I try tapping the stop button, nothing happens. I also can't type anything into it. Ok I try starting a prompt on the pc. It starts the work on the PC, but on the mobile app I get a permission dialog... Where I can deny or allow the thing that actually already started on the pc because I already gave permission for that on the PC. And many more. Super buggy.

I wonder if they let Claude write the tests for their new features... That's a huge pitfall. You can think it works and Claude assures you all is fine but when you start it everything falls apart because there are lots of tests but none actually test the actual things.

BloondAndDoom 4 hours ago|||
Exactly my experience, I know they vibe code features and that’s fine but it looks like they don’t do proper testing which is surprising to me because all you need bunch of cheap interns to some decent enough testing
djtriptych 1 hour ago|||
No there is a wide gap between good and bad testers. Great testers are worth their weight in gold and delight in ruining programmer's days all day long. IMO not a good place to skimp and a GREAT place to spend for talent.
throwup238 6 minutes ago||
> Great testers are worth their weight in gold and delight in ruining programmer's days all day long.

Site note: all the great testers I've know when my employers had separate QA departments all ended up becoming programmers, either by studying on the side or through in-house mentorship. By all second hand accounts they've become great programmers too.

debarshri 4 hours ago||||
Thats not true. Even for testing things, you need to do thoroughly now because standards are high.
jen20 3 hours ago||
From where I'm viewing, the standards in software have never been lower.
otabdeveloper4 1 hour ago|||
> all you need bunch of cheap interns to some decent enough testing

Sounds like a problem AI can easily solve!

monkeydust 6 hours ago|||
Struggled with it also, given up (for now).

I thought coding was a solved problem Boris?

rfw300 4 hours ago|||
I have little doubt where things are going, but the irony of the way they communicate versus the quality of their actual product is palpable.

Claude Code (the product, not the underlying model) has been one of the buggiest, least polished products I have ever used. And it's not exactly rocket science to begin with. Maybe they should try writing slightly less than 100% of their code with AI?

Aeolun 19 minutes ago|||
Still better than the codex or gemini cli though :)
rfw300 4 hours ago||||
More generally, Anthropic's reliability track record for a company which claims to have solved coding is astonishingly poor. Just look at their status page - https://status.claude.com/ - multiple severe incidents, every day. And that's to say nothing of the constant stream of bugs for simple behavior in the desktop app, Claude Code, their various IDE integrations, the tools they offer in the API, and so on.

Their models are so good that they make dealing with the rest all worth it. But if I were a non-research engineer at Anthropic, I wouldn't strut around gloating. I'd hide my head in a paper bag.

jopsen 1 hour ago||
Even when it's operating normal the webapp is constantly crashing.

Mobile app stops working..

It's a pain.

At least right now.

jarjoura 3 hours ago|||
I am constantly amazed how developers went hard for claude-code when there were and are so many better implementations of the same idea.

It's also a tool that has a ton of telemetry, doesn't take advantage of the OS sandbox, and has so many tiny little patch updates that my company has become overworked trying to manage this.

Its worst feature (to me at least), is the, "CLAUDE.md"s sprinkled all over, everywhere in our repository. It's impossible to know when or if one of them gets read, and what random stale effect, when it does decide to read it, has now been triggered. Yes, I know, I'm responsible for keeping them up to date and they should be part of any PR, but claude itself doesn't always even know it needs to update any of them, because it decided to ignore the parent CLAUDE.md file.

yosefk 5 hours ago||||
Coding is a solved problem. Problems with the code - these are far from solved, in fact they're multiplying, but coding is definitely solved
ValentineC 5 hours ago||
What does "solving" coding mean?
david_shaw 5 hours ago|||
> What does "solving" coding mean?

Maybe this was sarcasm, but it's a good point:

"Coding" is solved in the same way that "writing English language" is solved by LLMs. Given ideas, AI can generate acceptable output. It's not writing the next "Ulysses," though, and it's definitely not coming up with authentically creative ideas.

But the days of needing to learn esoteric syntax in order to write code are probably numbered.

lunarboy 5 hours ago|||
It types code, wallah!
ponector 2 hours ago||||
It is solved in his org. He never promised quality software, though.

You get a buggy electron app and they get billions in valuation.

Clearly no one values quality anymore. 1000% yolo

richard___ 6 hours ago||||
He is trolling to increase the stock price before IPO
sunir 4 hours ago||||
Until problems are a solved problem, I feel I'm ok.
Thrymr 3 hours ago|||
Generating code is a solved problem. Some people think that is the same thing.
adamtaylor_13 8 hours ago|||
That's a bummer. I was looking forward to testing this, but that seems pretty limiting.

My current solution uses Tailscale with Termius on iOS. It's a pretty robust solution so far, except for the actual difficulty of reading/working on a mobile screen. But for the most part, input controls work.

My one gripe with Termius is that I can't put text directly into stdin using the default iOS voice-to-text feature baked into the keyboard.

elliotbnvl 7 hours ago|||
I’ve been doing this for a while [1], but ultimately settled on a building a thin transport layer for Telegram to accept and return media, and persistent channels, vastly improved messaging UX, etc. and ended up turning this into a ‘claw with a heartbeat and SOUL [2].

[1] https://elliotbonneville.com/phone-to-mac-persistent-termina...

[2] https://elliotbonneville.com/claude-code-is-all-you-need/

botverse 45 minutes ago|||
I ended doing a similar thing, but each tg bot can choose what repo/session to attend to.

https://github.com/botverse/tgcc

I found that cc is all you need indeed

adamtaylor_13 6 hours ago||||
I really enjoyed reading both posts. Thanks for sharing!

I, like many others, have written my own "claw" implementation, but it's stagnated a bit. I use it through Slack, but the idea of journaling with it is compelling. Especially when combined with the recent "two sentence" journaling article[1] that floated through HN not too long ago.

[1] https://alexanderbjoy.com/two-sentence-journal-approaches/

elliotbnvl 6 hours ago||
Happy you liked it! Always really nice to get positive feedback.

I’ll have to check out the journaling article. I’ve been journaling a lot more lately!

bavell 5 hours ago|||
Great posts! So far [2] is the only "claw" that has caught my interest, mostly because it isn't trying to do everything itself in some bespoke, NIH way.
fun_society 45 minutes ago||||
I was doing something similar, but wanted something more native.

Wrote a daemon + mobile app (similar to Happy, but fixed a lot of the problems) and baked in Tailscale support.

Will open source it soon and should have an official release in the next few weeks: https://getroutie.com/

yoyohello13 6 hours ago||||
I've been using email and Cloudeflare email router. You don't get the direct feedback of a terminal, but it's much easier to read what's happening in html formatted email.

It also feels kind of nice to just fire off an email and let it do it's thing.

denvermullets 3 hours ago||||
same but i use android. so i just talk to a google keep note and then copy/paste it. helpful for longer things
kzahel 8 hours ago||||
How can the like most popular terminal emulator not accept voice input? That's crazy why hasn't someone made something better?
elliotbnvl 7 hours ago|||
Wispr Flow on mobile fills this gap.
dionian 7 hours ago|||
it works in Blink. is there a better terminal in ios i should use
manojlds 8 hours ago||||
I use opencode web (server running on my desktop) and accessing it from my phone and it works well.
bg24 8 hours ago||||
Same here. So I have to resort to speaking elsewhere (notes app) and copying/pasting.
jasonjmcghee 5 hours ago|||
Echo supports this.
ponector 8 hours ago|||
Why couldn't they prompt Claude code to fix all the issues?
doix 8 hours ago|||
There are probably multiple Claude agents running as we speak trying to fix the issues.
gas9S9zw3P9c 8 hours ago||
Does that mean more issues will show up soon?
co_king_5 7 hours ago||
[dead]
graybeardhacker 6 hours ago|||
You just tripled my productivity!
co_king_5 6 hours ago||
[dead]
gedy 5 hours ago|||
You jest but I was flabbergasted when doing some AI backed feature that the fix was adding a "The result you send back MUST be accurate." to the already pretty clear prompt.
re-thc 8 hours ago|||
It's outsourced to Codex
esafak 7 hours ago||
You're not making either of them look good. Maybe they should have used Gemini?
canadiantim 6 hours ago||
They say a picture is worth a thousand words, they should've just used Nano Banana
botverse 1 hour ago|||
On top of that is something they should have had from earlier times. My biggest pain point is to not to be able to continue from my phone. I just use a service to pipe telegram to any cc session in the dev machine. This is the number 1 reason why I got excited by openclaw in the first place but its overkill to have it just to control cc
buremba 2 hours ago|||
I think they should be aware that CC is big enough codebase that they can't vibe code anymore.
amelius 8 hours ago|||
Sounds like something that was vibe coded :)
yoyohello13 6 hours ago|||
I'm willing to bet most of their libraries are definitely vibe coded. I'm using the claude-agent-sdk and there are quite a few bugs and some weird design decisions. And looking through the actual python code it's definitely not what I would classify 'best practice'. Bunch of imports in functions, switching on strings instead of enums, etc.

I had to downgrade to an earlier release because an update introduced a regression where they weren't handling all of their own event types.

short_sells_poo 6 hours ago||
A few weeks ago the github integration was completely broken on the claude website for multiple days. It's very clear they vibe code everything and while it's laudable that they eat their own dogfood, it really projects a very amateurish image about their infrastructure and implementation quality.
co_king_5 8 hours ago|||
[dead]
acedTrex 8 hours ago|||
I think some people are missing the sarcasm here
efficax 7 hours ago|||
at the moment it's impossible to distinguish between AI boosters who really believe that Claude is nearly AGI and jokes about them
ithkuil 6 hours ago||
Poe's law?
tomashubelbauer 7 hours ago||||
In theory, comments on Hacker News should advance discussion and meet a certain quality bar lest they be downvoted to make room for the ones that meet the criteria. I am not sure if this ever was true in practice, it certainly seems to have waned in the years I have been a reader of this forum (see one of the many pelican on a bike comments on any AI model release thread), but I'd expect some people still try to vote with this in mind.

Being sarcastic doesn't lower the bar for a comment to meet to not get downvoted, so I wouldn't go thinking people miss the sarcasm without first considering whether the comment adds to the discussion when wondering why a comment is downvoted.

kirab 7 hours ago||||
I only understood it after reading some of co_king_5’s other comments. This is Poe’s law in action. I know several people who converted into AI coding cultists and they say the same things but seriously. Curiously none of them were coders before AI.
co_king_5 8 hours ago|||
[dead]
esafak 7 hours ago||
Graduates of the Zoolander Center for Kids Who Can't Read Good and Who Wanna Learn to Do Other Stuff Good Too?
EQmWgw87pw 6 hours ago|||
Tbh, after using it myself, I genuinely don’t see it writing code this buggy, so I don’t get what’s going on here
MontyCarloHall 6 hours ago||
I'm willing to bet you don't full-on YOLO vibecode like the lead Claude Code developer, running 10 Claude Code sessions in parallel to push 259 pull requests that modify >40k lines of code in a month [0]? There is zero chance any of that code was rigorously reviewed.

I use Claude Code almost every day [1], and when used properly (i.e. with manual oversight), it's an amazing productivity booster. The issue is when it's used to produce far more code than can be rigorously reviewed.

[0] https://www.reddit.com/r/ClaudeAI/comments/1px44q0/claude_co...

[1] https://news.ycombinator.com/item?id=45511128

paxys 8 hours ago|||
Remember 100% of Claude Code is written by Claude
giancarlostoro 7 hours ago|||
> - You can't interrupt Claude (you press stop and he keeps going!)

This is normal behavior on desktop sometimes its in the middle of something? I also assume there's some latency

> - At best it stops but just keeps spinning

Latency issues then?

> - It can get stuck in plan mode

I've had this happen from the desktop, and using Claude Code from mobile before remote control, I assume this has nothing to do with remote control but a partial outage of sorts with Claude Code sometimes?

I don't work for Anthropic, just basing off my anecdotal experience.

csomar 7 hours ago||
Latency is like what, 50ms? You can’t explain these with latency. It’s just slop work from Claude.
ashot 2 hours ago|||
check out codecast.sh its so far ahead :)
8note 4 hours ago|||
oh. i was excited for a native alternative to happy coder, or sshing to a tmux session, but i guess not:/
melecas 1 hour ago||
[dead]
jasonjmcghee 6 hours ago||
Posted elsewhere but will copy here. Been doing this for a while.

- - -

get tailscale (free) and join on both devices

install tmux

get an ios/android terminal (echo / termius)

enable "remote login" if on mac (disable on public wifi)

mosh/ssh into computer

now you can do tmux then claude / codex / w/e on either device and reconnect freely via tmux ls and tmux attach -t <id>

- - -

You can name tmux and resume by name via tmux new -s <feature> and tmux attach -t <feature>

madjam002 1 hour ago||
I have just today discovered zmx [1] which is like tmux but I always hated the tmux terminal emulation and how it hijacks scrolling, especially on Termius on my phone. It does session persistence but I think without the terminal emulator side of things, so scrolling works normally.

Been testing it today with Claude Code and it seems to work quite well switching between my laptop and phone.

[1] https://github.com/neurosnap/zmx

jacob019 19 minutes ago||
I also hate how tmux uses alt mode and can never remember all the shortcuts, copy paste is a PITA and just today I had to look up how to dump the scrollback buffer to a file. Named sessions without window management makes a lot more sense these days. Similarly, I'm not a fan of all the ANSI escape codes that CC uses to jump the cursor around and rewrite the display to look like a GUI. I prefer a TUI that doesn't mutate rows after writing them, that's what alt mode is for. CC often clears whatever was in the scrollback buffer before you opened it, it hides bracketed paste, and goes crazy sometimes when content overflows the window and I have to resize the terminal or get blasted with a wall of glitching characters--extra annoying if I'm working from a low bandwidth link. I develop my own agent framework and code agent, and while some features aren't as polished as CC, one of my explicit goals is to preserve the traditional CLI feel, like the python REPL (that's what it's based around). I'll give zmx a try tonight :)
zeppelin101 6 hours ago|||
I think everyone started out with this
jasonjmcghee 6 hours ago|||
I think people familiar with tmux/screen and tailscale or how to setup their own VPN might have.

Based on my experience many people don't know this is a thing you can do.

canadiantim 6 hours ago|||
I'm still doing this. Is there a better setup? It's already very convenient and secure.
fudged71 4 hours ago|||
Do you have an alias or something so that every time you open CC, tmux is running?

How do you deal with multiple concurrent sessions of CC with this setup?

How important is mosh? I wasn't able to get it set up the last time I tried... ran into a bunch of issues.

jasonjmcghee 28 minutes ago|||
Sorry didn't answer "how important is mosh?"

Depends- how good is your signal? Mosh has a great property that it buffers everything locally so there's no lag even if your connection sucks.

On ssh, every keystroke is a roundtrip

olalonde 1 hour ago||||
I always setup my terminals to open a tmux session by default (or attach to any existing one). For example, in my ~/.config/alacritty/alacritty.toml:

    [terminal.shell]
    args = ["-l", "-c", "tmux attach || tmux"]
    program = "/opt/homebrew/bin/zsh"
tmux supports tabs so you can have multiple Claude Code sessions running concurrently. You do need to learn a few tmux keyboard shortcuts to use it effectively (e.g. opening/closing/switching tab).
jasonjmcghee 4 hours ago||||
"tmux ls" shows you all the open tmux sessions

Could even use cc to check in on and/or "send-keys"

What wasn't working about mosh? Just install mosh and use mosh to connect

simlevesque 3 hours ago|||
I recommend Eternal Terminal instead of mosh for this.
fittingopposite 4 hours ago|||
Yes. Doing the same. What is the advantage of this new feature? Tmux/Tailscale/Termius give you full control of your terminal. Or mainly to save the end user the hassle to set it up correctly?
dbmikus 4 hours ago|||
> Or mainly to save the end user the hassle to set it up correctly

It's this.

Don't have a Dropbox moment ;) [1]

[1]: https://news.ycombinator.com/item?id=9224

jasonjmcghee 4 hours ago||
Oh lots of people will not be comfortable with tmux approach. The anthropic feature makes sense. But it's Max only and doesn't work well according to other comments.

What I posted "just works".

mlinsey 3 hours ago|||
Ease of setup is the biggest reason. I use this setup as well, but there are other UX niceties that would be a lot better with a dedicated mobile app: push notifications when Claude needs your input (I use a hook for this that connects to Pushover, but that's another service and extra setup), voice input, autocorrect that's right for this context, etc.
fittingopposite 39 minutes ago||
Very interesting. Tell me more about your push notification setup!
lukebechtel 6 hours ago||
I also do this!
dizhn 11 hours ago||
Opencode's 'web' command makes your local session run on the browser with same access rights as the cli. It's a pretty slick interface too. I sometimes use it instead of the cli even when I can access both.

You can test it right now if you want with the included free models.

https://opencode.ai/docs/web/

rubslopes 10 hours ago|
I was having too many bugs using it with my phone, I gave up and went back to Termux
dizhn 9 hours ago||
It's changing super fast. I am using it on the desktop mostly and when I tried on my phone there were issues yes. But do try it out again in a few weeks.

(I am actually using zellij on the remote and using various CLIs more than I am using only opencode on the web. I was using wezterm mux until about a week ago but the current state of the terminal is not very good for this scenario. It seems like almost all the CLIs are choking because of nodejs ink library)

Fizzadar 7 hours ago||
There's https://happy.engineering/ which already does this with many fewer bugs and supports codex.
tor0ugh 3 hours ago|
I was using this religiously but there’s a bug currently that makes the initialization fail and/or throws an error on the phone client. Absolutely great piece of software otherwise, free, anonymous, encrypted and so on. Really hope the team can fix this soon - I would hate to switch back to tmux tunneling.
renonce 44 minutes ago||
I built a project achieving similar goals. You launch a web server then connect to it using either browser or Android app, then create a session to talk to Claude Code. The sessions are synchronized in real time across all devices and automatically saved to disk and continued when server restarts. Recently I've added features to schedule tasks in the future and to assemble agent teams. The project is mostly vibe-coded with Opus 4.6 with few supervision beyond trying its functionalities out.

Project is at http://github.com/vincent-163/claude-code-multi/. Can be installed easily with nodejs.

Please provide feedbacks and suggestions!

raunaqvaisoha 9 hours ago||
I feel like a lot of folks are saying this kills the Code on your Phone opportunity some start-ups are building for. I don't agree. I feel like coding agents are like streaming services, we will subscribe to multiple and switch between them. So for one there's value in a universal control plane. The other is that mobile as a coding interface should offer more than a remote control to the desktop. I think there's still some space to cook, especially if people are investing 8 hours a day talking to agents, the interface surely matters.
63stack 9 hours ago||
I don't know a single person who is satisfied with the status quo on streaming services where you have to subscribe to multiple ones. Everyone is complaining that the landscape is 1) more fragmented than cable was, 2) costs more, 3) has even more ads than cable
bko 8 hours ago|||
I think people forgot how bad it was. It was much more fragmented before but instead of services it was fragmented by time. Sure you have access to Seinfeld, but you can watch one or two Seinfelds a night at 8pm and 11pm.

I also remember base cable without any movies was around $60 or something and with some movie channels is >$100. And that's not inflation adjusted. You can easily get 3 or 4 of the top services for $100 today.

Finally claiming there are more ads on these services is a joke. There was ~20m for every 30m of programming, meaning 1/3 of the time you're watching commercials. And not just any commercials, the same commercials over and over. There was even a case of shows being sped up on cable to show more commercials.

I get it, everyone wants everything seamlessly and for next to nothing, but claiming that 90s cable was even comparable is absurd.

https://www.digitaltrends.com/home-theater/how-networks-spee...

co_king_5 8 hours ago||
[dead]
bko 7 hours ago||
Seinfeld way syndicated. It aired for a long time on TBS. But also Comedy Central after 2021, Nick at Nite briefly and TV Land more recently.

I'm not sure what your point is.

galleywest200 6 hours ago||
Seinfeld only ran until 1998. Not sure what people buying the rights in 2021 has to do with the OP's comment.
hodder 9 hours ago||||
Not that it is particularly relevant to agentic coding but how can anyone truly argue streaming costs more? Average cable packages were exceeding 125-150 USD a month (in 2000 dollars). Under no circumstances would I be sympathetic to the argument that streaming costs more.

You can get all 7 of the major streaming subs for less without even shopping out deals. That is 100s of times the volume and quality of content that was delivered on cable for far less. It is so much content realistically that no one I have ever met has subscribed to all of them at once.

The argument really is empty. The fragmentized experience is annoying, but it isn't more expensive...And it DEFINITELY has fewer ads.

63stack 8 hours ago||
I'm in central europe, atm 70 TV channels is $15/month.
ladberg 9 hours ago||||
You can't seriously claim points 2) and 3) if you've ever actually paid for and watched cable
63stack 8 hours ago||
I'm in central europe, atm 70 TV channels is $15/month.
glimshe 9 hours ago|||
Its just amazing how people on HN can say the most absurd things with total conviction. No wonder LLMs do the same, it's in the training data.

I literally see no ads on my streaming subscription for close to a tenth of the price of cable.

bdangubic 9 hours ago||
you have just one streaming subscription?
glimshe 7 hours ago||
I do. I rotate every few months among different services. I don't keep a single service permanently.
bdangubic 4 hours ago||
I think “streaming is more expensive now than cable before” crowd are people like my wife that have 8-10 of them
whynotmaybe 9 hours ago|||
I'm using copilot on vscode and the agent is "Auto" which cost 10% less.

The results are enough for me and I'm not doing things that allow me to differentiate the output between ChatGPT, Claude and, the others.

The agents are more like the radio in my car, whenever I want music, I switch channel until I find something good enough.

If I'm really in need of something special, I'll use Spotify on my phone.

And sometimes, I just drive with the radio off.

kzahel 9 hours ago||
I agree. I spend a lot of time working from my phone so I had to make my own workflow that works for me. I've been following all these bans and drama with the subscription keys and custom harnesses etc. I think there's room for a "universal control plan" that lets you leverage the CLI providers (and whatever crappy interfaces / apis they give you).

There's a comparison of the approaches as I see them here https://yepanywhere.com/subscription-access-approaches

advael 6 hours ago||
Weird all these companies struggle so much to support remote services, ssh has been working for me pretty seamlessly for like the 20 years I've been using it and has allowed me to remote-control any computer I own with relatively reliable authentication (with some hiccups that tend to be patched pretty rapidly when found) throughout that entire period. I hear tell it worked even before I was using computers professionally, too
interestpiqued 6 hours ago|
Yeah but this is from an AI company so its mad different
advael 5 hours ago||
Yea I've noticed that most things made by a company are worse and less reliable than things that are free and maintained by volunteers
parliament32 5 hours ago||
This has always been the case, for pretty much everything. There's a reason the world's infrastructure runs on FOSS.
Robdel12 8 hours ago||
This is buggy to no end. Anthropic needs to slow down

The daily “what broke and changed now” with claude code is wearing me out fast.

viking123 3 hours ago||
Claude Code is a good product, they should just keep on steadily improving it and improving the model. I am not sure why they are spraying in all directions like this..
bonoboTP 24 minutes ago|||
I see it on myself too. It feels too irresistible to start adding more features to software you develop with LLM agents. Everything feels like just a few prompts and will be done in half an hour. Why not add this too? Just another sentence in the prompt. Next thing you know you have more features than you remember and the AI starts to have a really hard job keeping it all functional.

Coding with AI requires immense restraint and strong scope limits.

pelcg 50 minutes ago|||
Interested to see Anthropic do this sort of move, but it's very useful to see.
co_king_5 8 hours ago||
[flagged]
dnw 6 hours ago|
Claude Code Team: Please fix the core experience instead of branching out into all these tertiary features. I know it is fun and profit to release new features but you need to go deeper into features not broader into there be dragons territory.
Austin_Conlon 1 hour ago||
I find Xcode's Claude Agent client to be much more stable than the Claude web and Mac apps.
yoyohello13 6 hours ago||
This is a classic case of vibe coding gets you 80% of the way there, but polishing takes the other 80%.
dnw 1 hour ago||
There is that (you can still use coding agents on the other 80% to polish, by the way) but to me this situation underscores the value of a good "editor"--someone who says this is good to ship vs. not this not now.
More comments...