Skip to content
The CT Landscape in 2026

The CT Landscape in 2026

If you last thought seriously about computational thinking before 2023, the territory has moved under your feet. Four shifts define the landscape in 2026: code generation has been largely delegated to AI, “vibe coding” has forced a public debate about what programming skill even is, governments are writing AI literacy into law, and the research community is racing to figure out how to measure and teach CT in this new world.

Shift 1: Writing code is no longer the bottleneck

The most consequential change is blunt: a large share of new code is now written by machines. By early 2026, industry surveys reported that over 90% of US developers use AI coding tools daily, and roughly 46% of new code from active developers is AI-generated. Gartner projects that by 2028, 75% of software developers will use AI coding agents — up from under 10% in 2023.

Anthropic’s 2026 Agentic Coding Trends Report describes the resulting role change: engineers spend less time writing foundational code and more time orchestrating agents — designing system architecture, defining objectives and guardrails, and validating output. Agents now take on larger chunks of implementation, run for longer stretches, and coordinate with other agents.

For computational thinking, the implication is precise. Of the classical pillars, algorithm design as manual construction has lost relative value, while three things have gained enormously:

  • Decomposition — you cannot delegate a problem you have not decomposed. Agent orchestration is decomposition with a delivery mechanism.
  • Abstraction and specification — the interface between human and AI is a specification. Vague spec in, plausible garbage out.
  • Evaluation and debugging — someone must judge whether machine-produced work is correct. That someone is you.

Shift 2: The vibe coding reckoning

In February 2025, Andrej Karpathy coined “vibe coding” — describe what you want in English, accept what the AI produces, iterate until it works. Collins Dictionary named it Word of the Year for 2025 after search interest spiked 6,700%. What began as a playful label for weekend prototyping became, within roughly a year, a mainstream mode of software production — and a proxy war over the future of engineering skill.

The debate matters for CT because both sides, examined closely, agree on the fundamentals:

  • Optimists point to shipping speed and access for non-traditional builders — but the successful ones consistently emphasize systems thinking, architectural judgment, and rigorous verification of AI output.
  • Critics — most vocally veterans like Robert C. Martin — warn that skipping engineering discipline produces brittle, insecure code you do not understand. Andrew Ng publicly objected to the term itself in mid-2025, arguing it misleads people into thinking serious AI-assisted engineering is done “on vibes.”

Strikingly, early research supports the convergence: a 2026 study found that computer science achievement and writing skill predict vibe coding proficiency. The people best at delegating to AI are those who can think computationally and articulate precisely. Vibe coding did not abolish CT; it stripped away the syntax layer and exposed CT as the remaining skill.

Shift 3: Governments write CT and AI literacy into law

Education policy moved with unusual speed:

  • In the United States, a 2025 executive order pushed AI literacy into classrooms, and by early 2026 more than half of US states had enacted K-12 AI policy guidance. Georgia made computer science (including AI) a graduation requirement phasing in by 2031–32; New Jersey and Idaho mandated AI concepts and ethics across K-12.
  • The OECD and European Commission released the AI Literacy Framework for Primary and Secondary Education (2025), developed with Code.org — the first serious attempt at an international standard.
  • China rolled out a mandatory national AI curriculum spanning primary through secondary school; Finland folded AI literacy into its media-literacy tradition.
  • PISA 2029 will assess AI literacy across countries for the first time — the clearest possible signal that this is now considered a core competency, alongside reading and mathematics.

Notice what these frameworks contain: decomposition, abstraction, data reasoning, critical evaluation of automated systems. AI literacy, as governments are defining it, is largely computational thinking wearing a new badge. See CT Education Reform for the details.

Shift 4: Research pivots from teaching CT to measuring and re-grounding it

The research frontier has two active fronts. First, assessment: with AI able to complete traditional programming assignments, researchers are building fine-grained rubrics and new instruments that measure thinking rather than artifact production. Second, CT + GenAI studies: controlled studies through 2025–26 found that GenAI-assisted programming can significantly improve students’ computational thinking — but only with scaffolding that forces students to analyze, verify, and reconstruct AI output rather than accept it. Unscaffolded use shows no such gains.

Meanwhile, systems research on neurosymbolic AI — combining neural fluency with symbolic, verifiable reasoning — suggests the future of trustworthy AI looks like CT built into the machine: explicit rules, formal checks, decomposed reasoning steps. See Research Frontiers.

The through-line

Every shift points the same direction: the mechanical layer of computing is being automated, and the thinking layer is being exposed and revalued. The scarce skills of 2026 are formulating problems, decomposing them for delegation, specifying precisely, and verifying skeptically. The rest of this section examines each shift in depth — and the Labs let you practice the skills the trends demand.

References