All works
HAACC WORK / macOS app

Rockpile

A first AI-built personal app case: from idea to signed macOS artifact.

StatusLive
01 - Artifact
What it is

A first AI-built personal app case: from idea to signed macOS artifact.

Who it is for

Anyone who can think and prompt but does not hand-write code, and wants a real shipped artifact instead of a sandbox toy.

What it can do now

A non-coder wanted a small focus tool but had no way to ship a real, installable macOS app without writing production code by hand.

02 - Proof

Public repo + signed, shipped macOS app + published case study.

03 - Build log
Day 0

Picked one concrete problem worth shipping: a tiny focus app, not a platform.

Day 2

First runnable build in Xcode via AI-driven Swift, before any visual polish.

Day 5

Verification pass: real device run, code signing, and notarization unblocked.

Day 7

Shipped a signed artifact, opened the repo, and published the postmortem.

04 - Failure
Where it broke

Code signing and notarization stalled the first ship attempt.

Why

The non-coder had no mental model for Apple's signing chain, so AI output looked correct but would not distribute.

What changed

Treated signing as its own verification step with a checklist, instead of assuming a green build meant shippable.

05 - Next ask

UX review from real users, a cleaner distribution path, and a second pair of eyes on the Swift code.

Help needed
FeedbackDistributionCode review
06 - HAACC lens
HAACC lens

Proof that AI coding stops being a toy the moment a non-coder owns the verification loop end to end.