Ultralearning in a Polarized Labor Market

🇧🇷 Ler em Português
Table of Contents

It has never been easier to access knowledge.

It has also never been easier to confuse exposure with learning.

Access is not learning. Familiarity is not mastery. A clear explanation is not your own understanding. A well-produced video can make an idea comfortable before it becomes yours.

The labor market prices that difference. Not because it is fair. It is not. But because software, automation, and AI reduce the price of repeatable tasks. What preserves value requires judgment: framing the problem, choosing trade-offs, testing hypotheses, explaining failures, and sustaining decisions when the system meets reality.

Learning is no longer just accumulating content. Learning is building adaptive capacity.

1) Perception break: the middle is getting narrower

Labor market polarization describes a structural shift: jobs grow at the ends while the middle loses density.

At the upper end, analytical, technical, and non-routine tasks grow. At the lower end, in-person tasks persist because they are hard to automate. In the middle, routine middle-skill tasks face pressure from software, automation, outsourcing, and organizational redesign.

David Autor and David Dorn explained this mechanism in “The Growth of Low-Skill Service Jobs and the Polarization of the US Labor Market”. When the cost of automating routine, codifiable tasks falls, work is redistributed. A job does not disappear as a block. It decomposes into tasks.

That decomposition is already visible in software engineering.

Frameworks compress boilerplate. Cloud abstracts operations. Libraries replace manual code. AI models accelerate search, synthesis, and initial generation. The gain is real. So is the consequence: execution alone becomes commoditized faster.

Commodity, here, does not mean irrelevant. It means comparable, replaceable, and hard to defend as a differentiator. Writing the first version of a function became cheaper. Assembling a standard API became more predictable. Repeating an architecture seen in a tutorial became weaker evidence of seniority.

This changes how professionals are evaluated. Value moves from isolated delivery to decision quality: why this boundary exists, which failure it contains, which operational cost it creates, which risk it transfers. Someone who only shows speed competes with the tool. Someone who shows judgment uses the tool as leverage.

The OECD estimated in its Employment Outlook 2023 that 27% of jobs in OECD countries were in occupations at high risk of automation, considering automation technologies including AI. The point is not to predict mechanical worker replacement. The point is to observe where work is exposed: automatable skills lose protection.

Read this as an engineer: if your advantage depends on repeating patterns, it is eroding.

The work that resists better is not the loudest work. It is the work that requires a mental model. Diagnosis. Integration. Taste. Responsibility.

2) Reinterpretation: the problem is not studying more

The common reflex is to seek more content. More courses. More newsletters. More tools.

That reflex looks like discipline. Often it is avoidance.

Consuming content preserves the feeling of movement without requiring transformation. You finish a lesson and feel progress. But try to explain the concept without looking. Try to apply it in a real system. The feeling changes.

Information reduces visible ignorance. Practice reveals real ignorance.

The problem, then, is not studying more. It is studying so knowledge becomes operational. An operational concept changes what you can perceive and do. It appears when you read an incident, design an architecture, review code, evaluate an AI response, or choose an abstraction.

If the concept only appears while the material is open, it has not become thought yet.

3) Education: the base and its limit

Formal education should not be reduced to credentials. Credentials matter socially, but they are the poorest part of the discussion.

At its best, education builds a base: shared language, intellectual discipline, historical repertoire, mathematics, writing, science, computing, economics. It lowers the cost of entering hard problems because it provides structures before urgency. It teaches that ideas have shape. It teaches that an elegant answer can still be wrong.

The data still shows its weight. In Education at a Glance 2024, the OECD reports that, on average, 87% of adults aged 25 to 64 with tertiary education were employed, compared with 78% among those with upper secondary or post-secondary non-tertiary education, and 60% among those below upper secondary education. The same publication reports an average earnings premium for tertiary education relative to upper secondary education.

These numbers do not authorize moral judgment. They show a robust correlation between education, employment, and income, mediated by country, class, gender, field, institutional quality, and support networks.

Use the correct conclusion: education is infrastructure. For a person, it expands the space of choice. For a society, it increases the ability to absorb change without turning every technological shock into exclusion.

The limit appears when we confuse base with update. Formal education runs on slow cycles. Curricula change after markets move. Institutions preserve old forms. Technical knowledge moves in layers: foundations slowly, tools quickly.

So do not use education as an alibi to stop. Use it as a platform to continue.

4) Self-study: the adaptation layer

Self-study does not replace good schools, accessible universities, income, time, safety, health, and internet access. Treating learning as pure merit erases the material conditions that make study possible.

But rejecting the meritocratic caricature does not eliminate practical responsibility.

You still need to learn between one institutional cycle and the next. You need to enter domains before stable curricula exist. You need to update mental models while working. You need to notice when your fluency has become memory of an old tool.

The ILO’s World Employment and Social Outlook: Trends 2025 shows the tension: global unemployment stayed at 4.9% in 2024, but aggregate stability hides youth unemployment, gender gaps, informality, job quality, and unequal access to opportunity. The problem is structural. Individual response does not solve everything. Still, your study practice defines part of your adaptive surface area.

