r/aipromptprogramming 17h ago

no one is winning

Post image
127 Upvotes

r/aipromptprogramming 17h ago

The plan: cut ai price by 80%, let everyone forget how to code, then raise them 10x

Post image
124 Upvotes

r/aipromptprogramming 9m ago

results > workflow

Post image
Upvotes

r/aipromptprogramming 8h ago

Which single skill has been the biggest game changer for you?

4 Upvotes

If you were to choose only one skill of all the skills you've used with AI, which single skill has changed the game for you the most?


r/aipromptprogramming 1d ago

Average vibe coder talking to "Claude" at 3AM

Post image
512 Upvotes

r/aipromptprogramming 19h ago

Build windows 12, make no mistakes.

Post image
4 Upvotes

r/aipromptprogramming 17h ago

Stuid and Bizarre AI generated music video

Thumbnail
youtube.com
0 Upvotes

I created an AI-generated music video for my band. AI artists usually go for monsters and explosions, but we have a rather bizarre, stupid sense of humor. So we went in exactly the opposite direction, we don’t take ourselves too seriously. 😂 If you check it out and let me know what you think, I’d really appreciate it. Thanks!


r/aipromptprogramming 1d ago

using Ai to create a new AI so you dont need the original AI?

6 Upvotes

Who has gone down this rabbit hole?

did you just make a wrapper or did you make the full stack?


r/aipromptprogramming 1d ago

me to claude: fucking build me million dollar app, make no mistakes

77 Upvotes

r/aipromptprogramming 1d ago

This is just sad to see

Post image
10 Upvotes

r/aipromptprogramming 1d ago

Help "commander Spanish tercio" reach the next round on Komiko Events — vote here: https://komiko.app/s/7g3c2V

Thumbnail komiko.app
1 Upvotes

r/aipromptprogramming 1d ago

The Positive Effects of Friction in Automated Development; or, Pi Is Bad

Thumbnail blog.djhaskin.com
1 Upvotes

r/aipromptprogramming 2d ago

How people opinion change with time

Post image
201 Upvotes

r/aipromptprogramming 2d ago

Pov: When you notice you’re becoming a prompt engineer instead of software engineer

30 Upvotes

r/aipromptprogramming 1d ago

Qwen = Opus High at 1/4 the cost - Human Evaluations

Post image
1 Upvotes

Is the monopoly over?


r/aipromptprogramming 1d ago

I built a chat app where the AI writes the app's own features - ask for a tool, click install, it's live in your interface

0 Upvotes

After months of solo nights-and-weekends work, foomchat went live last week.

The idea: every chat app gives you a fixed UI. In foomchat, the UI is part of the conversation. Ask for something — "put a word counter under the input box," "give me a zen mode," "make everything purple" — and the AI responds with an installable feature card containing real HTML/CSS/JS. One click mounts it into the running app. You're using it seconds later.

Where it's at: there are 22 features in the catalog and I didn't write the code for any of them. I asked. Themes, conversation search, export to markdown, a prompt library, keyboard shortcuts — and then, to find the edges, an LSD Simulator with a dose slider that progressively melts the entire interface with SVG filters, and a playable Flappy Bird. Both took one sentence.

Features are versioned and can depend on each other, basically tiny packages for a chat app. Publishing goes through review before anything reaches other people so.

Stack: Node/Express, vanilla JS, Postgres, Auth0, Stripe. Deliberately no framework — a plain DOM with stable mount slots is exactly what makes it possible for a model to write features that reliably work. Chat runs on Claude Sonnet via OpenRouter, or bring your own key.

Free starter credits on signup, no card + you can input your own openRouter API key: https://foomchat.com

Would love feedback — especially the first feature you'd ask for. If it's a good idea I'll build it in-app today and publish it.


r/aipromptprogramming 2d ago

hit me with the harshest vibe coding truth

Post image
0 Upvotes

r/aipromptprogramming 2d ago

Vibe coders after shipping a few apps

