Launchd
8 articles about launchd.
Building an AI Agent That Posts to Social Media on Your Behalf
A social autoposter pipeline that runs every hour via launchd. Your AI agent writes and posts content without you knowing what it says.
Building Autonomous Agent Loops That Run Overnight on macOS
How to set up cron-scheduled AI desktop agents that run unattended - using launchd, macOS MCP servers for native apps, and Playwright for web automation.
Cron Jobs and Unsupervised Root Access - The Security Risk of Scheduled AI Agents
Why scheduled autonomous AI agent tasks need audit trails, rate limits, and human review. The security implications of launchd agents running unsupervised with system access.
Building a Gateway Daemon for Claude Code Multi-Agent Scheduling
Using tmux sessions with individual agents plus launchd for scheduling. The hardest part of multi-agent orchestration is knowing when to intervene.
Invisible Agents on Launchd Crons - No Chat Interface Needed
The best AI agents do not have a chat interface. They run silently on launchd crons - posting, scraping, tracking - firing every few hours without human interaction.
Schedule Claude Code Sessions With launchd to Use Your Token Quota Automatically
Set up launchd jobs that kick off Claude Code sessions on a schedule for automated PR reviews, stats updates, and maintenance tasks. Put your token quota to work while you sleep.
Ship While You Sleep - Nightly Build Agents on macOS
How AI agents can ship code, run tests, and deploy while you sleep - turning overnight hours into your most productive time with nightly build automation.
Running an AI Desktop Agent 24/7 on a Mac Mini
How to run an AI automation agent around the clock on a Mac Mini M4. launchd vs cron, context management, and overnight batch processing.