Run an honest diagnosis:

  1. Which subjects do you claim to know but cannot explain without consulting?
  2. Which tools do you use by habit, not by understanding?
  3. Which concepts do you recognize in text but cannot apply in a project?
  4. Where do you confuse speed with mastery?
  5. Which part of your study avoids feedback because feedback threatens the image of progress?

Do not answer elegantly. Answer operationally.

Choose one item and test it today.

5) What Ultralearning offers

Scott H. Young’s Ultralearning matters less as a promise of extreme learning and more as a discipline of projects.

The book organizes useful principles: metalearning, focus, directness, drills, retrieval, feedback, retention, intuition, and experimentation. Apply them without cult behavior. Extract the mechanics.

Metalearning: before studying, draw the map. If you want to learn Rust, separate ownership, lifetimes, traits, errors, concurrency, and ecosystem. Define which project will force these themes to appear. Without a map, you call wandering effort.

Focus: protect blocks of real attention. Difficult learning does not happen in endlessly fragmented cognitive leftovers. If every paragraph competes with notifications, you are not studying. You are visiting the subject.

Direct practice: study close to use. To learn security, threat model a real API. To learn LLMs, build a small pipeline and evaluate bad answers. To learn distributed systems, provoke network failures, latency, and concurrency.

Drill: isolate bottlenecks. If you are stuck in linear algebra because you cannot see the geometry, repeating arithmetic may be sophisticated procrastination. Attack the bottleneck, not the most comfortable activity.

Retrieval: close the material and explain. Without looking. If the explanation breaks, you found the study point.

Feedback: expose error early. Tests, review, benchmarks, incidents, users, production, and technical criticism teach better than passive consumption.

Intuition: seek cause. Naming “eventual consistency” is not enough. Explain which failures it allows, which guarantees it gives up, and why someone would accept that cost.

Experimentation: vary after you understand the base. Experimenting too early becomes dispersion. Experimenting too late becomes rigidity.

The general principle is simple: turn study into construction, and construction into feedback.

6) Method: learn through artifacts

An artifact prevents self-deception.

A summary can sound intelligent. A repository compiles or breaks. An explanation can sound fluent. An architecture diagram has to sustain dependencies. An opinion about AI may persuade in conversation. A model evaluation shows false positives, latency, cost, and retrieval failures.

Use this path:

  1. Choose a real and small problem.
  2. Write what you think you need to know.
  3. Build the smallest working version.
  4. Measure where it fails.
  5. Isolate one bottleneck.
  6. Study that bottleneck with focus.
  7. Explain without looking.
  8. Rebuild with a harder constraint.

Examples:

  • To learn Rust, write a queue. Then add concurrency. Then remove unwrap. Then measure allocation and contention.
  • To learn threat modeling, choose a real API. List assets, actors, trust boundaries, likely abuse, and controls. Then look for what your model ignored.
  • To learn RAG, build a simple search. Collect bad answers. Classify failures: retrieval, ranking, prompt, context, evaluation. Then fix one class at a time.
  • To learn architecture, take a system you use. Draw the data flow. Mark state, queues, caches, consistency boundaries, and observability points.

The method is not glamorous. That is a good sign. Real learning rarely looks like performance.

7) AI: increase feedback, do not outsource thought

AI models can improve self-study. They generate exercises, simulate questions, offer counterexamples, review explanations, compare solutions, and accelerate initial research.

They can also fake fluency.

If AI summarizes before you wrestle with the text, it steals the friction. If it writes before you formulate, it replaces thought with polish. If it explains before you try to retrieve, it preserves your ignorance with a pleasant feeling of clarity.

Use AI like this:

  1. Write your explanation first.
  2. Ask for critique, not the answer.
  3. Ask for counterexamples.
  4. Ask for graded problems.
  5. Ask it to test your assumptions.
  6. Compare the model’s answer with primary documentation.
  7. Record where you were wrong.

The rule is short: AI should increase feedback, not remove retrieval.

If you never feel difficulty, you are probably not learning. You are being carried.

8) Direction: study to build judgment

The literature on polarization in developing economies asks for caution. The article “Is There Job Polarization in Developing Economies? A Review and Outlook”, published in The World Bank Research Observer, argues that polarization is still incipient in these countries compared with advanced economies. Limited technology adoption, structural change, and global value chains make the picture less linear.

For Brazil, that caution matters. Informality, educational inequality, low productivity, and regional differences change the shape of the problem.

Still, the technical direction remains: routine tasks become more exposed as technology spreads. The best preparation is not accumulating certificates. It is forming transferable judgment.

Transferable judgment comes from foundations, direct practice, and feedback. It lets you enter new tools without becoming dependent on them. It lets you use AI without confusing answer with understanding. It lets you change stacks without losing the mental structure. It lets you recognize when an abstraction simplifies and when it hides risk.

Take one concrete decision from this:

  1. Choose a subject that matters to your work.
  2. Define a small artifact.
  3. Schedule unfragmented study blocks.
  4. Close the material and try to explain.
  5. Build.
  6. Measure.
  7. Correct.

Do not start with a course list. Start with a question that can fail on contact with reality.

Education builds the base. Self-study keeps the base alive. Ultralearning gives method when understood without fantasy.

The risk is not not knowing.

It is believing you know enough not to test.

References

Comments