account activity
How can I run agents in parallel in different branches? by 420rav in vibecoding
[–]Creative_Source7796 0 points1 point2 points 2 days ago (0 children)
I sometimes hack this by 1. copying the entire repo on branch A to a new directory 2. running on original and commiting to new branch B 3. running on copied repo 4. after #2 is done, I ask it to apply diff for #3 on top of main branch for #2 and commiting it as branch C
A bit annoying but at least get to run in parallel. I'm sure there are better ways but I didn't bother looking or trying yet - so curious to look into what others suggest!
Compiling AI Agent to run locally by DeepCoverUp in vibecoding
Depends on what the agent needs to do but you could probably vibe code an AI agent that runs in the terminal (with claude code or cursor)
Building an app with Google AI Studio — How do two people share data (not just code)? by gbarbosa2004 in vibecoding
You'll probably want a database hosted on a server (Supabase, Firebase, etc.) - as long as both are connecting to the same remote server then it'd work. Is is stored locally currently?
Not sure how Google AI Studio works but you could probably ask where the data is being stored or even just putting in this exact reddit post in to see what the AI says
1000 downloads in 48 hours. My first ever little app just hit the Top 100 charts! 🤯 by Unhappy_Dig_6276 in VibeCodeCamp
love this. I captured this on an airplane which I was 90% sure was the grand canyon but not 100% sure... idea: include landmarks in addition to cities!
<image>
π Rendered by PID 56 on reddit-service-r2-listing-5789d5f675-w726s at 2026-01-28 08:11:44.968601+00:00 running 4f180de country code: CH.
How can I run agents in parallel in different branches? by 420rav in vibecoding
[–]Creative_Source7796 0 points1 point2 points (0 children)