Tagged articles
8 articles
Page 1 of 1
21CTO
21CTO
May 8, 2025 · Artificial Intelligence

Build a Simple ChatGPT Bot with Python and OpenAI API in Minutes

This tutorial walks you through registering on OpenAI, installing required Python packages, setting up API keys, and writing a Jupyter Notebook that defines a chat function and an interactive loop to create a functional GPT‑3.5 chatbot.

ChatGPTChatbotGPT-3.5
0 likes · 7 min read
Build a Simple ChatGPT Bot with Python and OpenAI API in Minutes
Architecture Digest
Architecture Digest
Feb 17, 2023 · Artificial Intelligence

Analyzing the Emergent Abilities of ChatGPT and the Technical Roadmap of GPT‑3.5

This article dissects how ChatGPT acquired its surprising capabilities by tracing the evolution from the original GPT‑3 model through instruction tuning, code‑based pre‑training, and reinforcement learning from human feedback, ultimately presenting a comprehensive technical roadmap for reproducing GPT‑3.5‑scale models.

ChatGPTGPT-3.5Instruction Tuning
0 likes · 26 min read
Analyzing the Emergent Abilities of ChatGPT and the Technical Roadmap of GPT‑3.5
IT Architects Alliance
IT Architects Alliance
Feb 9, 2023 · Artificial Intelligence

Analyzing the Evolution and Emergent Abilities of GPT‑3.5 Models

This article examines how OpenAI's GPT‑3.5 series evolved from the original GPT‑3 through large‑scale pre‑training, instruction tuning, code training, and RLHF, detailing the origins of language generation, world knowledge, in‑context learning, code understanding, complex reasoning, and the trade‑offs introduced by alignment.

Code TrainingGPT-3.5RLHF
0 likes · 25 min read
Analyzing the Evolution and Emergent Abilities of GPT‑3.5 Models
Top Architect
Top Architect
Feb 8, 2023 · Artificial Intelligence

A Technical Roadmap of GPT‑3.5: From Pre‑training to RLHF and Emerging Capabilities

This article analyses how ChatGPT and the GPT‑3.5 series evolved from the original GPT‑3 through large‑scale pre‑training, code‑based training, instruction tuning, and reinforcement learning from human feedback, identifying the origins of their language generation, in‑context learning, world knowledge, code understanding, chain‑of‑thought reasoning, and alignment capabilities while also outlining current limitations.

ChatGPTGPT-3.5Instruction Tuning
0 likes · 27 min read
A Technical Roadmap of GPT‑3.5: From Pre‑training to RLHF and Emerging Capabilities
21CTO
21CTO
Dec 29, 2022 · Artificial Intelligence

Uncovering ChatGPT’s Emergent Abilities: A Technical Roadmap from GPT‑3 to GPT‑3.5

This article analyses how OpenAI’s ChatGPT evolved from the original GPT‑3 model, tracing the emergence of language generation, world knowledge, in‑context learning, code training, instruction tuning, and reinforcement learning from human feedback, and highlights both its strengths and current limitations.

ChatGPTGPT-3.5Instruction Tuning
0 likes · 27 min read
Uncovering ChatGPT’s Emergent Abilities: A Technical Roadmap from GPT‑3 to GPT‑3.5
21CTO
21CTO
Dec 9, 2022 · Artificial Intelligence

Will ChatGPT Ever Be Open‑Source? A Deep Dive into OpenAI’s Projects

After experimenting with ChatGPT, the author investigates OpenAI’s history, its open‑source initiatives like Gym, Whisper, DALL·E, and GPT, and concludes that, despite past openness, ChatGPT is unlikely to become open‑source, offering insights into the company’s commercial direction.

ChatGPTGPT-3.5OpenAI
0 likes · 9 min read
Will ChatGPT Ever Be Open‑Source? A Deep Dive into OpenAI’s Projects