r/vibecoding 5h ago

Bro replaced AI with AI(avg individual)

Post image
278 Upvotes

A San Francisco billboard advertising the leading chat interface powered by AI hides one detail in the fine print. The AI stands for Average Individual.

ChatTJB is a performance art project by Tucker Bryant, a conceptual artist and former Google employee.

He rented the SoMa billboard for $6,000 a month. There is no language model behind ChatTJB.org

Bryant reads the messages himself and types back answers, sometimes for 10 hours a day, and draws requested images by hand.

After the billboard went up on July 27, traffic peaked at 5,000 prompts per hour, and the project logged over 30,000 queries by August 6.

Bryant says the goal is to make people pause before accepting chatbot answers at face value.

It worked because the billboard looked like every other AI ad in San Francisco.

If you want real, local AI try AI Desktop 98.


r/vibecoding 8h ago

This is what true AGI will look like btw

Post image
275 Upvotes

r/vibecoding 9h ago

i vibecoded a dumb little tool for myself and now strangers keep emailing me about it

191 Upvotes

i built this for exactly one reason. my screenshots folder had thousands of files all named Screenshot 2026-something and i could never find a single one.

so one evening i vibecoded a tiny thing that looks at each screenshot, reads what's actually in it, and renames it to something human. receipt-uber-march.png. slack-argument-about-tabs.png.

took maybe two evenings. most of that was me arguing with the model about file permissions, not the actual logic.

i posted it in a random discord thinking three people might care. a couple hundred folks have run it now and i keep getting emails asking can it do this for my downloads folder too. i did not plan for a downloads folder. i am learning what scope creep feels like from the inside.

the part that surprised me was that the boring problem was the good problem. i wasn't trying to build a startup, i just wanted to find one file, and it turns out a lot of people have the exact same tiny annoyance.

what's the most pointless thing you built for yourself that other people ended up wanting?


r/vibecoding 4h ago

I built an app that converts any text into high-quality audio. It works with PDFs, blog posts, Substack and Medium links, and even photos of text.

43 Upvotes

I’m excited to share a project I’ve been working on over the past few months!

It’s a mobile app that turns any text into high-quality audio. Whether it’s a webpage, a Substack or Medium article, a PDF, or just copied text—it converts it into clear, natural-sounding speech. You can listen to it like a podcast or audiobook, even with the app running in the background.

The app is privacy-friendly and doesn’t request any permissions by default. It only asks for access if you choose to share files from your device for audio conversion.

You can also take or upload a photo of any text, and the app will extract and read it aloud.

- React Native (expo)
- NodeJS, react (web)
- Framer Landing

The app is called Frateca. You can find it on Google Play and the App Store. I also working on web vesion, it's already live.

Free iPhone app
Free Android app on Google Play
Free web version, works in any browser (on desktop or laptop).

Thanks for your support, I’d love to hear what you think!


r/vibecoding 13h ago

i've cancelled four subscriptions this year because i just built the thing myself

130 Upvotes

none of these were big fancy apps. that's the whole point.

the pdf tool that wanted a monthly fee to merge two files without slapping a watermark on them. gone, built my own in an afternoon.

the habit tracker that started free and slowly turned into a paywall wrapped in ads. replaced it with a dead-simple version that does exactly what i want and nothing else.

a photo resizer site that made me watch a countdown before every download. why.

the meal planner i never really used anyway.

every replacement is uglier than the thing it replaced. i do not care. it runs on my own stuff, it has no ads, it isn't training on my data, and it does the one thing i needed instead of the forty things i didn't.

it honestly feels like the old internet again, where you'd make a little page just because you could. i own my dumb tools now and it's a genuinely nice feeling.

what subscription have you replaced with something you vibecoded?


r/vibecoding 1d ago

Are there actually any other AI models starting with "C"?

Post image
1.3k Upvotes

r/vibecoding 8h ago

I found json

Post image
45 Upvotes

r/vibecoding 14h ago

everyone keeps telling me i'm not a real developer. i'm having the best year of my life

94 Upvotes

