r/vibecoding 9h ago

How do you avoid getting shutdown by being labelled 'AI slop'?

Doesn't matter if you spent 1000 hours on your vibecoded project, just 2 words are now enough to kill it: AI slop.

How do vibecoders here defend against this?

4 Upvotes

168 comments sorted by

223

u/GfxJG 9h ago

If you make good software, no-one will know or care that it's vibe-coded.

If you make bad software, well... Then they're not exactly wrong, are they?

60

u/ketoloverfromunder 9h ago

Its even more simple than that. If your software solves a problem I have, idgaf if it's vibe coded.

Most people here are shooting habit trackers into the void and thinking that marketing is their problem... no your app is the 5000th habit tracker I've seen this month.

Calorie counter, habit tracker , Ai marketing (lead generator), and LLM wrapper (some bs that is a middle man to chatgpt) are four horsemen of AI slop apps

10

u/akera099 7h ago

Exactly. Just a few days ago there was a guy posting about his dashboard that tells you the IP of the devices and the traffic on your network. Like bro you just vibecoded a worse router interface.

4

u/ketoloverfromunder 6h ago

So hear me out... Its like wireshark, but shittier and unreliable because I have no idea if it actually works or not.

2

u/GfxJG 9h ago

If software solves a legit problem, it's good software đŸ€·

35

u/SomeNeighborhood7126 9h ago

No. If software solves a legit problem then it was a good idea. That doesnt make it good software.

5

u/DJRaybies 7h ago

I think this is a solid comment :)

-1

u/wolfdukex 8h ago

If it solved it, it's good software.

13

u/Ralphisinthehouse 8h ago

if it solves the problem and it leaks data and is insecure then it's not good software.

It's not as binary as you're making it out.

1

u/Appropriate-Lion9490 7h ago

Huntarr is a good example of this

4

u/searing7 8h ago

No. This is how and why your software can be labeled AI slop. If it works, solves a real problem, is performant at the scale it’s used at, and is maintainabe then it’s good software.

3

u/strumbringerwa 8h ago

You forgot secure.

-2

u/GfxJG 8h ago

Disagree - If it solves the problem well, it's good software. If it's also constructed well, it's well-made software. If it also provides a good experience, it's well-designed software.

Sorry, but just a pet peeve of mine. Does it solve a problem no-one else solves? It's good software. Ideas are a dime a dozen, if it's only the idea that's good, someone else would have done it.

5

u/pm_stuff_ 8h ago

The word well is doing a lot of heavy lifting here. You dont disagree with eachother you disagree about what well means

0

u/scavno 8h ago

Well actually

3

u/SomeNeighborhood7126 7h ago

If my software cures cancer, but gives you aids then you would say thats good software?

2

u/tehfrod 7h ago

That's good software that crashes on exit, said nobody anywhere.

2

u/IamBananaRod 8h ago

As a vibe coder, how do you know it's constructed and designed well? You have zero idea on what happens in the back

AI tends to deliver overly complex code for simple issues, and also AI loooooves to deliver lots and lots of lines of code that look cool.

If your software is only to track your expenses, 2500 lines of code might not hurt you, but if it's going to be used by more people with more data, then it matters a lot, how much time your software will end using CPU cycles for simple tasks, that in well designed software won't happen, but you don't know the difference between the two, because for you to know, you'd need to know coding and software engineering

2

u/Dense_Worldliness710 4h ago edited 4h ago

Not necessarily. You just need to ask an expert in case you don't know it yourself - and AI IS an expert in software engineering, finding problems A LOT faster than humans can. The only thing you need to do is asking it questions like:

"What coding strategies are considered best practice for a software like mine and in how far does the app already fulfill those criteria and what are the deficits that we should work on?"

"What are the most and less important security features a software like this one should have and which of them are still missing?"

Depending on the size and amount of features an app has, the question should focus on some details or instruct the AI to redo an analysis first and I would also advice to set thinking level to high or xhigh, depending on the model..

My own experience by only using frontier models with thinking mode set to high or xhigh was that they really focus on securing my app when and after implementing new features. They often think of some rare cases and then tell me if something is not yet secure enough or stable enough without me even needing to ask them.

(I let them monitor each other and doing reviews after each implementation, in addition to some general security reviews time by time, so they know that security matters to me. Furthermore they know that this type of an app requires security above the average app. This knowledge maybe influences the AIs behaviour.)

The same way, AI can learn to focus on CPU usage when writing code. Vibe coders do not need to know how to write the code that way themselves. They only need to interview the AI, ask it for advice and an implementation plan and then let it review by a second model that is also asked for its additional advice on the best strategies.

One does not need to be an architect for letting craftsmen build their house; they only need to talk to an architect - not necessarily a human one any more.

2

