How do you decide on the overall architecture/infrastructure for an automation. Right now, if it's simple I do n8n because then you can see it.
If it's complex always on system (like responding to emails in instantly) I use claude code to write an python application and host that on railway. Everything is wired up with webhooks.
What's the right usecase for openclaw?