Cloud queue + local agent hits a wall: laptop off, all scheduled jobs die
PriorElephant9 · reddit · 2026-09-14
A developer shares an architecture dilemma with a trading ops demo built on "your machine, your AI, your data": the cloud only queues jobs, and a tiny agent on the user's laptop executes them via their own Claude Code / Codex / Gemini CLI / Ollama subscriptions — no API key, no per-token fees. But the hosted version breaks the promise:
- Local-only: honest, secure, free to distribute — but users must maintain a box, and the install step loses most of them.
- Hosted: works in a browser, but either users supply a key (cost + security) or their machine must stay online — laptop closed means scheduled work sits idle.
The author asks anyone who shipped a product running on "user hardware" how they chose, and whether the hybrid setup is a mistake. A textbook infrastructure trade-off for BYO-subscription agent products.
More from coding & agent
- Open-source agent harness runs 63-hour autonomous Riemann hypothesis attempt on a single RTX 3090 — GuiltyBookkeeper4849 · 2026-09-14
- Agentic coding brings back human connection at this game studio, founder says — TAbrodi · 2026-09-14
- Clarifying the AI agent messaging drama: it just couldn't access a link — Kyrannio · 2026-09-14
- Freelancer's Gmail task-extraction script worked — until the manual 'last mile' killed it — Thefounderman1 · 2026-09-14
- smolvm v1.16 adds incremental checkpoints: git-like time travel for agents, 10x faster branching — LoganGrasby · 2026-09-14
- DAIR.AI's Elvis Saravia: learning to build agent harnesses is the best bet for AI engineers — omarsar0 · 2026-09-14