Here's how I'm using Amp these days:
I have ~2-6 threads going at any given time. Often I will have one large-ish orchestrating thread that spawns new orbs to do larger changes. These orbs often communicate with each other
I have webhooks set up so every OSS project of mine spawns a new orb for PRs. These are automatically reviewed and ready for me in my sidebar when the review is done. Issues are automatically investigated
I use the PWA on Linux and the PWA on iOS. I shut my laptop regularly without a thought anymore. I don't use the TUI anymore
I run an
amp --no-tuion my laptop as a systemd service so that I can spawn local threads from the PWAI tag other amp team members in a thread, this makes the thread multiplayer. We collaborate in the Amp thread (instead of eg Slack)
75% of my pushes to main I ask amp to track CI and deployment and let me know if there are any rollout issues. This is mostly so that I know when I can use the feature/fix I just pushed