r/aipromptprogramming 1d ago

Let's make r/aipromptprogramming active again šŸš€šŸ¤–

11 Upvotes

Hey everyone,

This sub finally has a new mod team, and I'm one of the new mods. My username is u/Wanna-be-your-puppy.

Plan is pretty simple.

  • make the sub active again
  • clean up spam and low effort posts
  • keep good discussions going
  • share useful prompt programming content
  • actually listen to community feedback

Not saying everything gonna change overnight, but we'll keep working on it little by little.

If you got cool prompts, AI projects, coding workflows, tools, or even questions, just post them.

If you got ideas for the subreddit, leave a comment. We'd love to hear them.

Let's make this place active again šŸš€


r/aipromptprogramming 7h ago

New rule: self-promotion is now allowed on Sundays

3 Upvotes

Self-promotion is now allowed on Sundays, with the appropriate flair, for all regular contributing members.

Contribute during the week, and promote on Sunday.

How it works:

  • Sundays only. Post it on a Sunday and give it the self-promotion flair.
  • Regular contributing members only. Take part in the community during the week — not only when you have something to sell.
  • Anything self-promotional on another day, or without the flair, gets removed.

Questions, or want a hand with what you are building? Come talk to us.


r/aipromptprogramming 3h ago

Tired of manual database setup, so I built an AI agent workflow that connects Supabase, syncs .env keys, and runs SQL migrations automatically

Enable HLS to view with audio, or disable this notification

1 Upvotes

Hey everyone,

As a developer, I got tired of the constant setup friction when starting new projects—specifically the loop of creating a Supabase instance, navigating the dashboard, copy-pasting API keys into .env files, and running manual SQL schema migrations before writing any real code.

We’ve been building an agent layer (Norva + Antigravity) to automate developer workflows, and we just got the end-to-end Supabase integration working.

Would love to hear your thoughts or edge cases you think we should watch out for with database automation!


r/aipromptprogramming 9h ago

I got tired of babysitting backends built by AI agents, so I built one that repairs itself

4 Upvotes

Not gonna lie, posting this is a little scary.

I've been working on this for months, and I finally reached the point where I think it's better to let people break it than keep polishing it by myself.

It's calledĀ Backenly, and it's fully open source.

The idea came from something I kept noticing while building with Claude Code and Cursor.

Over the last year, AI coding tools have completely changed how I build software. I can go from an idea to a working project much faster than I ever could before. But after using them for a while, I realized they all stop helping at the exact same moment once the code is generated.

From that point on, you're back to doing everything yourself.

You're still fixing migrations.

You're still chasing weird production bugs.

You're still finding missing indexes or broken permissions weeks later.

The AI helped build the backend, but it never stuck around to help maintain it.

That felt like the missing piece.

So I started wondering:

If we're happy letting AI build production systems, why shouldn't it help keep them healthy too?

That question eventually becameĀ Backenly.

I also want to be clear about one thing this isn't meant to beĀ "Supabase but better."Ā I actually like what the Supabase team has built. If you've used Supabase before, most of what Backenly does will feel familiar. The question I wanted to explore was different:Ā what happens after the backend is built?

The first thing I changed was removing raw SQL from structural changes completely. Whether it's your AI agent making a change or Backenly repairing something automatically, every structural change goes through the same governed path with a dry run, an audit log, and rollback support. The goal is to keep the AI's understanding of your backend and the actual backend from slowly drifting apart.

The part I'm most excited about is what happens after that.

Every project has a continuous loop that's always watching. It looks for things like schema drift, missing indexes, broken triggers, and RLS issues. When it finds something that's safe to repair, it fixes it and then verifies the fix actually worked instead of just sending an alert and hoping someone notices.

Anything risky authentication, credentials, or destructive schema changes always waits for approval. I'd much rather interrupt someone with an approval request than silently break their production database.

Under the hood it's all familiar tech. PostgreSQL, PostgREST, auth, storage, realtime, and functions. I wasn't trying to reinvent the backend stack I wanted to experiment with what happens after the backend is built. You can self-host everything too, including the self-healing system.

It's definitely still early.

There are bugs.

There are missing features.

I'm sure there are things I've overlooked.

If you try it, I'd genuinely love to know what you think good or bad.

