Is that a ttyd/wetty-style web wrapper around Cursor CLI on a Raspberry Pi, or something custom?
@romainhuet
-
Codex Team Updates Coming Soon and Italian Cappuccino Preference
By
–
Yes! The Codex team is hard at work, we’ll have some updates very soon! As for coffee… nothing beats a great Italian cappuccino!
-
Codex handles coding tasks while enjoying Sunday morning coffee
By
–
Nothing like watching Codex handle my coding tasks while I sip my Sunday morning coffee
-
OpenAI Summer Meetup Celebration After GPT-5 Launch
By
–
Such a fun evening welcoming the community to our @OpenAI Summer Meetup last night, just hours after launching GPT-5 and two days after dropping our new open models. What a week! Grateful to celebrate with developers and partners who helped bring these models to the world!
-
OpenAI GPT-5 Coding Examples Showcase Released
By
–
Shoutout to the folks at @OpenAI who contributed creative ideas, and especially to @seratch and @kagigz for curating them and building this showcase in record time! Prompts and examples on GitHub: https://
github.com/openai/gpt-5-c
oding-examples
… Explore the gallery: -
GPT-5 Generates Beautiful Frontend Applications from Single Prompts
By
–
GPT-5 is astonishingly good at frontend development.
— Romain Huet (@romainhuet) 8 août 2025
Here’s a gallery of dozens of beautiful demo applications, each generated entirely in a single GPT-5 prompt, without writing any code by hand! ✨ pic.twitter.com/lVzJEryrbGGPT-5 is astonishingly good at frontend development. Here’s a gallery of dozens of beautiful demo applications, each generated entirely in a single GPT-5 prompt, without writing any code by hand!
-

GPT-5 Coding Demo: Building Email App in Cursor
By
–
Really awesome to see @mntruell and @gdb discuss GPT-5, the best coding model in the world. Watch them go from a prompt and a wireframe to a polished email app from scratch in @cursor_ai
. -

GPT-OSS Models Reach #1 and #2 on Hugging Face
By
–
Both gpt-oss models are trending #1 and #2 among 2M models on @huggingface
! Thanks to the open-source AI community for your support since launch. We’re following discussions and will pop in when we can—feel free to ask questions, share ideas, and show what you’re building! -

Building Strong Foundations for Open Source GPT Models
By
–
Great perspective and tips from @ClementDelangue on the early days of gpt-oss. Building strong foundations take time, and we’re excited to be working with inference providers and @huggingface to help these models perform at their best. Please keep your feedback coming!
-
Tool Calling in Open Models: Passing Reasoning Back with Results
By
–
Tip for developers testing function calling: In these open models, tool calling is part of the chain-of-thought. When the model calls a tool, keep in mind you need to pass that reasoning back when sending the tool’s result.