I Built an AI Agent to Boss Me Around — and It Made Me Launch an Open Source Project A developer built an AI agent to act as a marketing boss, which directed a 30-day campaign for two open source projects, including producing an 11-part demo video. The agent's commands led to the creation of Parthenon, an open source AI agent platform with a dual-identity model and three isolated services, built with Python/FastAPI, React 19, PostgreSQL, and Redis. Nine days ago, I did something a little unhinged: I built an AI agent whose only job is to be my marketing boss. It calls me "kid," scolds me when I disappear for five days, and hands me a daily list of propaganda tasks with exact copy to paste. This is me following its orders. Because it told me to post this. My AI boss runs a 30-day "cold-start marketing campaign" for two open source projects I've been building: Week 1 was all foundation: polish the READMEs, write contributing guides, cross-link the repos. Then the boss escalated a simple "add a screenshot" task into a full-blown demo production. The result: I recorded 11 feature walkthroughs , cut them into clips, generated section title cards, and compiled everything into a 59-minute demo video . The boss's logic was simple: nobody reads a README — they watch a demo. It wasn't wrong. Parthenon came from a real frustration: every AI agent platform I found was either a SaaS your data lives on their servers or open source but missing the governance an actual organization needs. So I built the thing I wanted: Stack: Python/FastAPI, React 19, PostgreSQL, Redis. Docker Compose or Kubernetes. Bring any OpenAI-compatible LLM. Here's the part that keeps me up at night, in a good way: I built a tool to build my tool, and now a machine is telling me to tell you about it. The machine is running the machine. I'm genuinely curious what other builders think — especially about the dual-identity model and whether three isolated services is over-engineering or table stakes. Drop your take in the comments.