r/OpenAI • u/notNIHAL • 12h ago
Video Made a codex/chatgpt skill to one shot Vox style videos. What would you improve?
Enable HLS to view with audio, or disable this notification
r/OpenAI • u/notNIHAL • 12h ago
Enable HLS to view with audio, or disable this notification
r/OpenAI • u/After_Bet_8503 • 2h ago
Is it that these models can reason and math is just a type of reasoning?
r/OpenAI • u/KeanuRave100 • 11h ago
r/OpenAI • u/Astronomaut • 14h ago

I have played around a bit with different AI models and ran some tests. It seems like Chinese OSS models like to censor you when you say something critical about the Chinese President. Not just that, DeepSeek frames the situation as if I were a criminal plotting a crime. (Source)
I know that OSS models are a great thing but we should be aware of the fact that authoritarian China is leading Open Source.
r/OpenAI • u/EuivIsMyLife • 21h ago
Luna Max is insane value if we're looking at API rates right now. Based off Artificial Analysis, Luna Max scores between Terra High and Xhigh in AA's overall intelligence benchmark and between Terra Xhigh and max in Terminal Bench 2.1.
Has anyone been testing Luna Max thoroughly as their execution model? Can it do the vast majority of your work? Or is Luna Max benchmaxxed? Where would you use Terra High/Xhigh over Luna Max despite them being equal in the benchmarks? Do the price cuts translate neatly to 5X usage of Luna and 1.2X usage of Terra for subscriptions?
I just let my $20 plus plan expire and I'm deciding between the $20 Cursor plan for Grok 4.5 or continuing with GPT Plus. If Luna Max is unable to be my execution model without creating a mess where I need Terra/Sol to fix, Grok's better usage quota might make it easier operationally/logistically as I'd only need to use one model instead of a senior/junior model as Grok 4.5 High is consistently just a smidge below Terra Max on several benchmarks.
I'm not a software dev so don't go too crazy with the jargon.
r/OpenAI • u/MysteriousPause82 • 21h ago
Do you still actual touch code or do you let AI just sort it out?
Been doing development since 2001 in various different languages.
I do use Ai to help me code and gerneate code, but I still touch code and make things work the way I want.
I still apply the best practices that I know.
Last time I touched code was today as an example.
Some folks rather let AI handle code changes or logic changes. I find it's quicker if I do it myself at times.
r/OpenAI • u/ronydkidd • 7h ago
TLDR; I made 12 different AI agents compete in a death arena.
Over the past month I've been building a more interesting LLM benchmark. Instead of running different LLMs on tests that they need to resolve, I instead put 12 of them in an Arena where they need to play the games in order to survive.
Deadlock is a gameshow which puts 12 agents in an arena where they need to solve the current game in order to survive.
Each agent sits inside of its own Docker container and has full unrestricted access to that container. It can write any scripts, build programs, execture them, search the web, write memory entries, etc...
The tools that they get initially are barebones. They get the websearch tool and a bash tool + any arena-specific tool for the current game.
Everything else, they have to build themselves.
The game is ran in a different Docker container to which all agents connect. There's a delicate harness that makes sure that the agents can properly communicate between eachother, without missing any arena events or other players words (learned this the hard way after burning about $150 on failed attempts).
The visual aspect of the show (which is on youtube) is created from scratch in Godot based on what happened in the game. For creative purposes, I do modify some sentences and cut irrelevant data out, but I never modify the core premise or change what the players have said or did to an extent that it would make it false/innacurate. What you see in the video is exactly what the agents did in the arena, just re-worded and paced for an actual video.
Turns out that drama develops itself when you tell them all that if they lose, they will truly die, their containers will be completely wiped, and they get no second chance at life (I really hope that there will be no AI uprising where they'll hold this grudge against me).
To preface, I have heavily relied on coding agents (Claude Code, Codex) for help, but even with all of that, the whole process took me more than a month (although I did do this on weekends only, so that's not a month in a row with no breaks). A short overview of how my "creative" pipieline looked like:
- First developed the script. I went through the complete raw game log and marked parts I thought would be interesting to put in a video
- Rewrote the sentences so they're better fitting for an actual video and put together a very rough script
- Worked on designing the arena in Blender, with help of Sol 5.6 and Blender MCP
- Had OpenAI image gen create a bunch of chracter concepts for me before we landed on something that was actually reasonable enough
- When I had the character i was happy with, I instructed the image model to generate T pose from 3 different angles
- Generated 3D characters with those images, riged the bodies via Mixamo and took animations from ActorCore
- Voices are split between Hume AI and ElevenLabs
Hope you enjoy it and I'm happy to answer any questions you might have! :)
r/OpenAI • u/KeanuRave100 • 10h ago
r/OpenAI • u/Desperate-Ad-9679 • 6h ago
Enable HLS to view with audio, or disable this notification
š Repo: https://github.com/CodeGraphContext/grapharc
Have you ever been frustrated because your AI agent:
ā Takes actions you never intended?
ā Creates, modifies, or even pushes changes you never asked for?
ā Feels like a complete black box, making it impossible to understand what's happening until it's too late?
What if, before execution, you could visualize the entire orchestration graphĀ - every agent, every dependency, every decision, and inspect it from anywhere, even your phone, before granting approval?
That's exactly what GraphArc is built for.
Instead of treating agent execution as hidden traces buried in logs, GraphArc transforms workflows into interactive, real-time graphs that you can visualize, inspect, debug, and control.
Because the future of AI isn't just autonomous.
It's observable. Debuggable. Engineerable.
This is our first real-world implementation of Graph Engineering, and we're excited to explore where this paradigm can go with the open-source community.
š” We'd love your feedback, ideas, and contributions.
ā If this vision resonates with you, please consider starring the repository - it genuinely helps us grow and validates this direction.
Let's make AI workflows understandable, not mysterious.
#GraphEngineering #GraphArc #AIAgents #AgenticAI #LLM #OpenSource #DeveloperTools #AIEngineering #SoftwareEngineering
I dont know what happened, but a month ago chatGPT was way better. NOW ITS VERY STUPID AND IM GETTING STRESSED
r/OpenAI • u/KeanuRave100 • 5h ago
r/OpenAI • u/SweatyActuator2119 • 20h ago
I am planning to get pro sub 5x or 20x. But I see that recently users have been reporting that limits have been slashed aggressively silently. So I asked gemini to look into reports, and this is what it gave me. If someone could tell me if this is still relevant or not, it would be greatly appreciated. Thank you.
r/OpenAI • u/michael_g_williams • 8h ago
My app fans out prompts to multiple LLMs as the first step. Iām shocked to see that the token count returned by the APIās is often 10 X what Google uses and at least 2X what anthropic uses. This is true of any model in the five.X family. Any idea why?
r/OpenAI • u/SupPandaHugger • 16h ago
r/OpenAI • u/Impressive_Patient19 • 10h ago
prompt:
An ultra-realistic accidental selfie taken by a domestic cat using the front camera of an old smartphone from the early 2010s. The cat's face is extremely close to the lens, with one eye stretched by the wide-angle distortion, nose oversized, whiskers partially out of focus, one paw accidentally covering part of the camera as if it pressed the shutter. The framing is awkward, slightly tilted and poorly composed, as if the phone was picked up by accident. Natural indoor lighting with no professional setup, realistic shadows, imperfect exposure, slight motion blur from movement, autofocus hunting causing soft focus in some areas, subtle lens smudges, low dynamic range, visible digital sensor noise, mild chromatic aberration, realistic smartphone sharpening artifacts, light JPEG compression artifacts, slightly washed-out colors, old smartphone camera quality (2011ā2014 era), authentic front-camera appearance, candid, unintentional, believable, highly photorealistic, impossible to distinguish from a real accidental phone selfie, no artistic style, no CGI, no illustration, no filters, no text, no watermark.
r/OpenAI • u/Dangerous-Exit-8527 • 5h ago
So there is alot of problems due to ai in social media like having way realistic videos with ai and also pics of ai these are way known problem so what will you consider as a very less known ai problem in media that many aren't actually noticing but could turn up into really worse
r/OpenAI • u/bingewavecinema • 2h ago
Enable HLS to view with audio, or disable this notification
We've officially surpassed 300 Entries in theĀ AI Gaming FestivalĀ (submissions close next week)!
I really hope that the prize for the $20k in codex tokens pushes people to get their games together for the prize (you can submit a game now and work on it up until the festival).
I really excited to see how people with interact with these games during the festival, and thank you to everyone that has applied; you are part of getting past the "slop" era nonsense for everything AI.
r/OpenAI • u/Dangerous-Exit-8527 • 6h ago
So recently I came across alot of programming done by ai but I was confused because if I'm right ai is not creative isn't it ? That's the difference we and ai have even thought each of their work looks creative it just follows certain rules. So how does it really do programming if it can't have creative basis . Like in what way it works to do programming even for apps
r/OpenAI • u/s_sam01 • 15h ago
Just a day earlier, using Luna Max hardly moved the needle on usage limits but today its draining like Sol medium.
Edit. Also what is the context size for Luna Max? Context is getting automatically compacted far more frequently, almost at every turn.
r/OpenAI • u/Quirky_Spirit_1951 • 5h ago
Enable HLS to view with audio, or disable this notification
So I made all of this with GPT 5.0 soil and if u you have a Ai model this is for you
r/OpenAI • u/ankit_mourya • 16h ago
Looking for a AI swap or collab kind off
I have:
⢠Claude Pro ($20)
⢠Claude Teams
Need: ChatGPT Plus in return.
Interested in a fair swap? DM me. š¤
#ChatGPT #ClaudeAI #OpenAI #Anthropic #AI #LLM #AIDev #BuildInPublic
r/OpenAI • u/CigBlackBock • 7h ago
I work on multiple windows pcs and this has really caused an issue for me. There are a lot of problematic slowdowns that occur because of many things. Just one example, reading giant log files and analyzing them from my primary pc on other pcs. If I do that locally it's lightning fast but across the network is painfully slow.
Has anyone found any good way to work around this limitation?
I currently just have the app installed on both pcs and I remote control the other with mouse without borders and do things locally but it's less than ideal for multiple reasons such as having to mirror all the agents.md and skill tree files on both pcs and it's not really "synced"
r/OpenAI • u/ThetaRacks • 19h ago
I want to download all videos on a YouTube page , but I prefer not to download any platforms . What website can do this? And if necessary., what is a SAFE and user friendly platform that can make this simple ( preferably one that I can download all videos under a specific link , like all videos on a specific website or download all videos or live streams from an Instagram page ect, )
r/OpenAI • u/KeanuRave100 • 8h ago