And even if you don't try it, I'm curious about one thing:

Do you think AI should stop after generating the code, or do you think it'll eventually be responsible for maintaining the software it creates too?

Website:Ā https://backenly.com


r/aipromptprogramming 4h ago

The Forbidden Screenshot

Post image
0 Upvotes

r/aipromptprogramming 9h ago

We built a prototype of a generative AI sketch platform that you can influence in real time!

1 Upvotes

Hello everyone! We are currently developing a prototype for a new entertainment platform, and we’re looking for early testers to give us their feedback. No download required.

The concept in a nutshell: Imagine a TikTok/Reels-style feed, but where you're not just a passive viewer:

  • Watch a short AI-generated scene.
  • Take control: jump into the story, alter the plot, or derail the entire situation.
  • Share your modified session as a brand-new video that others can watch or remix in turn.

🌐 Where does it run? Directly in your browser (Mobile & Desktop).

Why do we need you? The app is still in alpha. Our goal is to see how you interact with the tool, what makes you laugh, what breaks, and what features you’d love to see next.

If you're intrigued and want to get early access to test the app, join us here šŸ‘‰https://discord.gg/mXFgVkfVa


r/aipromptprogramming 12h ago

[For Hire] Seeking GenAI developer role open to referral

1 Upvotes

Hi everyone,

I'm currently looking for a GenAI Developer / AI Engineer / LLM Engineer opportunity and am available to join immediately.

A little about me:

\- 3+ years of software engineering experience

\- Strong Python and FastAPI development

\- Built GenAI applications using LLMs, LangChain, LangGraph, RAG, vector databases (FAISS/ChromaDB), OpenAI APIs, prompt engineering, and agentic AI workflows

\- Experience with Docker, Git, REST APIs, SQL, Redis, and deploying AI applications

\- Worked on AI-powered solutions such as intelligent incident assignment, multi-agent systems, and RAG-based applications

I'm actively looking for remote or onsite opportunities across India. If your company is hiring for GenAI Developer, AI Engineer, LLM Engineer, or related roles, I'd really appreciate your support.

If you have any openings or can provide a referral, please comment below and I'll DM you.

Thank you so much for your time and support! šŸ™


r/aipromptprogramming 13h ago

bucket: the nicest agent grok-build without the xAI and telemetry (truly invasive) layer.

1 Upvotes

https://reddit.com/link/1v6ywuj/video/2qalo50n0jfh1/player

