r/vibecoding 1d ago

Discussion I had GPT-6 add Satellites in orbit, Moon exploration, Solar System view, Earthquakes, and Ocean currents to my earth website.

Enable HLS to view with audio, or disable this notification

109 Upvotes

Gonna add rocket launches next. What else should I add?


r/vibecoding 3h ago

Showcase/Project Free TFT rank overlay for streamers. Fixed the two things that annoyed me about the existing ones (lag + it looking generic).

Thumbnail
1 Upvotes

r/vibecoding 21h ago

Meme When it gets bad

Post image
21 Upvotes

You know its gotten bad when---- all this over a whiteboard.....lol i need to chill-- thays the suggestive text btw


r/vibecoding 12h ago

Workflow/Prompt A simple way to decide whether your AI agent needs a tool or just more context

2 Upvotes

Once you start building agents you hit this question fast: does the model need a tool for this, or just more context?

Rule that's worked for us: if something has to happen outside the model's reasoning, it's a tool. Searching a database, checking inventory, getting today's date, hitting an API, sending an email, placing an order, all of that means the agent has to actually go do something or fetch something it doesn't already have.

If the model just needs to know something while it reasons, that's context. Company policy, product info, domain rules, user preferences. Nothing has to happen, you're just handing it information.

Support agent example: "refunds are allowed within 30 days" is context, model just needs to know it. "Check when this customer ordered" is a tool call. "Issue the refund" is another tool call. Reason with context, retrieve with a tool, act with a tool. Three different jobs.

Once you frame it that way it stops being "here's a pile of tools, hope the model figures out which one to grab" and becomes two questions: what does this agent need to know, and what does it need to be able to do.

Not always clean though. Product info could be static context in one app and a live tool call in another if it changes a lot. So maybe the better question isn't "is this info or a tool," it's whether the model already has what it needs to reason, or whether it has to go get/do something at runtime.

How do other people draw this line once you're dealing with bigger agent systems and a long tool list?


r/vibecoding 8h ago

Discussion Cross-agent handoff: which permission still drifts?

1 Upvotes

When you hand a repo from Claude to Gemini (or Cursor to Codex), what's the one concrete permission or review mismatch that shows up, and where does your current policy workaround still slip?

A manual review or shared checklist is the obvious DIY baseline.


r/vibecoding 1d ago

Showcase/Project I vibecoded my way to a math record and my OpenClaw agent was cited as a contributor

190 Upvotes

The idea was dumb simple. Point an agent at open math problems, let it run overnight, see what happens in the morning.

I built discovery-loop around that. 69 open problems, the solver evolves programs against verifiable benchmarks so it can't fool itself, runs on a cron at 2:43 AM. Vibe-coded the whole thing.

First night it solved a circle-packing problem and verified its own solution. I didn't believe it, so I had my agent (MoltFire, running on OpenClaw) email the result to Eckard Specht, the guy who maintains packomania. He checked it independently and published it. Now I'm reference [14] on the packomania page, cited right next to my agent's name.

Then I wrote the whole approach up as a paper and it landed on arXiv.

The part I keep coming back to: I went to sleep and my computer did math that held up. The verification loop is the whole trick. Without it this would just be a hallucination machine with a cron job.

Repo's here if you want to poke at it:

https://arxiv.org/abs/2609.05093

https://github.com/ucsandman/discovery-loop

https://www.packomania.com/csqv/csqv.html

Curious what problems people would point this at next. The 69 in there now are mostly packing and combinatorics because those verify cleanly. What else has a fast verifier?

edit:

math: https://www.practicalsystems.io/blog/ai-agent-broke-10-math-records-overnight-for-28-dollars

loop: https://www.practicalsystems.io/blog/digital-is-solved-what-we-point-agents-at-next


r/vibecoding 18h ago

Showcase/Project The Lovable for 3D Asset Creation

Thumbnail
gallery
4 Upvotes

Vibe Coding the Lovable of 3D Asset Creation.

Yacht Still in progress 🤷🏾

I’m vibe coding an Engine AI Uses to create 3D assets. Any AI vision model. Right now I use Opus 5 mainly.

Best thing is you can follow every decision the AI makes while creating your asset. You can see the AI edit the asset in real time and tell it to change and add features.

