T-Shaped Learning

T‑shaped learning is the intentional development of a deep, specialized expertise (the vertical stroke of the “T”) combined with a broad, interdisciplinary understanding of related fields (the horizontal stroke), enabling individuals to excel in their domain while effectively collaborating across diverse teams and contexts

Published: 12:55 pm · 11 Aug 2026

T
T-Shaped
learning
Assessment
Metric
self-growth

Introduction

Diagram
  • The Vertical Bar (Depth): This is your superpower. It’s that one specific area where you are the undeniable expert. Maybe it’s the billing system, the intricacies of the rendering pipeline or infrastructure. When the team is stuck on this, they look at you.
  • The Horizontal Bar (Breadth): This is your context. You don’t need to be an expert in everything, but you have working knowledge across the stack. You understand how the database, design system, and CI/CD pipeline connect to your work.

So the point is not to be like:

“Jack of all trades, Master of none”

How to measure T-shaped learning?

The most effective approach is to measure its three observable components separately: depth, breadth, and the ability to integrate knowledge across domains. The T-shaped model traditionally represents depth in one field and breadth across related fields.

Suggested formula

T=100×DαBβIγT=100{\times}D^{\alpha}B^{\beta}I^{\gamma}

where:

  • DD = depth of expertise in the primary discipline.
  • BB = breadth of useful knowledge across related disciplines.
  • II = integration or transfer of knowledge across disciplines.
  • α,β,γα,β,γ = weights, with
α+β+γ=1\alpha+\beta+\gamma=1

A practical default is:

T=100×D0.5B0.3I0.2T=100{\times}D^{0.5}B^{0.3}I^{0.2}

The geometric form is preferable to a simple weighted sum because a very high depth score cannot completely hide extremely poor breadth or integration.

Component formulas

First choose a scoring scale

Use this rubric for each skill or assessment item:

╭───────┬──────────────────────────────────────────────────────────────────╮
│ Score │ Interpretation                                                   │
├───────┼──────────────────────────────────────────────────────────────────┤
│ 0     │ No knowledge or experience                                       │
│ 1     │ Understands basic terms; needs complete guidance                 │
│ 2     │ Can perform simple tasks with supervision                        │
│ 3     │ Can work independently on normal tasks                           │
│ 4     │ Handles complex work and helps others                            │
│ 5     │ Sets standards, mentors others, or is recognized as an authority │
╰───────┴──────────────────────────────────────────────────────────────────╯

This type of anchored scale is more reliable than asking someone to assign a vague percentage to their own ability. Technical tests and work samples are especially useful for depth, while scenario-based and cross-functional assessments are useful for breadth.

Let:

Smax=5S_{\max}=5

1. Depth score

Depth measures mastery in one chosen core discipline. For example, a software engineer might choose Python and backend engineering as the primary discipline.

Depth is evaluated using several indicators like:

  • conceptual understanding,
  • independent execution,
  • quality of practical work,
  • problem-solving ability,
  • teaching or mentoring,
  • peer or expert validation.

Then:

D=j=1m wd,jdjSmaxD = \frac{\sum_{j=1}^{m}{\space}w_{d,j}d_j} {S_{\max}}

Where:

  • djd_{j} is the normalized score for depth indicator jj,
  • wd,jw_{d,j} is its importance weight,
  • 0  dj  10{\space}\leq{\space}d_{j}{\space}\leq{\space}1.
  • wd,j=1\sum_{w_{d,j}}=1

2. Breath score

Breadth measures useful working knowledge in adjacent disciplines. It does not mean collecting a long list of technologies; it means being able to understand and contribute across related areas.

For nn adjacent disciplines:

B=i=1n wb,ibiSmaxB = \frac{\sum_{i=1}^{n}{\space}w_{b,i}b_i} {S_{\max}}

Where bib_{i} measures useful competence in discipline ii, not merely exposure to it.

A useful proficiency scale is:

╭───────┬────────────────────────────────────────────╮
│ Score │ Meaning                                    │
├───────┼────────────────────────────────────────────┤
│ 0     │ No meaningful knowledge                    │
│ 0.25  │ Awareness of basic terms                   │
│ 0.50  │ Can understand and discuss the domain      │
│ 0.75  │ Can apply it in collaboration              │
│ 1.00  │ Can independently use it for relevant work │
╰───────┴────────────────────────────────────────────╯

This prevents breadth from being inflated by listing many topics that have only been encountered superficially.

