Latest Trending Discover Timelines Categories
A grid of varied images generated by DALL-E from text prompts.
Technology timeline 2014–Present Ongoing

From GANs to AI Agents: The Evolution of Generative AI

How generative AI progressed from adversarial image synthesis to foundation models that create across media, reason through difficult problems and use software tools to complete multi-step tasks.

17 sourced milestones

What Generative AI Really Is

Generative AI is not one model or one chatbot. It is a family of systems trained to model patterns in data closely enough to produce new text, images, audio, video or code. The visible output is only one layer. Modern systems increasingly combine generation with perception, reasoning, retrieval and controlled access to external tools.

From Synthesis to Action

This timeline follows the shift from GANs that learned to synthesize images, through Transformers and large foundation models, to multimodal and reasoning systems. The final transition is from generating an answer to pursuing a goal: selecting tools, observing results and adapting the next step.

All events

Couldn't generate the file, try again

  1. Research

    GANs turn generation into a competition

    Ian Goodfellow and colleagues introduced Generative Adversarial Networks, training a generator against a discriminator.

    The generator learned to create samples that could fool the discriminator, while the discriminator learned to detect synthetic output. GANs became influential in realistic image synthesis, although training instability and limited diversity remained recurring problems.

  2. Research

    The Transformer rewrites the architecture of language AI

    “Attention Is All You Need” introduced an architecture based on attention rather than recurrent processing.

    Transformers process relationships between tokens in parallel, making training easier to scale than earlier recurrent approaches. The original paper focused on translation, but its architecture became the foundation of most modern large language models and many multimodal systems.

    Sources & references 1 source
  3. Research

    GPT shows the power of generative pre-training

    OpenAI showed that a Transformer trained broadly on unlabelled text could be adapted to multiple language tasks.

    The first Generative Pre-trained Transformer was modest by later standards, but its two-stage recipe became highly influential: learn general language patterns through prediction, then fine-tune for specific tasks. The approach helped shift the field toward reusable foundation models.

  4. Research

    GPT-3 demonstrates learning from prompts at scale

    A 175-billion-parameter language model performed many tasks from instructions and examples without conventional task-specific fine-tuning.

    GPT-3 made few-shot and zero-shot prompting a central interface for large language models. Its fluent output attracted broad attention, but the research also documented unreliable answers, bias and substantial computing requirements. Scale improved capability without solving factual reliability.

  5. Research

    DALL-E links natural-language prompts to image creation

    OpenAI demonstrated a model that generated and edited images from textual descriptions across varied concepts.

    A grid of varied images generated by DALL-E from text prompts.
    Illustration: Justin Jay Wang / OpenAI

    DALL-E helped show that large-scale generative modelling could connect language and vision. Early results were constrained and curated, but the project anticipated the rapid growth of text-to-image systems that followed.

  6. Open Release

    Stable Diffusion brings image generation to local hardware

    The public release of Stable Diffusion widened access to text-to-image generation and enabled a large ecosystem of adaptations.

    Unlike image generators available only through hosted services, Stable Diffusion’s released weights allowed developers and many users to run and modify the model. That openness accelerated experimentation while intensifying debates over training data, consent, copyright and misuse.

  7. Research

    ReAct Connects Language-Model Reasoning to Actions

    Researchers showed a prompting method that interleaved reasoning with actions and observations, giving language models a repeatable loop for using external environments.

    The ReAct method prompted a language model to alternate between reasoning about a task, taking an action and incorporating the resulting observation. In question answering, actions could query an external knowledge source; in interactive environments, they could change the model's state. This did not create a dependable autonomous worker, but it supplied a clear pattern for later agents: think, use a tool, inspect the result and decide what to do next.

  8. Product Launch

    ChatGPT turns a language model into a mass-market conversation

    OpenAI released a conversational research preview trained to follow instructions and respond through dialogue.

    ChatGPT did not introduce the Transformer or large language models, but its accessible interface changed adoption. Millions of people could iteratively ask, correct and refine requests. The launch also made hallucinations, educational disruption, labour impact and AI governance public issues rather than specialist debates.

    Sources & references 1 source
  9. Model Release

    LLaMA Accelerates the Open-Weight Model Ecosystem

    Meta released smaller foundation models to researchers, helping capable language-model weights spread beyond a handful of closed commercial APIs.

    The first LLaMA family showed that carefully trained models with fewer parameters could compete with substantially larger systems on many research benchmarks. Access to the initial release was restricted, but it catalysed fine-tuning projects, local inference tools and a wider open-weight community. Llama 2 later permitted many commercial uses and expanded availability, although its licence restrictions mean that open-weight is more precise than fully open source.

  10. Model Launch

    GPT-4 brings image understanding into a leading language model

    GPT-4 accepted text and image inputs while generating text, marking an important step toward mainstream multimodal AI.

    The model could analyse documents, photographs, diagrams and screenshots alongside text. OpenAI released limited technical detail about its size and training data, illustrating a broader reduction in transparency as frontier systems became more commercially valuable.

  11. Platform Capability

    Function Calling Gives Language Models a Structured Route to Software Tools

    OpenAI added structured function calling to its API models, allowing applications to turn a model's requested action into validated software execution.

    Function calling allowed developers to describe available software functions and their parameters to a model. The model could return a structured request, while the application remained responsible for validating and executing it, then supplying the result for the next response. This separation turned tool use from an improvised text convention into a product capability and became a building block for agents that search, calculate, retrieve records and act across services.

  12. Model Launch

    Gemini is designed as a natively multimodal model

    Google introduced Gemini as a model family trained to work across text, images, audio and video.

    Rather than adding separate perception components only after language training, Gemini was presented as multimodal from the start. The launch intensified competition around models that can understand and generate across several forms of information, although access and capabilities varied by model version.

  13. Research Preview

    Sora demonstrates longer, coherent text-to-video generation

    OpenAI previewed a video model capable of generating complex scenes and extending existing footage from prompts.

    Sora highlighted rapid progress in generative video and the use of diffusion transformers. Early demonstrations were selected by the developer, and the model still struggled with physical consistency and cause-and-effect. Its significance was capability direction, not proof of reliable world simulation.

  14. Model Launch

    GPT-4o unifies real-time text, vision and voice interaction

    GPT-4o processed and generated combinations of text, audio and images with lower latency than earlier stitched-together systems.

    GPT-4o generated image showing a robot typing at a typewriter from a first-person viewpoint.
    OpenAI

    The “o” stood for “omni,” reflecting a shift from text chat toward more natural multimodal interaction. Voice and vision made AI assistants more immediate, while also raising stronger questions about impersonation, privacy, emotional dependence and the safeguards needed for live media generation.

    Sources & references 1 source
  15. Research

    Reasoning models spend more computation before answering

    OpenAI introduced o1-preview, using additional inference-time computation to improve performance on multi-step problems.

    The release shifted part of the scaling race from larger pre-training runs toward “test-time compute,” where a model performs more internal processing before responding. Better benchmark performance did not guarantee truthfulness or remove the need to verify outputs, but the approach influenced the next generation of frontier models.

  16. Model Release

    DeepSeek-R1 Brings Advanced Reasoning to Open-Weight Models

    DeepSeek released reasoning models, technical details and distilled variants, showing that reinforcement learning could produce sophisticated reasoning patterns and making the capability easier to study and run outside a closed service.

    DeepSeek-R1 followed OpenAI's o1 rather than introducing reasoning models first, but it changed who could examine and deploy them. DeepSeek-R1-Zero developed behaviours such as self-verification and strategy adjustment through large-scale reinforcement learning without supervised fine-tuning as a preliminary stage. The full R1 model added initial training data to improve readability and reduce problems such as repetition and language mixing. DeepSeek released model weights and smaller distilled variants based on Llama and Qwen, widening access while leaving training-data transparency and the hardware demands of the full model as important limitations.

  17. Model Launch

    GPT-5 integrates automatic reasoning into the default experience

    OpenAI made GPT-5 the default ChatGPT system, routing between direct responses and deeper reasoning according to the task.

    The launch reflected a broader product shift away from asking users to understand a growing model menu. A unified system could decide when additional reasoning was useful. It also showed how generative AI products were evolving from standalone models into orchestrated systems combining routing, tools, safety layers and multiple modes of computation.

    Sources & references 1 source

What comes next?

Generative AI Is Becoming a System

The central change is no longer only better output quality. A modern AI product may combine a foundation model with retrieval, memory, tool permissions, code execution and a control loop. The model generates the next action, but the surrounding system determines what it can observe and change.

What Can Go Wrong

Fluent output does not guarantee correct reasoning or reliable action. Agents can select the wrong tool, misread an observation, propagate an early error or follow malicious instructions embedded in external content. Permissions, isolation, monitoring and human review therefore matter as much as model capability when actions have real consequences.

What Comes Next

The frontier is moving from impressive demonstrations toward dependable long-running work. Progress will depend on whether agents can preserve context, recover from failure, ask for clarification when needed and complete tasks under explicit limits. The decisive milestone will not be an agent that acts once, but one that can act repeatedly without losing accuracy, control or accountability.

A new version of NewTqnia is ready.