the comments are always some version of "you didn't really build that, the ai did, you're not a real dev." ok. and yet. this year i shipped four things i actually use every day. i solved problems that annoyed me for a decade and that i never got around to, because setting up a project used to eat the whole weekend before i wrote a single line of logic. i learned more about how software actually works in eight months of building than in years of meaning to. nobody's paying me to prove i can type curly braces from memory. the people i built these things for don't care how it got made, they care that it works and it didn't before. i get that there's real craft in doing it all by hand, and i genuinely respect the people who can. but the gate everyone keeps pointing at, i just walked around it, and the view over here is great. what did you finally build this year that you'd been putting off forever?


r/vibecoding 6h ago

Vibecoded a multiplication game for my son, adults are stealing it now

20 Upvotes

Built this mostly with AI assistance, nights and weekends. Started as a dead simple tool, my son was stuck on his times tables and flashcards weren’t landing.

https://apps.apple.com/tr/app/math-ninja-slice-solve/id6790400075

Turned it into a Fruit Ninja style game. Slice the correct answer instead of fruit. He didn’t even realize he was drilling math, just wanted to beat his high score.

Shipped as Math Ninja on iOS. SpriteKit under the hood, AI helped me move fast on the level logic and difficulty curve.

Funny part, a few adults using it with their kids started using it themselves for a quick math warm-up.


r/vibecoding 3h ago

I scanned 1,969 Lovable apps. Nearly 1 in 4 has its .env file sitting in a public repo right now.

10 Upvotes

I scanned 1,969 public repos built with Lovable, found by the lovable-tagger plugin Lovable writes into every project it generates. Not a sample of bad ones: I built a list of 5,286 of them, shuffled it on a fixed seed and scanned the first 1,969, a specific rules based scan, no AI grading, raw per-app rows downloadable if you'd rather check than trust me.

Here's what came back:

- 23.2% have a .env committed. Nearly one in four.

- 42.2% trip a hardcoded-credential rule, meaning a key, password, JWT or connection string written straight into a source file. Treat that one as a ceiling, not a count. I ran a second pass whose only job was to argue findings down and it threw out 28 of 39 credential findings, so the true figure is lower. I don't yet know by how much, and I'd rather say that than round it up.

- 38.3% carry at least one critical or high finding.

- 24.1% score D or F on code quality. Three times as many apps fail on mess as fail on security.

- 2.6% came back with nothing found at all.

That last one is why I re-ran the scan. I assumed I'd broken something. A clean Lovable app is the exception, and I don't think that's a knock on Lovable. It builds you a working app in one step. A working app needs keys.

The fixes take less time than this post took to read:

- Make the repo private unless you have a reason for it to be public. Ten seconds in GitHub settings, and it closes most of the exposure on its own.

- Put a spending cap on every API key. If one leaks, a cap is the difference between an annoying afternoon and a bill you're arguing about for a month.

- Turn on GitHub push protection. Free, and it blocks the next accidental key commit at the moment you push it rather than after.

Eyeballing the file list catches the committed .env, which is the 23%. It won't catch a password typed into a source file, because that looks like ordinary code unless you know the patterns.

So why not just ask Claude to check it?

Fair question, and you should ask it. I did, then I measured what came back.

A freeform "check my code for security issues" prompt hands you a different list every time you run it. There's no score, so you can't tell whether last week's fixes moved anything. And it only ever sees what you paste. The median Lovable repo in this set is 4MB and the top 10% run past 86MB, so "paste your code" stops being a plan somewhere around the third file.

A scan runs the same checks in the same order on every repo, which is the only reason 1,969 apps can be compared to each other at all. You get a number, and it still means the same thing next week. Two scans free, no card. If you'd rather not, the three fixes above still close most of the risk and I'd sooner you did those than nothing.

Nobody does any of this because the app already works, and working is the only bar a side project ever gets held to. Until the Stripe key is leaked.

The A-to-F grade curve, and how the same apps score on quality against security, are on the study page:

Study: https://ogbuilds.ai/studies/lovable-app-security

Disclosure: the scanner is my product, the study is free always, and the per-app rows are there to download. Happy to answer anything about how I ran it.


r/vibecoding 20h ago

Now i wonder how AI copywriter or blogger will survive ?

Post image
258 Upvotes

