[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology


Thread archived.
You cannot reply anymore.


[Advertise on 4chan]


File: 1751114017834461.png (2.52 MB, 1920x1080)
2.52 MB
2.52 MB PNG
What have you vibe coded lately, /g/oys?
>>
>>106408362
I've started vibe lifeing at this point.
>Hey ChatGPT, can you add a reverse TLS proxy for my SOAP API in Kubernetes, update my stock portfolio in accordance with the latest tariff policies, and give me the top 5 places I can go to find hot singles in my area? And make it snappy.
>>
https://rentry.org/simple4chanencoder
>>
That is a child!
>>
I've only ever vibe coded bash scripts because it actually puts the notes in there for me, and I feel that I always forget what shit does in it while being too lazy to note.
>>
Spoonfeed me. What can I use for vibe coding? Just asking online services like chatGPT? Shouldn't I be running a local LLM that can access the project directory?
>>
>>106410938
You sound like you don't want to pay so
https://github.com/QwenLM/qwen-code
>>
im vibe coding a web browser alike system using litehtml to replace generic linux tools like polybar and rofi
>>
>>106408362
Kill yourself
>>
>>106411253
Cool, thanks. That means I'm still feeding data into an online model somewhere as I'm making something, but it's better than nothing.
>>
>>106408362
Vibe coded a scripting parser, mainly because I couldn’t be bothered to go through and write a parser myself. Probably ended up rewriting half of it myself because the model kept making dumb assumptions about what I wanted.
>>
File: media-browser_resized.png (2.77 MB, 2000x2227)
2.77 MB
2.77 MB PNG
My 19000 line local media collection browser is starting to become unmaintainable bros..
>>
>>106410938
google ai studio has the best model and it's completely free with very lax usage limits.
>>
Here is a list of agentic (vibecoding) tools available that I'm aware of. If I've forgotten something, please let me know. My knowledge of local stuff is pretty limited, so that section is sparse. We should probably get a rentry or something going.

Softwares
>Terminal/CLI-based:
Crush (by Charm)
OpenCode
Gemini CLI
Qwen Code
Claude Code
Goose (by Block)

>IDE
Cursor
Windsurf
Trae (made by ByteDance aka tiktok)
Cline
Roo Code

Agentic Models
>API
Claude
Qwen
Gemini
Deepseek V3.1
Kimi K2
Z.ai GLM 4.5

>Local
Qwen distills
OpenAI gpt-oss-20b

>Special mention
Groq and Cerebras serve Kimi K2 and Qwen3 Coder at extremely high inference speed, 500-2000 tok/s specifically for agentic workflows.

Gemini CLI and Qwen Code have a pretty generous free tier of 1000 and 2000 requests (not tokens) per day. Yes you need to make an account.

I haven't used Elon Musk's Grok or ChatGPT for vibecoding, so I don't know if they wire into these tools properly.
>>
>>106412420
Oh, I guess there's Copilot and I know Jetbrains and Zed have some AI stuff built in. I don't know if it's vibecoding or just fancy autocomplete. Also there's like half a dozen VSCode forks that I probably missed.
>>
>>106412420
I guess Gemini CLI is what I want for Google AI Studio in VSCode? Thanks anon.
>>
>>106412485
You can run Gemini CLI in a terminal even without VSCode. I'm guessing there's probably a VSCode extension that hooks it into the IDE similar to Claude Code's vscode extension? You might have to do some digging. This area moves so fast I can barely keep up with half of the stuff people are using lol
>>
>>106412226
That's what happens when you don't ask for modularity and client-server design
>>
>>106412932
It's annoying how these things still aren't smart enough to do this on their own. I don't think any amount of prompting can keep them from taking shortcuts in every situation.
>>
>>106413399
You just need to keep in context the project tree and a short explanation of what is doing what when asking for a new feature.
>>
>>106413399
I’ve noticed this happens when using Claude Sonnet, who will straight up lie to you about what it does. The other models tend to be a lot better in this regard. If you must use Claude it’s better to get a bigger thinking model in a brainstorm session to plan out architecture before using Claude to start implementing.

Thinking about it, I’m actually starting to prefer most models over Claude even in implementation.
>>
Any tips on preventing the models from getting trapped in hallucinations?
I've tried vibe coding an app and it worked for a while, but then it stopped. I don't know why, supposedly some weird Android inter-app limitation but I don't know for sure.
Either way, when I ask GPT-5 or Gemini to solve it they just get stuck in a certain hallucination. For example, GPT-5 was sure a code change could fix it. The code didn't compile. It then reverted the changes. It then tried to implement the exact same fix again. Repeat ad infinitum.
>>
I’m vibe coding a script that logs the IP of coomers posting their anime kiddie porn and forwards it to the FBI to be put on a watchlist
>>
>>106413625
>Sonnet
Opus or nothing, they botched their last Sonnet
>>
>>106414049
Just tell it what has been tried and how it didn't work
>>
>>106414049
Context management. The models need enough context to solve the problem, but not so much that it creates a problem space they get lost in. If things are starting to feel like they are going off the rails, start a fresh session.

Also models have different things they are good at, sometimes you need to make the call at which one you need for the job. They are tools after all.
>>
>>106414093
Already made https://github.com/Cyberes/automated-fbi-reporter
>>
>>106412355
used to be the best, you mean. it popularized and got nerfed, now there are only mid models
>>
>>106414219
2.5 Pro is still very good
>>
I don't really understand how CLIs are supposed to help? I've just been copy pasting back and forth from the chat
>>
>>106414260
Gpt5/opus4.1 are better, but it's still very useful for common stuff with the high limits
>>
>>106414362
They can perform operations directly on you system like creating folders, files, initializing git repos, and interacting with other processes
>>
>>106414382
>gpt5
I assume the Pro version?
>>
>>106414528
Yes
>>
>>106414362
It has access to your code base and can even run commands. Like grep. Or start/stop services. Run tests and analyze results. It’s not comparable to copy pasting stuff to/from chat.
>>
>>106414520
>>106414542
You better run that shit in a sandbox and not in production
>>
>>106408362
Stupid sexy sword
>>
>>106414557
Literally no one does dev work on production servers. Let me guess, you are a typical /g/ larper who has very strong opinions about technology while having zero professional experience.
>>
>>106414611
Shush retard https://x.com/jasonlk/status/1946066422477529487 there are a dozen of you out there
>>
>>106408362
I'm asking grok/gemini to make me a bot for my mmo game. rotation bot for dps/healing and finding health of party members. Its creating a pretty sophisticated script for me.

500+ lines of code, objects, classes, caching mechanisms, performance optimizations, multithreading, etc. With many neat tricks.

Very happy with it. My own basic coding would take me months/weeks of refining and even then it would only amount to 1/10th the functionality
>>
>>106414362
I don't understand why someone would choose a CLI tool over an LLM powered editor.
>>
>>106414520
That sounds like a very bad idea. Yeah I don't think I need it yet.
I was wondering where all the horror stories were coming from.
>>
>>106414130
Bullshit. It's pretty good
>>
>>106414715
The CLI tools and their models have good tooling and can perform like virtual agents that do work for you. It's very neat when you know how to handle it, no need for UI in most cases.
>>
>>106414663
That's actually cool as hell. Are you using Cline or something?
>>
>>106414557
>He's never let Claude go buckwild with sudo permissions on system folders
You truly haven't lived yet
>>
>>106408362
>>106414566
who dat?
>>
File: 1747074344047216.png (2.23 MB, 1920x1080)
2.23 MB
2.23 MB PNG
>>106418511
Loli sword from Tsuyokute New Saga
>>
>>106408666
>>
>>106412420
>>106412485
I have compared gemini cli and web ai studio. The latter is much smarter and does doesn't make as many silly mistakes. Cli wastes a ton of requests and fucks up files.
ai studio is more hands on but with a good workflow (like a script to automate copying files and applying edits) it is superior to gemini cli.
>>
>>106421165
How do you give it your code to look at for context when using web AI studio?
>>
>>106422177
I use a tool, see >>106251751
It's fairly frictionless for small projects as you can just copy the entire project. For large projects you have to select the files yourself, but that also improves llm performance.
>>
>>106408362
>manager vibe coding with AI for 6 weeks >basically just querying databases
>often tells me about issues he's having
>timeouts during queries
>variables not populating?
>eventually takes down the prod db
>get curious about what's going on
>do code review
>AI slop, as one would expect from a nocoder
>misuse of sqlalchemy engine
>misuse of exceptions
>misuse of threadpoolexecutor variable access
>suspect python 3.8 being used in 2025
>.format() for queries

All that and the AI couldn't figure out what was wrong with the code.

Good luck /vcg/!
>>
>>106410399
upload the code to github so we can laugh it
>>
>>106418992
Does it have a pussy?
>>
>>106408362
>vibetrooning general
>>
aren't you concerned about your vibecode wrecking your filesystem or introducing vulnerabilities to your application
>>
>>106423234
We aren't making anything super complicated that's gonna run in a FAGMAN company, and even if we did, it would be no different from the recent incidents FAGMAN companies have had



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.