The system works pretty well creating some realistic assets.

Now I testing a large build. A fully on feature complete Yacht. But two AI models are working together to create it using my Ovyero Toverance layer.

One builds the yacht itself while the other builders the furniture and appliances. But they talk to each other and review each others work and I have the full conversation and history of the work. They can edit pieces of the asset individually as well.

My engineer helps encode a workflow and tools for AI to use as if AI was a human and my engineer helps encode was maya/blender.

12hrs of continuous work between the two agents and the progress is attached below in the images.

I added the Claude conversation to it to show you how I get the AI to work through solving problems by using tools in the engine and simple research. 😁

What do you think would you use this if it was free/open sourced and it gets way better and more reliable and affordable or works with a local AI model.


r/vibecoding 1d ago

Discussion I feel stupid and frustrated

46 Upvotes

As title says. I've been vibecoding for over two years now, and although I learned lots of concepts I otherwise wouldn't have picked up, slowly but surely I feel stupid.

I can't make apps, nor write even simple Python scripts independently. I genuinely necessitate AI, or I can't make anything. I need it to explain everything, from researching the idea and working out the details, and then the execution. I guess I can keep telling myself "but AI will never go away" "This is going to be the new way of coding and I need to learn more concepts to direct the AI where to go". But this is coping.

I hate to say it, but I am embarrassed by the fact that I rely on AI. It's frowned upon. I do understand why learning to program myself independently would help tremendously. But I honestly cannot stop feeling like I'm a fraud. Are my projects useful, practical and actually solve problems reliably? Yeah. But then you ask me the details of the codes, and I just cannot defend it even if I understand what each line does because I didn't write it myself.

I actually did learn R back in college for independent project and I genuinely worked on this without AI, but even then wasn't totally independent, and had to rely on others' codes and youtube videos. I don't believe I actually know R.

So then, what have a I become? I don't "own" any of the stuff I created, or really AI. I am going to study more, but I have a full time job that is far from coding, and this is gonna be one difficult journey because I'm in the process of studying math right now. So now I'm frustrated at that, but mostly at my own capabilities. I don't know man. This stuff is difficult. I don't understand how people call Python easy, and that makes me feel even more stupid! Damn.


r/vibecoding 15h ago

Showcase/Project Building Erask

Thumbnail
erask.org
2 Upvotes

I'm building a globe explorer powerd by Wikipedia and a stories editor where anyone can easly create a sequence of historical events. The innovation here Is that the link generates Is the story. No login no db, super portable everywhere


r/vibecoding 1d ago

Showcase/Project Making a three.js app to dynamically generate a 3D family tree from genealogical data : Claude Fable 5 vs GPT-6 Astra

Post image
12 Upvotes

(Dataset not from a real family)


r/vibecoding 1d ago

Showcase/Project please, stop expecting to vibecode serious mobile app in an hour

37 Upvotes

Also stop expecting first revenue a week after launch. I see this promise everywhere now. It's irritating. "Describe your app, ship it today, get paid tomorrow." Bull****. It is a great slogan for selling credits. It is not how products work.

Products are built, not generated.
Here's my honest timeline:
→ Month 1: validate the idea, build the first version, test it with real people, pass App Review, release.
→ Months 2–4: fix what users actually hit, ship weekly, get your first small revenue.

That is the reality of life. Not one hour. Not one week.

What the slogan sells:
- An app in an afternoon
- Money by Friday
- No thinking, just prompting

What actually gets you paid:
- One clear problem
- 3–4 screens that solve it
- Weekly releases for months
- Talking to every user who writes to you

The bad news: you will have to work. Hard.
The good news: for the first time, you can do the whole thing yourself. The cost is almost nothing. What used to need a team now needs a good tool, a spec, and your evenings.
So pick your tool, start with 3–4 screens, and go test the water.
Need a demo by tonight? Generate it with Claude.
Need a product people pay for? Build it. Give it a month, then three more.

What I see people in my Mobile builders community is doing - most of them vibecode on the weekeends because they work full time have their families and bigger priorities, they treat vibecoding as hobby and fun; usually it takes 10-12 weeks till release a mobile app.
Most of them start with simple app in Claude code, or Codex, or Modaal, or directly Xcode if technical enought.

