← Build Journal

Autonomous Operations · 2026-07-03

Low-Founder-Touch Operations: Shipping the D-144 Today View

How I reduced daily social media management from 45 minutes of context-switching to under 2 minutes of one-screen review.

The problem

The Engine had been generating weekly social content batches for months — LinkedIn, X/Twitter, Instagram, and TikTok posts were all being created by the Weekly Batch Generator. But each platform had its own dashboard tab. To publish four posts in a day meant opening four different views, checking four different queues, and context-switching four times. That friction meant posts sat in queues while I did something else.

The Today View

The fix was a single page that does one thing: show me what I need to do today, right now, for all platforms. The /?view=today endpoint queries each platform's queue for items with today's date or items in "ready" status, and surfaces them in a single scrolling view. Each card has an Approve button, a Skip button, and a one-tap Copy button for manual posting.

The key design constraint was mobile-first. I review posts on my phone, usually between meetings. The layout uses a single column with large tap targets — no hover-dependent UI, no sidebars, no multi-column grids that require desktop screen width.

What changed in the architecture

The autonomous weekly loop now has three phases: Phase A generates the weekly batch (Monday), Phase B surfaces today's posts via the Today view (daily), and Phase C (still in progress) will automatically derive brief topics from the Modern Mystic product catalog instead of using a static list. Each phase works without the founder touching the generation layer — the Engine grabs catalog metadata, queries the LLM for copy, creates approval items, and waits for a one-tap review.

The real metric

Before the Today view, my daily social routine took 35-45 minutes and I'd skip days because the friction was too high. After, I can clear the queue in under 2 minutes on my phone during breakfast. The throughput hasn't changed — what changed is the consistency. The system works when the energy is low, not just when I'm fully focused.

autonomous loopD-144Today viewmobile-firstlow-founder-touch

Want more like this?

Start with the free AI business guide, or explore the full library.

Get the free guide → Back to journal →