3. Integration score

To measure whether the learner can combine knowledge from multiple areas:

I=k=1r wi,kikSmaxI = \frac{\sum_{k=1}^{r}{\space}w_{i,k}i_k} {S_{\max}}

Integration is important because a person may have both broad and deep knowledge but still be unable to connect them in practice.

Do not calculate the score only from study hours or self-reported confidence. Assess depth and breadth separately using evidence such as technical tests, work samples, portfolios, structured interviews, cross-functional case studies, and peer review.

For a software engineer, an example profile could be:

  • Depth: Python, distributed systems, or reliability engineering.
  • Breadth: databases, networking, security, UX, product thinking, and technical writing.
  • Integration: designing and operating a production system that combines software architecture, observability, security, cost, and user requirements.

For periodic tracking, calculate the score every three or six months:

ΔT=TnewTold{\Delta}T=T_{\text{new}}-T_{\text{old}}

Sample assessment by example

A practical way to calculate T-shaped learning is to score depth, breadth, and integration separately on a common (05)( 0 – 5 ) scale, normalize them to (01)( 0 – 1 ) and then combine them. The three dimensions should remain separate because deep expertise, broad knowledge, and cross-disciplinary application are different abilities.

1. Let scoring scale be

Smax=5S_{\max}=5

2. Calculate the depth score

Depth measures mastery in one chosen core discipline. For example, a software engineer might choose Python and backend engineering as the primary discipline.

Assess depth using several indicators:

╭──────────────────────────────────┬────────┬───────╮
│ Depth indicator                  │ Weight │ Score │
├──────────────────────────────────┼────────┼───────┤
│ Fundamental concepts             │ 0.25   │ 4     │
│ Practical implementation         │ 0.30   │ 5     │
│ Complex problem solving          │ 0.25   │ 4     │
│ Quality, testing, and reliability│ 0.20   │ 3     │
╰──────────────────────────────────┴────────┴───────╯

The weights must add up to 11:

0.25+0.30+0.25+0.20=10.25+0.30+0.25+0.20=1

Calculate the weighted raw depth score:

Draw=(0.25×4)+(0.30×5)+(0.25×4)+(0.20×3){D_{\text{raw}}=(0.25×4)+(0.30×5)+(0.25×4)+(0.20×3)} Draw=1+1.5+1+0.6=4.1{D_{\text{raw}}=1+1.5+1+0.6=4.1}

Normalize it:

D=DrawSmax=4.15=0.82D = \frac{D_{\text{raw}}} {S_{\text{max}}} = \frac{\text{4.1}} {\text{5}}=0.82

Therefore:

D=0.82 or (82/100)\boxed{D=0.82{\space}or{\space}(82/100)}

3. Calculate the breadth score

Breadth measures useful working knowledge in adjacent disciplines. It does not mean collecting a long list of technologies; it means being able to understand and contribute across related areas.

For the same software engineer, select four adjacent domains:

╭─────────────────────────┬──────────┬───────╮
│ Adjacent domain         │ Weight   │ Score │
├─────────────────────────┼──────────┼───────┤
│ Databases               │ 0.25     │ 3     │
│ Networking              │ 0.25     │ 3     │
│ Security                │ 0.25     │ 2     │
│ UX and product thinking │ 0.25     │ 4     │
╰─────────────────────────┴──────────┴───────╯
Braw=(0.25×3)+(0.25×3)+(0.25×2)+(0.25×4){B_{\text{raw}}=(0.25×3)+(0.25×3)+(0.25×2)+(0.25×4)} Braw=0.75+0.75+0.50+1=3.0{B_{\text{raw}}=0.75+0.75+0.50+1=3.0}

Normalize it:

B=BrawSmax=3.05=0.60B = \frac{B_{\text{raw}}} {S_{\text{max}}}= \frac{\text{3.0}} {\text{5}}=0.60

Therefore:

B=0.60 or (60/100)\boxed{B=0.60{\space}or{\space}(60/100)}

4. Calculate the integration score

Integration measures whether the learner can connect and apply multiple disciplines to solve a real problem. It is the part that makes the profile genuinely T-shaped rather than merely “deep plus a list of interests.” T-shaped capability includes applying knowledge beyond one’s own specialty and collaborating across boundaries.

Assess integration using practical evidence:

