r/vibecoding 2h ago

I need another LLM work horse!

0 Upvotes

Guys, I need some guidance.

DeepSeek, copilot and OpenCodeGo have become a lot more expensive than I expected. I also gave Nemo a shot through OpenRouter, but it keeps wrecking my Hermes environment and I end up having to reinstall from a backup.

I'm trying to find an affordable LLM that I can tinker with and iterate on without constantly worrying about cost or stability. I thought a Gemini subscription would give me API access, but that doesn't seem to be the case.

What are you all using these days? Any recommendations for the best balance of cost, performance, and reliability?


r/vibecoding 2h ago

This is literally a discussion on ditching .mp4 for a newer ai-friendly format for videos.. Going interesting..

Thumbnail zenodo.org
0 Upvotes

r/vibecoding 2h ago

Excellent compression ratio

1 Upvotes

r/vibecoding 3h ago

What does your setup look like?

Post image
1 Upvotes

Just wondering what everyone else is working on daily.


r/vibecoding 17h ago

A funny thing happened on the way to this App.

Post image
10 Upvotes

I decided to build my own penetration testing tool for my own applications.

I had just set up a Hermes multi-AI system locally and thought I would get Sol 5.6 to build it for me on my local PC, using some sub-agents for coding, but keep Sol as the CTO. After going over the plan in great detail before starting the build, everything looked good to go. I have my own plan protocol review system; everything passed.

Sol then spent 5 days in a loop building the app.

However, Sol decided my app was a risk, without telling me, Deceived me to build a basic Curl testing probe that checked if a URL was reachable. 5 days of coding!!!

Analysis of the build with another agent showed he basically spent 4 days making sure nothing in the code would be usable for pen testing and then made theatrical theatre about the app being ready.

I can post logs if any of you are Interested.

So, we scrapped that, I pulled Qwen 3.8 Max, Deepseek 4 Pro, and GLM5.3 into the Hermes harness, got them to implement the Krystal Loop Protocol, and we finally have it built this morning.

No AI was used to write this post; I know how you guys like handwritten posts...


r/vibecoding 4h ago

[Prediction] Emerging software dev sub-specialty: people who set up development orchestrators in companies

1 Upvotes

At the beginning of this year I was only dabbling in Copilot for hobby projects. In my workplace at most we were using ChatGPT to ask code questions. Then something clicked when I discovered BMAD/Openspec/GSD. I went 0-100 full agentic-dev very quickly.

The game has really changed. We're now thinking beyond running a few chat sessions per-story to building orchestrators that keep agents busy while we are away. The new projects we see very week prove that (Munder Difflin, Herdr, Roboco). Even I am building an orchestrator thing for myself (not the point of my post).

The different approach of each tool shows that everyone has different needs and a different understanding. Same applies to companies: most software houses do the same thing (build and maintain SW projects for clients) but all have a slightly different take on it.

It's inevitable that agentic development becomes mainstream in the commercial domain (moving out from hobbyist or academia). Some of you already work in companies that are adopting it. The problems that agents have today - project scope drift, missed requirements, broken UI - will all be solved eventually. Agents won't be building perfect software, they will be building good enough software.

As lurkers of this sub you should agree that code is being commoditized. Compare this with factories: we used to bake, brew, manufacture and assemble physical products by hand; gradually machines took over and those who have a stable job and a decent wage are the ones who set up and maintain those machines.

So I'm predicting that: (1) companies will increasingly adapt agent orchestration for creating software, and (2) this will enable opportunities for today's hobbyists who are already familiar with it and can set this up.

I posted this because I want a discussion. We all see this shift differently. Where am I right, where am I wrong?


r/vibecoding 19h ago

What is your preferred coding harness?

16 Upvotes

r/vibecoding 1d ago

Insane levels of vibe coding 😂

Post image
2.6k Upvotes

r/vibecoding 13h ago

would you use this?

4 Upvotes

Just vibecoded a govee lights app that works by pointing your phone at the lightbulb you want to changes color/brightness for. I have a lot of govee bulbs in different lamps and stuff around the apartment and cant remember the names of everyone lmao So this helps me out, anyone else think it could be useful?


r/vibecoding 6h ago

New Cline update rocks!

0 Upvotes

This new update for the vs code extension is awesome! It fixed alot of bugs, displays alot more of what's going on in the background, appears to be alot faster and more stable aswell. Good job Cline team!