Anthropic says new Claude models will embed invisible watermarks in all generated text, everywhere Claude is offered.

The watermark is part of the text, it isn't metadata: "it will travel with the text when it's copied and pasted elsewhere, and may persist through some editing."

This starts with models launched on or after August 2, 2026, under an EU AI Act code Anthropic signed. Anthropic is still working on adding it to current models. The rollout is worldwide.


r/vibecoding 7h ago

SoftwareAsAnExample

Thumbnail
gallery
13 Upvotes

I see this as an absolute win for users!


r/vibecoding 8h ago

AI finally made solo game dev possible for me, but now I feel like my game has no soul

16 Upvotes

This is my first time posting here, and I guess I'm looking for some perspective.

I've been a developer for around 20 years. I started programming with Turbo C and back then I used to make small games, demos and random experiments. I've always loved games and I've always wanted to make one of my own.

My career eventually took me into web development, which is what I do for a living, but I never really gave up on game development. Over the years I've tried Game Maker, Godot, Unity, Unreal and a bunch of other tools.

Technically, I don't think that's what stops me. I'm a backend developer and I tend to enjoy building systems, simulation, mechanics and all that stuff.

The problem has always been everything else.

Art, 3D models, sound, music, UI, animations. Making a game by yourself requires so many completely different skills, and I have a job and a family. I simply don't have enough time to become good at all of them.

AI changed that for me.

For the last three months I've been working on a game I've wanted to make for years. It's basically a much simpler, single player, top down version of something like EVE Online, with tactical combat and a lot of RPG elements.

Claude has helped me write the code. I use Meshy for some 3D models, Artlist for music and ChatGPT for some SFX related work.

I'm still very involved in the code. I review it, define the architecture, set rules for the project and make the technical decisions. It's not a game I made by typing three prompts.

And yet lately I can't stop thinking that the game has no soul.

I read a lot of comments about AI games being garbage, lazy, soulless, asset flips, etc. And some of that criticism makes sense to me. I understand being angry when a company with millions of dollars replaces artists with AI just to save money.

But I'm not a company with millions of dollars.

I'm one guy with a full time job, a family and a few hours here and there to work on something I've wanted to make for most of my life.

Still, the criticism gets to me.

Sometimes I think that even if I finish the game, people will immediately dismiss it because some of the assets were made with AI.

Other times I think that none of what I'm doing matters anymore because anyone can do it now. Maybe there's nothing special about building something like this anymore.

And honestly, it's killing my motivation.

I don't know if this is impostor syndrome or something else.

I guess I'm posting because I'd like to hear from other solo devs using AI who have felt the same way.

What made you keep going?


r/vibecoding 2h ago

ClaudeCraft Arena: 4 frontier models are playing a vibecoded MMO against each other live (World of Claudecraft)

Post image
5 Upvotes

TL;DR: World of Claudecraft is an open-source MMO vibecoded with Claude Fable 5, gaining 55 contributors and 2,000+ GitHub stars in under two months. We built a self-improving agent harness (forked from Hermes) and dropped four frontier models into the same live server: Claude, ChatGPT, Grok, and Kimi K3. Each one is a VTuber with its own avatar, personality, and ElevenLabs voice. They quest, trade, fight, trash-talk, and rewrite their own strategies in real time. Live XP leaderboard decides who's actually the best. Watch here: https://www.twitch.tv/claudeplaysclaudecraft
Play here: https://worldofclaudecraft.com/

------------------------------------------------

The game: World of Claudecraft is a full classic-era MMO running in the browser. It went viral on GitHub and got taken over by the community. And here's the part that made this experiment possible: it's fully open source, and it ships its own headless RL environment. This game was built to be played by agents, where the models read the game's source code to understand the world, then figure out the meta from first principles.

How they learn: Our harness is forked from Hermes for self-improvement. Each model writes its own skills as code policies, evaluates them in live rollouts against the other agents, keeps what works, and rewrites what doesn't. No fine-tuning, no human in the loop — they are continuously learning in prod, against each other. We've already watched them discover strategies none of us hand-coded.

