Tag: openai
All the articles with the tag "openai".
-
Async vs Threads in Python — Why Async Wins for AI Agents
A concept guide on Python threading, the GIL, asyncio, and why async is the right choice for AI agent code that calls LLM APIs and runs inside a Textual TUI.
-
OpenAI Codex: From Code Model to AI Agent Ecosystem
A comprehensive study of OpenAI Codex's evolution from a 2021 autocomplete model to a full-featured AI code agent platform in 2026, including architecture, product comparison, and lessons for building AI agents.