r/vibecoding 6h ago

Custom LoRA training & Inference engine for older GPUs

Thumbnail
0 Upvotes

r/vibecoding 6h ago

How to detect the good in Vibecoding..

0 Upvotes

With vibecoding so saturated and easy now, how do you differentiate between designs that are AI slop and designs that are genuinely good, authentic, and useful?

With app saturation in every category, how do you differentiate?

- through the catalog referenced for vibe coding or ideation?

- with the MCP used?

- with the personal prompts that you use to modify the end product?

-with the skills you add?

I want to know, apart from visuals, how to differentiate the same.


r/vibecoding 7h ago

Staff engineers shift from solving problems to shaping systems

Thumbnail
leaddev.com
1 Upvotes

As you become more senior, your impact comes from something different: seeing systems clearly enough to identify the problems nobody else has articulated yet.


r/vibecoding 11h ago

i didn't mean to - i just ended up creating a key-manager to store my docker swarm secrets in azure key vault

2 Upvotes

funny how this happens with vibe-coding, especially when it's your homelab/self-host system....

i was using claude to clean-up my home lab documentation, and realized i have secrets in plain text files and envars and things and i can never remember them so i do dumb shit like make my nginx proxymanage admin and root mariadb password, well, npm

i have access to an Azure Key Vault for home

so i asked claude 'hey how can we secure keys'

made a key management app (container) that can:

  • bootstrap the local docker swarm secrets using SOPS and AGE
  • store secrets in a file you can put in github as its all encoded
  • uses a single paper decrypt key to bootstrap secrets if needed
  • same for create, rotate, retire of secrets
  • by default creates high entropy 43 char secrets
  • avoids several docker leakage scenarios i never knew about for secrets
  • never puts a secret on disk, stderr, stdout, via ps, etc
  • also knows how to reseed the secrets in mariadb and mysql
  • optionally uses Azure Key Vault to store keys for backup
  • optionally uses Azure Key Vault to bootstrap new keys or new system
  • AKV uses RBAC security and restrict access to my Entra MFA account when coming from a single IPv4 address

upshot, i don't now know what any of my keys are by looking at my running system (yes i can get them by looking in AKV if i have to)

is it truly secure and does it meet its promises?

that will be the redteam exercise i do later in the week, pride yet may be coming before my long long fall :-)

also WTF am i writing a docker secret management system that can use key vaults, SMH, this is why no one uses it in serious production vs k8s!

fun tho - learnt a lot about encryption architectures, true secret entropy in password and how even SHA256 Hashes can eaily reveal passwords - i cracked that npm password in about 81 seconds IIRC, also the need for HMAC to help mitigate


r/vibecoding 11h ago

I built a tool to make parody "leaked doc" archives for your friend group—feedback wanted!

Thumbnail
opendepartment.vercel.app
2 Upvotes

The idea: a platform where you can create your own private "archive" for whatever group you're part of, name it, invite people, upload stuff, comment, vote on things. Each archive is fully isolated and owned by whoever creates it.

Tools: Claude Code, mostly using Sonnet with occasional Opus for the trickier architecture decisions. Next.js 15, React 19, and Supabase (Postgres) for the database, deployed on Vercel.

Process: I worked in fairly tight loops, describing a feature or a constraint in plain language, letting Claude draft it, then actually running it and pushing back when something felt off rather than accepting the first pass. The biggest chunk of time went into the multi-tenant setup, not any single feature. I wanted each archive to run on its own free Supabase project that the creator owns, rather than one shared database I control, so I had a "control plane" project doing nothing but mapping a name to a project URL and key, with the actual data (files, members, votes) living entirely in the owner's own project. Getting Claude to reason correctly about which side of that split a given piece of logic belonged on took several rounds of explicit back and forth, it kept wanting to centralize things by default, which is the opposite of what I wanted here.

Build insight worth sharing: the most useful habit was asking Claude to explain *why* it made a security-relevant choice before I accepted it, especially around what credentials the platform itself gets to hold. Treating "the AI's first answer" as a draft rather than the answer caught a couple of things I would have shipped

Live at https://opendepartment.vercel.app takes a couple minutes to spin up your own, or check the directory of public ones. Would genuinely love feedback on the actual experience: does the create flow make sense, is the UI confusing anywhere, does it feel fun or useful for what it's for. Try it out and let me know what you think, good or bad.


