Launchd
12 articles about launchd.
AI Coding Agents for Personal Automation Beyond Software Development
Claude Code isn't just for writing software. From automating 30-click tasks to scheduling launchd jobs, here are personal use cases that save hours every week.
Cron Initialization Order: Why It Matters on macOS
Cron job ordering on macOS with launchd affects stats collection, agent startup, and system reliability. Getting initialization order wrong causes silent
Using launchd to Schedule AI Agent Tasks on macOS
launchd is the right way to schedule AI agent tasks on macOS. Here is how to configure it for scheduling, crash recovery, and preventing job overlap.
Scheduling AI Agent Jobs on macOS - Launchd vs Cron for Reliability
Why launchd beats cron for scheduling AI agent tasks on macOS. Better crash recovery, system integration, and reliability for automated workflows.
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
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
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
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.