Content pfp
Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions

borodutch pfp
borodutch
@farcasteradmin.eth
ffs i can never get vibe coding to work, neither with o4-mini-high, nor with claude 3.7 sonnet thinking inside vscode copilot chat what's the trick? how do you guys vibecode beyond code autocompletion? do you keep talking to ai when it gets it wrong? what do you do when it breaks stuff instead of fixing it?
16 replies
5 recasts
37 reactions

Gabriel Ayuso pfp
Gabriel Ayuso
@gabrielayuso.eth
I do it in small increments with clear examples and narrow it down to specific parts of the codebase. Found it to work best with Gemini 2.5 but haven't tried it with Claude 4. Note that this is working on an existing codebase with many large files. Might be easier on fresh codebases.
1 reply
0 recast
3 reactions

m00npapi.eth pfp
m00npapi.eth
@m00npapi.eth
Yemeni 2.5 pro goes cray
1 reply
0 recast
1 reaction

ruslan pfp
ruslan
@ruslan
from what I saw basically people paying like $10-50/hour (it depends) and giving it full screen access and a lot of iterations lol
1 reply
0 recast
1 reaction

Champion pfp
Champion
@kceyneil
whats claude 3.7 sonnet?
0 reply
0 recast
1 reaction

Kasra Rahjerdi pfp
Kasra Rahjerdi
@jc4p
you’re doing vibe coding wrong, the AI’s job is to follow your instructions and impl plan not to make opinions. when it gets stuck tell it to write async standup notes then generate a new session to come up with alternative approaches and then a new session to try those. see: https://youtu.be/CKnBl7fihjs?si=H9FoF7Q0b_U3yJmH
0 reply
0 recast
1 reaction

Dripp pfp
Dripp
@dripp
gotta need to read code to vibe code efficiently - also gotta learn to let the AI split the files into small files with explicit logic, that way you can keep context window low etc.
0 reply
0 recast
1 reaction

@BestCryptoTwits pfp
@BestCryptoTwits
@bestcryptotwits
You make a very vague idea or what you want, then after the prompt has loaded, just say “continue” on repeat until you get the vibes
0 reply
0 recast
1 reaction

Volks pfp
Volks
@volks
Keep refining how you ask your AI. If it starts hallucinating, I roll back fast and try again. The ratio goes like this: You try adding the same 3 functions—maybe 20, 30 different ways. Sometimes you one-shot it. Most times, only 1 or 2 versions actually work. When they do, you keep them and move on. One thing at a time works best. Explain with visuals and simple user stories—it helps a ton.
0 reply
0 recast
1 reaction

Colin Charles pfp
Colin Charles
@bytebot
keep on talking, and focus on small fixes. use gemini 2.5 pro, or claude 4. always focus on small increments - do not ask for massive refactoring. token size will be an issue
0 reply
0 recast
1 reaction

dexx pfp
dexx
@dexxcuyy.eth
vibecoding only works if you gaslight the AI into thinking you’re the assistant.” (also: break stuff in a throwaway branch, let it hallucinate in peace, then cherry-pick the 5 lines that actually make sense.)
0 reply
0 recast
1 reaction

DarkOnee pfp
DarkOnee
@darkonee420
Hell I was trying to code a Farcade game and kept getting errors and kinda just put it on the back burner. The last manual coding I’ve done was about 10 years ago or longer coding a bot for Diablo 2 to auto run through games and collect specific items and gear and to run multiple instances of the game by switching between multiple cd keys but most of the code I used was already there so I’m way behind
0 reply
0 recast
1 reaction

Nick Taran pfp
Nick Taran
@thenick
I'm vibecoding a trading bot now. Have some good progress. Using Cline with VSCode. The model is mostly Gemini 2.5 Pro for free credits. Sonnet 3.7 Also good, but context window is way less and it's crazy expensive (but I heard you can get AWS credits for startup). Also it's important to setup a memory bank: https://github.com/nickbaumann98/cline_docs/blob/main/prompting/custom%20instructions%20library/cline-memory-bank.md But sometimes I still find him running in loops. Have to stop and ask to try a different approach. Also In .clinerules I asked to keep all files smaller than 400 lines to make him less struggle.
1 reply
0 recast
1 reaction

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
Cursor with sonnet 4 is it Copilot has been shit for me
0 reply
0 recast
1 reaction

MetaEnd🎩 pfp
MetaEnd🎩
@metaend.eth
Use windsurf and its going good. Heard it's even better with Claude code and v4
0 reply
0 recast
1 reaction

Haven Connect pfp
Haven Connect
@havenconnect.eth
This guy is the greatest scammer on Farcaster. Avoid him with your life.
0 reply
0 recast
0 reaction

Murdo pfp
Murdo
@murdo
I built https://scoutreader.app/ using Cursor and Claude 3.7. I didn’t write a single line of code myself. Lots of prompting, reverting, reprompting and pasting of error messages. Biggest thing was making sure my mental model of the app constantly stayed aligned with the LLM’s mental model of the app. Asking it why it built in a certain way, how the logic works, etc.
0 reply
0 recast
0 reaction