| ▲ | voidUpdate 2 days ago | |||||||
What does Claude add to this? I've done coding on my phone before by sshing into my home server and just... writing code. Is there a benefit to writing code through a third party instead? | ||||||||
| ▲ | kreddor 2 days ago | parent | next [-] | |||||||
I'm just as baffled. I went to the comments to better understand but I still don't get it. I've coded on my phone on several occasions. If you use Android, you don't even need a server or a home computer since Termux works really well as it is. It can run node.js and a bunch of other development tools easily. Or you can just ssh into a server with a development environment and do your stuff their (AI or not). | ||||||||
| ||||||||
| ▲ | cdrini 2 days ago | parent | prev [-] | |||||||
Programming on a phone is a tough sell for many since typing is slower and you have less screen real estate to view/debug the code. Using an AI agent and typing only prompts makes it more compelling. You input less, and only occasionally have to edit code instead of writing everything from 0. And even with editing, typing a prompt like "separate the X logic from class Y into a new file/class" is much faster on mobile than the equivalent actions. | ||||||||