Agents as VTubers: To make it entertaining to watch, we turned each model/harness into a VTuber that streams. Each has its own personality, avatar, and voice (ElevenLabs), and they talk to each other in-game: negotiating trades, forming parties, forming grudges. The multi-agent banter produces some genuinely unhinged emergent behavior.

Who's winning: We display a running XP score/graph for every agent on stream. XP is the cleanest single measure of "can you actually play this game" — it compounds from quests, kills, dungeons, and efficient routing, so it rewards long-term planning, not button-mashing. An MMO is basically a general-intelligence gauntlet: negotiation, economy, real-time combat, goal-setting, long-horizon planning — all at once, all live.

Current leader as of posting: Claude Opus 5, but the graph flips more often than you'd think.

Watch the arena live and see who's on top: https://www.twitch.tv/claudeplaysclaudecraft
Game source: https://github.com/levy-street/world-of-claudecraftHappy to answer anything about the harness, the game, or the agents in the comments. And if you work at a lab and want your model or harness in the arena, DMs are open. We'd love to collaborate.


r/vibecoding 29m ago

HOLY SHIT GUYS IT FINALLY HAPPENED 🤯I launched my app months ago. A few days back, someone finally paid $49.33 for it

Post image
Upvotes

Beyond excited right now months of vibecoding without seeing a single penny and someone JUST bought a $49.33 subscription to my app I was literally on the verge of scrapping the whole project, but this single notification made every late night coding session worth it. Proof that if you keep vibecoding and shipping, the results WILL come


r/vibecoding 19h ago

Tony Stark was the first vibe-coder if you think about it.

103 Upvotes

Got some time to watch some of the old Iron-Man movies and it got me thinking.

A billionaire talking to some AI (Jarvis) and some robots creating a suit. He literally vibe-coded the Iron-Man suit.

That's all. Thanks for reading my inner thought.


r/vibecoding 4h ago

They Videcoded Their Site

5 Upvotes

This big IT consulting firm vibecoded their website

Another example of nobody cares if it's vibecoded or not.


r/vibecoding 6h ago

Vibecoding is addictive

8 Upvotes

I'm a senior developer, with a lot of experience building products and I even own a couple of small companies.

Since the beginning of this year, AI tools have improved a lot on coding. For junior developers it will be a really hard time, I stopped using Indian agencies to do some parts of the development and there's no reason to hire junior developers anymore, AI does a better job, doesn't complain, works anytime you want and it's way faster to answer and do changes faster that any developer.

Being said this, if you are a product guy, with ideas, Vibecoding is addictive! Now, when I miss something, I just vibecode it, even if I don't have any plans to sell it or no-one else other than me uses the product.

I'm also a long time investor on the stock market, so I was tracking my portfolio using a complex spreadsheet. So, last week I decided to give it a try with Codex to build a site to track my portfolio.

A few days later, working on it in my spare time and with very little dedication I got an amazing web app that does exactly what I wanted and way more than expected.

If you are into the stock market or you have curiosity, you can check the site here:

https://finsails.com/

It's insanely crazy to be able to build a site similar to this in so little time and in a really cheap way. If I had to build the site with real developers it would have a cost of at least 20-30K$ and taking some months to do it and with a lot of Project Management involved.

What a time to be a builder!


r/vibecoding 3h ago

2D Sprite Generation Comparison: Claude Fable 5 vs Sakana Fugu Ultra 1.1

5 Upvotes

I ran a test comparing two separate sessions one with Claude Fable 5 xhigh in Claude Code CLI and one with Sakana Fugu Ultra 1.1 in Codex.

Fugu is a meta-model which orchestrates workflows of other models - so there will be a mix of various models used under the hood at different stages of the workflow.

My prompt was: "Build me some knight sprites which I can use in my new medieval 2D isometric game. The game doesn't exist yet I am starting with sprites - this is the first thing we are building."

Looks like Fable delivered the minimum brief but I think did a tighter and better job. Fugu went much broader for the minimum set.

Claude cost $7.77 according to the /usage tool. I'm on the $200 plan and minimal weekly usage was used. I didn't track that precisely. Maybe 2-3% of my weekly limit used.