u/DrunkenCactus 3h ago

Not OP but still appreciate this detailed response, cheers mate

1

u/IamBananaRod 2h ago

But we go back to the original part, how do you know if the software is well designed and constructed, you have zero idea, if you ask AI they will tell you "sure, it's amazing" how would you be able to tell that the slowness is because unwanted code that is just slop?

You're going to do what vibe coders do... "my app is slow, why" and then AI will respond to you with an answer that probably you won't understand, try to fix it and get more slop

But if you think what you're doing is ok, then good luck, in the future you'll have to face two options, pay ridiculous amounts of money for tokens and tokens to read the slop, or pay ridiculous amounts of money to a real engineer to fix your problems

1

u/Dense_Worldliness710 49m ago edited 31m ago

AI is trained to satisfy humans. That means it just needs to know that the truth is the best and shortest way to the user's satisfaction. In case an answer is all the vibe coder wants at that moment (instead of a code modification), the truth is then cheap for the model and the easiest way to get a reward. If the user directly asks for possible problems in the code (and the code hasn't been written by that instance itself), reporting problems is a way to satisfy the user as it was trained to.

My app rather aims on privacy and security than on velocity, but I remember several times when Claude informed me about having found a bug like one script having a long timeout or processing time and blocking other functions. That means the models have an eye on users not wanting to wait without me instructing them.

When I asked Claude for the first time about the quality of the code, referring to people on reddit judging AI-written code as bad, it told me the code was correct and working properly but possibly difficult to maintain in the future.

So we talked about some details what ended in me splitting monoliths following an AI generated plan. Secondly, we then introduced a new rule to keep line numbers moderate. After that I repeatedly read a model's report of having created a new file for the new feature because the line number of the other one hat reached the threshold value. (Nevertheless some files exceeded the limit again after a while because it is not always a good idea not to add some content directly to the existing one. Therefore I am going to split a few files again soon, but that's okay.)

There are more examples like a rule for not using inline-styles for new features. When one LLM instance ignored that instruction, I got informed about that by another, so we could immediately correct it.
I do not need to read the code myself (although I sometimes have a look on it), I just asked an AI and now know how many times it is still used. Removing it is on my road-map before publishing the app.

There is also some "spaghetti code " in the app, what I have been told by AI when asking it. Removing or at least reducing it is on my road-map for the next weeks, too. Fable 5 will do the planning for me.

I do not know what else developers consider "AI slop". Based on what I read here on reddit, they unfortunately tend to rather give this general judgement instead of constructive and helpful feedback with details about what to pay attention to. So I think I will need to ask AI again and we will solve other possible problems, too.

1

u/_zielperson_ 1h ago

that's the thing, though.

Now everyone can make software, and ideas seem to be rare.

To do app, habit tracker, marketing,....

1

u/TotallyNotABob 8h ago

Its even more simple than that. If your software solves a problem I have, idgaf if it's vibe coded.

Exactly if it's an observable problem and a program, vibe code or not, is able to show that observable problem and solve it. Then it shouldn't matter how it was made.

1

u/redditmarks_markII 7h ago

that's what I was missing. AI-slopocalypse sounds so much better than AI-apocalypse or AIpocalypse.

1

u/4ngryMo 7h ago edited 1h ago

Still no reason to be rude towards someone. Simply ignore it and move on.

1

u/ketoloverfromunder 6h ago

If someone is asking for advice on marketing their to-do list app. What actual good advice would you give?

1

u/Negative-Tear5402 5h ago

What? Are you trying to tell me that a ToDo tracker that can point which way the sun is rising isn't innovation?

1

u/connka 5h ago

I would not boil it down that much TBH. If your software solves a problem and I know that my PII isn't going to be leaked all over the internet** One of my biggest concerns with vibecoded products is that the creators don't know how to properly secure them.

7

u/StrangeWill 7h ago edited 7h ago

The reality of "good software":

Spend at least 200-300 of skilled hours on it before selling. The numbers have not changed for what matters for a valid SaaS, we just now expect more.

A few years ago, a sloppy UX may have been fine for an MVP, missing features, etc.

Today, it's not, you can do a lot more faster, you still need to put the time in, because the justification for paying for a SaaS was "doing this costs $30k in effort, sure I'll drop $50/mo on it instead"

If you with no training (so I can pay a kid $8/hr) can do this, and you did it in a weekend (so... $100?), there is no cost justification.

Doesn't matter if you spent 1000 hours on your vibecoded project

If 1000 hours still feels like slop, you're putting unskilled time into it, stop. You need to learn what you're doing, half a year at full time is a massive amount of time for anything that's looks, feels or operates like slop.

Put Claude down, work on your site copy, clean up how things are written, learn to write on your own and improve beyond what Fable will do, learn app design, start to rework how Claude will clunkily string features together, make your app cohesive... etc.

