Remix.run Logo
fny 7 hours ago

I used it, found it buggy, and quickly realized I could achieve everything it did with a long running Claude Code instance and a good mobile frontend. The joy is that you can customize everything to your hearts content just by asking Claude to build things for you.

- Background jobs? Cron? Huey + SQLite

- Memory? Create a job to write daily summaries to a memory/ folder

- Conversation log? Use hooks to write conversations to an sqlite file with full text search enabled

- SOUL.md? IDENTITY.md? USER.md? Stop wasting tokens and just use CLAUDE.md.

I only haven't quite figured out how to get channels working with 3rd party frontends.

mv4 7 hours ago | parent [-]

It is buggy. It's also good at self-diagnostics and I was able to either fix things or find working workarounds by collaborating with it.