What have you vibe coded lately, /g/oys?Resources:Websites:https://aistudio.google.com/ (Very generous limits, biggest context size)https://claude.ai/https://chatgpt.com/https://chat.z.ai/https://grok.com/CLI tools:https://github.com/google-gemini/gemini-cli (1K requests/day if you connect your Google account, not always the case)https://github.com/QwenLM/qwen-code (fork of Gemini-CLI, allows you to use any OpenAI compatible provider)https://github.com/anthropics/claude-code (like Qwen code it is compatible with OpenAI endpoints by setting environment variables)
>>107117843how experienced do you have to be to actually produce something of value vibecoding? I did a python tutorial one weekend.
>>107117872Of value to whom? You? Not at all, really
I've been using Cline w/ a local model (gpt oss 120 right now). I chose cline because I liked the diff-based view and I edit the diffs a lot. How much better are those other options?
>>107117881like can I do the following>ask it to write a phone app I have an idea for>if there's an error or something, just tell it "this doesn't work, I got this error">repeat until app works
I tried to do some project planning for a 6 week project and it consumed all my tokens and shat out garbage, I'm conserving my usage for some workshops I'm attendingMaybe I'll read what it came up with, change some stuff, and re-run it>>107117872I spent 3 days working on a small application connecting to an API for a CCTV stream as a take home assessment for a job, it was fun, I did some of the development myself and otherwise iterated through the project slowly and ended up with something pretty decentIt suggested some nice QoL features that I never would have bothered with if I were just working on it aloneThe more you know, the better, you still actually have to learn how to develop software and use your tools or you won't know when LLM fucks up. Toward the end of the project it was getting a bit unwieldyAfter that, I started to look into what LLMs can and can't do, how to prompt effectively, I just installed some MCP servers for that project which effectively let it search documentation
>>107117913More or less, yes. It obviously helps having technical knowledge and telling it the exact errors you get instead of "it doesn't work" >>107117893Are you running the full thing? The models in the OP are most likely better since they are state of the art, though depending on how complicated whatever it is you're doing you may or may not notice a big difference
Hello
>>107117843cute girls!
Opencode is also really nice, supports lots of providers by default as well as custom oneshttps://opencode.ai/
>>107118226Cute anon! :3
greetings, vibe coders! let our code monkeying skills further decline and our executive functions grow stronger!>>107117843i have made this yesterday, with gemini 2.5 pro, my bestiehttps://blogchan.pages.dev/g/thread/33333currently supports guests being able to reply to threads, only authorized admin can make new threads, and upload imagestheres some security issues with it currently but thats nothing to do with gemini code and more me trying to be a cheap bastard so it can run for free foreverhttps://prisonrpg.pages.dev/prisonRPG/unfinished game i made, gemini 2.5 pro. semi complex things going on, NPCS with motivations, path-finding, relationships. and pic related what im going to work on today, have left it untouched the past couple of days because its a scary project that will change my life when i take it seriously and use it fully.
>>107118733Nice UI
Becky
I'm using kilocode in cursor which I've hooked up to deepseek. I paid $10 for OpenRouter to use the free model qwen coder 480b, but the throttling and limits was unbearable. I guess OR free tier is only good for chatting, not vibe coding since that sends requests for every little task. Spending $5 on the deepseek official site and using that API key instead is so much better. I kneel down to xi jinping.
>>107120124Yeah OR is not very reliable for the free messages, they say 1K per day but then the actual providers rate limit. Deepseek is very cheap, the cache hits are even cheaper than they used to be
>>107120199>Deepseekdeepseek web UI is funny. they allow all sorts of 'bad content', but they deal with it by deleting it after its been generated infront of your eyes. so basically you can still get the response.it has worked for handfuls of queries that got blocked everywhere else before even responding.
>>107120124might be better off getting the GLM coding plan. better model and will likely end up cheaper
I did t vibecode it today but I made a 4chan dumper it will auto dump your manga in threads. It was possible before with 4chanXt but it would break of the captcha messed up for any reason, so I made one far more robust. I tested on /b/ and it dumped my homura folder until the thread hit image limit. I also added secret functionality to bump threads with loaded images in the 4chanxt when they hit page ten. I want to make it so that's it bumps randomly instead of at page ten. Note I did all this back in like august, but I haven't really gotten a chance to use it really. Haven't dumped any manga in a while tbqh I think I'm growing out of /a/ finally
>>107120303I'm nearly done with my project, so it won't matter anymore soon. I've only used up like 20 cents so far.
>>107120420what u makin
Does google gemini still have that promo with unlimited use for their experimental/latest flash model?I just started using it and I can't tell what my daily usage allowance is for both flash 2.5 and flash latest?
>>107120566I don't want to doxx myself since I might turn this into a product I sell in the future for millions of dollars when I have time next year to improve upon it. It's like an AI chess league. I made it for myself since I needed a fun way to get better.
>>107120640>It's like an AI chess leagueah interesting, so they're competing and you are an observer? thats what i wanted to eventually do with blogchan, make a thread and then have various LLM personalities reply and engage with the thread. just having like 200 LLM generated shitposts replying and picking apart a thread right after you post ~5 of so paragraphs to start.
>>107120658Yeah that's how it works right now. The last thing I'm implementing now is putting myself in the league now that I've confirmed that everything works with the AI against each other. I'll be playing and competing against them.
>>107118733Yeah but wtf is this screenshot, a game? I don't simply understand.
>>107120714Normies are too stupid for chess. You should make an AI Fantasy Football league or something instead if you want potentially to earn something.
>>107120758its complicated broi posted some details in the old thread>>107000589>>107006167
>>107120809Makes sense as I don't have any clue about sales outside of watching Wolf of Wall St.
Nocoder here, I've tried qwen and gemini CLI and neither could one shot a simple autohotkey script. Basically anything I've asked these things to do, like Python or bat files, had to be tard wrangled over multiple prompts. Pretty annoying.
>>107120888>had to be tard wrangled over multiple prompts.that means you should be giving it more details from the start. have preferences for things?? copy paste your 3 paragraphs detailing that, with every prompt
>>107120900I've been writing details into a text file and listing requirements for the project line by line, bullet points, then I just tell it to read the file to get started. It usually creates something that's broken because of it's use of improper syntax I guess.
>>107120955seems like the CLI stuff is pretty dumb for what you want, which is just a one off script. you should use the front end.i have barely used the CLI stuff but it just feels really weird to me not being able to control, iterate, correct code output mistakes you see in the code before applying it.thats why i prefer a web approach, i just made tools to quickly convert it into filestystem files from the web frontends
4chen
>>107121447whats that terminal 4chan? nice. should be easy if you use the json
>>107121465I'm using the json, and yes it's on the terminal. I have noticed that it only counted the image and not including other media formats
>>107121571looks good. i prob wouldnt use it for 4chan myself but its good to learn how to make those kinds of terminal things.i made something similar for twitter in the past.
>>107121992It's a nice addition on ricing tism, and it is lightweight too.
>>107120585In the CLI or website?
Please write a 10,000 word essay on wasting free tokens.
>>107117843I vibe coded a roguelike (actual console curses stuff) a few months back. Used deepseek from the web UI and copy pasted the functions to the project, manually checking diffs and stuff. I already knew the whole structure of what I wanted and just had it do the code monkey-ing. I posted some of it on /agdg/ or /gedg/, but never the full release. I might vibe some graphical UI and put it on armorgames or newgrounds later and link you guys.
>>107117843troon thread
>>107117872if you stay well within distribution (doing things that have been asked a bajillion times on stack overflow), basically no experience required. even if you ask in a really dumb, normalfag way, claude will intuit your intentionsif you want something specific, though, you have to watch what the agent is doing and periodically catch it when it's attempting something stupid. you have to understand how to specify things in a way that a human programmer would be able to execute, and you have to be able to at least broadly understand the model's plan to make sure it will do what you want it to do.I wouldn't use it for my own day to day technical work because it's highly specialized and finnicky, but for cranking out web apps Claude is more than ready.
>>107117913pasting error messages will work if it's a sufficiently verbose error message and on a platform the model understands. it shouldn't be an issue for simple crud apps. one huge thing you have to understand is that the model doesn't have eyes or ears, it only sees code. if you have visual bugs and such you will have to be able to describe what the problem is quite precisely
>>107123834More like pedo threadEvery time becky is posted the nonces can't help themselves
>>107120888step 1 to making it is to uninstall your OS and install a proper onestep 2 is using a coding agent that actually works (like Claude Sonnet)Gemini 2.5 Pro is a very good all-rounder model in my experience, for general day to day tasks like replacing google search in the age of jeet SEO, but the coding agent implementation is quite lacking
>>107123914And there's nothing you can do about it.
>>107117843>grok uses catbox to host images it createshttps://files.catbox.moe/9q2r8k.pngwoait can't seem to generate a proper image though lol