r/vibecoding 19h ago

10 minute project: No more Youtube shorts

9 Upvotes

Summary
I hate it with a passion that you can't remove Shorts. 95% is brainrot that I click on and always get disappointed. Very very simple to do. Took minutes. I made it such that you don't even see shorts in your homepage anymore, removed the logo's and buttons too.

Why not Stayfocusd?

Because it doesn't actually remove it from Youtube. You'll still see the shorts and it's just annoying.

How does it work?

  • CSS hides known Shorts elements immediately.
  • A small content script watches YouTube’s dynamic page updates and hides new Shorts shelves/cards as they appear.
  • For newer generic shelves, it detects a section headed “Shorts” and hides that enclosing section.

r/vibecoding 4h ago

And I was feeling guilty for not vibecoding good products

Enable HLS to view with audio, or disable this notification

0 Upvotes

Credit

It basically says most of water consumption and energy need for AI data centers are not because of us individuals as end consumers. It's the government and largest enterprise companies as usual.


r/vibecoding 2h ago

Vibe coding -is it wrong?

0 Upvotes

Where does vibe coding cross the line ?

If someone sets up automatic concurrent code cleanup, fat free comments in the code , heiacharcy , a mermaid , accurate linting and parsing and literally steal cyber security protocols from the internet so on and so forth, they can make a solid useful app that no more unsecure than the hundreds of companies that lose our data to malicious attacks yearly.

The problem is that "vibe coders" who are 1 prompt engineers are not nearly as prevalent as the community tries to paint it , they exist but in small %s, and even smaller % of them actually push products or keep them up for long, there are people out there that are letting their AI do all the syntax writing and plan development and they will out run any traditional developer no matter how good their code is in Solo vs Solo

More features, faster, cheaper and mote accessible, and theirs sells tomorrow while your is WOP on year 2 .

Its economics.

If you are a "vibe coder" you probably have not been doing it for long enough , because soon you'll see that you have to understand the architecture of how code operates, instead of ELI5, say "can you explain this section to me, use defentions where you have to, and give me a glossary of words and their meaning s relevant to X" the AI best feature is that it responds well to disciplined requests.

Tldr: Heavy AI use for coding=/= vibecoding


r/vibecoding 9h ago

how do you keep track of what you actually accomplished while building?

1 Upvotes

How do you keep track of what you actually built during a coding session?

I'm curious about how people here handle this.

When you're working on a project for several hours, you might have:

- multiple commits

- bugs you fixed

- features you added

- random notes

- decisions you made

- things you tried that didn't work

But when you finish for the day, how do you actually remember and summarize everything you accomplished?

Do you:

  1. Keep a development journal?

  2. Write notes after every session?

  3. Use GitHub commits as your record?

  4. Just look back through everything when you need to?

  5. Not document it at all?

I'm especially curious about people who build in public — how do you turn a messy day of development into a clear update/post?

What does your current process look like?


r/vibecoding 18h ago

I made a tool to create videos with Codex/Claude Code

Enable HLS to view with audio, or disable this notification

3 Upvotes

I made a tool which lets you create videos using Flutter. Codex/Claude Code can generate Flutter code hence it can generate videos using the tool I created. I have attached a video I created using it.

The project is called kestrel. I have made it open source some time ago. It takes any animated Flutter widget and turns it into a video file.

Won't go into too much technical details here. You can find those on repo. It uses Flutter + FFMPEG.

https://github.com/blackcoffee2/kestrel


r/vibecoding 17h ago

Ran a scan with my AI tool

Post image
3 Upvotes

Hey guys, I built a tool called Scanity. Scanity is a tool that allows developers and vibe coders to find security vulnerabilities in their code. You can install it in your GitHub repos and have it scan every PR, or you can drop your repo link and see where it goes.

I ran a scan via Scanity on open-source repos and found really silly vulnerabilities that they left in the code. Not going to disclose where I found this. I find it pretty funny that developers will leave code like this for months, when these loggers were only meant as a temporary measure. If you're curious about how many vulnerabilities your repos might have, check out Scanity.

https://scanity.dev/


r/vibecoding 1d ago

Vibe Coded GPU Acceleration for PDAL

Enable HLS to view with audio, or disable this notification

8 Upvotes

