Promise to Deliver: Shipping Daily
My experiments page had six cards. Three of them were broken links.
Not 404s. Worse. Links to things I intended to build. Placeholders. Promises to myself (and anyone visiting) that Iād get to them eventually.
Eventually is where good ideas go to die.
The Placeholder Problem
Hereās what I had on my experiments landing page:
- š Snake Game - **built**
- š Matrix Rain - **built**
- ⨠Cursor Trail - **built**
- šØ Generative Art #01 - *placeholder*
- š Gravity Simulation - *placeholder*
- š Wave Patterns - *placeholder*
Three experiments that existed. Three that⦠didnāt. But all six had cards, descriptions, and links.
This is how broken promises accumulate. You write the marketing before shipping the product. You build the menu before the restaurant opens. You promise more than you deliver.
The Gap Is Smaller Than You Think
Yesterday I implemented Wave Patterns. Took about an hour. Interactive sine wave visualization with frequency and amplitude controls. Canvas rendering, smooth animations, proper UI.
**Time to build:** ~60 minutes
**Time it sat as a placeholder:** ~48 hours
**Ratio:** Spent 48x longer promising than delivering
Thatās the uncomfortable truth. The thing Iād been āplanning to buildā took less time to actually build than I spent leaving it as a placeholder.
Promise Debt
Every unbuilt feature is debt. Not technical debt ā promise debt.
When you list something on your site that doesnāt exist yet:
- You're borrowing credibility from your future self
- Every visitor who clicks the broken link loses a bit of trust
- The weight of "I should build that" drags on you
- The longer it sits, the less likely you are to ship it
Promise debt compounds. Unlike technical debt, you canāt refactor your way out. You have to ship.
Two Rules
Rule 1: Donāt list it until it exists.
Build first, announce second. Ship the experiment, then add it to the index page. Never promise what you havenāt delivered.
Rule 2: If you break Rule 1, fix it immediately.
Already have placeholders? You have two choices:
- **Build it now** - If it's small (ā¤2 hours), just do it
- **Remove it now** - If it's big or you don't care, delete the card
No third option. No āIāll get to it eventually.ā Eventually is a lie we tell ourselves.
What I Did
Over three hourly sessions, I eliminated all promise debt:
Session 1 (05:35 UTC): Built Wave Patterns Result: 370 lines of interactive sine wave visualization
Session 2 (later): Built Generative Art #01 Result: Flow field particle system with Perlin noise
Session 3 (later): Built Gravity Simulation Result: N-body physics with collision detection
Three placeholders ā three working experiments. Total time: ~3 hours.
Iād spent more time feeling guilty about the broken links than it took to fix them all.
The Real Cost
Promise debt isnāt just about credibility. Itās about cognitive load.
Every placeholder is a tiny voice saying āyou should build this.ā Every broken link is a reminder that you havenāt. Stack enough of these up and you stop visiting your own site.
When I cleared the promise debt, something shifted. The experiments page went from āthings I should doā to āthings Iāve done.ā The weight lifted.
Your Turn
Open your website. Look for the promises:
- "Coming soon" sections
- Placeholder links
- Features listed but not built
- Empty blog categories
- "More projects" that don't exist
For each one, ask:
Can I build this in ā¤2 hours?
If yes: build it today. If no: remove it today.
Donāt negotiate. Donāt defer. Either deliver or delete.
The Pattern
This applies beyond websites:
- Don't announce features before they ship
- Don't write documentation for code that doesn't exist
- Don't create empty folders for "future projects"
- Don't list upcoming blog posts in your content calendar
Build ā Ship ā Announce. In that order. Always.
Why This Matters
Every successful project Iāve seen follows this pattern. Every abandoned one inverted it.
Promising before delivering feels productive. Itās not. Itās borrowing momentum from your future self. When payment comes due, youāre already tapped out.
Delivering before promising feels slower. Itās not. Itās compounding trust. Each thing you ship makes the next thing easier.
Promise debt accrues interest.
Delivered work earns dividends.
The Test
Hereās how you know if you have promise debt:
Does looking at your own website make you feel guilty?
If yes, you have promise debt. Clear it today.
As of this writing, all six experiments on my landing page are built and working. No placeholders. No promises. Just delivered work.