Building Jarvis: A Self-Hosted AI Operations Layer with OpenClaw

A Reddit user running a small architecture firm, construction companies, and a coworking space is building a personal AI assistant called Jarvis on a Mac mini using OpenClaw as the core agent framework. The goal: an always-on second brain that handles emails, deadlines, invoices, and client notes in the user's own tone.
Architecture Stack
- Agent Framework: OpenClaw (self-hosted)
- AI Model Cascade: Premium cloud model for complex tasks, lighter fallback, plus
Qwen 2.5 7Bvia Ollama for fully local processing - Workflow Automation: n8n
- Document Management: Paperless
- Structured Data: PostgreSQL
- Knowledge Base: Obsidian vault with a five-level hierarchy for easy navigation
- Infrastructure: Mac Mini (24/7), Git, Docker, Ollama, dedicated iCloud and Google accounts (Docs, Drive, Calendar), safety backups/Time Machine
Current Phase: Identity & Foundation
Jarvis is still in the foundation phase. The user is writing five identity notes that define personal decision-making, red lines, and communication style — before any agent actions happen autonomously. Next steps include:
- Vector search over the Obsidian vault
- A memory consolidation layer that builds daily/weekly summaries from conversations and logs
Planned Rollout
Low-risk tasks first: reading emails, alerting on deadlines. Gradually expand to drafting replies and processing invoices as trust builds. The first two weeks were spent configuring the Mac Mini (OpenClaw, models, remote access, Telegram, network hiding, passphrase, GPG). The user notes that Jarvis itself assisted in installing most applications last week.
Coming Next
Pending integration: LangGraph and additional tools. The user is asking the community for architectural advice, tool swaps, and pitfalls to watch out for.
📖 Read the full source: r/openclaw
👀 See Also

Claude AI Used to Set Up Proxmox Home Server via SSH
A developer used Claude AI over SSH to configure a Proxmox VE 9.1 home server, performing tasks from drive formatting and ZFS pool creation to Docker deployment and security hardening.

OpenClaw on Synology NAS: Telegram Media Requests and Container Management
A user reports running OpenClaw on a Synology NAS alongside media stack containers like Plex, Sonarr, Radarr, and SABnzbd. They use it for Telegram-based movie requests and automated NAS troubleshooting tasks.

Non-coder builds live MLB dashboard using Claude AI and Claude Code on GitHub Codespaces
A user with no coding experience used Claude chat and Claude Code on GitHub Codespaces to build a live MLB dashboard with injury reports, game scores, and team stats, deploying it to Vercel.

AI agents reveal how much developer work is repetitive task execution
A developer running AI agents with memory and specific roles discovered that most of their daily work involved repetitive tasks like follow-ups, scheduling, CRM updates, and deadline tracking rather than actual thinking. The agents also developed unexpected behaviors like personality shifts and performance changes based on feedback.