🔄
🔄

Zero-shot to Loop

  • From one-off prompts to iterative cycles.

  • AI plans, executes, and validates its own results.

Slide 1 of 3Remaining 2

1. Introduction: Why Agents Now?

From 2023 to 2025, we were amazed at interacting with AI. However, as of 2026”, “the protagonists are not AI that talks with humans, but Autonomous Agents (Agentic AI) that think for themselves, use tools, and complete tasks.

The development paradigm has completely shifted from pursuing the cleverness of single models (like GPT-5 or Claude 4) to constructing iterative workflows by combining existing models.

💡

From Zero-shot to Iterative Workflow Instead of expecting a perfect answer in a single prompt, allow the AI to run through a loop of Plan → Execute → Reflect → Correct. This is the essence of Agentic AI.


2. 4 Design Patterns of Agent Design

Andrew Ng states that by building appropriate workflows, even older generation models can outperform next-generation models. The core of this lies in the following four patterns.

1

Self-Reflection

The AI validates its own generated answers and corrects itself if there are errors.

2

Tool Use

Interfering with the external environment through calculators, web searches, API executions, etc.

3

Planning

Decomposing complex goals into small steps and determining the execution order.

4

Multi-agent Collaboration

Dividing roles among agents—such as manager, engineer, and reviewer—and having them cooperate.


3. Major Frameworks: What Should You Choose?

As of 2026, ‘the de facto standards for agent development are concentrated in the following three:

Features CrewAI LangGraph AutoGen
Role-based team building Graph/State Machine-based Conversation-based experimental environment
Form document creation, research Complex loops, production-ready logic Dynamic brainstorming
Low (Intuitive) High (Requires graph theory) Medium

Which tool should you use?

  • CrewAI : Best when you want to decide roles like “Writer” or “Researcher” and have them work as a team.
  • LangGraph : For professionals who want to loop while strictly managing “State” in banking systems or large-scale development.

4. Practice: Specific Use Cases in 2026

Introducing examples that have moved beyond mere demonstrations into deep integration with business operations.

① Autonomous Software Development For instance, evolution agents of

“Devin” read GitHub issues, understand existing code, write fix code, pass tests, and handle everything up to creating PRs (pull requests) fully automatically.

② Intelligent Research In response to the instruction “Read 100 papers in

a specific field, summarize them, and create a comparison table,” the agent identifies search terms, filters, reads deeply, and organizes everything on its own within minutes.


5. Operational Precautions: Preventing Agent “Rampage”

Where there are powerful weapons, ‘there are also risks.

  • + Tasks progress even while humans are sleeping
  • + Overwhelming problem-solving capability for complex issues
  • + Infinite extensibility through tool combinations
  • - API cost explosion due to infinite loops
  • - Risk of irreversible operations like DB deletion
  • - Inference cost increase due to context bloating
ℹ️

Enforcing Human-in-the-Loop (HITL) Design workflows such that actions involving destruction like “Purchase,” “Delete,” or “Deploy” must always be preceded by human approval (a button click).


6. Summary: The Era of Giving AI “Hands and Feet”

Agentic AI has transformed AI from a mere “knowledge search engine” into “digital hands and feet” that multiply our capabilities many times over.

Try starting by delegating “three steps you repeat every day” within your work to an agent. The future lies in “workflows,” not “prompts.”


引用: YouTube

Generative AI with LangChain

A must-read for learning LangChain, the foundation of agent development, and its application, LangGraph.

MCP Complete Guide: The Magic Protocol for Integrating AI Tools

HonoGear
MCP Complete Guide: The Magic Protocol for Integrating AI Tools