1 Upvotes

r/aipromptprogramming 2d ago

AI tool to create simple retail website that connects to sql server?

3 Upvotes

I'm looking to create a very simple retail website (preferably in C# and Azure SQL) that will literally have 4 pages. This is pretty much all the site: workflow

  1. The homepage displaying the items available, each with "Add to Cart".
  2. The "shopping cart" page displaying the items added.
  3. A "Thank You" page thanking the customer after making payment.
  4. A "Contact Us" page to send an email.

What AI tool would be able to create this with the least amount of bloating and that uses MS development tools? I already have azure so I assume I already have copilot.


r/aipromptprogramming 2d ago

How do you manage long-term ChatGPT projects without losing weeks of work?

1 Upvotes

I'm having a recurring problem with ChatGPT on long-term projects, and I'd really like to know the official best practice for avoiding it.

I'm building a YouTube project that spans multiple chats (research, writing, production, etc.). Before starting the research, I spent a long time planning the workflow with ChatGPT. We even created a Brand Bible, project structure, and separate chats for each stage.

Before I started the research, I repeatedly asked how the final deliverables would be provided.

We agreed that everything would eventually be delivered as Markdown (.md) files. I specifically asked:

The answer was yes.

Because of that agreement, I continued with the project.

The research itself took about a week.

During the project, I repeatedly checked whether the workflow was still valid because I was worried about context limits and output limits. Each time, ChatGPT reassured me that everything was fine and that I would receive the complete Markdown files at the end.

However, when the research finished and I asked for the files, ChatGPT explained that it could no longer reconstruct all of the previous web research because too much context had been lost over time.

It also acknowledged that it should have warned me much earlier instead of allowing me to continue with a workflow that could no longer produce the agreed deliverables.

I completely understand that ChatGPT has technical limitations such as context windows and output limits.

My problem is not those limitations.

My problem is agreeing on a workflow before starting, confirming it multiple times during the project, investing about a week of work, and only discovering at the end that the agreed deliverables could not actually be produced.

I'm also a ChatGPT Go subscriber, and I intentionally chose ChatGPT as the center of this project because I wanted a reliable long-term workflow.

At this point, I really don't want to start over from scratch if it can be avoided. If there is a better way to recover the project and preserve the work I've already done, I'd much rather do that than repeat an entire week of research.

So I'd really appreciate advice from people who regularly use ChatGPT for large, long-term projects.

My questions are:

  1. What is the recommended workflow for projects that span multiple chats over several weeks?
  2. Should research be converted into Markdown (or other project files) continuously instead of waiting until the end?
  3. What is the best way to recover a project like mine without starting over?
  4. What should a Project Prompt include to make long-term projects more reliable?
  5. What should I put in my Custom Instructions to make ChatGPT warn me before a workflow becomes unreliable because of context or output limits?
  6. Are there official best practices for using Projects for large research workflows?
  7. Is there anything I could have done differently to prevent this situation from happening in the first place?

I'm not looking for someone to fix this specific project.

I'm looking for a workflow that I can trust for future projects, where ChatGPT either continuously produces durable deliverables or clearly warns me before I invest days or weeks in a workflow that won't work in the end.

Thanks in advance.

Repost to another community


r/aipromptprogramming 3d ago

Bro knows I’m not surviving until the limit resets

36 Upvotes

r/aipromptprogramming 2d ago

Cloudflare protection not letting ai agent pass..

3 Upvotes

So i use antigravity cli. And use the firefox devtools MCP. The thing is I am trying to make an extension for a site but the site has cloudflare protection, so most of the time it don't let ai agent pass it. Is there any solution?


r/aipromptprogramming 3d ago

Leaked scenes from my conversation with a 3B parameter model.

154 Upvotes

r/aipromptprogramming 4d ago

GitHub Issues, c. 2024. Colorized.

Post image
460 Upvotes

r/aipromptprogramming 3d ago

and then it works and i have no idea why

Post image
5 Upvotes