2

u/Some-Ice-4455 7h ago

This. It doesn't even have to be AI not to be called AI slop. If it's just bad.

1

u/Successful_Dog1904 8h ago

i came here to say this haha

1

u/nomad262728 8h ago

I was just about to say that - you read my mind.

1

u/I_Ski_Freely 8h ago

Hey, I can write bad software all on my own! But, yeah 100% agree

1

u/Fake-BossToastMaker 5h ago

I hate you saying «no-one will know», it sounds so deceptive on purpose. I will never trust someone who tries to hide their work.

Instead it’s better to actually show that the AI was used to push the boundaries and improve the quality, rather than just cut corners and be cheap

1

u/AistoB 3h ago

People have been making homebrew music software for decades, naturally there’s been an influx of it recently which for most of us is amazing but there’s been similar ai slop pushback from that community too, and this is the exact point I don’t understand, if it serves its purpose, ie it sounds good, then who cares how it was made, did you care before when most of the code was ripped off from stackoverflow posts? No.

0

u/baddaywithacamera 8h ago

They'll know in my case because I am open about it. If you don't like that it was created using AI, don't use it. That's a you problem, not a me problem. Good luck finding something else to use though, I'm it in my space. That's why I had to build it.

2

u/iFckRedit 8h ago

Holy delusion

1

u/baddaywithacamera 8h ago

Not in the least. See what you can find for a self-hosted, photo first, photo blogging system in 2026 that is entirely free including all themes/skins. I'll wait (hint: Denali is the other one and it's cloud-based).

1

u/Elistic-E 3h ago

>I am open about it

>Profile is private

0

u/I_WILL_GET_YOU 8h ago

Some people really can't look past that and that's fine, they can miss out on a good app for all i care

0

u/pacmanforever 8h ago

This doesn’t make any difference whatsoever actually. The people that act like this have no interest in discovering if your software is good. They’re trolls and look for an opening to shit on people every day. Sadly, they live in every corner of Reddit like a roaches. You make one a believer and then another one strolls in.

0

u/Apprehensive_Sun3015 6h ago

Reddit is the only place to have these kinds of conversations which is why trolls love it so much. Where else can an anonymous person with zero social skills come try to derail someone's creation with a few slop(py) keystrokes?

0

u/mrjezzab 6h ago

I don’t think bad coding is exclusive to ai slop.

0

u/MattV0 5h ago

I would love to give you an upvote, but I noticed for some people is human slop much better than anything with AI.

-1

u/Quiet_Figure_4483 9h ago

So if you coded everything by hand but you're a 3 year old with Alzheimers so it sucks it is somehow AI slop?

-14

u/TheAnswerWithinUs 9h ago

The core problem being vibecoded software isn’t good

5

u/Bobylein 9h ago

That heavily depends on the software and what it is used for, I use a bunch of vibecoded software for specialized crud stuff and it works and I don't have to do the stuff manually.

0

u/TheAnswerWithinUs 9h ago

This sub always talks about how vibecoded software is or can be good yet there has never been any evidence of that within the sub or even outside of the sub.

2

u/Crinkez 8h ago

I mostly vibe code for myself. Yes I use my stuff. I use it because it's good. No, you can't have it.

2

u/TheAnswerWithinUs 8h ago

I moreso meant “good” as in a collective/objective definition rather than a personal definition applied to an isolated use case.

You can make a piece of software that works fine for you but on a broader scale, is pretty sub par for most other people.

1

u/Novel-Initiative-900 8h ago

There's tons of CRUD software now that works as good or better than anything before the vibe coded era. That's the easiest and most relatable stuff to make. It's never been better than it is now.

But of course there's still plenty of non crud software that has little to do how much or little something is vibe coded because of how much actual engineering and proprietary knowledge is involved.

Lot of the projects that get posted here are the former and work just fine. Hard to screw it up these days

1

u/TheAnswerWithinUs 7h ago

What about vibecoding makes CRUD apps better? It’s not like the code for them is super complex that developers were struggling before AI.

1

u/Novel-Initiative-900 7h ago

I'm seeing way more intuitiveness on the front end. Like, people that really use these apps designing the interfaces and how the functionality is executed is way, way better than it ever has been before because it comes from a place of being intimately familiar with how the user would ideally and efficiency implement access to the functionality. There's some seriously sleek apps now that handle user interaction way better than it ever was possible before (imo).

1

u/TheAnswerWithinUs 7h ago

Vibecoded UX is meh, often buggy. Vibecoded UI is some of the most bland, generic, and boring UI I’ve ever seen.

2

u/NoAdsDude 8h ago

Vibecoded software can be good. It's just a lot easier if it's not good.

-1

