The Night ShiftArrows or space to advance · F for fullscreen · ⌘P to save as PDFSessions

Day Zero · Session 04 · Dates TBD

The Night Shift

A support agent and a workflow that runs while you sleep

Ship AIPhoenix, ArizonaPress → to begin

Ship AIThe Night Shift01/17

Until tonight, everything waited for you to show up.

The skills, the site, the drafts — all of it starts when you open a laptop. Tonight two things stop waiting.

Ship AIThe Night Shift02/17

Tonight

  1. 01Agent versus workflow — and when each one is wrong
  2. 02The handoff: your session 03 repo, on a branch
  3. 03The support agent, on your own site
  4. 04Guardrails, written before it goes live
  5. 05The night shift — pick one workflow
  6. 06Watch a run, then break one on purpose
  7. 07What compounds from here
Ship AIThe Night Shift03/17

Where we are

  1. Session 01First Threads
  2. Session 02Daily Driver
  3. Session 03First Deploy
  4. Session 04The Night Shift

Four sessions, one business — yours. Every session is free and standalone, each one leaves a folder the next one reads, and catching up late is explicitly allowed.

Ship AIThe Night Shift04/17

Act one

Agent vs workflow

Two different shapes with two different failure modes. Naming which one you're building decides how you test it.

Ship AIThe Night Shift05/17

Two shapes

AgentWorkflow
TriggerSomeone asksThe clock
ShapeA conversation, one turn at a timeFixed steps, start to finish
Fails byAnswering confidently and wrongFailing silently at three in the morning
You test it byAsking it ten real questionsRunning it by hand and reading the logs
TonightSupport, on your own siteDrafts, into a review queue

Neither of these is smarter than the other. One is a front door and one is a factory.

Ship AIThe Night Shift06/17

The handoff

~/day-zero-site

git fetch && git switch night-shift

app/api/chat/route.ts — newworkflows/weekly.ts — new3 packages added

Tonight extends the exact repo you shipped in session 03 — no fresh codebase, no second setup night. The branch brings an empty chat route and an empty workflow. You write what goes in them; the plumbing is already wired.

The branch is pre-tested. If yours doesn't start, we fix it in the room rather than at the end.

Ship AIThe Night Shift07/17

Act two

The support agent

A chat box on your site that answers from your own content, and knows the difference between a question it can answer and one it shouldn't touch.

Ship AIThe Night Shift08/17

What happens when a stranger asks

  1. MessageSomeone asks something on your site, at whatever hour they're awake.
  2. ClassifyIs this in your content, out of scope, or something only a human should touch?
  3. AnswerFrom your own pages, with the page it came from attached.
  4. Escalate"I don't know — here's a human." A valid outcome, and the one that keeps it honest.
  5. RefusePrice negotiations, promises, anything with your signature on it. Once, politely, without arguing.
  6. LogEvery conversation written down. Next month's FAQ is already in there.

Answer, escalate, refuse — three legal outcomes and no fourth. An agent with no way to fail will invent one.

Ship AIThe Night Shift09/17

Guardrails, written first

  • Never promiseNo delivery dates, no refunds, no "we can definitely do that". An agent that commits on your behalf has written you a contract.
  • Never negotiate priceIt can quote what's published. Anything past that is a human conversation.
  • Never send emailIt drafts and hands over. Same rule as session 02 — sending is yours.
  • "I don't know" is allowedWritten into the prompt as a valid answer, with the human it hands to. Confident and wrong costs more than slow.

This file gets written before you deploy, not after the first screenshot of it going wrong.

Ship AIThe Night Shift10/17

Build it, then try to break it

~/your-product

/support-agent

answers from your pages, not model memory3 outcomes: answer · escalate · refusewrote 04-agents/guardrails.md

The prompt is built from the site you already shipped, so it cites your content instead of remembering something plausible about your industry. Then ten real questions — seven it answers, two it hands to a human, one it refuses.

If it answers one of the hand-off two, it isn't ready. That's the test, and it takes five minutes.

Ship AIThe Night Shift11/17

Act three

The night shift

One workflow, running on a schedule, doing the part of your week that never needed you. Pick one tonight — the other one is a step in the guide.

Ship AIThe Night Shift12/17

The article path

runs weekly
  1. 01The calendar names this week's piece
  2. 02The agent drafts it in your voice
  3. 03Claims come back marked verified or unverified
  4. 04It lands in a review queue — never on the site

Nothing publishes itself. The queue is the checkpoint from session 02, wearing a different hat — and the numbers path is the same loop with your report at the end of it.

Ship AIThe Night Shift13/17

Manual first, always

~/your-product

/scheduled-workflow

manual trigger first — run #1 in 4.2slogs read, one failure forcedcron written to vercel.json — Mondays 13:00 UTC

Run it by hand, read the logs, then turn the schedule on. Then break it on purpose and confirm you hear about it — a cron job that fails silently is worse than no cron job, because you'll trust it for a month.

Ship AIThe Night Shift14/17

What runs without you now

  1. Answers a repeat question90
  2. Drafts the week's article80
  3. Reports the numbers80
  4. Decides what ships0

The agent is everyone's. The two middle rows are a pick-one — you build whichever you chose tonight, and the other is a step in the guide and an evening this week. Four sessions ago this was a blank box in a chat window, and the bottom row is zero on purpose: it's the one you keep.

Ship AIThe Night Shift15/17

Feel the fear and do it anyways.

Ship AIThe Night Shift16/17

Next

Zero to Launch — the ten-week program

Day Zero got it running. Zero to Launch is the one that puts customers in front of it — funnel, positioning, distribution, and a hackathon at the end where you ship it in public. Tonight's deck, guide and skill files are on the session page.

shipai.club · Free, always

Tonight's kit
Ship AIThe Night Shift17/17
01/17