Live data from Hacker News

Claudia – Desktop companion for Claude code

claudiacode.com

191–200 of 245 posts

Re: Claudia – Desktop companion for Claude code

#191

Earlier quoted context omitted.

>Pricing/usage will be very simple - a fixed subscription and we will no longer know the tokenomics because the provider will have greatly abstracted and optimized the cost per token, favoring a model that they can optimize margin against a fixed revenue floor. Personally, I think it's far more likely that a year from now either SotA models will have shifted elsewhere or Anthropic will have changed their pricing mode…

Claude’s wide adoption makes it more likely Anthropic will stay SotA, as do the max plans. This is the training data they crave to be able to improve, and it’s costing them peanuts while identifying customers who’ll pay and building loyalty. The data flywheel enabled by Claude is the closest thing to a vault any of the models have right now.

Anthropic's models are fantastic, but they are -- by far -- one of the most expensive providers on an API basis. That's a large part of what makes the Max plans a great deal, right now.

Even on a Max plan, it's not hard to completely blow through your usage limits if you try to use Opus heavily.

All it takes is another provider to land a combination of model and cost that makes Code less of a deal for vendor lock-in to become a problem.

Re: Claudia – Desktop companion for Claude code

#192

On the one hand, it's good that we're seeing a lot of exploration in this space. On the other, the trend seems to be everyone developing a million disparate tools that largely replicate the same functionality with the primary variation being greater-or-lesser lock-in to a particular set of services. This is about the third tool this week I've taken a quick look at and thought "I don't see what this offers me that I d…

deleted roo code vs code extension as soon as i tried claude code, ppl really need to stop trying to extend the editor lol

Re: Claudia – Desktop companion for Claude code

#193
post #143

On the one hand, it's good that we're seeing a lot of exploration in this space. On the other, the trend seems to be everyone developing a million disparate tools that largely replicate the same functionality with the primary variation being greater-or-lesser lock-in to a particular set of services. This is about the third tool this week I've taken a quick look at and thought "I don't see what this offers me that I d…

I think the thing is that most of the people implementing stuff for Claude have already realized it’s just the best option available for… basically everything. I’ve switched to different models before, but I always come back to Sonnet or Opus for doing anything sensible.

I'm finding GPT 5 (via Codex CLI on a pro subscription) is far better than Opus for my use cases. Much more than the small difference on swe-bench would suggest. However, the Codex CLI is so immature by comparison that I'm still mostly using Claude, and only escalating to Codex when Claude snookers itself.

Re: Claudia – Desktop companion for Claude code

#194

Earlier quoted context omitted.

Woah, cool! Having a phone connection to Claude code is something I’ve been looking for

I currently do this with Termius and ssh into the box I’m working on the launching Claude Code. Only issue I have is the occasional network issue causing the session to drop.

You likely know this, but in case you don’t: Termius makes it easy to use “mosh”, which makes your connection resistant to network drops and resumable. I am experimenting with it right now. Once you install mosh on your serve, click the “mosh” setting in the connection settings in Termius, and you are good to go.

Re: Claudia – Desktop companion for Claude code

#195

On the one hand, it's good that we're seeing a lot of exploration in this space. On the other, the trend seems to be everyone developing a million disparate tools that largely replicate the same functionality with the primary variation being greater-or-lesser lock-in to a particular set of services. This is about the third tool this week I've taken a quick look at and thought "I don't see what this offers me that I d…

I've been contributing to an open source mobile app [1] that takes two swings at offering something that Roo does not have. 1. Real-time sync of CLI coding agent state to your phone. Granted this doesn't give you any new coding capabilities, you won't be making any different changes from your phone. And I would still chose to make a code change on my computer. But the fact that it's only slightly worse (you just wish…

This looks awesome, but I was surprised to see the relay server being necessary. Can I self-host that too?

Re: Claudia – Desktop companion for Claude code

#197
post #146

Claudia is open-source, made by a S24 YC company https://www.ycombinator.com/companies/asterisk

I'm shocked that YC hasn't advised them that this name is terrible. It actively breaks trust by trying to piggyback on Anthropic's tool naming.

Lots of apps named after the Whisper model (including mine - https://whispermemos.com/)

I wonder if I'll have to rename at some point.

Re: Claudia – Desktop companion for Claude code

#198

Earlier quoted context omitted.

I've been contributing to an open source mobile app [1] that takes two swings at offering something that Roo does not have. 1. Real-time sync of CLI coding agent state to your phone. Granted this doesn't give you any new coding capabilities, you won't be making any different changes from your phone. And I would still chose to make a code change on my computer. But the fact that it's only slightly worse (you just wish…

This looks awesome, but I was surprised to see the relay server being necessary. Can I self-host that too?

Yes you can self host the relay server (and please do so!). If you are like me and already have Mac Mini in a closet running docker, k3s, or just have a friend group kubernetes cluster, you can get it running in about 3 minutes.

https://happy.engineering/docs/guides/self-hosting/

https://github.com/slopus/happy-server

There is a Dockerfile, plus a docker-compose.yaml, and a complete Kubernetes template as well.

Re: Claudia – Desktop companion for Claude code

#200

Earlier quoted context omitted.

I've been contributing to an open source mobile app [1] that takes two swings at offering something that Roo does not have. 1. Real-time sync of CLI coding agent state to your phone. Granted this doesn't give you any new coding capabilities, you won't be making any different changes from your phone. And I would still chose to make a code change on my computer. But the fact that it's only slightly worse (you just wish…

This looks awesome, but I was surprised to see the relay server being necessary. Can I self-host that too?

Why a relay server? I want an app to just work with no fuss while running an AI agent on arbitrary consumer hardware. Having both the mobile app and agent wrapper process connect outwards through any firewalls and networks to a third computer on the public internet is the most boring and dumb way for it always to work.

Plus I wanted a system that did not require the app and the computer running the AI agent to both be online at the same time. Having a third computer act as a dumb mailbox handles some corner cases I care about.

I've been trying to surreptitiously get claude code and an oven specific MCP server to run on my friend's smart oven for a prank. However this oven enters a low power state when you don't interact with it; killing the network connection. My vision is to queue up commands via the mobile app with fuzzy logic, and then have the oven make weird noises as determined by claude code at some later point when they go to make a pizza or something.

Post reply on HN