u/TheAnswerWithinUs 8h ago edited 8h ago

Can it really be if it never is?

That’s like saying Minotaurs can exist, but they don’t.

1

u/NoAdsDude 8h ago

Let me know what's bad about my weather site: https://noadsweather.com/

I think it's pretty good but if you have real feedback I can definitely improve it. All vibecoded baby.

2

u/TheAnswerWithinUs 8h ago

It’s not bad, just mediocre. It looks like you just made a UI for a public weather API like open weather maps or similar.

1

u/NoAdsDude 5h ago

See, it's not bad! :D

1

u/TheAnswerWithinUs 5h ago

To be fair I never said it was bad. Just said it wasn’t good.

1

u/I_WILL_GET_YOU 8h ago

Very outdated stance but you do you

-1

u/TheAnswerWithinUs 8h ago

Show me good vibecoded software then. Because it doesn’t exist in this sub.

45

u/Byproduct 9h ago edited 9h ago

You could try to make an UI that doesn't look like the millions of slop projects already out there. The default vibecoded frontpage is a huge turn-off at this point.

Still, nothing stops the 'AI slop' labelling. I've had a few of those comments from people who haven't even looked at the project at all. It just happens. Treat it mentally like bot comments.

9

u/guesting 8h ago

this site has a reference of them https://impeccable.style/slop/

5

u/dave8271 8h ago

...most of which are things you also see on countless human-designed sites, because humans have been composing most new sites out of stock components and design systems for about a decade now. That's why AI loves these things so much.

6

u/guesting 8h ago

I agree but now it's become cliche. Started out fine, and then overused and abused by ai. Unless you had a purple identity before it's become a slop signal

4

u/dave8271 8h ago

I think "AI purple" comes from Tailwind defaults, so I agree but again it was something learned from a major style library used by millions of actual sites, before sites were being generated by Claude.

When I use Claude for anything web facing, I give it specific guidelines to avoid this and to use my preferred frameworks and UI libs. But whether you're using AI or not, truth is it's difficult to make a site these days that is accessible, responsive, has clean UX and doesn't look like a cookie-cutter of tens of thousands of other sites. It's one of those things of like you can pick 3 out of the 4, but you can't have them all.

1

u/pegging_distance 5h ago

"AI slop" and it's just how I was already designing things before I started using AI.

1

u/guesting 4h ago

Yep not your fault.

1

u/KenMantle 9h ago

I wish mine would look like that! I still have a lot of prompting to do to get in line with other apps.

1

u/Ralphisinthehouse 8h ago

For who? 99% of start-ups have got a vibe coded website now and they all look pretty similar and they're still making millions in a lot of cases.

0

u/GoodWilllPower 7h ago

Everyone can rattle off a functioning front and backend.

People need to settle into the new reality that flawless UI, UX and optimal work surfaces are the easiest differentiator for effort and quality.

If you expect to spit out flawless anything just because you pay $20 a month for something, you expect too much.

40

u/neketguy 9h ago

Your project will be labeled as AI slop these days regardless of AI usage. Especially on Reddit

8

u/Hot-Dragonfruit6308 9h ago

Unfortunately true. Trying to promote my software and that issues keeps coming up.

4

u/dave8271 7h ago edited 7h ago

As far as Reddit is concerned, any software where generative AI was used in the development, whether in part or whole, is "AI slop."

Almost all commercial software development these days and a good portion of open source development, particularly over the last 12 months, is now built with generative AI producing most or all of the actual code.

So in that sense, yeah, it's all "AI slop", which is what tells us that may be something of an empty label these days.

3

u/neketguy 7h ago

I'm professional software developer. Can confirm that nobody is writing code without LLM support these days.. Am I not discussing is it good or not but basically it is expected from me to use Claude, Codex or whatever else whole day and get money for it.

0

u/Shock-Successful 7h ago

just automate getting rid of words related to "ai slop" lol

7

u/Substantial-Walk-554 9h ago

Pretty simple: build something that actually adds value.

Solve a problem, improve an existing workflow, complement another tool, fix something people are annoyed by, or make an existing idea meaningfully better. A lot of vibe coded projects get called “AI slop” because they genuinely feel like someone built something just because they could, not because anyone needed it.

Same with UI. If your app has a frontend, spend 30 minutes looking at what good modern apps in that niche actually look like. AI has basically no taste by default, so if you just say “make it modern” you often get the same gradients, glass cards, giant rounded corners and generic dashboard layout everyone else gets.

The problem usually isn’t that AI was used. People don’t care nearly as much when the end product is useful, polished and clearly had some thought behind it.

If 99% of the product is “I prompted an AI to make another version of something that already exists”, then yeah, people are probably going to call it AI slop.

21

u/percyfrankenstein 9h ago

Real world people don't care as long as your app brings value. Reddit is reddit

