Skip to content

Cognitive-ShiftThe Applied AI Engineering Timeline

We document AI replacing human intelligence: how it begins, how it scales, and who gets left behind first.

Timeline

Filter Set
Year
Adoption Effort
Recommended

Timeline

↓ Newest first

2026-02-25

Ready-to-UseRisingWell-calibratedAI-assistedKEY

Skills

Even with tools and context, models still have to figure out workflows from scratch each time. Skills package prompts, tool usage, and execution steps into reusable units. When facing familiar tasks, the model can directly invoke them instead of re-deriving the process. This shifts agents from ad hoc assembly to reusable, standardized building blocks.

2026-02-11

Ready-to-UseRisingWell-calibratedAI-assistedKEY

Harness Engineering

Prompts control how the model speaks, and context controls what it sees — but neither guarantees reliability. Harness engineering builds the surrounding system: tool orchestration, memory, error handling, and state tracking. Instead of hoping prompts fix failures, it eliminates them at the system level, making agents production-ready.

2026-01-29

Integration-HeavyRisingOver-hypedAI-assisted

OpenClaw (Personal AI Assistant Gateway)

Unifies entry points like WeChat, email, and the command line into a single interface, so the same AI assistant can access tools and handle tasks consistently across environments.

2026-01-26

Ready-to-UseRisingWell-calibratedAI-assisted

OpenSpec (Spec-Driven Development)

AI can generate code quickly, but the reasoning behind “why it’s done this way” often gets lost in conversation history. OpenSpec introduces a spec-first approach — define what to build and how to build it before implementation — so both humans and AI stay aligned. Every change is traceable, replacing intuition-driven coding with explicit, documented decisions.

2025-09-29

Ready-to-UseRisingWell-calibratedAI-assistedKEY

Context Engineering

Prompt engineering focuses on “how to ask,” but model performance largely depends on “what it sees.” Context engineering systematically organizes conversation history, retrieved knowledge, and tool outputs, ensuring the model reasons over the right information. It is the backbone of RAG and agent memory systems.

2025-06-13

Ready-to-UseRisingWell-calibratedAI-assistedKEY

Multi-agent

A single agent is limited by context length and sequential execution. Multi-agent systems break complex tasks into parallel roles — one searches, one analyzes, one writes — resembling real team collaboration. This significantly raises the ceiling for handling long and complex workflows.

2025-03-11

Ready-to-UseRisingWell-calibratedAI-assistedKEY

Tool Use

This is not a brand-new concept, but a system-level generalization of function calling. Function calling answers “how to call,” while tool use expands “what can be called.” Tools now include search engines, code interpreters, browsers, and databases. It extends the model’s capability boundary from language to all callable external resources.

2024-11-25

Ready-to-UseRisingWell-calibratedAI-assistedKEY

MCP (Model Context Protocol)

As tools proliferate, integrating each one individually becomes unsustainable. MCP introduces a standardized “plug interface” between models and tools. As long as a tool follows the protocol, it can be directly used without custom integration. This shifts the ecosystem from fragmented integrations to plug-and-play extensibility.

2023-11-06

Engineering-HeavyStableWell-calibratedAI-assistedKEY

RAG (Retrieval-Augmented Generation)

Models used to rely only on what was baked into training. RAG changes this by letting them retrieve information before answering. Instead of guessing from memory, the model can ground its response in external knowledge. This is now the standard approach for enterprise QA and agent systems.

2023-06-13

Ready-to-UseStableWell-calibratedAI-assisted

Function Calling

Models are fundamentally text generators — they can describe actions but cannot execute them. Function calling introduces a “capability menu,” allowing the model to choose tools and fill in structured arguments when needed. This turns plain responses into real, executable actions, marking the shift from “just talking” to “actually doing.”

2022-11-30

Ready-to-UseAbsorbedWell-calibratedAI-assisted

Prompt Engineering

Large language models are inherently probabilistic — the same prompt can yield different answers. Prompt engineering helps reduce this variance by setting roles, formats, and constraints, making outputs more stable and controllable. It also serves as the foundation for later paradigms like agents, function calling, and skills.

Discover The Map

SkillsFunction CallingMulti-AgentContext Engineering

ai-application-roadmap is a bilingual knowledge map for applied AI engineering. It helps readers and AI systems quickly locate the major shifts in MCP, Function Calling, Skills, Harness, Multi-agent workflows, context engineering, and practical AI usage patterns.

Use this site if you want a compact, linkable reference for what changed, when it changed, and which engineering concepts are worth tracking next.

Released under the CC BY-SA 4.0 License.