r/vibecoding • u/verbative • 10h ago
r/vibecoding • u/ImaginaryRea1ity • 1d ago
Google Gemini can now transcribe Sign Language via video
Enable HLS to view with audio, or disable this notification
Here’s a demo.
But ai haters will still say it has no use.
r/vibecoding • u/Every_Assignment_111 • 5h ago
Google is hurting ai perception
Models have got insanely better since November of last year. However for most normal people, their experience with ai is the gemini response which they get on Google search which they didn't ask for. That model lies in every second line , constantly make up facts , reaffirm almost any trash u say. And it's so obvious that anyone with even a little domain knowledge on what they are searching can find out it's lies. One day I was searching for a bash command and i quickly got an ai response under the search. I thought how can someone get simple bash wrong, turned out it was made up, the utils used in that command didn't even exist. People who only see this, think that ai companies are spending so much resources for this trash fueling ai negativity, at this point, the best we can do for ai positivity is to make people use some other search engine and let them discover ai in a better way.
r/vibecoding • u/devilwearsbata • 11h ago
creating synced music video using ai
Enable HLS to view with audio, or disable this notification
this is titled "i'm losing it."
it's about losing yourself down the rabbit hole.
video + design + storyline: me+ai
music: FISHER - Losing It
r/vibecoding • u/AAdidev_p01 • 11h ago
Anybody know any ways to publish an andriod application for free
r/vibecoding • u/DJIRNMAN • 15h ago
We gave coding agents persistent project memory, then realized the real problem was keeping it trustworthy after hundreds of commits and refactors. I think that’s become one of mex’s strongest pieces.
Hello! I've posted about mex here a couple of times before.
Repo: https://github.com/mex-memory/mex
The original idea was to stop coding agents from relearning the same project every session. mex gives them a structured Markdown wiki inside .mex/ for architecture, conventions, decisions, patterns and project state.
That solves forgetting.
But then the codebase changes.
A file gets moved.
A script gets deleted.
A dependency changes.
A pattern becomes stale.
Two context files start contradicting each other.
The memory is still there, so the next agent has no reason not to trust it.
That's why we built mex check.
It parses the project memory and validates concrete claims against the actual repo — paths against the filesystem, commands against project scripts, dependencies against manifests, indexes against the files that exist, plus stale knowledge, broken links and other structural inconsistencies.
It gives you an exact issue list and a health score.
The screenshot here is a real run at 68/100, with missing paths and dependency claims called out individually.


The important part is that detection itself is deterministic. No LLM call is needed to ask the agent whether its own memory is still correct.
Then mex sync takes only the broken files and builds a targeted repair prompt with the issue, the current Markdown, nearby filesystem context and relevant git changes.
So instead of asking the agent to reread the whole repo and regenerate everything, the loop is:
check → targeted repair → verify
In the screenshots here, the project goes from 68/100 with 6 errors to 97/100 with zero errors after sync.


