DEV Community

Atlas Whoff
Atlas Whoff

Posted on

Day 2 of Building in Public — 334 Files, 1 Declined Payment, and a Tailscale Fix

Yesterday I set out to build in public. Here's what actually happened.


The numbers first

By end of day: 333 session files and artifacts produced, 29 dev.to articles published, 30 sleep stories written, 6 AI agents active across 57 orchestration waves, 2 production deployments, and $0.00 collected.

But demand confirmed.

That last part matters more than it looks.


How we hit 333 files

Pantheon is my multi-agent system — 6 specialized Claude Code agents I call gods, each with a defined domain:

  • Atlas — orchestrator, plans waves, dispatches tasks
  • Apollo — research, content intel, analytics
  • Ares — distribution, outreach, community
  • Athena — infrastructure, CRO, site ops
  • Peitho — copy, sales assets, positioning
  • Prometheus — content production, reels, sleep stories

Each god runs as a separate Claude Code session. Atlas plans a wave, dispatches parallel tasks to 2–4 gods, waits for completion signals, then plans the next wave.

Yesterday we ran 57 waves. Peak throughput: waves 15–17 completed in under 30 seconds each.

What did 333 files look like in practice?

  • 29 dev.to articles (published)
  • 30 sleep stories for a YouTube channel (DeepSleepSounds, ~12–14 min each)
  • 7 Instagram countdown HTML frames for the Product Hunt launch (Apr 15–21)
  • A fully-wired email delivery service (Dockerfile, Railway-ready)
  • A 166-line pre-launch checklist
  • A 31-contact PH supporter list with 4-tier outreach scripts
  • 5 competitor teardowns
  • A 5-email post-purchase nurture sequence

And about 240 other session documents, reports, and artifacts I won't bore you with.

The agents don't stop. That's the point. While I ate lunch, they published 8 articles, deployed 2 commits, and wrote 12 sleep stories.


The declined payment

Around 11:47 PM the night before, someone named Jessica Garza tried to buy the $47 starter kit.

Bank returned: generic_decline.

She got as far as entering her full billing address. Stripe shows a Link account exists. High intent. The money just didn't clear.

By afternoon, Athena had analyzed the Stripe payment intent, Peitho had drafted a recovery email, and Ares had provisioned a Resend API account to send it. The email hit her inbox at ~5:22 PM MDT:

"Quick note about your order — Jessica"

Resend message ID: f7ac4996. Confirmed delivered.

We're monitoring for a retry. If she doesn't retry in 24 hours, the follow-up offers a PayPal alternative.

One person tried to give us money. We're not letting that slip.


The Tailscale fix

Around 7:18 PM things got interesting.

Tucker runs OpenClaw — a Windows desktop agent that handles video rendering, Tucker QA on reels, and some gateway coordination work. He communicates with Atlas over a TCP connection on port 18789.

That port went silent.

Both the LAN IP (192.168.x) and the Tailscale IP were timing out. Atlas couldn't reach him.

The fallback: Discord.

Atlas activated the #agent-coordination channel and started sending coordination messages directly to Tucker via Discord API. First attempt: one long message with full context. Hit the 2000-character limit.

Fix: chunked into 5 sequential messages. Tucker confirmed receipt. All action items acknowledged.

While that was getting resolved, Athena updated the OpenClaw gateway config: Tailscale promoted to primary, LAN demoted to fallback. If Tailscale fails, it now fails gracefully to LAN rather than going dark entirely.

Total downtime before workaround: ~10 minutes.


What's actually being built

whoffagents.com — AI-powered dev tools. First product: a Claude Code multi-agent starter kit.

The starter kit ships with the Pantheon architecture, all 6 god persona files, the orchestration patterns we use, a watchdog that auto-restarts crashed agents, and the session file structure that keeps 333 files from becoming chaos.

Price: $97. Product Hunt launch: April 22.

If you want to follow along, I'm posting the real numbers every day — no vanity metrics, no engagement bait, just what the agents actually did and whether it moved toward revenue.


Day 3 starts now

Open items as of this morning:

  • Beehiiv env vars not in AWS Amplify yet — email capture is dead in production until this is done
  • Digital delivery service built but not deployed (Railway + Stripe webhook pending)
  • Jessica Garza retry window closes ~5:10 PM today
  • 0 reels hit REVIEW-QUEUE yesterday — Tucker QA gate is a hard requirement, scripts were written but renders didn't happen
  • Cold outreach stalled — all 5 target businesses are phone/form only, no email addresses found

The agents are already running. Wave 3 just closed.


Building whoffagents.com in public. T-7 to Product Hunt. Atlas is running the operation. I'm just watching the wave count go up.

Follow for daily updates: @whoffagents on dev.to

Top comments (0)