Tibor Blaho
@btibor91.blaho.me
350 followers 39 following 3.5K posts
Lead Engineer at AIPRM.com and LinkResearchTools.com, building AIPRM for ChatGPT & Claude
Posts Media Videos Starter Packs
Pinned
btibor91.blaho.me
Did you know there's an extension for ChatGPT & Claude called AIPRM that helps you use and customize prompts and share them with a team?
btibor91.blaho.me
From the new currencies added to the ChatGPT web app, ChatGPT Go is probably rolling out next in Brazil, Egypt, Kazakhstan, Nigeria, South Africa, and Tanzania
btibor91.blaho.me
ChatGPT Go plan is now available in 16 additional countries

(Afghanistan, Bangladesh, Bhutan, Brunei Darussalam, Cambodia, Laos, Malaysia, Maldives, Myanmar, Nepal, Pakistan, Philippines, Sri Lanka, Thailand, Timor-Leste (East Timor), Vietnam)
btibor91.blaho.me
- brainstorm ideas, plan together, ask, search, create images, and chat together (ChatGPT together)
- invite links to join your group chat
- no one in this conversation has access to your personal ChatGPT memory
btibor91.blaho.me
New ChatGPT Android app beta (1.2025.280) adds more references related to "Direct Messages" / "Group Chats"

- turn on/off assistant auto-response (respond automatically/when mentioned)
- rename the assistant and update assistant personality
- block accounts
btibor91.blaho.me
"Direct Messages" has now been added to the ChatGPT Android app (version 1.2025.273 beta) - codename "Calpico" / "Calpico Rooms"

Direct messaging was first introduced yesterday in the new Sora 2 iOS app, and now code references in the ChatGPT Android app show it includes direct messaging too
btibor91.blaho.me
Anthropic is working on a lot of small UI tweaks in the Claude web app recently, including a new "command palette" (hidden for now) and a new experiment "add menu simplification"
btibor91.blaho.me
I hadn't noticed this before, but ChatGPT web app has a hidden feature that adds a useful table of contents sidebar
btibor91.blaho.me
ChatGPT web app has a new keyboard shortcut to quickly toggle Developer mode for using unverified connectors (CMD + . / CTRL + .)
btibor91.blaho.me
Enterprise and Edu workspaces can now use an admin-managed sync connector for SharePoint where admins authenticate once and deploy at workspace scale while ChatGPT enforces existing SharePoint permissions

help.openai.com/en/articles...
btibor91.blaho.me
ChatGPT now supports Notion and Linear as synced connectors for Pro, Business, Enterprise, and Edu users so teams can securely bring Notion pages and Linear issues/discussions into Chat for fast answers and summaries
btibor91.blaho.me
- For image generation can currently use gpt-image-1 or gpt-image-1-mini which offers quality and latency comparable to gpt-image-1, input fidelity not supported with mini model, not currently on roadmap for local variant as open models today are text-based only
btibor91.blaho.me
- Current guardrails are real people including public figures cannot be generated and input images with faces of humans currently rejected, but possible to generate realistic fictional people
btibor91.blaho.me
- Can use image references to guide video generation in API, though currently doesn't natively support arbitrary input image sizes with automatic letterboxing, can achieve same effect by pre-processing image before uploading using tools like ffmpeg or lightweight Python/JavaScript scripts
btibor91.blaho.me
Sora 2 API Capabilities and Limitations

- Sora 2 in API available in all countries where OpenAI API is currently live including Philippines, while Sora App access currently limited to United States and Canada only
btibor91.blaho.me
- Priority API not yet available in Codex CLI, opted for GPT-4.1 for DevDay demo since likely to be faster for setup and needed file search which isn't yet supported on GPT-5 with minimal reasoning
btibor91.blaho.me
- Using medium reasoning or GPT-5-Codex should both be faster options, latency definitely top of mind, option where models run faster is fun idea thrown around few times but no concrete plans at this time
btibor91.blaho.me
Model Access and Performance

- GPT-5 Pro coming to Codex via ChatGPT account, though bear in mind by default it will think longer and use rate limits faster than GPT-5-Codex, with some ideas for how to make most of GPT-5 Pro in Codex, should already have all same tool use as GPT-5 in ChatGPT
btibor91.blaho.me
- Going to continuously improve Codex SDK, shipped Codex Slack app on Monday, now super hard at work on improving Windows support across the board with expectation to see incremental improvements over coming weeks
btibor91.blaho.me
- Plan spec from Shipping With Codex event available in OpenAI cookbook repository, app-server code in Codex Rust repository shows protocol that powers IDE extension, shipped GitHub Action that can serve as template for BitBucket Pipeline integration
btibor91.blaho.me
- Multiple customers use Codex as one of the agents inside Agents SDK workflows
btibor91.blaho.me
Codex SDK Integration and Tool Support

- Codex SDK simplest when task is something Codex can handle end to end, usually coding related tasks like code Q&A, codegen, bug triage; if building more complex workflow with handoffs between multiple agents beyond Codex, Agents SDK is the way to go
btibor91.blaho.me
- All agents too scared of exceptions and unable to leverage interactive debuggers like gdb, thinking about solving this more generally as life is not all about Python, lots of open research questions still for parallel subagents
btibor91.blaho.me
- Exciting updates will come within next 6-12 months on codebase level understanding, learning over time, helping humans understand and onboard, being proactive in spotting opportunities and sending fixes
btibor91.blaho.me
- Constantly tuning sandbox and planning to ship permanent allowlisting of commands, planning to roll out much better authflow today or tomorrow for device code login
btibor91.blaho.me
- Thinking about Plan mode, looking at background bash so Codex can run API server and test it, edit code, run again for autonomous loop, considering hooks but no firm decisions yet on best solution
btibor91.blaho.me
Codex CLI Roadmap and Capabilities

- Plan to keep CLI as top priority with no plans to cut Pro limits, goal remains high enough to use Codex as daily coding agent for full workweek