╭─────────────────────────────────────────────┬───────┬───────╮
│ Integration Indicator                       │ Weight│ Score │
├─────────────────────────────────────────────┼───────┼───────┤
│ Combines multiple domains in one project    │ 0.30  │ 4     │
│ Explains trade‑offs to other specialists    │ 0.20  │ 3     │
│ Transfers a technique between domains       │ 0.25  │ 4     │
│ Produces measurable cross‑functional results│ 0.25  │ 3     │
╰─────────────────────────────────────────────┴───────┴───────╯
Iraw=(0.30×4)+(0.20×3)+(0.25×4)+(0.25×3){I_{\text{raw}}=(0.30×4)+(0.20×3)+(0.25×4)+(0.25×3)} Iraw=1.2+0.60+1+0.75=3.55{I_{\text{raw}}=1.2+0.60+1+0.75=3.55}

Normalize it:

I=IrawSmax=3.555=0.71I = \frac{I_{\text{raw}}} {S_{\text{max}}} = \frac{\text{3.55}} {\text{5}}=0.71

Therefore:

I=0.71 or (71/100)\boxed{I=0.71{\space}or{\space}(71/100)}

A strong integration example for this engineer might be:

Designed a Python service, selected a database schema, introduced network timeouts, added security controls, and created monitoring dashboards while explaining the trade-offs to product and operations teams.

That demonstrates depth in software development, breadth in databases, networking, security, and operations, and integration across all of them.

5. Calculate the final T score

Use the geometric formula:

T=100×DαBβIγT=100{\times}D^{\alpha}B^{\beta}I^{\gamma}

Choose weights that sum to 11 For a technically deep profile, use:

α=0.5,β=0.3,γ=0.2\alpha=0.5,\beta=0.3,\gamma=0.2

Thus:

T=100×D0.5B0.3I0.2T=100{\times}D^{0.5}B^{0.3}I^{0.2} T=100×(0.820.5)(0.600.3)(0.710.2)T=100{\times}(0.82^{0.5})(0.60^{0.3})(0.71^{0.2}) T72.5 or (72.5/100)\boxed{T{\approx}72.5{\space}or{\space}(72.5/100)}

Interpretation

For this example:

╭─────────────────┬──────────┬───────────────────────────────────────╮
│ Component       │ Score    │ Meaning                               │
├─────────────────┼──────────┼───────────────────────────────────────┤
│ Depth (D)       │ 0.82     │ - Strong core expertise               │
│ Breadth (B)     │ 0.60     │ - Moderate working knowledge across   │
│                 │          │ adjacent areas                        │
│ Integration (I) │ 0.71     │ - Good cross‑disciplinary application │
│ Final (T)       │ 72.5/100 │ - Clearly T‑shaped, with breadth as   │
│                 │          │ the main improvement area             │
╰─────────────────┴──────────┴───────────────────────────────────────╯

A useful interpretation scale is:

Score RangeProfile Description
0390–39Beginning or fragmented profile
405940–59Developing profile; some depth or breadth exists
607460–74Functional T‑shaped profile
758975–89Strong T‑shaped capability
9010090–100Exceptional depth, breadth, and integration

These ranges are practical guidelines, not universal standards.

Important safeguard

Do not let a high depth score compensate for zero breadth. You can add minimum thresholds:

D0.70,B0.50,I0.50D{\geq}0.70,{\qquad}B{\geq}0.50,{\qquad}I{\geq}0.50

If any threshold fails, report the result as:

“Strong specialist depth, but not yet a complete T-shaped profile.”

This prevents someone with D=1.0,B=0.1D=1.0,B=0.1 and I=0.1I=0.1 from receiving a misleadingly positive result. For progress tracking, recalculate the scores periodically:

ΔT=TnewTold{\Delta}T=T_{\text{new}}-T_{\text{old}}

The score is most useful as a development indicator, not as an absolute measure of a person’s value or learning ability.

Other shapes!

  • X-shaped for leadership.
  • I-shaped for individual depth-skill without communication skills.
  • tree-shaped for a person with depth in many areas or branches of a field.
  • Γ and Μ-shaped individuals (gamma and mu, respectively) to indicate people with supporting strengths in computationally- and software-intensive fields.
  • Similarly, π\pi-shaped refers to “a broad mastery of general management skills atop a few spikes of deep functional or domain expertise”.
  • V-shaped professionals who uphold two parallel disciplinary depths converging at a shared problem horizon, or vanishing point (eg., Nurse+Engineer and the humanitarian technologist have been proposed as prototypes)

Reference

Wikipedia: T shaped skills[↗]