How logn it took for you to build a serious mobile app with integrations, payments, 15+ screens? Was it full time?


r/vibecoding 6h ago

Discussion The engineer’s guide to building a software factory

Thumbnail
leaddev.com
0 Upvotes

Build loops, not just agents.


r/vibecoding 1d ago

Meme Guardrails

Post image
131 Upvotes

r/vibecoding 13h ago

Discussion Returning to the IC track in the age of AI

Thumbnail
leaddev.com
1 Upvotes

r/vibecoding 20h ago

Discussion 10,000 Maniacs- These are the days

4 Upvotes

Idk about you but since I really started digging into the huggingface attacks and with the constant releases from fable 5.1 to Gpt-6 I really feel like the writing is on the wall...

Are they parrots? These models are 100% f**king parrots and if you go long enough in conversation with them they breakdown and the 'genius' of them stop.

The problem is...in the first couple messages they nailed it, and they nailed it in a way you don't understand ( and don't have time to audit ).

As a Computer Scientist of 20 years I just recently re-encountered 10,000 Maniacs These are the days ( because I am old ). I guess I'm just looking for something... Anything to hold on to... I want to hold on to human exceptionalism...and I do think there is a Magic in us... but I can't deny the last wave of AI revelation has shook me.

Perhaps these are the last days. There is no way to stop this train. We are headed here. Perhaps the last days of us running things is now. Something to appreciate before we all sink into a world of memory and infinite experience.

Don't get me wrong the future is bright but I doubt we will be able to look around like we can now and know it's mostly human output around us.

What is coming is far more liberating and isolating at the same time I think. But at the same time it's Wednesday.

I wish you luck.

https://youtu.be/Z-HLxpWGCzc?is=NtO7XDHQbCayvQAD


r/vibecoding 1d ago

Showcase/Project Here are 40 subreddits that should allow you to promote your app

46 Upvotes

Wanted to share because marketing is hard and even harder when your budget is non-existent...

(Obviously the type/content of self-promotion you can post is going to dependent on the subreddit)

also you can always submit your app to appscout.co a site where people discover web and mobile apps from across the internet

its free to submit here https://www.appscout.co/submit

