@php_martin: OpenAI Codex is now free. But what really shocked me isn't the free part — it's that local open-source models can deliver AI Agent performance close to the cloud experience. The video demonstrates 4 real-world scenarios: fixing a crashed space game, building a Whac-A-Mole web game in minutes, generating an Apple-style product homepage, and even launching a browser to search, download, and save files on its own.
Summary
OpenAI Codex is now free, but even more surprising is that local open-source models can achieve AI Agent performance close to the cloud, demonstrating scenarios like fixing games and developing web games without requiring API keys or internet.
View Cached Full Text
Cached at: 06/16/26, 01:37 PM
OpenAI Codex is now free.
But what really blew my mind isn’t the free part.
It’s that a local open-source model can actually deliver a cloud-like AI Agent experience.
The video demonstrates 4 real-world scenarios:
- Fixing a broken space game
- Building a Whack-a-Mole web game in minutes
- Generating an Apple-style product landing page
- Opening a browser, searching, downloading, and saving files on its own
No API key needed, no cloud dependency — it even works offline.
If you’re planning to try local AI, there’s one pitfall to avoid:
Don’t use Ollama’s default context length directly. Change it to 16K or 8K, or you’ll likely get stuck in a “reconnecting” loop.
Token freedom may not be here yet.
But the local agent era? It’s already arrived.
Similar Articles
@Saccc_c: https://x.com/Saccc_c/status/2058057029810594206
The article provides a detailed introduction to OpenAI's AI Agent desktop application, Codex App, covering its core features (local file read/write, web search, software control, automation, etc.), installation steps, usage tips, and differences from ChatGPT, helping users get started quickly.
@php_martin: https://x.com/php_martin/status/2064975977860440439
This article provides a comprehensive introduction to the features and usage of the OpenAI Codex desktop application, including project management, skill/plugin system, automation, and multi-task parallel development strategies. It also offers practical cases and risk warnings, aiming to help users efficiently utilize AI agents for parallel development.
@berryxia: Codex has now transformed itself into a factory capable of building AI products autonomously. OpenAI officially announced today: Codex now includes an 'OpenAI Developers' plugin, allowing you to create API keys and call all OpenAI APIs directly from the terminal. Automatically turning ideas into fully functional...
OpenAI announced that Codex now features an 'OpenAI Developers' plugin, supporting the creation of API keys and invocation of all APIs directly within the terminal, enabling automated construction from idea to runnable AI applications and agents.
@denziideng: No censorship, no restrictions - the open-source AI image and video tool has arrived, and it's so satisfying. Want to use top models like Flux, Kling, Sora, Veo to generate images and videos but are restricted by platform review and need to pay for subscriptions? Now there's an open-source project that directly open-sources all these features. Open-Generative-AI…
Open-Generative-AI is an open-source multimedia creation platform that integrates over 200 generative models, supporting image, video, lip sync, and more. It has no content filtering, can run locally or in the cloud, and is completely free.
@php_martin: After 88 seconds, it started working on its own|1/5
The author tested the Codex AI Agent, which went from installation to automatically executing tasks in just 88 seconds, including file organization, web scraping, writing code, and running scripts, all locally. This marks the entry of AI Agent into ordinary users' computers.