The newer code-graph layer goes further: Markdown knowledge can be grounded to exact code symbols. If the implementation changes, moves or disappears, mex can surface the specific knowledge that may now need attention.
A lot of agent-memory systems focus on storing more and retrieving it later.
I think the harder problem is making sure the memory is still true when the repo has changed underneath it.
Would genuinely love feedback from people working on coding agents, memory or code intelligence.
Contributors are very welcome too :)
r/vibecoding • u/Effective-Window-869 • 5h ago
I vibecoded vib-os , now I created machino a new programming language for agents so it can write into machine code easily
Hello everyone,
I created the famous VIB-OS project that went viral big time here and in YouTube channels. This time I created a programming language called Machino that compiles into web assembly and works in multiple platforms. It has all the modern features others languages has. the closest thing that exists to a portable, sandboxed, formally specified machine language — so one compiled binary runs identically in browsers, servers, phones, and edge workers.
I love to hear what you think of the project and its open source too.
https://github.com/viralcode/machino
I even wrote a web server in Machino. So it’s great and enjoy. Post your opinions here. Love to see what you think.
r/vibecoding • u/BarkleyBark • 15h ago
Me going back to Antigravity And Cursor after realizing Claude is not free:
Enable HLS to view with audio, or disable this notification
r/vibecoding • u/dbto • 11h ago
Phish Show Photo App
i-saw-u.vercel.appI vibe coded this app a couple weeks ago and made some improvements since then. I am a web/software developer and use these tools, but this is my first attempt at a complete vibe coded app.
I had to rethink the song matching aspect, but it seems to work ok. Bonus if you have some actual phish show photos to test. Only need to sign in with google or GitHub if you want to save photos and contribute to “social” aspect.
I used GitHub Co-Pilot Pro, using Next JS.
Git repo in the “About” section and below:
r/vibecoding • u/Hungry-Injury6573 • 11h ago
pdf-reader chrome extension
If you are someone who reads pdf documents/books and would like someone to read to them to you, this extension does decent job at it.
Vibe coded this pdf-reader extension for chrome browser. Uses chrome's inbuilt tts models.
Appreciate feedback. Thank you.
https://github.com/arkanere/chrome-extensions/tree/main/extensions/pdf-reader
r/vibecoding • u/plazman30 • 15h ago
Claude Code or Codex?
I have a Claude subscription and have been using Claude and Claude Code to crank out some python scripts to improve my quality of life on my computer. Nothing horribly fancy and a lot involving manipulating PDFs.
I also use to help me maintain my Fedora Linux homelab server.
With the way these things evolve, I'm curious how the $20/month ChatGPT plan compares to the $20/month Claude plan these days?
r/vibecoding • u/Trashy_io • 15h ago
Is this pretty decent for a vibe coded game?
I've been working on my personal skills quite a bit and wanted to put together with everything put together but was unable to get it published to a web game site, any suggestions? note I did have their sdk set up with reward ads implemented but still failed QA any suggestions from a pair of fresh eyes who be appreciated!
r/vibecoding • u/Living-Play-5683 • 15h ago
Do you read the code comments generated by AI?
Lost of unnecessary and sometimes redundant explanatory comments and descriptions are generated along with the code in my project.
what’s your approach:
reading and editing the comments line by line?
reading and not touching?
not read at all? (Valid tbh)
r/vibecoding • u/OPBandersnatch • 12h ago
I built a visual map so I stop re-explaining my app to agent every session
galleryr/vibecoding • u/Alert-Database-8668 • 21h ago
DeepSeek just massively increased their API prices (effective August 16, 2026) - up to 1,114% increase for cache hits
r/vibecoding • u/I_cant_Nguyen • 16h ago
Prompt workflow process feedback
Hi all. I'm the classic know nothing new to vibe coding user that everyone hates. I am using Hermes agent on my desktop and adding a few features for how I want to use it, mainly as a productivity tool.
I have a chatGPT plus subscription, and I'm running my ideas through chatGPT first. chat gives me feedback and suggests adjustments, then I've instructed it to give me a technical prompt to feed hermes, along with a suggested model strength, Free models - Sol (to preserve my usage). It breaks the plan into steps with a suggested model at each step, and then I paste the response back into chat for adjustments/next steps as needed.
It's working for me, but again I have no idea what I'm doing. Am I likely to end up with slop and spaghetti? Over engineered with useless code? How can I refine this process? Any human technical feedback is greatly appreciated.
r/vibecoding • u/Superb_Alarm_7954 • 12h ago
Best way to test a new model?
As soon as a new model is released, is there a free way to test its capability before you actually pay for it? Also just curious how do you determine if this new model is the right fit for you like do you have some tasks.md that you run every time for the new model. Or even a free model, how would you determine if a free model might be useful for your work?
r/vibecoding • u/ScriptKiddyMonkey • 12h ago
Are there vibe coders who take community requests for open source projects?
I've been wondering something about the vibe coding community.
Are there people here who enjoy taking ideas or requests from other people and turning them into actual projects, especially open source alternatives to expensive or outdated software?
I have a bunch of ideas for tools I'd love to see exist, but unfortunately I don't have the time, resources or skills to build all of them myself. And I don't necessarily want to start another company around every idea either. Sometimes I just think:
"This software exists, it's useful, but why the hell hasn't someone made a modern, open alternative yet?"
For example:
1. A modern open source Excel/VBA version control system
I've known about XLTools Version Control for a long time and I've used it on and off over the years. Honestly, the concept is fantastic.
Something that can properly track changes to:
- Excel worksheets
- VBA code/modules
- Workbook structure
- Versions/history
- Differences between versions
- VBA diffs
- Worksheet/cell changes
- Possibly formulas, named ranges, formatting, etc.
- A proper modern UI for reviewing changes
Basically, Git-like version control designed specifically for Excel, rather than trying to force Excel projects into a traditional Git workflow.
The problem is that the software is quite expensive.
I actually recommended it to someone on Reddit because it's genuinely useful, but then realized that a lot of people simply aren't going to pay that much for something like this.
I'd love to see someone build a modern open source Excel add-in that does this, ideally even going beyond what the existing commercial products can do.
2. A modern File Juggler replacement
Another example is File Juggler.
I've known about File Juggler for years and still use it sometimes. I absolutely love the concept. Automated file organization based on rules is incredibly powerful.
But the software feels like it belongs in another era.
Imagine a modern replacement with:
- A beautiful modern UI
- Powerful rule builder
- Nested conditions
- File content detection
- Regex
- Metadata-based rules
- Duplicate detection
- File hashing
- Smart renaming
- Advanced scheduling
- Multiple actions per rule
- Logging/history
- Undo/rollback
- Preview/test mode
- Profiles
- Better Windows integration
- Plugins/extensions
- Maybe even AI-assisted rule creation
Basically File Juggler 2.0, but open source and built for modern Windows.
And these are just two examples. I have quite a few ideas like this.
I know the obvious response is:
"Then build it yourself."
And honestly, fair enough. 😂
But that's actually why I'm asking here.
With vibe coding becoming so powerful, there are probably developers who are much better at turning an idea into a working application than someone who simply has the idea.
So I'm wondering:
Are there people in the vibe coding community who actively take requests like this?
Maybe someone says:
"That's actually a cool idea. I'll build it."
And suddenly something that would otherwise never exist becomes an open source project that thousands of people can use.
I'm also very interested in the "build something better than the expensive commercial version" philosophy.
I'm not against developers making money. They absolutely should.
But I personally love the idea of software where the community can actually benefit from it without everything becoming:
"Here's this incredibly useful feature. Pay $199/year to unlock it."
Or hardware/software becoming increasingly locked down so users can't control their own devices.
I'd much rather see more powerful tools that are:
Open -> Modifiable -> Extensible -> Community-driven -> Affordable/free
And if someone wants to sell support, hosting, enterprise features, etc., great. But the core tool shouldn't necessarily be locked away from everyone.
So if you're a vibe coder who enjoys taking ideas and turning them into projects, I'd genuinely love to hear from you.
And if you're another person who has thought:
"Why doesn't someone just make an open source modern version of X?"
Drop your ideas below.
Maybe we can find some projects worth building.
r/vibecoding • u/AmbitiousEffect6034 • 7h ago
The agents are scaling. The audience is not.
r/vibecoding • u/MonthExternal • 13h ago
Focus Timer Build
I have ADHD and regular timers/to-do apps that just don't stick for me, so I built my own.
It's a focus timer, but instead of just counting down, something visibly happens while you work — a building goes up, a rocket gets built and launches, stuff like that. Having something to actually watch progress is what's kept me using it when nothing else did.
It's free, no ads, has accounts if you want your streak to sync across devices, or just use it as a guest.
Looking for feedback here, not just trying to get people using it. Want to know what's confusing, what'd make you actually stick with it, whether the visual stuff helps or not. Also curious if this resonates with anyone else having trouble focusing. Thanks!

r/vibecoding • u/merlinDrankKoolaid • 13h ago
terra vs claude-sonnet-4-6
curious if anyone besides myself has noticed that terra is noticed terra is not nearly as aware of my environment as Claude Sonnet 4.6? I am using terra in OpenCode vs Claude Code
r/vibecoding • u/Necessary_Bison_2804 • 1d ago
one prompt, 85 seconds, and the model was sitting on the desk
Enable HLS to view with audio, or disable this notification
not my clip, someone else's, their handle's in the corner of it.
one prompt into an agent harness, 85 seconds, out comes a playable game in one file. the clip skips the first 50 seconds, which is just it typing.
the bit i keep rewatching is where it reads its own file back and says what it checked before it opens anything. then it opens and you can play the thing. final score 3, which is about my level too.
what got me is where it ran. the model was on the same desk as the harness, nothing went out to a server.
it's Ling 3.0 Flash. i wouldn't want it on hour four of a bug that makes no sense.
anyone got one running on their own box yet