0Pricing
AI Engineering Academy · Aula

Do preenchimento automático ao ChatGPT

Acompanhe a evolução da previsão básica de texto até a IA conversacional moderna e entenda o que diferencia os LLMs das abordagens anteriores de processamento de linguagem natural.

Do preenchimento automático ao ChatGPT é uma aula grátis de AI Engineering Academy no CoddyKit. Esta é a aula 1 de 4. Você pode ler a aula completa abaixo gratuitamente — depois pratica ao vivo no navegador com um editor de código integrado e um tutor de IA 24/7. Faz parte do caminho de aprendizado de AI Engineering Academy, e seu progresso é sincronizado entre a web e o app CoddyKit. O curso de AI Engineering Academy inclui 4 aulas no total.

Partes desta aula ainda não foram traduzidas e aparecem em inglês.

The Origin of Text Prediction

Before ChatGPT, computers guessed the next word by counting which words usually follow others — an n-gram model. Fast, but no real understanding.

Recurrent Networks Enter the Scene

Next came RNNs: they read text word by word and carried a memory of what came before. Smarter than counting, but slow and forgetful over long text.

The Transformer Revolution of 2017

In 2017, Google's Transformer let a model look at every word at once instead of one at a time. This unlocked huge, fast training — and powers nearly every LLM today. 🚀

GPT-1 Through GPT-3: Scaling Laws

OpenAI's GPT models kept growing — GPT-3 hit 175 billion parameters. At that size, surprising emergent capabilities appeared, like doing math it was never taught.

What Made ChatGPT Different from GPT-3

Raw GPT-3 often ignored you or rambled. RLHF fixed that by letting humans rate answers, teaching the model to follow instructions — and ChatGPT was born.

The Chat Interface as a UX Breakthrough

ChatGPT's real magic was the chat interface. It remembered the conversation, so you could just talk to it — and millions of people instantly could. 💬

LLMs vs Earlier NLP Approaches

Old NLP needed a new model for every task. An LLM is a single general-purpose model: it can translate, summarize, code, and chat — all from plain instructions.

Parameters, Weights, and Model Size

Parameters are the numbers a model learns during training — its knowledge. More parameters mean smarter answers, but also more cost to run each request.

Pre-training: Learning from the Internet

An LLM learns during pre-training: it reads huge amounts of text and just predicts the next word. From that one task, it picks up grammar, facts, and reasoning.

The AI Landscape After ChatGPT

After ChatGPT, the race was on: Claude, Gemini, Llama, and more. Now the real question isn't "can AI do this?" but which model, at what cost and trade-offs.

Why AI Engineers Must Understand This History

Knowing this history pays off. A refusal is RLHF guardrails; a confident wrong answer is a training-data gap. Understanding the why helps you build better.

Quick Check

Test your understanding of AI Engineering concepts from this lesson.

Lesson Recap

Recap: n-grams and RNNs came first but were limited, Transformers made models scale, and RLHF turned raw GPT-3 into ChatGPT. Next: how attention actually works. ✨

Perguntas Frequentes

A aula “Do preenchimento automático ao ChatGPT” é grátis?

Sim — o texto completo de “Do preenchimento automático ao ChatGPT” é grátis para ler aqui na web. Para praticá-la interativamente (um editor de código integrado e um tutor de IA 24/7) e desbloquear o restante do curso de AI Engineering Academy, atualize para CoddyKit PRO. O curso de AI Engineering Academy inclui 4 aulas no total.

O que vou aprender em “Do preenchimento automático ao ChatGPT”?

Acompanhe a evolução da previsão básica de texto até a IA conversacional moderna e entenda o que diferencia os LLMs das abordagens anteriores de processamento de linguagem natural. Você pratica AI Engineering Academy com código prático que executa diretamente no navegador, e um tutor de IA 24/7 responde suas dúvidas enquanto trabalha na aula.

Preciso ter experiência prévia para começar AI Engineering Academy?

Nenhuma experiência prévia é necessária. AI Engineering Academy no CoddyKit é estruturado para alunos iniciantes até avançados, então você pode começar aqui ou desde o início e aprender no seu ritmo. Esta é a aula 1 de 4.

Quanto tempo leva a aula “Do preenchimento automático ao ChatGPT”?

A maioria das aulas CoddyKit leva cerca de 5–10 minutos. Cada uma é compacta e interativa, então você faz progresso constante e retoma exatamente de onde parou entre web e app.

Posso escrever e executar código nesta aula de AI Engineering Academy?

Sim. Cada aula de AI Engineering Academy inclui um editor de código integrado, então você escreve e executa código real direto no navegador e recebe feedback de IA instantaneamente — nenhuma configuração local necessária.

Todas as aulas deste curso

  1. Do preenchimento automático ao ChatGPT
  2. Transformadores e atenção em linguagem simples
  3. Como os LLMs são treinados
  4. Capacidades e limitações dos LLMs
← Voltar para AI Engineering Academy