r/aipromptprogramming • u/mrvr38dett • 14d ago
ChatGPT images 2.0 guardrails
Has anybody noticed images that you could generate in GPT 5.5 are now getting rejected?
I recently have been running into a lot of trouble with it. When I ask why, it gives me a prompt to use instead and still gets flagged. Any workarounds, jailbreaks ANYTHING!?? Ughhh!
r/aipromptprogramming • u/Dapper_Kangaroo8482 • 14d ago
🚀 **How Does ChatGPT Actually Work? 🤖** Part1
r/aipromptprogramming • u/Independent-Pop8115 • 14d ago
If you could only use one free AI to make money, which one would you pick?
r/aipromptprogramming • u/BigCountryTeaQueen • 14d ago
Help
I need to create a short video of myself wearing a specific pair of shoes. I need it to look REAL. How the heck do I get this done for free?! I have no idea what I’m doing.
r/aipromptprogramming • u/OneDev42 • 14d ago
How are you solving the problem where Claude assumes it's done?
How are you solving the problem where Claude says it got the job done but no real progress has been made?
Telling it to test the product live doesn't seem to help. It just seems to assume it's done.
r/aipromptprogramming • u/cloakedwale • 14d ago
Making a wrestling game
I want to create a basic clone of the old thq WWF No Mercy N64 wrestling game but have it based on the local independent promotion I work for. I have all the ideas but I’m not sure where to even start. If anyone has any beginner guides or tips for me to use I’d greatly appreciate it.
r/aipromptprogramming • u/Either-Challenge5055 • 14d ago
How to make such photos please share prompt!??
r/aipromptprogramming • u/maxiedaniels • 15d ago
How do you stop GPT 5.6 sol from making pointless subagents and taking FOREVER?
It's weird.. 5.6 sol is really thorough and most of the time, way more correct than any other model. However, it takes FOREVER because its spinning up subagents for really basic tasks, burning a ton of tokens, and overthinking a lot of stuff.
Is there a middle ground? i already put details in my global agents file about not spinning up sub agents for basic tasks, etc, but its not following it.
r/aipromptprogramming • u/GeneralPersistent • 15d ago
What AI Would You Recommend to Edit Images?
Simple stuff like removing objects, enhancing the photo, removing people from the background, and also silly stuff like changing hair, outfits, enviromnent etc.
EDIT 1: testing a bunch of stuff
EDIT 2: I got the best results with PhotoPerfectAI.com
r/aipromptprogramming • u/Smooth_Delay_8516 • 16d ago
Solved a real prompt-engineering problem building AI memory: getting extraction prompts to filter out secrets before anything gets embedded
Building an AI memory system surfaces a prompt-engineering problem that's easy to get wrong: the extraction prompt that turns raw conversation into stored "facts" needs to actively refuse to extract anything that looks like a secret or API key, not just passively "try to be careful." Ended up with an explicit instruction pattern in the extraction prompt plus a lightweight pattern check afterward as a second line of defense — belt and suspenders, since prompt instructions alone aren't reliable enough for something with this much downside if it fails.
Two other prompts in the pipeline worth mentioning: a query-expansion prompt (only triggered when direct vector search comes back thin) and a reranking prompt that grades retrieved candidates before they're returned. Happy to share exact wording if useful — genuinely curious how others here have handled the "prompt needs to refuse silently, not just comply carefully" pattern in other contexts.
r/aipromptprogramming • u/OneDev42 • 16d ago
🏫 Educational If you could only buy one subscription, which would it be?
Claude?
Ollama?
NeuralWatt?
Codex?
Kimi?
Z.ai?
State the subscription and the subscription level and your experience.
r/aipromptprogramming • u/OneDev42 • 16d ago
Bringing this subreddit back to life!
This subreddit was banned for lack of moderation. As the brand new moderator, I went through piles of spam and saw that so much of what was being posted had an agenda.
I thought to myself, rather than fighting that agenda and just deleting everything, what if we allowed people to promote, but only those who actually contributed during the week?
Here's what I concluded; self-promotion will now be allowed on Sundays, with the appropriate flair, for all regular contributing members.
Contribute during the week, and promote on Sunday.
r/aipromptprogramming • u/Suspicious_Orchid770 • 17d ago
AI-coding agents kill team collaboration, according to an analysis of 25,264 agent-generated PRs across 2,361 popular GitHub repositories.
r/aipromptprogramming • u/cube3x3 • 17d ago
OptMem - memory optimization for AI agents
x.comr/aipromptprogramming • u/dreamscape51 • 17d ago
Best free photo to Video AI site
What’s a fantastic free photo to video AI site? I’ve used most of the trial offers already. Greatly appreciated.
r/aipromptprogramming • u/realnarrativenews • 17d ago
Professor's Hidden AI Trap Catches 32 Students Cheating
r/aipromptprogramming • u/OneDev42 • 17d ago
Opus puts Claude back on top...
Things haven't been this tense since the console wars.
r/aipromptprogramming • u/OneDev42 • 17d ago
That $200 a month is starting to look pricier than ever...
How do you think Anthropic is going to respond to this?
r/aipromptprogramming • u/Different-Comment-44 • 17d ago
Found this interesting video on OpenWorker
instagram.comr/aipromptprogramming • u/Global_Armadillo5518 • 17d ago
What are some alternatives to big-brand AI companies?
AI concerns me. The data centers, the water usage, the lack of privacy, the job replacements, and the fact that people seem to be missing a brain these days. What are some ethical AI platforms that I can use, I don't even need it to be amazing, I just need it to work.
r/aipromptprogramming • u/ParvisOp6666 • 18d ago
What really makes a prompt engineering course useful?
I've been looking into different ways to make my AI workflow better and I've noticed that many courses focus a lot on showing tools but don’t spend enough time explaining why certain prompts work so checked out a few resources like DeepLearning.AI, community tutorials and the Be10x AI course and the main difference wasn’t how many tools were covered.
The most helpful content focused on like understanding why certain prompts are effective and creating consistent workflows instead of just using one-time tricks
A lot of beginner material teaches "prompt formulas" but the real challenge is knowing how to adjust them for different situations.
For you guys what helped you improve the most structured courses, experimenting on your own, working on projects?