A few weeks back I sat through a corporate leadership training on “the four dimensions of digital leadership.” I went in expecting corporate fluff. I came out realizing something that has been nagging me ever since: the same moves the trainer taught for managing junior engineers are the same moves I keep needing to get an AI to actually understand me. Same pattern, same cost of getting it wrong, same fix.
I was thinking about it over my morning coffee this week: giving instructions to an AI feels exactly like onboarding a junior dev who joined yesterday. Sometimes one sentence lands. Sometimes I explain the same thing three times, slightly differently each time, and the output still comes back wrong. It’s not that the AI is stupid. It’s not that the junior dev is slow. It’s that I might not be a great communicator — and that gap is mine to close, not theirs.
The framework I learned is called Leadership 4.0. It has four dimensions: Freshmen Leader, Technology Leader, Social Leader, and Digital Leader. Used together, they help you diagnose whether the communication gap is on the sender’s side, the receiver’s side, or somewhere in the handoff. Here is how I now use them — at work with junior devs, and at home with my AI assistants.
1. Freshmen Leader: "Did You Get It, Not Did You Hear It"
The most basic awareness: the people (or models) you’re talking to almost certainly don’t share your context. You speak from inside your own head and assume the other person is in the same room. Usually, they aren’t.
- Open with STATE OF PLAY. Three sentences: situation, goal, constraint. Before the actual instruction.
- End with a CONFIRMATION LOOP. “Restate back what you understood, then start.” Junior devs find this annoying. AI treats it as wasted tokens. It is the single most important step for preventing miscommunication.
- Say “I don’t know how to explain this” out loud. If you’ve repeated yourself twice and they are still lost, the problem is probably your framing.
2. Technology Leader: "Use the Right Tool"
Leveraging the tools you already have. Most people leak hours doing things the slow, manual way (terminal + curl + manual HTML parsing) when they already own a much better tool that handles the same work in a single call.
I am guilty of this. This week I wrote four separate curl + Python HTMLParser scripts to fetch webpages, when I already had Crawl4AI 0.8.9 installed. The user finally called it out: “Why aren’t you using that?” Fair.
- Build reusable skills for patterns you use often. Wrap once, call forever.
- Audit your tools every month. “What do I have that I haven’t tried?” Spend 30 minutes experimenting.
- Match the tool to the scale. One URL, simple script is fine. 100 URLs in parallel, don’t crawl them one by one.
3. Social Leader: "Empathy Is a Multiplier"
The dimension most people skip because they assume “this is work, not feelings.” Wrong. Most communication breakdowns are 80% emotional — ego, expectation gaps, fear of looking dumb — and only 20% technical.
- Shift the tone from instruction to collaboration. “I need your help with X. If you see Y, stop and ask.” Reframes the dynamic from boss-bureaucrat to partner-in-work.
- Validate effort, not just output. “You’re 80% there, just polish the last bit” lands completely differently from “This is still wrong in section X.” Same truth, totally different effect.
- Have a ritual that is not only about deliverables. For an AI, the equivalent is an exploration session: “Let’s try tool X together and see what happens.”
4. Digital Leader: "Vision, Not Just Tasks"
The most advanced dimension: seeing the big picture, driving transformation, leveraging technology for impact beyond today’s output. Not “good job today” but “what are we building for the next three years?”
- Always give the WHY. “We need X because Y.” One sentence. Powerful beyond its length.
- Invite your team into exploration. Junior devs given room to think grow into mid-level faster. AI given goal context (not just task) usually returns more relevant output.
- Invest in learning, not just doing. 20% of team time on exploring new things. 80% on executing today. Compound interest for the organization.
The Five-Step Workflow
Here is a workflow I apply daily with junior devs and AI:
- RESTATE BACK (ask them to repeat what they understood in their own words).
- USE THE RIGHT TOOL (don’t force a complex workflow when something simpler exists).
- GIVE THE WHY (so they understand what this is for).
- VALIDATE EFFORT (not just the final output).
In 90% of cases, this sequence closes the gap that usually makes you want to pull your hair out.
The trainer at my leadership course said something at the end of the day that stuck. He said most of his alumni come back six months later realizing the framework had quietly rewired how they talk to everyone — their spouse, their kids, their contractor, their barista. Same gap, different receivers. Once you see it, you can’t unsee it.
Until the next post. For me, it’s back to the coffee.
— Eko
Discover more from Susiloharjo
Subscribe to get the latest posts sent to your email.