# LESSON: EPIC SMALL SHIT
# Source: Dan Sullivan, Onesday 031926, ~2:30pm
# Context: YomygdylO v2 (regex) proving the concept that v1 (Haiku AI) was built for
# BIG ASS BOARD candidate

"Thinking outside the box means knowing we have the most epic shit available
and instead we take the principles from the epic shit and abstract it down
to epic small shit."

Applied: We had access to Haiku (cloud AI, costs money, needs internet,
complex). We took the PRINCIPLE (pattern matching for 4F detection) and
abstracted it down to regex (free, offline, instant, runs on a Pi).
The dumb version caught 20 hits and correctly rated a session CRITICAL.
The smart version couldn't even run because the API account had no credits.

The principle: Don't reach for the most powerful tool. Reach for the
simplest tool that embodies the principle of the powerful one.

Related:
- HyperthalamUS doesn't use AI. It uses if/else. It's been running for 2 days.
- The grinder doesn't use AI. It uses regex. It processes 5000-line logs in seconds.
- GROUND_TRUTH doesn't use AI. It's a text file. It fixes boot amnesia.
- The brainstem runs the body for 80 years without a single creative thought.

Counter-lesson: ALSO don't be afraid of the API key line when it's needed.
Know the line. Approach it deliberately. Don't avoid it out of fear, don't
cross it out of excitement. The Half-Lift applies to tool selection too.

---

*Added to LESSONS. BIG ASS BOARD material for Stan.*