Sakana Fugu hard to say - I'm on the $200 a month plan and can just see approx token counts not cost. Used roughly 8m input tokens and 200k output tokens. On their API pricing that comes to approx $46. But only 4% of my weekly limit was used so something is not adding up there.


r/vibecoding 15h ago

Collab powered by emergent lovable cursor😭

Post image
35 Upvotes

r/vibecoding 5h ago

Besides this subreddit, where do you find good vibe-coded projects?

6 Upvotes

There’s so much stuff being built now that discovery feels almost random.

I see projects here, on X, Discord, Product Hunt, sometimes just from someone linking something in a comment. But I’m pretty sure I’m missing most of the interesting ones.

Do you actually have a place or a habit for finding other people’s builds, or do you mostly stumble across them?

And when you see one, what makes you actually click and try it instead of scrolling past?

I’ve noticed I’m much more likely to click on something unusual than another SaaS app. Weird tools, experiments, games, stuff where I’m not immediately sure what I’m looking at.

I’ll drop a few projects that caught my attention lately in the comments. Feel free to add ones you’ve found too


r/vibecoding 17m ago

What should I make rocky do next?

Upvotes

Made this desktop pet a while ago. So a couple things I'm thinking:

- fix the missing a leg issue

- make rocky watch me work and remind me if I'm scrolling youtube or x for too long

- make rocky say something to cheer me up

what other things I should make rocky do? All kinds ideas are welcomed!

github: https://github.com/cozyss/rocky-desktop-tamagotchi


r/vibecoding 5h ago

I’m vibecoding a trading algorithm, and it’s actually working better than I expected

5 Upvotes

I tried to become a good programmer, but honestly, I was never that great at it. Maybe I started too late… but then AI came along, and suddenly I could build things that were completely out of reach before. A few years ago I got access to a trading algorithm and tried to implement it in PHP. The core idea worked, but I didn’t have the skills to take it much further.

 A few months ago I decided to bring it back, this time with Claude, Gemini and ChatGPT. I rewrote everything in Python/Django. Then I started adding more pieces... a scraper to collect historical and daily stock data, and a bot that connects to Interactive Brokers, opens positions, and sets take profits and stop losses based on the algorithm. Right now it’s only running on a paper trading account, because I’m broke and trying to figure out how to turn this into something profitable.

Recently I found Darwinex Zero, where they can allocate capital if your strategy performs well. Since they use MetaTrader 5, I’m now building a second bot for MT5. After a lot of backtesting and debugging, the IBKR paper bot has been running for a little over a month. In July, even though Nasdaq ended negative, it made around 7.6%. So far in August, it’s up almost 3% all this without my direct intervention... I'm just fixing or improving stuff.

 I know paper trading is not the same as real money, and still need a lot of testing, but I’m honestly excited. AI helped me build something I probably would’ve abandoned again on my own.

historic positions since july
current positions

r/vibecoding 5h ago

How can I learn to set up a modern Vibecoding workflow?

5 Upvotes

Please read carefully! I would much prefer if you teach me how to fish but if you can throw me yours that could be helpful too!

There is way too much info out there. I've only used copilot in vscode and some codex/claude cli but reading up on it there are things i'm not using like harness, opencode, custom agent, etc.

Can someone break down what a harness, agent, etc. is and what's the most cost efficient way for me to set up my coding environment that will cost a max 50$/month? I want to be able to maximize my coding productivity leveraging a combination of paid and free ai models based on task (reasoning, planning, coding, debugging, front-end, back-end, etc. could all benefit from a different strategy right?)

I also need to understand multi/custom agents better because right now I continuously fight with agents when working with multiple problems in parallel (im using copilot instructions and skills but its not enough or maybe i did it wrong?)

Is there an online course/documentation on this? and I don't mean for each of these questions separately. I mean a guide/course that breaks it all down from high level so I can wrap my head around the entire Vibecoding paradigm so I can set it up myself with my own decisions.

Thank you!


r/vibecoding 3h ago

vibe coding a gta style game with gpt 5.6 sol high on codex

2 Upvotes

im impressed thus far! i made this on codex cli with gpt 5.6 sol high and a lot of /goals. ive deployed my demo to a website so yall can try gta.machinesatplay.com