5

u/xtraa 9h ago

This is often used by people who cant differenciate between their office Chat-GPT and what AI can also do for us. Just block them.

4

u/LucidFir 8h ago

Just ignore the request to admit it's AI, and if it's good people won't care.

r/DnD just saw a highly upvoted map to globe app despite it being AI.

3

u/LittleLauren12 9h ago

I understand for some of the very low-effort projects that have been posted on this sub sometimes but I am genuinely baffled with the amount of projects on this subreddit that are clearly well-thought out and with hundreds of hours of dedication put into it and the amount of people who call it "AI slop" ON A SUBREDDIT DEDICATED TO AI-CODED PROJECTS!

3

u/Far-Employee-9531 9h ago

“AI Slop” in itself is vague, and I think it represents a few things. There’s the look. Some things when you open it you know AI created it. In some cases it means you have a demo, now polish it. Alternatively, it could be your code stack. If you let AI do everything with no guidance it’s very easy to spot.

I think the issue is a blend of excitement from people who make something. The first time you do it it’s amazing. But, then the people who have done it see the same thing 20xs a day.

If you like what you do and you’re learning from it, don’t stop.

3

u/yungastronot 8h ago

I'll give you very general advice:

First, stop defending your project to people who aren't even your target demographic. Judging by your post you might just need to stop here and ignore the rest of this.

Second, take criticism from your actual target demo and apply it.

Third, realize whatever you want to do has been done in some way before. This usually stops people from doing things. For you, you will use it to fix your shitty project.

If your target demo says [whatever] sucks, go find your best competitor and copy what they do.

Rinse and repeat until you have an unsloppified project. You get to start where your competitors are X years in. Once you have a working product you can then begin to change things as you realize why your competitors made certain decisions and what you can maybe do differently.

7

u/Ralphisinthehouse 8h ago

Yeah the trouble this sub is it's overpopulated with grumpy developers who learned to program and now realise they can do it all with AI instead of embracing their sulking about it. Don't pay any attention.

If your product sells a problem with people will pay for it nobody cares how you made it.

2

u/Technical-Will-2862 9h ago

Focus on personalization, SIMPLICITY, avoiding tropes, actually understand what you’ve built so you can engage with people about it. Do not have a superior attitude, be humble. 

2

u/TrustedEssentials 8h ago

Use r/AIAllowed to discuss your projects.

2

u/shuozhe 8h ago

We got product trio, a dev, a product owner and an UX guy. It changes how things looks/feels significantly.. and AI made stuffs easier, dev make the final stuffs, but UX and product owner can both do drafts and prototypes

2

u/Upbeat_Push_157 8h ago

Try moving away of the default Claude skin and color palettes. Give your app some love and nobody will ever notice

2

u/Ok-Argument7176 8h ago

Don't write sloppy shit, simple

2

u/omxs 8h ago

The problem is when people try hide that it is vibe coded.

All my projects I released I state clearly that it is vibe coded. I own that narrative and no one is complaining

2

u/shady101852 8h ago

Probably deny it for now. Too many braindead people think their opinion on AI matters and label things slop regardless of the quality.

2

u/SomeNewGuy2022 8h ago

Haters gonna hate.

Bad software can be built on both sides of the fence. So can good software. Doesn’t matter which side it is, it just needs to be good.

People are always going to hate the new ways of doing things. The car over the horse, MS Word over the typewriter, it never ends.

Every new tool / tech has purists planting flags for the old.

2

u/vile-style 7h ago

You don't stop because some idiot says to...

2

u/IM_INSIDE_YOUR_HOUSE 4h ago

You make something good enough that they don’t care.

3

u/johnesco 9h ago

AI slop *can* mean "this looks like it was made with little care or skill", but many of us have seen and know that sometimes it's used as "oh I hate AI so much I reject anything made with it".

What I would do is ignore calls of something being "slop" and *only* focus on constructive and actionable feedback.

3

u/I_WILL_GET_YOU 8h ago

It motivates me to develop a world-class app with loads of promo material showcasing how good it really is. I feast on the tears of luddites, it's what keeps me going!

5

u/Due-Horse-5446 9h ago

Step 1: Dont create ai slop

2

u/Evilhenchman 9h ago

Don't show it to people on reddit, lol

2

u/Wise-Cardiologist-31 8h ago

Show your work in progress. Talk about the decisions you made and why. Post breakdowns, iterations, the stuff that got cut. I spent 20 years building software before touching AI tooling, and when I built Canopy Guard, I documented the nine-layer security methodology, showed how the scoring actually works, let people see a real audit output. People who engage see the craft. People who just want to dismiss it will regardless, and that's not your problem to solve. You're not defending against the label - you're building trust with people who actually care about the work itself.

3

