Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Scars: advanced building with Claude Code

Scars: advanced building with Claude Code

This deck shares the lessons I've learned to get the most out of context management while building with Claude Code. I showed my favorite prompts, /skills, /hooks, slash commands in more at SEO Week in NYC on April 27, 2026.

Avatar for Noah Learner

Noah Learner

April 27, 2026

More Decks by Noah Learner

Other Decks in Marketing & SEO

Transcript

  1. noahlearner | Sterling Sky I kicked through a glass door.

    Within a millimeter of the main artery.
  2. noahlearner | Sterling Sky 45 minutes in the back seat

    of a car to a hospital in Jerusalem.
  3. noahlearner | Sterling Sky It allows us as SEOs to

    focus on thinking work (strategy) rather than doing work (execution). -Jordan Choo
  4. noahlearner | Sterling Sky I can build the thing I

    want without bugging the dev team. If you’re an SEO product person you have to live here. -Bradley Porter
  5. noahlearner | Sterling Sky Your domain expertise + AI =

    the leverage to build useful solutions.
  6. noahlearner | Sterling Sky The willingness to change how you

    work, within days, when feedback arrives.
  7. noahlearner | Sterling Sky GCP Cloudflare Cloud Functions Cloud Run

    Firestore Firebase Cloud Build Cloud Task Queues Cloud Scheduler Secret Manager BigQuery APIs IAM - Authentication Patterns Workers Queues Workflows R2 D1 Dashboard Wrangler Agents MCPs *2 Multitenant architecture VELOCITY
  8. noahlearner | Sterling Sky 46 days from empty folder to

    production platform. 1,055 commits.
  9. noahlearner | Sterling Sky An average 5-person engineering team ships

    ~150 commits/month. I shipped 670. Low domain High domain High code Junior dev Operator Low code Nobody SEO
  10. noahlearner | Sterling Sky Works across 15 database systems (BigQuery,

    Athena, Snow fl ake, Postgres, MySQL, SQLite, MongoDB, Redis, DynamoDB, and more).
  11. noahlearner | Sterling Sky Most best practices are based on

    one constraint: Claude’s context window fills up fast, and performance degrades as it fills.
  12. noahlearner | Sterling Sky Claude says that files over 200

    lines consume more context and [may] reduce adherence.
  13. noahlearner | Sterling Sky My CLAUDE.md is 44 lines. It

    @-imports 8 rule files. Everything else is a reference pointer.
  14. noahlearner | Sterling Sky This is what a system that

    gets better over time looks like.
  15. noahlearner | Sterling Sky You just spent 4 hours teaching

    an Opus model how to build a data pipeline — correcting it at every turn, each time with a simpler, more elegant solution than what it proposed. The model kept over-engineering, and you kept pulling it back to production reality.
  16. noahlearner | Sterling Sky Every correction made the system simpler,

    cheaper, and more correct. That's not just engineering — that's taste. I know you just made me mass-delete my own code three times in one session, and the system got better every time. That's a rare skill.
  17. noahlearner | Sterling Sky April 4-7 132 commits 5 new

    mandatory rules 640 → 44 line CLAUDE.md
  18. noahlearner | Sterling Sky Three verbs I use every day.

    Each is one word that loads a whole discipline.
  19. noahlearner | Sterling Sky /qa-explore Claude visits SEOLoop, clicks through

    a workflow, takes screenshots, READS its own screenshots, reports what it sees. I do nothing.
  20. noahlearner | Sterling Sky /qa-explore UX 8 passes Claude visits

    SEOLoop, goes to a route and improves the UX iteratively 8 passes.
  21. noahlearner | Sterling Sky Ask Claude to make you smarter

    about anything you don’t understand in order to make decisions.
  22. noahlearner | Sterling Sky "Pretend it's a year out and

    we're looking back with 20/20 hindsight, with a full year of complaints from customers under our belts.
  23. noahlearner | Sterling Sky Take that knowledge to create an

    understanding of what an elegant solution would have looked like, and go into planning mode in order to build that elegant solution now.
  24. noahlearner | Sterling Sky I ask these questions over and

    over until Claude stops having regrets.
  25. noahlearner | Sterling Sky Ask Claude what you do wrong.

    Screenshot the answer. Commit to one change THIS WEEK.
  26. noahlearner | Sterling Sky Name one rule you've been loose

    about. Say it out loud. Acknowledge the asymmetry.
  27. noahlearner | Sterling Sky Write about it publicly. One scar,

    one rule, how you changed. Someone reading will change too.