Delve's Epic Fail: Open Source License Drama πŸ’€

Yo, fam, this TechCrunch piece is straight fire (in a bad way) on Delve, a YC-backed AI compliance startup. They're catching heat for allegedly forking a customer's open source tool, slapping their name on it, and selling it without credit or cash. Sim.ai (also YC) built SimStudio, Delve turned it into "Pathways," lied about building it from scratch, and boomβ€”license violation city. Let's break down the key concepts so you see why this blows up. πŸš€

1️⃣ Open Source Software (OSS) – WHY It Exists

The pain before OSS: Back in the day, software was locked in proprietary black boxes. Want to tweak Microsoft Word? Tough luckβ€”pay up or get hacked trying. Devs wasted years reinventing wheels, companies hoarded code like dragons, innovation stalled. 😩

Big picture: OSS is code anyone can see, use, modify, shareβ€”for free. It's the internet's gift economy powering 90% of the web (Linux, Android, etc.). Exists to collab, speed innovation, cut costs.

How it works:

  1. Dev publishes code on GitHub.
  2. Anyone grabs it (git clone).
  3. Fork, tweak, build on top.
  4. BUT licenses enforce rulesβ€”no free-for-all chaos.
PROBLEM (CLOSED SOURCE) ❌     SOLUTION (OSS) βœ…
══════════════════════════     ════════════════
  Hoard & reinvent             Share & collab
     β”‚                               β”‚
     β–Ό                               β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”         β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ Slow, expensive β”‚ ─────► β”‚ Fast, free base β”‚
β”‚ No community    β”‚         β”‚ + attribution   β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜         β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Edge cases: Not all OSS is "do whatever." Licenses matterβ€”skip 'em, get sued (e.g., busybox lawsuits).

LOCK IT IN: OSS = free code with rules. Solves solo-dev hell.

2️⃣ Open Source Licenses – Focus on Apache 2.0

WHY licenses? Without 'em, your code gets stolen, rebranded, no credit. Pain: Build killer tool, competitor copies verbatim, you get zilch. Licenses fix trust in sharing.

Big picture: OSS licenses are contracts. Permissive (Apache, MIT) = use freely, just credit. Copyleft (GPL) = derivatives must stay open. Delve allegedly violated Apache (permissive but attribution required).

| License Type | Rules | Example Pain Solved | |--------------|--------|---------------------| | Permissive (Apache/MIT) βœ… | Use, modify, sellβ€”even proprietary. Must credit original. | Lets corps build on OSS without forcing openness. | | Copyleft (GPL) πŸ”’ | Derivatives must be OSS too. | Prevents "open core" theft. |

Mechanics (Apache 2.0):

  1. Grab code.
  2. Modify (fork).
  3. Include NOTICE file + copyright.
  4. Distribute changes.
  5. Patent grant + no warranty.
CORRECT USE ──► Fork ──► Credit Apache/Sim.ai ──► Sell βœ…
                           β”‚
                           β–Ό
NO CREDIT? ──► VIOLATION ❌ ── Legal drama + rep nuke πŸ’€

Edge cases: "Forked just enough" doesn't dodge rules. Selling as "ours" without notice? Classic violation. Sim.ai confirmed: No license deal, despite Delve being their customer. 🀯

TL;DR: Licenses = "Use my stuff, but shout me out." Delve skipped the shoutout.

3️⃣ Forking Code

WHY forks? One repo can't evolve every way. Pain: Love a project but need tweaks? Can't without messing original. Forks let parallel evolution.

Big picture: Fork = copy repo to your GitHub. Modify freely, merge back if wanted. Powers Linux distros, Android variants.

How it works:

  1. See repo (SimStudio).
  2. GitHub "Fork" button β†’ your copy.
  3. Edit (Delve allegedly did: Pathways).
  4. License requires: Keep original license, add yours, credit.
ORIGINAL ─────────┐
(SimStudio)       β”‚ FORK (legal)
                  β–Ό
β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”   β”‚
β”‚ Credit +        β”‚β—„β”€β”€β”˜ Attribution βœ…
β”‚ License kept    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
         β”‚
         β–Ό No credit ❌
    REBRAND & SELL πŸ’€

Edge cases: "Built ourselves" lie + no attribution = IP theft vibes. YC network irony: Alums should collab, not "borrow" from customers.

Delve Context – YC Startup Scandal

Quick vibe: Delve sells AI compliance (ironic πŸ’€). Raised $32M from Insight pre-drama. Whistleblower "DeepDelver" dropping receipts. Pages scrubbed, no comment. Trending on X.

BURN THIS IN: In startups, OSS is rocket fuelβ€”abuse it, your rep craters. Always check LICENSE file. πŸ‘†

You tracking, bro? This why ethics > hacks in tech. πŸ˜‚


Original article

← All notes