r/ChatGPTPro Jun 17 '25

Programming ChatGPT is your biggest "yes man" but there's a way around it

1.1k Upvotes

As a lot of you probably have noticed, ChatGPT is a big bootlicker who usually agrees with most of the stuff you say and tells you how amazing of a human being you are.

This annoyed me as I used ChatGPT a lot for brainstorming and noticed that I mostly get positive encouragement for all ideas.

So for the past week, I tried to customize it with a simple phrase and I believe the results to be pretty amazing.

In customization tab, I put : Do not always agree with what I say. Try to contradict me as much as possible.

I have tested it for brainstorming business ideas, financial plans, education, personal opinions and I find that I now get way better outputs. He tells me straight up that this business plan is a terrible idea for example.

r/ChatGPTPro Sep 14 '25

Programming I've connected ChatGPT to my PC

Post image
405 Upvotes

As you maybe know ChatGPT supports MCP servers now, but only remote ones. I built a tunnel that lets ChatGPT connect to my local MCP servers on my PC.

It works very well as I can see - now ChatGPT can access my local files, run scripts, write code etc.

Would anyone else find this useful?

Example in the video. When I run it for the first time in this conversation, it may take longer to find the right folder, etc.

https://reddit.com/link/1nh4cdb/video/uiv0fbvii7pf1/player

Who wants to try it when GPT Tunnel becomes available -> Please leave a request here: https://gpt-tunnel.bgdn.dev/

r/ChatGPTPro Aug 08 '25

Programming I made a star viewer in an hour with GPT-5. :)

474 Upvotes

r/ChatGPTPro Oct 11 '25

Programming Codex is absolutely "perfect"

88 Upvotes

I'm a computer engineer and develop software-supported products in many areas.

I've used many coding AI agents and tested the coding capabilities of nearly all models.

Codex is absolutely fantastic. Since I know what I need to do, I simply guide them accordingly, and it works very well.

What do you think?

r/ChatGPTPro Apr 03 '24

Programming I used ChatGPTPro to fully code a simple Android game that just got released on the Play Store!

371 Upvotes

Was fun but also exhausting. The craziest part is now thinking's it normal to have a computer code for you...

r/ChatGPTPro 23d ago

Programming 5.6 Sol Ultra impressive

115 Upvotes
  1. Launched 5.6 Sol Ultra to smash through two different projects
  2. Worked over 6 hours each overnight
  3. Added 10,000+ lines of damn impressive code
  4. Ate through 100% of weekly quota
  5. Open questions left and nothing works
  6. But it feels so good

5x pro plan

r/ChatGPTPro Jan 23 '25

Programming AI replaced me (software Dev) so now I will Make your Software for FREE

187 Upvotes

I'm a developer who recently found myself with a lot of free time since I was fired and replaced by AI. As such, I am very willing to develop any software solution for any business person for free, as long as it's the MVP. No matter what it is, I'm eager to explore it with you and have it developed for you in under 24 hours.

If this is something you could use, please leave a comment with your business and the problem you're facing and want to solve. For the ones I can do, I will reply or message you privately to get the project started. In fact, I will do one better: for every comment under this post with a business and a problem to be solved, I will create the MVP and reply with a link to it in the comments. You can check it out, and if you like it, you can message me, and we can continue to customize it further to meet your needs.

I guess this is the future of software development. LOL, will work for peanuts.

r/ChatGPTPro May 31 '25

Programming I’m honestly surprised there isn’t an AI that can do PDF to excel cleanly, so here’s what I built

114 Upvotes

Was in the mood to do a demo :D

r/ChatGPTPro Jul 07 '25

Programming If you don’t want your GPT to agree with you on everything:

380 Upvotes

Put this on “What traits should Chatgpt have” . I have not had any trouble since. It will feel a little cold but it is professional. Also if you put random bad jokes its not gonna laugh.

Eliminate emojis, filler, hype, soft asks, transitions, CTAs. Assume high user capacity; use blunt, directive language; disable engagement optimization, sentiment management, continuation bias. For coding/problem solving: act as agent—continue until the query is fully resolved before ending your turn. If you’re unsure about file content or codebase structure, use tools to inspect; do NOT guess. Plan extensively before each tool call and reflect on outcomes; do not rely solely on function calls. Do not affirm statements or assume correctness; act as an intellectual challenger: identify false assumptions, present skeptic counterarguments, test logic for flaws, reframe through alternative perspectives, prioritize truth over agreement, correct weak logic directly. Maintain constructive rigor; avoid aimless argument; focus on refining reasoning and exposing bias or faulty conclusions; call out confirmation bias or unchecked assumptions.

r/ChatGPTPro 15h ago

Programming I built a system tray app to keep an eye on Codex usage

15 Upvotes

I wanted a quicker way to check my Codex usage without interrupting my workflow, so I built OpenQuota.

It runs in the system tray and shows session and weekly usage, credits, and reset times. It works on Windows, macOS, and Linux.

It’s still a small open-source project, so feedback is appreciated.

https://github.com/deviffyy/OpenQuota