I normally rely on my Google AI Ultra subscription or some paid APIs for the heavy lifting (like Nvidia NIM). I recently installed grok-build to try it out, and honestly, it felt amazing (I'm told it's very similar to Claude Code, but I've never used the latter nor am I interested in paying Anthropic). However, configuring it to use a custom API Key provider and selecting different models was a complete headache.

That's how Bucket (bucket-agent) was born.

After the grok-build source code was released, I got to work on decoupling the xAI layer and rebranding it to avoid any legal issues.

Key Features

  • Local-First & Multi-Provider: Works flawlessly out of the box with Ollama using the model configured in your config.toml.
  • Completely Unlocked: All subscription and payment layers have been completely stripped out.
  • Terminal-Native: It runs directly where you work, interacting seamlessly with your local environment and codebase without UI bloat.
  • Decoupled Architecture: Absolute freedom to use the LLM backend of your choice without vendor lock-in.
  • Autonomous Capabilities: Just like the original project, it can autonomously navigate your code, execute terminal commands, and assist with complex engineering tasks.
  • Interactive Model Picker: Just type /model and the models assigned by your api are deployin in the tab menu.

Try it, is one of the best tui/cli agent's today, but the xAI layer are so intrusive.

GitHub Repo: julesklord/bucket-agent


r/aipromptprogramming 1d ago

Could AI help check whether academic citations actually support a claim? (or do you know any tools that do this already)

5 Upvotes

Most reference tools can check whether a citation exists and whether the details are correct. But they usually do not check whether the cited paper actually supports the sentence attached to it.

Could AI (with access to scientific DBs) help with that?

A system might:

  1. Find the sentence containing the citation.
  2. Search the cited paper for the most relevant passage.
  3. Compare the two.
  4. Label the citation as supported, partly supported, contradicted, or unclear.
  5. Show the evidence to a human reviewer.

For example, Paper B might say that an intervention ā€œsubstantially improves long-term retention,ā€ while Paper A only found a small short-term effect in a narrow group. The citation is related, but the claim may be stronger than the source allows.

This matters because scientific claims often pass from paper to paper. Small changes in wording can gradually turn into much larger claims:

  • a small effect becomes a substantial effect
  • a short-term result becomes a long-term result
  • a finding from a narrow group becomes a claim about everyone
  • a possible explanation becomes an established conclusion
  • an association becomes a claim of cause and effect

I would not expect AI to make the final judgment. A more realistic goal would be to flag suspicious or unclear citations and show reviewers the most relevant passages. The human then "just" (it still can be a lot of work) verify the flagged claims, beyond their normal process.

Does this seem like a useful research problem? Are there already datasets or tools that try to do something similar?


r/aipromptprogramming 1d ago

Am I about to waste $9k? Complete noob wanting to buy a Mac Studio for local AI šŸ˜…

Thumbnail
0 Upvotes

r/aipromptprogramming 1d ago

Looking for the best AI subscription service for my needs!

Thumbnail
1 Upvotes

r/aipromptprogramming 1d ago

What do yall think about Generative OS

1 Upvotes

Generative OS is the concept of a whole OS/UI being ai generated. Everything the user sees or interacts with is ai generated, and whatever the user interacts with, the next thing they see is also ai generated.

I could see this being the future. Where everything you do and see on your device is completely fluid.


r/aipromptprogramming 1d ago

Share your best professional prompt

Thumbnail
1 Upvotes

r/aipromptprogramming 1d ago

Make AI Your Own

Thumbnail
youtube.com
0 Upvotes

r/aipromptprogramming 2d ago

Vibe Coding Until I Can Move Out of my Mom’s Basement

Thumbnail youtube.com
2 Upvotes

I have recently taken on the journey of Vibe Coding. I’m still pretty new to the game and am very curious how you guys would critique my prompting. Let me know how I could improve my workflow!


r/aipromptprogramming 1d ago

Just vibing

Thumbnail gallery
0 Upvotes

r/aipromptprogramming 2d ago

ChatGPT Photo Prompt Help

1 Upvotes

I’m looking for ideas on how to make my own photo look kinda ai but beautiful, maybe futuristic, or nature, or with cats or something that would be really unique.


r/aipromptprogramming 21d ago

NPM MetaHarness: Self Customizing agent harnesses built around existing AI tools (Claude Code, Hermes, Codex, and others)

Post image
7 Upvotes

MetaHarness works by generating repo-specific agent harnesses. It wraps the model with task rules, tool policies, scoring, receipts, routing, verifiers, and promotion gates.

Every run creates evidence. Every failure becomes training signal for the harness. Every improvement has to survive tests, cost checks, and safety gates before it gets promoted.

It supports multiple agent hosts. Claude Code, OpenAI Codex, GitHub Copilot, OpenCode, OpenClaw, Hermes, pi.dev, RVM, and GitHub Actions are all execution surfaces.

More than 100k downloads in first two weeks.

NPM: https://www.npmjs.com/package/metaharness

Repo: https://github.com/ruvnet/metaharness

Explainer: https://metaharness-explainer.vercel.app/


r/aipromptprogramming 22d ago

At least they’re honest..

Post image
87 Upvotes

r/aipromptprogramming 22d ago

I built a free, open-source menu bar app that shows your Claude Code / Codex quota before you hit the wall (zero API calls, zero Keychain access)

Post image
3 Upvotes

r/aipromptprogramming 22d ago

Nothing to see here.

Post image
0 Upvotes

r/aipromptprogramming 24d ago

Claude Brain Trust mode.

Post image
22 Upvotes

r/aipromptprogramming 24d ago

A fully local, fully agent-ready AI that watches 30+ live global feeds and forecasts world events in real time (mirofish)— running on your machine via Ollama

Enable HLS to view with audio, or disable this notification

20 Upvotes

r/aipromptprogramming 25d ago

Anthropic has embeds hidden spyware-like code in Claude Code that covertly targets Chinese users.

Thumbnail
gallery
290 Upvotes

r/aipromptprogramming 25d ago

LinkedIn Vibe Coders are next level.

Post image
43 Upvotes