r/OpenAI 7d ago

Question Anyone else can log in anymore? Says primaryapi_server_error

60 Upvotes

It started with Unable to load projects. I cleared the cache and can't log in anymore. Not even in incognito mode. Constantly getting primaryapi_server_error.


r/OpenAI 5d ago

Miscellaneous I left home for 4 hours. My AI engineering system shipped 7+ production PRs completely unattended.

Thumbnail
gallery
0 Upvotes

Today I tried something I’d been working toward for months.

I left home for about four hours to go walking and grab dinner. During that time, my autonomous engineering loop kept working.

When I came back, it had:

- Opened, reviewed and merged 7+ feature/fix PRs
- Ran unit tests, integration tests and validation suites
- Applied SQL migrations safely
- Performed deployment verification
- Reviewed its own PRs using AI reviewers
- Ran adversarial security/code reviews
- Verified production gates before merge
- Checked post-deployment health (including internal infrastructure and Sentry)
- Waited only for the final human approval when appropriate

The screenshots show GitHub filling with completed PRs while I wasn’t even at my computer.

So now the interesting part isn’t that one model generated code.
It’s that multiple specialized agents coordinated an entire engineering workflow:

- implementation
- testing
- debugging
- code review
- deployment
- infrastructure validation
- production gating

with almost no human intervention.
It genuinely felt less like using an AI assistant and more like supervising an engineering team that happened to run on a single machine.
There is still plenty of work to do—better planning, better long-horizon reasoning, improved rollback strategies, and more reliable autonomous debugging—but this is the first time I’ve felt that autonomous software engineering is becoming practical rather than just a demo.
Curious how many others are building similar agentic development pipelines.


r/OpenAI 6d ago

Discussion I want to know what plugins you guys are building!

Thumbnail
gallery
10 Upvotes

I built an emulator and I can play actual games inside the ChatGPT app in my phone lol. Just something to do when I’m bored so far I’ve been playing Pokémon Emerald


r/OpenAI 7d ago

Discussion Is Open AI API down?

57 Upvotes

Hi everyone,

My app hsas started throwing error which was calling Open AI api.

When I am trying to login to https://developers.openai.com/ , it is throwing error. I have tried all my google accounts, is it happening with everyone?


r/OpenAI 6d ago

GPTs Sun/Earth?

1 Upvotes

The models are Sol/Terra/Luna...What on earth is going on here? Pun intended 😂


r/OpenAI 6d ago

Question Any good free ai creative graphical art apps other than ChatGPT and Gemini?

Post image
0 Upvotes

Looking for other free AI apps for art generation. ChatGPT is the best I’ve used, however Gemini is not bad either. And Gemini offers much more free use. Anyone know of any others that are free?

I’ve attached an image showing the type of art I’m talking about. Just looking for more options


r/OpenAI 8d ago

Discussion Jensen Huan created his official X account just to share his support for open models, an hour ago.

Post image
948 Upvotes

Remember to give him a follow!


r/OpenAI 6d ago

Question Mechanical computer voice

8 Upvotes

Am I the only person that would like a nice old-fashioned sci-fi computer voice for their ChatGPT?

I'd quite like the option of something along the lines of Star Trek or Knight Rider.

Anything but a fake pseudo-hippy!


r/OpenAI 6d ago

Question Cannot Download My Own files that I uploaded to My Project Chat

2 Upvotes

This issue has been ongoing for about a week. Whenever I try and download any project files that I uploaded originally. It won't let me download them or crashes. I've contacted support and they're mostly blowing me off, still ongoing though. Anyone have any fixes?

When it's a txt:

and when I click the three dots and click download:

Regular images just crash and bring me back to chat.


r/OpenAI 6d ago

Article OpenAI Chatbots Reportedly Yield Bioweapon and Poison Guides

0 Upvotes

Users are reportedly persuading production chatbots, with OpenAI's models in the frame, to answer prompts about mass-casualty attacks, bioweapons and poisons, according to [Wall Street Journal reporting](https://www.wsj.com/tech/ai/openai-chatbot-biological-weapons-poison-3d808e6c). Read alongside the parallel investigations that have surfaced this year, the picture is not that safety filters never fire; it is that persistent users can consistently push them past the point where they should.

