Running OpenClaw locally with Jetson Nano and gaming laptop using Ollama

A developer documented their solution for running OpenClaw locally to avoid cloud API costs and reliability issues. They encountered problems with cloud LLM services including Gemini and Clawd banning pro plan usage, Claude server downtime, and accumulating $200 per week in OpenAI API charges.
Hardware setup
The system uses two devices:
- Jetson Nano running OpenClaw
- 2022 MSI gaming laptop running Qwen 3.5 9B via Ollama
Implementation details
The gaming laptop wasn't designed for 24/7 operation, so they configured wake-on-LAN functionality to power it on only when needed. They used LM Studio to help select and test the appropriate model before settling on Qwen 3.5 9B.
The system implements hybrid routing: most tasks use the local LLM, but more complex tasks are automatically routed to OpenAI's API. This approach maintains functionality while significantly reducing costs.
Results
The setup now runs 24/7 and has saved substantial money compared to cloud-only solutions. The developer noted the configuration process was time-consuming and created a step-by-step video documenting the entire procedure.
📖 Read the full source: r/openclaw
👀 See Also

LinkedIn Outreach Workflow Built with Claude for Prospecting and Engagement
A developer built a LinkedIn prospecting workflow using Claude that identifies relevant prospects, categorizes leads, finds recent posts, and handles engagement through likes, comments, and connection requests. The system prioritizes higher-engagement profiles and skips inactive ones.

Building a Reliable Cashflow Agent with OpenClaw and Notion: Lessons on SMS Parsing and Transaction Labeling
A developer built a local-first AI agent to automate business ledger tracking using SMS alerts, iPhone Shortcuts, Notion, and OpenClaw. The system works but required solving three reliability challenges: handling bank SMS line breaks, using AI for contextual parsing, and tuning prompts to track small transactions.

Using Claude with MCPs for Automated B2B Outbound Campaigns
A Reddit user shares their workflow using Claude with Model Context Protocol (MCP) servers to automate B2B outbound campaigns, replacing Clay with custom API integrations for lead discovery, enrichment, verification, and email sending.

Practical Limits of Multi-GPU AI Workstations: Lessons from a 9× RTX 3090 Build
A developer shares experience running 9 RTX 3090 GPUs for AI work, finding diminishing returns beyond 6 GPUs and recommending Proxmox for LLM experimentation. The RTX 3090 remains compelling at $750 for 24GB VRAM.