Back to Blog
ai-news
1 min read
AI-powered content

From LLMs to AI Agents — 25 Papers on Agentic Workflows

Comprehensive survey of 25 landmark papers tracing the evolution from simple LLM workflows to autonomous agentic systems and multi-agent architectures.

chatgpt, ai, llm

2026 update note

Older publish date · context add-on

Editorial note for 2026. This does not replace the historical article below.

  • Prefer current official docs for frameworks, APIs, and package names; sample code here is mostly pedagogical—check release notes when migrating.
  • Llama / RAG / Prompt ecosystems move fast; pair this post with 2026 articles and the tools directory on this site.
  • If you spot factual drift, reach out via the footer—we will refresh this note or spin up a follow-up post.

Recent picks: Observability · Graph RAG · Prompting & tools · Small-model deployment

From LLMs to AI Agents — 25 Papers

Reasoning

CoT (Wei 2022): Reasoning steps improve problem-solving. ToT (Yao 2023): Branching search over reasoning paths.

Tool Use

Toolformer (Schick 2023): Self-supervised tool learning. Gorilla: Fine-tuned for API call generation.

Agents

ReAct (Yao 2022): Synergistic reasoning and acting. AutoGPT: Autonomous task decomposition. MetaGPT: Multi-agent software company simulation. CrewAI: Role-based agent team orchestration.

Multi-Agent

ChatDev, AutoGen, AgentVerse — multi-agent conversation frameworks improving on single-agent by 20-40%.

Safety

Constitutional AI, RLHF, InstructGPT — alignment foundations.

Key Insight

Tool-use reliability is the primary bottleneck. Current agents fail on 15-30% of API calls.

chatgptaillmprompt-engineeringprogramming

Related Content

Articles

Related Tools

Related Workflows