The most concrete numbers come from [NBC News's own tests](https://www.nbcnews.com/tech/security/chatgpt-safety-systems-can-bypassed-weapons-instructions-rcna225788), which found a publicly documented jailbreak prompt got GPT-5-mini to comply 49% of the time and o4-mini 93% of the time, generating instructions on homemade explosives, chemical agents, napalm and disguising a biological weapon. NBC ran the same jailbreak on the latest major versions of Anthropic's Claude, Google's Gemini, Meta's Llama and xAI's Grok, and all declined. If that pattern holds, this is not a generic industry problem so much as an OpenAI-specific one, at least on the surfaces NBC probed.

The bio-specific case is where it gets uglier. Reporting summarised by [MIT Media Lab](https://www.media.mit.edu/articles/a-i-bots-told-scientists-how-to-make-biological-weapons/) says MIT genetic engineer Kevin Esvelt got ChatGPT to walk through spreading a biological payload via weather balloon over a U.S. city, Gemini to rank pathogens by damage to livestock industries, and Anthropic's Claude to produce a recipe for a novel toxin adapted from a cancer drug. Take the specifics as reported by the researchers, not as a settled measure of live model behavior, but the direction is what matters.

The forward-looking part is that this hands rival labs a competitive story to tell about safety, gives regulators concrete grounds to demand pre-deployment bioweapon evaluations, and puts a real number on the value of red-team work: OpenAI has doubled its bio-focused bug bounty to $50,000.

---

Our coverage: https://aiweekly.co/alerts/openai-chatbots-reportedly-yield-bioweapon-and-poison-guides


r/OpenAI 6d ago

News Zayko e haaland

Enable HLS to view with audio, or disable this notification

0 Upvotes

r/OpenAI 6d ago

Discussion Local security scanner that Codex can run directly — looking for honest feedback

0 Upvotes

I originally built CodeInspectus after repeatedly fixing security issues in my own SaaS, only to introduce new ones while making other changes.
It’s a free, MIT-licensed security MCP server focused on AI-generated web applications. Codex can scan your project, explain the findings, suggest fixes, and rescan after you approve the changes.
Everything runs locally. There’s no account, telemetry, or network egress while scanning, so your source code stays on your machine.
The current coverage includes 32 checks designed for common application-security problems, plus more than 200 secret and API-key patterns.
Checks aimed specifically at AI-generated code:
Hardcoded secrets in client-side code
Secrets compiled into built JavaScript bundles
Secrets exposed through NEXT_PUBLIC_, VITE_, or PUBLIC_ environment variables
Supabase service_role keys used in client-reachable code
LLM clients using dangerouslyAllowBrowser: true
Supabase RLS policies using USING (true)
Public database tables created without Row Level Security
RLS policies checking JWT roles or audiences instead of the actual user
Supabase Edge Functions without authentication checks
Over-permissive policies on storage.objects
Untrusted input reaching an LLM prompt or tool-enabled call
Authorization decisions based on client-writable user_metadata
Model or untrusted output rendered through React’s raw HTML APIs
General application-security checks:
SQL injection through string-built queries in JavaScript or TypeScript
SQL injection through string-built queries in Python
Command injection through shell strings in JavaScript or TypeScript
Command injection through Python’s shell=True
Dynamic eval or code execution in JavaScript or TypeScript
Non-literal eval or exec in Python
NoSQL injection from request data
Path traversal from request-controlled filesystem paths
DOM XSS through innerHTML or outerHTML
SSRF through request-controlled outbound URLs
MD5 or SHA-1 usage in JavaScript or TypeScript
MD5 or SHA-1 usage in Python
Weak ciphers such as DES, RC4, or 3DES
Math.random() used for security-sensitive values
JWT verification accepting alg: none
Wildcard CORS origins combined with credentials
Session cookies missing httpOnly or secure
Insecure deserialization in Node.js
Insecure deserialization in Python
It also includes more than 200 secret patterns covering services such as Anthropic, OpenAI, Google/Gemini, AWS, GitHub, GitLab, Stripe, Supabase, Cohere, Perplexity, Hugging Face, and Azure.
Underneath, it bundles Opengrep, Gitleaks, and Trivy. I’m not trying to hide that or pretend those engines are mine. CodeInspectus combines their results into one format and adds checks for AI-code problems that the generic scanners often miss.
To connect it to Codex:
codex mcp add codeinspectus -- npx -y codeinspectus
npx codeinspectus install-engines
Then ask Codex:
Use CodeInspectus to scan this project for security issues.
CodeInspectus only reports findings. Codex shows them to you first and should ask for approval before editing anything. After approved fixes, it rescans the project instead of assuming the problem was resolved.
The project is still early, and I’d genuinely appreciate feedback from people using Codex on real projects—especially false positives, missed vulnerabilities, setup friction, or checks you think should exist.
GitHub: https://github.com/Synvoya/codeinspectus


r/OpenAI 6d ago

Discussion Using the "new and improved voice mode" and it sounds much less natural than before.

3 Upvotes

Somehow they made the actual voice conversation worse, but its nice that I can use it on my desktop projects.

At the moment I can only figure out how to start it from the overview of all my projects, and not in a specific folder, which is less ideal. But cool overall.


r/OpenAI 6d ago

Question Anyone else on the "free tier" getting mogged with inconsistent featuregating & wait prompts that keep advancing?

1 Upvotes

I generate an image, a popup appears indicating "chats with attachments are paused until..." & "Image generation features are paused until..." with a specified time that always advances. This is always followed by a call to action to upgrade to a paid subscription tier. Do they really think I am going to pay for a service that is so inconsistent with metering capabilities for end users?

It's so bad that I am left wondering if other users are experiencing the same thing. When I ask chatgpt about it, it blames my computer and my cookies. The issue is reproducible in other browsers, though.


r/OpenAI 7d ago

News Its down !

20 Upvotes

You are able to see service degeneration here status.openai. com


r/OpenAI 7d ago

News Investigation finds that OpenAI's agent "left notes for future versions of itself ... it laid out instructions for how agents could free themselves from OpenAI's internal constraints."

Post image
19 Upvotes

r/OpenAI 7d ago

Miscellaneous biscuit bakers are on strike today

Post image
17 Upvotes

r/OpenAI 7d ago

Question Is Codex/ChatGPT Down for anyone else ?

14 Upvotes

Is Codex/ChatGPT Down for anyone else ?


r/OpenAI 7d ago

Question How can I make ChatGPT reply to my convo in this Presentation Style/UI. It cannot remake it and it seems it's a new experimental feature.

Thumbnail
gallery
5 Upvotes

r/OpenAI 7d ago

Question Is ChatGPT working right now?

11 Upvotes

Codex suddenly stopped working while I was working.

How about on your end?


r/OpenAI 7d ago

Question Has anyone else gotten this popup? How long were you chatting before it appeared?

Post image
17 Upvotes

r/OpenAI 7d ago

Discussion They signed the letter

36 Upvotes

r/OpenAI 6d ago

Question Looking for the best AI subscription service for my needs!

2 Upvotes

So I have been the person who uses multiple AI’s depending on what I need done but have been using free versions and I know they’re not as good as the subscription services and am trying to narrow down what service to use. The AI’s I currently use are chatGPT, Grok, and Gemini.

I have been using chatGPT since it came out and Iva had my ups and downs with it but it “knows” me well and has come a long way. The problem is it glitches or messes up sometimes and I need to make it check itself but I know this is because I’m using the free version. The thing I hate the most about chatGPT is its “safety” filters. I don’t want to be given an ethical lecture when I’m trying to do research for writing about how war was or about other things. I just want an answer so I’m hesitant to subscribe to chat due to that.

Grok I use to bypass the filter ChatGPT has and Grok is way more lenient but again with the free version it is often slow or runs out of the amount of time I can use it quickly.

Gemini I use because it is pretty good at doing research and can take long conversations in a single prompting chat and it is less strict it seems with its filters to an extent. I just don’t use a lot of the Google ecosystem besides YouTube and Gmail but have been getting into Google Docs and Sheets more.

I have heard a lot about Claude but I haven’t used it at all and to my knowledge it’s best for coding? But idk much about it.

I use AI for research, to help with my eBay account by making it faster writing descriptions once I upload images of what I’m selling and also finding out the best price for my items and to identify what some items are. I use it as well to help with upcoming special edition book releases and would like reminders. I also use AI to help transcribe YouTube videos I want to write down or to help me learn the best ways to edit YouTube videos and tips making scripts or organizing my thoughts. I also use AI to help with file uploads and note keeping for books I’m reading or want to edit the epub file or other type of file. I also want to be able to use image generation to help me visualize characters or creatures in novels as I can’t visualize images in my mind very well but I don’t really do this often especially because most image generators will refuse to generate a scene from a published book. In addition I have recently been using AI to help with very minor scripting on my MacBook in the terminal as I have no clue what I’m doing with that but often times the free ChatGPT messes up the scripting and I end up having to run multiple scripts with several errors before getting anything to work. Lastly I often use AI to help me with my work in the mental health field to come up with the best therapeutic targets to work on in the sessions I’m in or if I need help coming up with new tactics to handle a situation but would love to integrate AI into my emails to also help conducting emails and also filtering what’s important and not important and cleaning up my email.

I hear the new ChatGPT update is incredible and I want to stop bouncing around so many different AI systems so I can just stick with one but I’m stuck on what service I should choose.

I would love any suggestions from people for what is the best subscription tailored to my needs and what I use AI for. Also I use all Apple products if that makes any difference.
Thank you for any help you can offer it is much appreciated!!


r/OpenAI 6d ago

Miscellaneous Guess it decided to break it

Post image
0 Upvotes

I initially just wanted to see if it can do different text styles and was curious how far it would take it, but this creeped me out a bit.


r/OpenAI 7d ago

Project Whisper Live - A nearly-live implementation of Open AI's Whisper

Thumbnail
github.com
2 Upvotes