Loading…
New · guided experience
A curated walkthrough of the library — ordered lessons, a 15-question quiz between each, and 3 next-steps so you stay in flow. Earn XP, badges, and a streak as you go.
Library · 6440 lessons · Agents view · OpenAI
You are viewing agents lessons focused on OpenAI. Use the tool lanes below to jump sideways into related workflows.
Drill down
Start with a real app or workflow. Each lane filters the library to practical lessons, not just broad theory.
746 lessons in agents
Lessons handpicked for the OpenAI shelf.
OpenAI Operator, Claude Computer Use, and Cursor are the most-used 2026 agents — each with different specialties..
OpenAI's Deep Research, Google's Gemini Deep Research, and Anthropic's Research mode all read dozens of sources and synthesize a report..
Tools like Claude's computer-use and OpenAI Operator let an AI click, scroll, and fill out forms like a person.
Claude Code (Anthropic) and Codex CLI (OpenAI) are both terminal agents — different vibes, similar power.
Fresh OpenAI lessons added to the library.
AI helps engineers wire OpenAI Codex CLI into build pipelines as a first-class step.
The Realtime API streams speech in and out for low-latency voice agents; understand the latency budget and barge-in design honestly.
The Responses API gives OpenAI reasoning models a stateful surface; understand how to carry reasoning across turns without re-paying compute.
Tools like Claude's computer-use and OpenAI Operator let an AI click, scroll, and fill out forms like a person.
Browse everything
Subject tracks
Tap a tile to filter the library — or pick “Surprise me” below for a randomized starter set.
OpenClaw is open-source software that runs agents on your own machine — no cloud dependency, your data stays put. A tour of why it exists and how its pieces fit together.
OpenAI Operator, Claude Computer Use, and Cursor are the most-used 2026 agents — each with different specialties..
OpenAI's Deep Research, Google's Gemini Deep Research, and Anthropic's Research mode all read dozens of sources and synthesize a report..
Tools like Claude's computer-use and OpenAI Operator let an AI click, scroll, and fill out forms like a person.
ChatGPT Tasks pings you about deadlines, study sessions, and missed assignments without you ever opening the app.
Claude Code (Anthropic) and Codex CLI (OpenAI) are both terminal agents — different vibes, similar power.
Model Context Protocol is the most important open standard in agents. One protocol, 1,200+ servers, and your agent can plug into almost any system. Here's how it actually works.
Browser agents — Operator, Atlas, Browser Use, MultiOn — are the most visible agent category. The capability is genuine, the failure modes are specific. Build with eyes open.
Everything comes together. Design, code, test, secure, and ship a production-quality agent with open-source code you can fork today.
ChatGPT's agent mode can browse, click, file taxes, book meetings, write code across multiple apps.
Models get more useful when they can act through tools. Learn the difference between hosted tools, your own functions, and MCP-connected capabilities.
Codex CLI is OpenAI's terminal coding agent. It runs locally, supports MCP, and ships a codex cloud mode for background tasks. Let's install it and compare it honestly to Claude Code.
The Responses API is OpenAI's modern surface. One call, text and tools. Learn the shape you'll use most.
Codex is not one button. It is a family of coding-agent workflows across web, CLI, IDE, GitHub, and CI. This lesson gives you the map.
Bolt.new opens a full dev environment in the browser and builds while you watch. It is the best tool when you need a throwaway prototype by tomorrow. Browser Dev Environment, AI at the Wheel Bolt.new is a browser-based coding environment from StackBlitz where an AI agent writes, installs packages, and runs your code while you watch a live preview.
A good vibe-coder portfolio isn't a gallery — it's three tiny apps you open every week. Here is the capstone plan to build yours.
Windsurf (from Codeium, acquired by OpenAI in 2025) competes with Cursor via Cascade, its autonomous agent. Deep look at where it's ahead, where it's behind, and the post-acquisition future.
Codex CLI is OpenAI's open-source terminal coding agent. Look at how it compares to Claude Code, what it does uniquely, and why it matters to non-Anthropic shops.
The Responses API is where OpenAI puts stateful conversations, multimodal inputs, tools, and structured outputs. Learn the shape before you build.
OpenAI now spans chat, coding agents, APIs, images, realtime voice, search, files, and tools. Learn which surface belongs to which kind of product.
Codex is no longer the 2021 model. In 2026 it is OpenAI's agentic coding product — a CLI, a cloud, an IDE plugin, and a GitHub reviewer all sharing one brain.
OpenClaw is an open-source agentic framework built around three primitives — souls (persistent personas with memory), heartbeats (autonomous loops), and skills (pluggable capabilities). Knowing those three tells you when OpenClaw is the right fit.
OpenClaw skills are pluggable capabilities — manifest plus procedure plus examples — that a soul discovers and invokes when the job calls for them. Understanding the anatomy is the first step to building or auditing one. Skills are how an OpenClaw agent grows hands OpenClaw is an open-source agentic framework that runs on your own machine.
Hermes is useful when you need open-weight instruction following, tool-call discipline, and local control more than frontier-model peak reasoning.
The first OpenClaw soul should do a low-risk scheduled job so you can learn heartbeats, logs, and permissions without anxiety. Write the smallest useful scope the agent can finish.
A tiny claw-style runtime trades features for auditability, speed, and fewer places for an always-on agent to go wrong.
The Responses API gives OpenAI reasoning models a stateful surface; understand how to carry reasoning across turns without re-paying compute.
The Realtime API streams speech in and out for low-latency voice agents; understand the latency budget and barge-in design honestly.
AI helps engineers wire OpenAI Codex CLI into build pipelines as a first-class step.