Suggestions for Model for (lightweight?) personal assistants
I currently have 3 personal assistants that I built with OpenClaw, whom I share with my partner in a discord server. There's 3 assistants:
Donna - general personal assistant, keeps track of side projects, home automation notes etc. More often than not I would use Donna to flush out side project ideas on the road. Note that Donna doesn't actually code, i just use it to bounce ideas .
Ramsey - meal planning agent. Its role is to save recipes from different formats (youtube video, shorts, blogpost), plan weekly meals and generate grocery list to Google task
Serhant - property management agent. A new agent that we spun up to keep track of timelines and expenses for our property. Right now this basically have access to a csv file that's its ledger and a markdown file of the rental timelines
I don't run cronjobs with these agents yet. Sometimes they do run complex task (e.g. summarizing a video), but for daily operations, i feel like latest and greatest models might be an overkill. What setup/models would you recommend me using? Would a haiku model suffice for their tasks?