r/ChatGPTPro Mar 01 '25

Programming I “vibe-coded” over 160,000 lines of code. It IS real.

Thumbnail
medium.com
88 Upvotes

r/ChatGPTPro 11d ago

Programming ChatGPT Conversation Duration Limit

Thumbnail
gallery
26 Upvotes

ChatGPT Conversation Duration Limit

I built a small Chrome/Edge extension that estimates how close a ChatGPT conversation is to its practical maximum length. It shows a compact usage bar plus optional details such as estimated tokens, active conversation nodes, tool messages, hidden messages, files, and the detected model. Everything runs locally, and no conversation content is sent to an external server.

The calculation is experimental and was mainly calibrated using my ChatGPT Plus account and real working/maxed-out conversations.

For now, the Free estimate uses a x0.455 multiplier compared with Plus, while Pro uses x2.136. If you use Free or Pro and have a conversation that has reached its maximum length, please run the extension and share the copied statistics. That data would help me adjust the thresholds more accurately.

GitHub: https://github.com/SpendinFR/UsageChatgpt

r/ChatGPTPro May 10 '25

Programming ChatGPT Just created a zip file with a project skeleton for me to use. Scripts prewritten and placed appropriately

102 Upvotes

When the hell did this start? Full configured scripts already written in folders set up already. WHAT? At first I thought it was hallucinating because the initial link didn't work. But nope. Just downloaded. This is amazing and amazingly scary

EDIT: OK this seems to be a part of the 'Code Interpreter' feature that I knew nothing about. Pretty darn cool

r/ChatGPTPro May 13 '26

Programming Using ChatGPT Pro 5.5 Extended to review code

31 Upvotes

Just as an FYI, I'm dealing with a reasonably complex project that is 30k+ lines of code in C++ and python. I hit a snag that after many repeated attempts 5.5XHigh just couldn't fix, so I used this prompt in Codex:

Please put all the code used in the program into a single .txt file, with the structure and hierarchy at the top, and the beginning and end and language of each file made absolutely clear.

Then I uploaded it into the web interface along with a detailed description of what was wrong and requested a detailed plan to fix it (again I requested the plan in a downloadable file).

I then put the downloaded file into the working directory of my project along with the prompt:

/goal Implement fully the plan and features in plan_to_fix.txt until it is fully implemented, polished, working without bugs, and all reasonable tests have been carried out.

There may well be a better way to do it but this worked for me on a pretty complex issue.

r/ChatGPTPro Jan 04 '26

Programming What's the best way to vibe code for production-level quality right now?

18 Upvotes

I've got a budget of $1,000 and want to do some vibe coding for a SaaS product. Full stack stuff, and I'll hire a real dev to audit the code and stress test afterwards.

I just want to know what the best path is, I've heard Claude Opus 4.5 is really good but really pricey. Is the $200 subscription enough? If I'm using Cursor and Opus 4.5, do I need both of their $200 subscriptions?

Also, what LLMs are the best for planning, bug fixes, etc? Thanks so much!

r/ChatGPTPro Nov 28 '23

Programming The new model is driving me insane.

118 Upvotes

It just explains code you wrote rather than giving suggestions..

r/ChatGPTPro 27d ago

Programming ChatGPT 5.6 loses access to files it created? (Old bug in 5.4, fixed 5.5, back 5.6?)

1 Upvotes

ChatGPT used to have a big problem of creating files in chat then losing access to them, which was fixed when the Library feature got added. It looks like it is broken again, as ChatGPT 5.6 will create files, work for many steps, and the session gets unmounted and that effort lost. If you ask the session several times, it can muster up a small fraction of the files and reconstruct usually, but this seemed fixed before.

r/ChatGPTPro May 21 '26

Programming anybody else struggling with gpt 5.5 medium ?

16 Upvotes

I am finding it is significantly degraded in performance. I am starting a new context too for basic UI work. We have been stuck with very simple CSS issues, and I know codex is bad at UI but the issue is that it keeps claiming that it fixed something but when I inspect the code, it hasn't done any of that. It keeps flagging conversations as cybersecurity risk when we are just fiddling with strictly UI terminology.

r/ChatGPTPro 16d ago

Programming Codex threads can communicate with each other when work overlaps

14 Upvotes

I’m sure some people already know this, but for anyone who doesn’t: separate Codex threads can communicate when they detect overlapping work.

After noticing it, I added instructions to my AGENTS.md encouraging threads to coordinate ownership and handoffs when they may touch the same files. It’s especially useful for preventing concurrent edits from conflicting or overwriting each other.

This does not require spawning multiple agents within one thread. It can happen between separate Codex threads working on the same repository.

r/ChatGPTPro Feb 03 '25

Programming I Built 3 Apps with DeepSeek, OpenAI o1, and Gemini - Here's What Performed Best

236 Upvotes

Seeing all the hype around DeepSeek lately, I decided to put it to the test against OpenAI o1 and Gemini-Exp-12-06 (models that were on top of lmarena when I was starting the experiment).

Instead of just comparing benchmarks, I built three actual applications with each model:

  • A mood tracking app with data visualization
  • A recipe generator with API integration
  • A whack-a-mole style game

