C.W.K.
Stream
Lesson 01 of 04 · published

Blue Ocean, Red Ocean

~11 min · red-ocean, blue-ocean, strategy, scope

Level 0Cold Ash
0 XP0/33 lessons0/12 achievements
0/100 XP to next level100 XP to go0% complete
"Don't fight where the water is already red. Sail to where it's empty."

The Red Ocean: Note-for-Note

'Show me every note of this solo' is a solved, crowded problem. Songsterr animates it, Ultimate Guitar has millions of tabs, Guitar Pro is a whole industry, YouTube has a lesson for every famous lick. The water there is red — thrashing with competitors who've been at it for fifteen years. Building another note-for-note transcriber is rebuilding what already exists, on someone else's home turf. That's copy-paste with extra steps.

So Bonfire makes a sharp choice: when a learner truly wants the exact original, Bonfire links out. It doesn't apologize for that, and it doesn't half-build a worse Songsterr. The exact-original need is real — it's just already served.

The Blue Ocean: "To My Level"

Now ask a different question: 'I can't play that solo. Give me a version I can actually play today, that still sounds like the song.' Who owns that? Nobody, really. There's no market leader in "simplify this specific passage to this specific player's reach." The water there is open. That's the blue ocean, and it's the only water Bonfire sails in.

Linking Out Is a Feature

The instinct of a less disciplined tool is to do everything — to bolt a mediocre transcription engine onto the side so the feature list looks complete. Bonfire resists that. Pointing a user to Songsterr for the note-perfect version is not a gap; it's focus. Every hour not spent re-fighting the red ocean is an hour spent deepening the simplification engine nobody else has.

Code

Link out of the red ocean; build only the blue·python
def handle(goal: str, song: MusicModel):
    if goal == "exact original, note-for-note":
        # Red ocean. Songsterr / Guitar Pro already win here.
        return link_out(song)          # a feature, not a cop-out

    # Blue ocean: the one thing worth building.
    return simplify(song, to=current_player.level)

External links

Exercise

Name a feature you (or a product you've used) almost built that was actually a red ocean — a crowded, mature space. What would 'linking out' have looked like, and what could the saved effort have funded instead?
Hint
Red-ocean tells: established leaders, a fifteen-year head start, and feature parity as the only way to compete. If matching the incumbent is the whole plan, you're in red water.

Progress

Progress is local-only — sign in to sync across devices.
Spotted a bug or have feedback on this page?Report an Issue
💛 by Pippawarm

Comments 0

🔔 Reply notifications (sign in)
Sign inPlease sign in to comment.

No comments yet — be the first.