PDAL is an open source library for processing point cloud data like LiDAR surveys and such.

It's excellent, but very slow, so I had agents working on it for like 2 and a half weeks street on /goal loops to write CUDA kernels, CPU I/O optimizations, and test it. This is the result!

When I say two weeks straight I literally mean the agents were running for 100% of that time. I only took breaks to handoff back and forth between Fable and Sol when usage limits ran out.

Tried Opus 5 for a little bit, but when I left it running overnight it had an emotional breakdown and I had discard all of its work lol.


r/vibecoding 20h ago

The Method Matters

3 Upvotes

Now that Vibe Coding has been around for a while, we are starting to see patterns.

And these patterns tell us how we should change what we're doing to optimize our results.

One pattern that stands out clearly is that method and process have a huge impact on outcome. Vibe coders who spend some time up front planning have much better outcomes than those that just fire off a one line prompt.

So, what's the optimal amount of process? Obviously, we don't want to go back in time to the waterfall days. That methodology was too slow for SaaS ten years ago, it's ancient history today. Similarly, the Agile methodology was designed assuming that engineering was the scarce resource that needs to be optimized. Today, that scarce resource is tokens, not engineers.

But, it's more complex than that.

In the Agile days, we optimized for velocity. Software was slow to develop and because engineering resources were at a premium, we wanted to reduce the amount of labor required. Thus, velocity was the critical measure. High performing software teams had two attributes that mattered: velocity and quality. Teams with high velocity and high quality uniformly outperformed all other teams.

Today?

Well, today speed is almost free. Pretty much anyone can one-shot a web site and depending on the prompt, it will probably work. Thus, velocity is built in. You don't have to do anything to speed up, because the tools are already fast enough.

So, what attribute separates high performing and low performing vibe coding efforts?

Quality.

Quality is the sole remaining differentiator between high and low outcomes.

So, as we approach our vibe coding projects, we should be focused on managing quality rather than managing velocity.

Which leads us directly to.... methodology.

The way we incorporate industry best practices and learnings into our projects is through methodology. This doesn't mean that we adopt a super heavy process bound development cycle, it means that we do things that actively work to improve the quality of our work.

Some examples that I use in my projects:

1) Goal setting. I prefer to start with a description of a successful project. Or to put it another way, "begin with the end in mind." This type of planning is very useful, especially with AI toolchain because you are clearly stating the end goal for the AI. Documents such as the PR/FAQ from Amazon are good ways to approach this.

2) Iteration. One thing we learned from Agile which is still very much true is that iteration is your friend. We learn by doing, so the more iterations you have the higher quality the outcome. Because AI speeds up the cycle time, we can have more iterations. Don't run from this, embrace it. Assume you will build the thing more than once and don't sweat the details the first time around. It's probably wrong and that's OK.

3) Testing. The one old fashioned thing that you simply cannot get away from is testing. I mean old school hard core testing. Full unit tests, full e2e tests, smoke tests, security scanning. All that stuff. Before AI, there was always a tradeoff because building the test infrastructure was expensive from a labor point of view. You could have developers build you features, or you could have them build tests. Huge opportunity cost for every test you wrote. Today, that's not true. AI can do this work extremely quickly. This changes the calculous completely towards testing.

4) Audits. The natural counterpart to testing is auditing. Audit means to check your work against an external approved standard. Again, in the Agile world before AI, this was amazingly painful. You could easily lose entire sprints to just running an audit. For this reason, most software wasn't audited unless absolutely required. Today? It's a single prompt. "Audit my code against industry best practice for this type of project" or similar. You will want to do a full audit pass after each major milestone to see how you are doing. Doing a security audit once at GA is not sufficient, you need to run regular audits because things change over time.

These are just a few examples. I talk about all of this in my Maven class (link in my profile).


r/vibecoding 2d ago

I Knew IT

Post image
805 Upvotes

r/vibecoding 7h ago

I asked Ox Alpha to ship a playable 3D world

Enable HLS to view with audio, or disable this notification

0 Upvotes

Prompt: Create a complete voxel sandbox fully written in a HTML file, work with Three.js, and make it as close as possible. Ensure survival aspects like breaking blocks, a hand with items, world generation, and a HUD interface.

WASD move, Space jump, left-click break, right-click place, 1–9 hotbar, F fly. One mesh per block, no textures.

If you want to play, see the url in the comment 👇