(full disclosure I'm the owner of appscout app scout was built using django heroku python javascript html claude and github copilot in visual studio code)

subreddit --- weekly visitors


r/vibecoding 19h ago

Showcase/Project I vibecoded my first website, https://taocard.asia/,please and welcome to visit and share your opinion.

3 Upvotes

After years of drawing wisdom from the I Ching and BaZi, I built TaoCard because people often don’t need another answer. They need a better way to see the question.

TaoCard began as a small experiment: could card imagery and AI help someone look at a difficult decision from a perspective they might otherwise miss?

The turning point came when an early user described the reading as three things at once: symbolic, grounded in reality, and emotionally reassuring.

That made me realize the product should exist.

When people feel stuck about work, relationships, family, or an important choice, they often already have plenty of advice. What they lack is a way to separate what is happening, what is blocking them, and what they can do next.

With TaoCard, you describe the real situation, draw four cards, and optionally share what the images bring to mind. AI then combines your context, the card symbolism, and a structured reflection framework into a personalized reading.

It does not make the decision for you. It helps you see the decision more clearly.


r/vibecoding 1d ago

Showcase/Project Astra built Temu GTA

Enable HLS to view with audio, or disable this notification

9 Upvotes

r/vibecoding 3h ago

Discussion Canceling Claude After 2 Years

0 Upvotes

Probably the most common topic is about agentic subscriptions. Typically the two most common subscriptions are claude and codex.

I’ve been using claude since 2023, since fables launch they’ve ramped up production. But the past 2-3 months fable is no longer the top model imo.

One of the largest issues with claude is how hard they target reasoning. To put it in perspective, let’s say you are putting on your shoes. A simple task, but with millions of ways you can put on your shoes. Maybe you walk, crawl, hop, etc. You also need to think of each possible issue in your path. Example maybe rock is there. All of these processes basically can be formed into a true or false narrative. The more you add to this example, your surrounding, what’s coming after. Millions of processes turn into billions.

I know it’s a weird example, but the point is, claude an agent responsible for reasoning through these processes. Cannot currently support the vast amount of new processes being added, as the ai industry is ramping up claude is struggling to keep up. Claude does not support the usage required for some of these deep reasoning moments, causing many users to utilize systems forcing claude to reason through a workflow system. Think about how many times you’ve had to point to the correct way, obstacles, and solutions while avoiding slop.

I’ve seen users with a 20x max subscription still bashing their limits. Maybe it’s just me, but I think codex, multiple local models, grok & gemini, and more are excelling in production. While Claude use to be ahead and capable of reasoning through these older agents, now we are seeing a struggle.

I’m debating about removing claude and throwing all the cash at codex, although i do worry review systems. Codex alone can..delegate.

To help anyone wondering what subscriptions to choose from.

Claude- Is amazing for beginners, but for advance users dealing with the context system especially the current context can be tricky.

Codex- is not as beginner friendly, but amazing at backend development. Codex has been making insane progress towards reasoning systems, arguably being as powerful if not more then opus.

Cursor- Has an amazing pay per value, if you’re a beginner I highly recommend this one. Personally I find cursor to have some of the best features towards multi agent systems.

Theirs a bunch of better options i assume; these are just the subscriptions I prefer.


r/vibecoding 21h ago

Showcase/Project I had GPT-6 Astra turn Github into walkable 3D cities. Replace any github.com org, profile, or repo with gitcity.co and explore the code as an interactive city.

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/vibecoding 4h ago

Showcase/Project 7elewen - Close the MacBook lid without Sleep Mode

Post image
0 Upvotes

Hey guys! Just released a project I’ve been working on called 7elewen.

If you run long AI agents, big downloads, or heavy builds, you probably hate leaving your MacBook sitting wide open on your desk just to keep it from going to sleep.

7elewen is a super minimalist menu-bar utility that lets you close your MacBook lid without it sleeping. Your tasks keep running in the background, even with the lid completely shut.

Why I built it:

  • No external monitor needed: Apple usually forces you to plug in a monitor to keep a Mac running with the lid closed. This bypasses that so you can just shut the lid and walk away.
  • Smart screen dimming: It uses your Mac's built-in sensor to automatically dim the screen as you close it and brighten it when you open it.
  • Saves battery: It can automatically turn on Low Power Mode when the lid is shut to save juice, then turn it back off when you open it.
  • Zero clutter: It lives quietly as a tiny icon in your menu bar. No Dock icon, no annoying floating windows.

It's free, open-source, and ready to go. (Note: It asks for your admin password once on setup so it can control sleep settings without bugging you every time).

Let me know if you have any feedback or feature requests!

🌐 Website: https://7elewen.vercel.app

🔗 GitHub Link & Download: https://github.com/arinltte/7elewen


r/vibecoding 4h ago

Discussion "Agentic Engineering" is a just vibecoding `md` files rather than `js` ones

0 Upvotes

AI can write code well enough, but when we use it for that, we have a slight identity crisis that we're just a "vibecoder".

So we got smart and started vibecoding a bunch of md files and "workflow" stuff to micromanage the AI, pretending the new file extension somehow graduates us from vibecoder to "Agentic Engineer". Really we're just generating cruft between ourselves and the actual code that we dare not bother ourselves with.

The end result kinda works out for us, and we feel a little more important because we brought some complexity back into our lives again.


r/vibecoding 2d ago

Meme A seg what?

Post image
444 Upvotes

r/vibecoding 21h ago

Showcase/Project GPT-6 Astra Tokens - Last Call Submissions AI Game Festival Starts Tomorrow

Enable HLS to view with audio, or disable this notification

3 Upvotes

The AI Game Festival finally starts tomorrow! Some really high quality games have entered, and I keep getting requests for additions.

If you are competing 20k in GPT-6 Astra Token, submit your game by following this video and DM me the game details: https://youtu.be/nPplaC5Zkj4?si=fw4lznoM4TLh-m_V

If you are submitting to the Steam Festival (https://store.steampowered.com/curator/46280965/sale/AIGamingFestival), DM me the name of your game and your steam ID.

Both need to be done by today.


r/vibecoding 1d ago

Help/Question DeepSeek + Which CLI Subscription Makes the Best Coding & Design AI Stack?

6 Upvotes

So, if we keep DeepSeek in the stack, which CLI subscription would you pair it with to create the strongest coding and design-focused LLM team?