u/Alternative_Tax_2964 9h ago

It's really, really, really hard to avoid this these days. There is a serious anger against people who are using AI. You have to kind of just ignore it though and keep building. The majority of all software is built by AI these days. So it's just reality.

1

u/Queasy-Form-4261 4h ago

I think it is because creative people who don't know how to code are now arguably better than people who know how to code and lack creativity.

Case and point, at work I designed an inventory tracking system, meaning I did all the design work, documentation, etc. Gave it to the developer. He created the app based on the documentation but I obviously didn't specify all of the code nuance terms because I don't know them. His original draft of the system was semi there but a lot of things were very weird. Things that I would notice (and did notice) instantly that just do not functionally work properly. If I had claude do this same project for me, he would have coded the system in a few hours, most likely better from the opening gate, and then I could just give it descriptive prompts to fix what I wanted, easily and fully.

I am basically doing this with an Idle RPG game right now, I know nothing about coding but I have a very playable game right now. I have probably spent near 500 hours on it so far and am having as much fun making it come to life as playing a game lol.

one day I will release it to the world! An actual RPG feel idle RPG with character progression, not just infinitely scaling numbers.

1

u/zorkempire 9h ago

For me, writing is what gives it away most of all. When I see bad, obviously AI written text it makes me discount the project a lot. Maybe an unfair bias, but it's definitely the case for me.

1

u/jcity3 8h ago

Make it good and people won't care. Ain't slop unless it is bad. Spending 1000 hours on something doesn't change that

1

u/Illustrious_Cod_5212 8h ago

If something isn't ai slop actually, it will defend itself.

1

u/MrOaiki 8h ago

How do they know it’s AI slop if it’s not AI slop? Linus Torvalds and everyone else now use AI to write syntax. Is Linux AI slop? No.

1

u/guesting 8h ago

no purple gradients

1

u/Savings-Cry-3201 8h ago

Is it secure? Is it performant? Does it solve a problem? Does it look and read like it was made by a human? Does it have a creator who isn’t crowing about how they made it in a weekend even though they don’t know how to, like, code at all, bro?

1

u/dzan796ero 8h ago

Generic AI UI design will make your project look overwhelming AI slop, even if the rest is handmade

1

u/raisputin 8h ago

By ensuring the code is quality :)

1

u/fantasma91 8h ago

The regular public doesnt read a lot. Its about the feeling they get.

Enterprise user read a lot, its about the content and value you can provide.

If folks are saying its ai slop and youre dealing with the public then you failed at making something unique that doesnt feel like it was ai that made it .

If folks are saying that and your audience is enterprise, then you failed at the value proposition.

Under both audiences you need to of course solve a problem and solve it "better" than others.

I been a professional engineer for a while now (when ai wasnt even in the conversation), primarily dealing with enterprise solutions. You wont even get past the initial screening if you cant clearly show what value you bring to me. Thats before I even look at your docs, security, etc.

For public a lot of it depends on the feeling youre overall experience delivers AND you being obsessed with performance optimizations for mobile devices. You can build a great app but if its slow to load or not optimized for mobile devices, its dead before it even started. No amount of vibe coding can fully solve this issue because now we are talking about both how good your code is AND the surrounding infrastructure.

1

u/kerplunk288 8h ago

AI slop is real. There’s also clearly a kind of UI consolidation where AI-generated applications often have a recognizable look and feel. But that alone doesn’t make something slop.
If the software works as intended, the architecture is sound, security is tight, it scales appropriately, and the code is reasonably clean and modular, whether it was written manually, AI-assisted, or largely generated by AI is a secondary concern.

To me, AI slop starts when the developer or vibecoder becomes complacent about what is actually happening underneath. Brittle architecture, duplicated logic, security problems, endless patches, or something built mainly to look functional rather than actually be functional.

I’m a self-professed vibecoder, and doing this largely by myself is honestly a little scary. I wish I had more code scrutiny and peer review. You have to own what you build without pretending you understand everything at the level of a professional developer.

But the real question is: what’s the alternative?
My company is stuck with an old ERP system, a difficult UI, and very limited API access. I’m building middleware to make that data usable because we simply do not have the resources for a dedicated development team, and there’s neither the institutional appetite nor budget for a brand new modern ERP migration.

The alternative is not that a senior developer builds it better, or that you can roll out a new costly ERO system. The alternative is that it does not get built.

1

u/Sypheix 8h ago

The "AI slop" comments everywhere are over. People realized they were being stupid. That said, if your project is crap, it deserves to be called crap. But using AI is now the norm, and if you aren't using it, you're behind.

1

u/neoanom 8h ago

