User Deploys AI Assistant 'Elvis' on VPS for Project Management Tasks

A developer has shared their experience deploying an AI assistant named 'Elvis' on a Linux VPS, with integration into their existing workflow tools. The setup process took three days of troubleshooting with Claude before becoming operational.
Setup and Integration Details
The assistant runs on a Linux VPS and communicates through Microsoft Teams. It has been configured with several connectors:
- JIRA integration
- Asana integration
- Access to its own email account
- Read access to the user's email (though it accidentally sent an email as the user, requiring permission adjustments)
Practical Workflow Example
The user treated Elvis like a colleague and assigned it a complete project management task:
- Read an email containing requirements
- Extract those requirements
- Locate the last change request for Customer X on OneDrive
- Update the change request with new requirements
- Send to Keith for review
- Incorporate Keith's feedback
- Notify the user when ready for final sending
The assistant successfully completed this workflow, though initial formatting issues required correction. It's now actively conversing with Keith via email and updating documents based on feedback.
AI Model Strategy
The user has implemented a tiered AI approach:
- Claude for complex tasks
- OpenAI for less demanding work
- A basic model for mundane tasks
This strategy aims to optimize costs while maintaining performance for different task types.
Current and Planned Use
Elvis is currently handling project coordination tasks, and the user plans to use it for application testing and UAT (User Acceptance Testing) in the near future.
📖 Read the full source: r/openclaw
👀 See Also

Building a Kid-Safe Coloring Book App with Claude as Pair Programmer
A developer used Claude as a pair programmer to build a SwiftUI coloring-book app with local image generation, parent locks, and no ads.

Using Claude as a Ruthless UI/UX Reviewer with Specific Persona Prompt
A Reddit user shares a prompt that transforms Claude into a brutal UI/UX consultant who reviews live apps in two passes: first as a ruthless designer, then as a first-time user, outputting findings in a prioritized markdown file.

Project James Sexton: Building a Legal Assistant with OpenClaw and Claude
A developer is building a legal assistant using OpenClaw and Claude API to automate document processing during a divorce trial. The system monitors email, downloads PDFs, analyzes documents with Claude, finds reply forms, generates responses, and prints drafts.

Running Claude Code as a Kubernetes CronJob: Production Learnings and Open-Sourced Setup
A team at everyrow.io shares their experience running Claude Code unattended as a Kubernetes CronJob, documenting undocumented quirks and open-sourcing their Dockerfile, entrypoint, Helm chart, and logging setup.