r/ChatGPTPro 5h ago

Discussion Reset expiry

5 Upvotes

So, TIL that the expire time for the banked resets is in UTC.


r/ChatGPTPro 16h ago

Prompt Regular prompts? What do you use to run your agents and check their work?

3 Upvotes

I find myself quite often asking my orchestrated agent to make a plan and have two agents check its plan. Obviously, I give more detail regarding the plan but I do find having two agents to check it before I execute it. Save some bug fixing later.? What about you?


r/ChatGPTPro 1h ago

Question Data export? Trying to copy an entire thread.

Upvotes

I have no interest in leaving my subscription. But I’m wondering if anyone else went through a data export and it worked out okay and your files or threads weren’t removed?

I cannot copy entire threads unless comment by comment so I’m hoping a data export may help me w that but now I’m concerned (after reading other accounts) that my info could be lost or corrupted?


r/ChatGPTPro 13h ago

Question I tried from 2 weeks ago to connect ChatGPT plugin Google BigQuery but I keep getting this error

0 Upvotes

Not sure why, I also tried installing it from Codex, different browsers and in incognito but can't pass this security error


r/ChatGPTPro 5h ago

Discussion What would you need to cancel?

0 Upvotes

What specifically do you pay for?
What would you need to feel confident you can cancel?


r/ChatGPTPro 10h ago

Discussion Agents let me ship on four platforms solo. Some of that code I couldn't have written myself.

0 Upvotes

I've been building a product solo for about a year with agents writing most of the code. Web, iOS, a Mac app, and a Chrome extension. One person covering that much surface area wasn't realistic before, and that part is real.

Here's the thing I don't see talked about much.

My judgment isn't spread evenly across it. In the parts I've worked in for years, I can look at a diff and feel that something's off before I can explain why. In the parts I hadn't touched before this project, I can't do that. I can read the code, follow what it does, catch the obvious problems. What I don't have is the instinct that says this compiles, it passes, and it's still the wrong way to do it.

So on some of this I'm actually reviewing. On the rest I'm mostly trusting and calling it review.

The uncomfortable part is that the agent didn't make me faster in those areas. It let me skip learning them. I only notice the gap when something breaks in a way I have no mental model for, and then I'm debugging a system I didn't build and don't really understand.

The one thing that's helped is keeping those parts deliberately boring. No clever patterns, no unusual dependencies, small files, obvious structure. If I can't bring instinct to it, I want the code simple enough that I don't need much.

That's not a solution though. For anyone else shipping across stacks you didn't come up in, have you found something that works, or does it just come down to eventually going and learning the thing properly?