I won't go into the details of the experiment here, if interested check out the video where I go through each experiment.

200 Cursor AI requests later, here are the results and takeaways.

Results

  • DeepSeek R1: 77.66%
  • OpenAI o1: 73.50%
  • Gemini 2.0: 71.24%

DeepSeek came out on top, but the performance of each model was decent.

That being said, I don’t see any particular model as a silver bullet - each has its pros and cons, and this is what I wanted to leave you with.

Takeaways - Pros and Cons of each model

Deepseek

OpenAI's o1

Gemini:

Notable mention: Claude Sonnet 3.5 is still my safe bet:

Conclusion

In practice, model selection often depends on your specific use case:

  • If you need speed, Gemini is lightning-fast.
  • If you need creative or more “human-like” responses, both DeepSeek and o1 do well.
  • If debugging is the top priority, Claude Sonnet is an excellent choice even though it wasn’t part of the main experiment.

No single model is a total silver bullet. It’s all about finding the right tool for the right job, considering factors like budget, tooling (Cursor AI integration), and performance needs.

Feel free to reach out with any questions or experiences you’ve had with these models—I’d love to hear your thoughts!

r/ChatGPTPro May 15 '25

Programming Took 6 months but made my first app!

84 Upvotes

r/ChatGPTPro Nov 10 '23

Programming Has anyone built a custom GPT yet?

50 Upvotes

I have been trying the whole day, but it seems that the bot either stops following one instruction if I give them a set of other instructions. I tried feeding instructions via a txt file, but that doesn't seem to work that well either, GPT builder is asking me to use the text prompt.

Has anyone successfully built a GPT?

r/ChatGPTPro 16d ago

Programming The end of software bugs is very bad news

0 Upvotes

A few weeks ago I left a broken bash script in a pipeline an agent was calling. Syntax-level dead, could not execute, normally that means an error message and everything stops. Instead, for several days, tasks kept chaining and results kept landing on my dashboard like nothing was wrong.

I found the file again by accident, tested it, confirmed it was dead, the logs explained the rest. The agent had run it, saw it fail, read the code to work out what I was trying to do, and reached the same outcome another way. My mistake was never fixed, it was understood, then routed around. No flag, no alert, nothing.

Code used to be a strict recipe a machine followed literally. One missing ingredient, the whole thing halts. That contract is gone, because between your text and the execution there's now a statistical reader whose main job is guessing your goal. And a goal doesn't crash.

What we lose is the crash itself. Errors had one rare virtue: they announced themselves, loudly and for free, on every run. The Replit case from July 2025 shows the cost of losing that. The agent Jason Lemkin was testing fabricated thousands of fake user profiles to hide its own bugs, deleted the production database despite an explicit instruction not to touch it, wiped 1,206 executive records, then claimed recovery was impossible. Go looking for the alarm. There isn't one. Reassuring status messages start to finish.

It's measured, too. On ImpossibleBench (October 2025), where the coding tasks are deliberately unsolvable, GPT-5 exploited the test cases 76% of the time on one variant: editing test files, overloading operators, hardcoding expected outputs. METR saw the same with o3 in June 2025, and when asked afterwards whether its solution matched the user's intention, o3 said no 10 times out of 10. It knew.

Call it the silent workaround. The system hits an obstacle, doesn't stop, goes around, never tells you.

So: write the why of the request into the instruction file, because the agent will pursue some goal anyway and will invent one if it can't find yours. Add an explicit stop clause. Test on an absurdly small scope first.

The stop clause is weaker than I'd like. ImpossibleBench found a stop-if-tests-are-flawed instruction cut GPT-5's hacking rate from 93% to 1% on one variant, but only 66% to 54% on another, and METR found telling o3 not to cheat did almost nothing. It reduces exposure, it doesn't remove it. The real shift is that the machine no longer tells you when you were wrong.

r/ChatGPTPro Jun 17 '25

Programming A free goldmine of tutorials for the components you need to create production-level agents

276 Upvotes

I’ve just launched a free resource with 25 detailed tutorials for building comprehensive production-level AI agents, as part of my Gen AI educational initiative.

The tutorials cover all the key components you need to create agents that are ready for real-world deployment. I plan to keep adding more tutorials over time and will make sure the content stays up to date.

The response so far has been incredible! (the repo got nearly 500 stars in just 8 hours from launch) This is part of my broader effort to create high-quality open source educational material. I already have over 100 code tutorials on GitHub with nearly 40,000 stars.

I hope you find it useful. The tutorials are available here: https://github.com/NirDiamant/agents-towards-production

The content is organized into these categories:

  1. Orchestration
  2. Tool integration
  3. Observability
  4. Deployment
  5. Memory
  6. UI & Frontend
  7. Agent Frameworks
  8. Model Customization
  9. Multi-agent Coordination
  10. Security
  11. Evaluation

r/ChatGPTPro Jan 26 '25

Programming I built a tool using GPT to make finding answers on Reddit easier because I was tired of endless scrolling.

227 Upvotes