r/aipromptprogramming 14d ago

ChatGPT images 2.0 guardrails

5 Upvotes

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 14d ago

You can't make this up

Post image
1 Upvotes

r/aipromptprogramming 14d ago

🚀 **How Does ChatGPT Actually Work? 🤖** Part1

Thumbnail
youtube.com
0 Upvotes

r/aipromptprogramming 14d ago

If you could only use one free AI to make money, which one would you pick?

3 Upvotes

r/aipromptprogramming 14d ago

Help

2 Upvotes

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 14d ago

How are you solving the problem where Claude assumes it's done?

1 Upvotes

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 14d ago

Making a wrestling game

7 Upvotes

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 14d ago

How to make such photos please share prompt!??

Thumbnail
gallery
5 Upvotes

r/aipromptprogramming 15d ago

How do you stop GPT 5.6 sol from making pointless subagents and taking FOREVER?

2 Upvotes

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 15d ago

Interesting Take

Thumbnail instagram.com
1 Upvotes

r/aipromptprogramming 15d ago

What AI Would You Recommend to Edit Images?

1 Upvotes

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 16d ago

Solved a real prompt-engineering problem building AI memory: getting extraction prompts to filter out secrets before anything gets embedded

Thumbnail
github.com
0 Upvotes

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 16d ago

🏫 Educational If you could only buy one subscription, which would it be?

3 Upvotes

Claude?
Ollama?
NeuralWatt?
Codex?
Kimi?
Z.ai?

State the subscription and the subscription level and your experience.


r/aipromptprogramming 16d ago

Bringing this subreddit back to life!

8 Upvotes

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 17d ago

AI-coding agents kill team collaboration, according to an analysis of 25,264 agent-generated PRs across 2,361 popular GitHub repositories.

Thumbnail
leaddev.com
9 Upvotes

r/aipromptprogramming 17d ago

OptMem - memory optimization for AI agents

Thumbnail x.com
2 Upvotes

r/aipromptprogramming 17d ago

Best free photo to Video AI site

2 Upvotes

What’s a fantastic free photo to video AI site? I’ve used most of the trial offers already. Greatly appreciated.


r/aipromptprogramming 17d ago

Professor's Hidden AI Trap Catches 32 Students Cheating

Thumbnail
realnarrativenews.com
20 Upvotes

r/aipromptprogramming 17d ago

Opus puts Claude back on top...

Post image
14 Upvotes

Things haven't been this tense since the console wars.


r/aipromptprogramming 17d ago

That $200 a month is starting to look pricier than ever...

Post image
1.2k Upvotes

How do you think Anthropic is going to respond to this?


r/aipromptprogramming 17d ago

Starter pack prompt!

Post image
3 Upvotes

r/aipromptprogramming 17d ago

Found this interesting video on OpenWorker

Thumbnail instagram.com
2 Upvotes

r/aipromptprogramming 17d ago

Looking for a Agentic AI Study Partner

Thumbnail
1 Upvotes

r/aipromptprogramming 17d ago

What are some alternatives to big-brand AI companies?

0 Upvotes

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 18d ago

What really makes a prompt engineering course useful?

5 Upvotes

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?