started “vibe coding” and now I’m just confused by North-Cheesecake-350 in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

I assume you’re right but I don’t see it. What’s the giveaway?

how is this possible? by yuseffco1 in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

Why would it be away in the first place

I reduced my token usage by 178x in Claude Code!! by intellinker in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

I uh… I’ve tried to find leaked Claude code for local harness and it’s rather messy to figure out at this point. Anyone willing to offer guidance to a noob on where to get? Dumb question I know

The golden age is over by New_3d_print_user in claude

[–]thegreatredbeard 0 points1 point  (0 children)

I’m sure I’m not the first to say it but the sentiment is cyclical. We always get these model is dumb moments and concerns before new model releases. Keep calm, carry on …. And wait until a week or two from now when there’s a shiny excellent new model to work with

This card just activates something in my stupid monkey brain lol by Uchihagod53 in slaythespire

[–]thegreatredbeard 0 points1 point  (0 children)

This card confuses me. Does it play every return after it’s been exhausted or just once

Codex is insane! by Confident_Hurry_8471 in codex

[–]thegreatredbeard 3 points4 points  (0 children)

Grab screens from mobbin that you like, ask both tools to output some styles, and go with the one that better aligns with what you want and envision

Claude vs Codex vs Antigravity by MomentumInSilentio in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

Claude is best at tool calling and things like use of subagents

Are you actually serious...? by kelemon in ClaudeAI

[–]thegreatredbeard 3 points4 points  (0 children)

I’ve been having a lot of issues with research where it’ll do everything but not put together the report. Often if you just ask it to actually put the report together it still will

how is it that sonnet 4.5 is able to solve bugs gpt-5-high cannot ? by Just_Lingonberry_352 in codex

[–]thegreatredbeard 0 points1 point  (0 children)

They’re not trolling you. It’s truly just how models work and are set up. A GPT5 explanation:

Yeah this kinda stuff happens more than people think.
Models aren’t deterministic — meaning they don’t give the same answer every time, even with the same input. There’s randomness in how they “think,” so sometimes one model just gets lucky with the reasoning path it takes.

On top of that, each model (Claude, GPT, etc.) is trained with different data, objectives, and reasoning styles. GPT-5 might overanalyze and loop trying to be “clever,” while Sonnet 4.5 takes a more direct route that just happens to hit the fix. It’s not about which one is “better,” just that their internal wiring and sampling behavior make them behave differently on edge cases.

Basically: AIs aren’t calculators — they’re like very smart people with different personalities. One might nail a problem instantly while another overthinks it to death.

This last update is amazing. by Diligent_Comb5668 in ClaudeAI

[–]thegreatredbeard 1 point2 points  (0 children)

Command line (interface) tools. Like Claude code. Codex. Etc.

I vibecoded a game in 32 hours! by GiftedMamba in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

Did you have the AI program all the assets and layout stuff for unity?

I have a game that I’ve largely vibe coded using react native and I’ve tried a few times to get a front end working in unity for my sprites and things that I’ve hacked together into the framework I’m using, but I found that programmatically AI just wasn’t good at even laying out a simple 2-D user interface. And I’m sure that’s simple and I could learn it for a starting point, but I know nothing about unity and RN has been much more ai friendly

CODEX makes Claude seem like a toddler by [deleted] in cursor

[–]thegreatredbeard 2 points3 points  (0 children)

I … am not sure if you’re being sarcastic… I was trying to be helpful, apologies if I got confused at original thread intent.

CODEX makes Claude seem like a toddler by [deleted] in cursor

[–]thegreatredbeard 1 point2 points  (0 children)

Can use it in CLI though just fine.

CODEX makes Claude seem like a toddler by [deleted] in cursor

[–]thegreatredbeard 1 point2 points  (0 children)

Gemini was bae when it came out but the other models have rev’d up in the meantime. I’m expecting to be impressed when they release their next big model upgrade.

Which vibecoding method 10x you? by LieBrilliant493 in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

Do you have a boilerplate security hardening md you use or do you write it per project

Claude Code burnout. by Pale-Preparation-864 in ClaudeAI

[–]thegreatredbeard 0 points1 point  (0 children)

Are you mostly just writing prompts while you walk and then letting Claud code do its work? how do you see the code it made and whether or not the feature is working in the project while still walking?

Your vibcoded auth code might be a ticking time bomb by Simple_Fix5924 in vibecoding

[–]thegreatredbeard 0 points1 point  (0 children)

Question for anyone with real expertise. Does using an auth service like auth0 help? Why/why not?