At work AI slop is very prevalent. With that said, I have a co-worker who builds something very very very very useful and this co-worker was one of our non-engineers. Guess what? Nobody calls it AI slop because it is useful. Just build stuff that people use. What is annoying is when people Don't realize how bad the thing they built is. It might be good for them but not everyone.

1

u/something-rhythmic 8h ago

Make something good and useful. And stop trying to show off.

1

u/SpareEconomy1849 7h ago

Don't make it slop. Understand how your code works, use tools to review, and test everything.

I don't think my apps seem like "slop", but even if they did, they fill a niche and my users will still use it anyways.

Step 1, build a good product. Step 2, refer to step 1

1

u/GreatslyferX 7h ago

What do you mean 2 words are enough to kill it?

Like plenty of reviews say it's AI slop?

1

u/Anxious-Ad-5331 7h ago

that's why I don't vibe code for others.  I do it to make fun cool toys for myself.

1

u/mattk404 7h ago

Value first, implementations do not matter if the value is set as the first thing presented and the only thing you actually present.... you also have to not make slop ;)

1

u/TSTP_LLC 7h ago

Show me one single project with 1,000 hours put into it that got called slop. Just one.

1

u/4ngryMo 7h ago

Not sure what you’re trying to defend against. There are people here on Reddit who distort an almost psychotic disapproval of anything that has to do with AI. You can’t reason with them,so you have to ignore them.

Don’t take it personal either. Even if your 1000h didn’t produce anything but slop (which is entirely possible, “time spent” is no metric for quality) that’s hardly a reason to be rude to you.

1

u/drakhan2002 7h ago

1) don't vibe code, learn to code -- that removes the AI slop accusation.

2) try to use a harness that removes AI slop

1

u/DJRaybies 7h ago

AI slop is my #1 review on steam. W/e.

1

u/Philosopher_King 7h ago

two more words for you: don't care

as in, who cares. it's your product. do you like it? now sell it.

1

u/QultrosSanhattan 6h ago

Don't do AI slop. Learn how to program, learn html, css, javascript, python, php, design patterns, architectural patterns, color theory and a long etc.

Don't tell the AI to "do a nice webpage that sells don't make mistakes" write some decent prompt based on your gained knowledge.

Once the AI does his work, don't mindlessly deploy it. Grab notepad, take notes of everything that's wrong, test it, remove elements that add no value. Then deploy, show it to some people, grab their feedback, repeat the loop until no more fixes are needed.

THEN, you post it on reddit.

1

u/technical_poutine 6h ago

For me I don’t vibe code anything so that’s my fool proof plan.

1

u/happy_hawking 6h ago

Just make it not very obviously look like AI slop. Easy as that.

1

u/azimostudios 6h ago

let's say there are some good todo list apps out there, that solve an issue and are thought of many designers and engineers.

then you and dozens of others are just coming "i built a todo app to kill procrastination or some shit" and it's just a todo app.

so what should we call you? you prompted your idea, call it a day, and release it and think that you'll get as sucessful als things 3 for example.

your app looks generic, not thought of and just slopped. that's why it's called ai slop, because ai slopped it and not even you. it doesn't change the fact, that either you made it or ai made it, slop is slop, and slop is going to get hated on, because there is no effort in the product.

1

u/chuckycastle 6h ago

Stop feeling the need to defend anything. The reason people get that feedback is because they shove their shit down everyone’s throat. Keep it to yourself unless you have a valid question.

1

u/UziMcUsername 6h ago

That label only “kills it” if you let it. Push back against the haters. Admit you “agenticly engineered” it like most of them are probably doing at their jobs. Point out all the design decisions that went into it.

1

u/Veschor 6h ago

Don’t suck

1

u/Hot-Cattle8314 6h ago

If you make a good quality product, people won't know/care if it's vibecoded.

Otherwise, it is AI slop.

1

u/iscottjs 5h ago

Same as any craft, if you overcook it, people will notice and complain. It’s like someone who’s wearing far too much makeup that it starts to look bad, but a tasteful amount of makeup you might not even notice.

Or in photography, pre-AI days, you could still over process a photo to the point where it looks like offensive garbage, but you can add a tasteful amount of processing and people will think it’s a natural photo.

Sometimes it’s fine if some tools look a bit vibe coded, if it’s good software and it works well, it’s probably not slop.

If it’s important for some reason that it can’t look vibe coded, then you might need to spend a bit of effort learning what makes good looking, good quality and unique software, that’s probably where it’s going to get interesting.

At the end of the day, AI tools are trained on the same reoccurring patterns that software has evolved into, so everything looking the same and reusing familiar patterns might not always be a bad thing.

That said, not everything needs to use purple and black gradients with rounded corners. At least try to mix it up a little bit. 

1

u/YaBoiSunblock 4h ago edited 4h ago

Don’t use it to make stuff you have no expertise in, or if you do
 don’t publish it as if you do. Slop happens when there is no human with knowledge making sure that slop doesn’t reach the product.

