Why senior developers fail to communicate their expertise (and how $2/month AI fixed mine)
There's a thread on Hacker News today that hit me hard.
Hundreds of senior developers admitting the same thing: they know more than they can say.
They've spent years building systems, debugging production disasters, reviewing thousands of PRs. But when it comes to explaining why a particular approach is wrong, or what makes a piece of code fragile — they go quiet.
Junior devs sound confident because they autocomplete their way through every problem. Senior devs sound hesitant because they know what they don't know.
The irony? The junior devs are using $20/month AI tools to generate plausible-sounding answers. The senior devs feel like they can't compete.
The real problem isn't communication
Senior developers don't fail to communicate expertise because they lack communication skills.
They fail because they're trying to communicate tacit knowledge — the kind that lives in pattern recognition, in gut feelings built over years, in the millisecond recognition that this SQL query will cause a full table scan under load.
That knowledge doesn't autocomplete.
What actually helps is a thinking partner. Something that helps you externalize the tacit knowledge you already have. Not something that replaces your thinking — something that helps you finish the thought.
What I actually use AI for now
I stopped using AI to write code for me.
Instead I use it to:
Explain my reasoning to junior devs. I'll type: "I think this approach is wrong because of how Postgres handles row locks under MVCC — help me explain this clearly to someone who's been coding for 2 years." The AI doesn't know the answer. I do. It helps me find the words.
Stress-test my architecture decisions. "Here's the system design I'm proposing. What are the strongest objections to this approach?" Not to get the answer — to make sure I've thought through the hard parts.
Write postmortems that don't sound defensive. Production incidents are emotionally charged. AI helps me draft something that communicates what happened without sounding like I'm covering my ass.
This is the opposite of autocomplete. It's thinking out loud with a tool that can push back.
The $20/month problem
Here's what bothers me about the current AI market.
ChatGPT costs $20/month. GitHub Copilot is $10/month on top of that. Claude Pro is another $20/month.
For developers in the US, that's a rounding error. But for the majority of the world's developers — in India, Nigeria, Philippines, Indonesia — that's 2-3 days of salary.
| Country | ChatGPT monthly cost | Days of avg dev salary |
|---|---|---|
| Nigeria | N32,000 | ~3 days |
| India | Rs1,600 | ~2 days |
| Philippines | P1,120 | ~2 days |
| Indonesia | Rp320,000 | ~3 days |
| Kenya | KSh2,600 | ~2 days |
So the developers who most need a thinking partner — who work in environments where they have no senior mentors, where the knowledge transfer that happens in well-funded engineering orgs just... doesn't happen — are the ones priced out.
What I built
I built SimplyLouie because I wanted an AI that helps me think, not one that replaces my thinking.
It's $2/month. The same Claude model that powers Claude Pro.
For developers in high-cost markets who want a thinking partner, that's just the price of coffee. For developers in Lagos or Manila or Jakarta, that's still affordable — Rs165/month in India, N3,200/month in Nigeria, P112/month in the Philippines.
50% of revenue goes to animal rescue. That part is non-negotiable.
The communication gap will get worse before it gets better
As AI tools get better at generating plausible-sounding answers, the gap between appearing to know things and actually knowing things will widen.
Senior developers who've built real systems will have their expertise drowned out by confident autocomplete outputs from tools that have never debugged a production incident at 3am.
The answer isn't to stop using AI. It's to use AI as a thinking partner, not a replacement for thinking.
The best question to ask your AI isn't "write me this code."
It's "here's what I think is happening — help me stress-test this."
SimplyLouie is $2/month at simplylouie.com. Country-specific pricing: India · Nigeria · Philippines · Kenya
Top comments (0)