Kael Zhang
Agentic AIAI AgentsNVIDIAAI Automation

Agentic AI Goes Mainstream: From 'Chatting' to 'Getting Things Done'

Kael Zhang

In May 2026, NVIDIA CEO Jensen Huang set the tone at GTC Taipei with one sentence: “The age of Agentic AI has fully arrived.”

This is not marketing speak. Concurrent data supports this claim: global AI programming calls grew from near zero to 1.4 billion in six months. China’s daily Token volume surged approximately 1000x in two years. Behind these numbers is the paradigm shift of AI from “generating content” to “executing tasks.”


What Is Agentic AI?

Simple distinction:

TypeCapabilityInteractionTypical Products
Generative AIWrite, draw, codeQ&AChatGPT, Midjourney
Agentic AISearch, calculate, execute, feedbackAutonomous task flowClaude Code, Cursor Agent, GitHub Copilot Workspace

Generative AI is the “mouth.” Agentic AI is the “hand.”

The key difference is autonomous decision chains: Agentic AI can decompose tasks, invoke tools, handle exceptions, iterate and correct, without requiring human confirmation at every step.


Three Milestones at the Industry Level

1. NVIDIA launches next-gen AI model for robotics

Huang’s robotics model announced at GTC Taipei extends Agentic AI from the digital world to the physical world. This means:

2. China’s first “agent” regulation takes effect

The National Cyberspace Administration, NDRC, and MIIT jointly issued the “Implementation Opinions on Standardized Application and Innovative Development of Intelligent Agents,” the first regulatory framework targeting the Agentic AI form. Core principles: safe and controllable, standardized and orderly,守牢底线 (hold the bottom line).

Regulatory intervention ahead of scale indicates this direction has been officially recognized as a technology path that “will scale,” not an edge experiment.

3. Global AI programming calls surged to 1.4 billion in six months

This figure comes from aggregated data by GitHub and major IDE vendors. 1.4 billion programming calls means:


Changes in Actual Work Scenarios

Using my own workflow as an example, changes within three months:

TaskThree Months AgoNow
New feature developmentHand-write skeleton + AI completionRequirements description → AI generates complete module → Human review and correction
Bug investigationLine-by-line debuggingError message → AI auto-locates relevant code → Provides fix suggestions
Code refactoringManual rewriteDescribe refactoring target → AI executes cross-file modifications → Auto-runs test verification
Technical documentationWritten afterwardsAutomatically generated synchronized docs at code commit

The time saved does not mean writing less code; it means handling more complex architectural problems.


What Teams Still on the Sidelines Will Face

StageCharacteristicsRisk
Early adopters (now)AI agents integrated into core workflowsAccumulating toolchain and data flywheel experience
Mainstream followers (6-12 months)Piloting but processes not restructuredSteep learning curve, high catch-up costs
Late observers (1-2 years)Still using traditional development modelsEfficiency gap widens, talent drain

Agentic AI is not a “whether to use” question; it is a “how fast can you integrate” question.


Technical Risks: Don’t Overtrust

Agentic AI has two obvious risk points:

1. Higher cost of hallucination

When generative AI writes a wrong paragraph, it affects the reading experience. When agentic AI misconfigures a file, it can cause service downtime.

2. Blurred permission boundaries

When AI is granted permissions for code commits, server deployment, database queries, the boundary between “what it can do” and “what it should do” needs extremely clear design.

Recommendation: Grant AI agents permissions following the “minimum viable principle,” keeping human confirmation nodes for critical operations.


Conclusion

The inflection point for Agentic AI is not the launch of a single product, but the synchronous maturation of three conditions:

When all three conditions are met simultaneously, Agentic AI shifts from “feasible” to “cost-effective,” from “cost-effective” to “default option.”

May 2026 is that turning point.


Source: NVIDIA GTC Taipei 2026 official materials, National Cyberspace Administration website, GitHub industry data, Xinhua News Agency.