Technical
When the Skills Compound: Recognizing the Soup in Action
The skill soup is a theory until you feel it happen. Then it is a superpower. This year I had several moments where separate skills combined in real time and produced an outcome I could not have reached by practicing any single skill alone. Here is what compounding actually looks like.
Moment 1: The 45-Minute Platform
A friend asked for a simple content platform. In 45 minutes I had:
- FastAPI backend with three endpoints (Python)
- Deployed on AWS Lambda (serverless)
- Connected to DynamoDB (data modeling)
- Admin UI in Next.js (frontend)
- Deployed to Vercel (deployment)
- Using Claude Code to write most of the code (agent orchestration)
Six skills, one outcome, 45 minutes. Five years ago that would have been a two-week project. The skills did not get easier. The combination got better.
Moment 2: The Debugging Sprint
Client bug: emails were not sending for some subscribers. The skills that combined:
- Reading CloudWatch logs (observability)
- Querying DynamoDB directly (data access)
- Tracing SES bounces (email)
- Writing a repair script (Python)
- Running it via agent orchestration (AI supercharger)
Found the bug, fixed the data, wrote a defensive guard, deployed, verified. Three hours total. Each skill alone would have taken longer than the whole combination took.
Moment 3: The Writing-Unlocks-Building
I started writing an article about agent orchestration patterns. Halfway through, I realized my own code did not follow the pattern I was recommending. The act of writing surfaced the bug. Fixed the code before finishing the article. Writing skill plus building skill produced a quality improvement neither alone would have produced.
The Shape of a Compounding Moment
Task arrives
-> pick skills from the soup
-> apply them in sequence
-> notice which combinations feel light
-> note those for future useThe noting is the part most people skip. Compounding only happens if you remember what worked.
How to Feel the Compounding
Compare your time on a current task to the time you would have needed a year ago. If the current time is dramatically less, something compounded. Name the skills involved. Keep using them together. That is how you build the soup into a reliable instrument.
The Warning
Compounding only happens with adjacent skills. Random skill collection does not compound. The skills need a common center. Mine is building production systems. Yours might be different. Either way, adjacency matters more than breadth.
For the mental model roots, see writing on deliberate practice as a starting framework.
RELATED READING
The Consulting Shift I Am Making In Year Two
After a year of writing and building, my consulting practice is changing shape. Shorter engagements. Sharper outcomes.
ReadThe Frontend Shift: Shipping Less JavaScript In Year Two
A year ago I reached for Next.js for everything. This year I often reach for nothing.
ReadThe Serverless Lesson I Would Write On A Sticky Note
After a year of shipping serverless projects, one rule explains most of the wins and all of the losses.
Read