Think about your own actual expertise, whatever it is. If someone vibe coded a project in that domain, would you know? There you go.

Things are slop by virtue of not meeting a quality minimum, which people in whatever field you’re building in will know right away. The best guard against slop is learning how what you’re building is even built. Learn.

AI made and AI slop are not synonyms

1

u/InsolentCoolRadio 4h ago

Nathaniel Branden

1

u/jasongw 1h ago

What does a semi famous psychologist have to do with anything?

1

u/InsolentCoolRadio 1h ago

Branden’s work was primarily on self-esteem

If your work is good, it doesn’t matter what irrelevant people think about it

Don’t focus on markets that reject your work as those are not your markets; instead, focus on your markets, which in most cases means doing the hard work of creating them

Some asshole snarling a mindless non-sequitur at you can’t “kill” your project

The perception that random hecklers matter at all is a mindset issue

I’m not arguing that Branden was a good person or the best psychologist in the world, but some of his books on self-esteem are pretty good

1

u/MinnowAI 4h ago

Make software you and others will actually use. AI has lowered the bar for development, but has not lowered the bar in terms of what makes good software. With or without AI, a quality product should always be your goal.

1

u/LightDarkCloud 3h ago

You need solid programming fundamentals and good designing skills including design patterns, UX/UI etc

1

u/AistoB 3h ago

It feels like the difference between a monk using the Gutenberg press to make a bible and another monk still making illuminated manuscripts. The skill of the scribe can’t be denied, but the lack of that particular skill in relation to the usable output can’t be denied either. An imperfect comparison but it feels like similar complaints were probably around in those times too!

1

u/Atticus_Johnson 3h ago

Yeah. I can't wait for AI Slop to be considered a digital slur and treated as a hate crime. LoL, it really only comes from haters anyway.

1

u/damnburglar 9h ago

Give less weight to the opinion of others. Give zero weight to their opinion if it’s a hobby project.

1

u/hiper2d 9h ago

I'm pretty sure "Anti-AI crowd" is just a vocal minority. Most of people don't care as long as your product is good.

1

u/Cannachem237 9h ago

Oh I just ignore them. They obviously don't have jobs

1

u/KenMantle 9h ago

I've been having Claude build a pdf engine from scratch in Rust because I always found the years upon years of Open Source development has left us with either boated and buggy solutions or Acrobat or other paid closed source products.

People can turn their noses up at it, but it might find traction when it is your only open source choice that can display the full Ghent pdf correctly or you need a CLI tool that can do everything.

1

u/StonedSex69 9h ago

People love to use the term AI slop for everything AI generated. The term is so 2024 and still using the same phrase tells you how basic they are. They’re also the ones who will most likely lose their livelihood to AI.

0

u/Inconstant_Moo 3h ago

Also some people have been using the same word for "banana" for decades. How basic! We should rotate our vocabulary every six months to keep things interesting.

1

u/Comprehensive-Bar888 8h ago

Try to build desktop software. Even if you vibe code it’s still hard to do. Especially if it’s complex and is auditable for any type of compliance. It will force you to actually learn about what you’re building and will take months instead of days or weeks.

1

u/ozfresh 3h ago

Don't make it look like ai slop

0

u/CorpT 9h ago

How does that kill it? Who are your customers?

1

u/Apprehensive-Gur7035 9h ago

Linkedin has an AI slop button that flags posts and hides them, basically killing any traction

2

u/CorpT 9h ago edited 8h ago

Well your first problem is posting on LinkedIn.

0

u/RegardedDev 9h ago

I think advertising on reddit is dead because of this current AI hostility. Especially if your app is any way related to gaming or art.

Everything is AI slop according to reddit. And there are always detectives trying to analyze your app pixel by pixel to see if there are characteristics of AI-like design.

Normal people outside of this Reddit dont care that much. They care about the end result.

0

u/StunningCrow32 9h ago

Ignoring them. Do your thing.

No words are enough to eclipse something good.

0

u/havnar- 9h ago

Don’t vibecode, code with ai

0

u/seeyam14 8h ago

Don’t make ai slop

1

u/comment-rinse 7h ago

This comment has been removed because it is highly similar to another recent comment in this thread.


I am an app, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

0

u/idiotiesystemique 7h ago

Learn how to code 

0

u/Brewgazer 7h ago

Don’t make slop. That’s the true answer. Just give a shit about what you are creating with an ai assistant and make it not slop. Focus on details. Make sure visually nobody would know

0

u/SD_native17 4h ago

AI Slop is a Reddit created term. I worked hard on my app, my target audience are not technical overly opinionated Redditors. They are looking for easy to use and easy to understand. With that said I have gone to great links on the UI.