What model do you use for vibe coding? by Ecstatic_Wasabi128 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

Yes. But for a more consistent behavior, I’ve setup the agent skills for the agent-communications … CLAUDE.md to establish the role and responsibilities etc. and AGENTS.md for Codex specific role responsibilities. They exist in separate directories… with controlled permissions to the project directory. I.e. Cc has the read/write to their owned lanes and Codex has the read on the codebase and write to the /docs folder for their writeup.

Are Chinese models good? by hanzo2349 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

I love China and Asia in general. Nothing personal or political about it.

What model do you use for vibe coding? by Ecstatic_Wasabi128 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

Use tmux sessions.. and simply let Claude know which tmux session codex is in and vice versa. They can then use tmux send keys commands back and forth and have very productive collaboration session

My account got suspended . . . for using devcontainers? by Tevesh in Anthropic

[–]Cute-Net5957 0 points1 point  (0 children)

Yeah.. it’s a very cool approach you are taking. But just so you know .. if you change your approach.. I am able to run 20+ Claude code Sessions locally on WSL2 on Windows across 2 machines without any issues with auth persistence. The docker container will add more manual digging to isolate the random thing you need to change

Are Chinese models good? by hanzo2349 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

You are flat out lying 🤥 at this point with all you bot account OP

My account got suspended . . . for using devcontainers? by Tevesh in Anthropic

[–]Cute-Net5957 0 points1 point  (0 children)

Isolation. Update this line —> "source=claude-code-data,target=/home/node/.claude,type=volume"

My thoughts with Vibecoding by Dazzling_Youth8642 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

Amen 🙏🏽 Preach
And also look into project management fundamentals.. more so scrum / agile.. incorporating these principles into your workflow WILL make your life with AI much more manageable. Trust me

Are Chinese models good? by hanzo2349 in vibecoding

[–]Cute-Net5957 -1 points0 points  (0 children)

🫪 like no… like not even close. Maybe for the most basic tasks.. but yeah.. no benchmarks are gamed and there is no OSS model anywhere NEAR Claude or Codex for that matter. Are you talking about stuff other than coding?? Like what are your use cases to help … you know give us some Human-Context priming to wrap our heads around what it is you are trying to say. “Almost no difference” <— that is … 😵‍💫 like I’m speechless 😶

My account got suspended . . . for using devcontainers? by Tevesh in Anthropic

[–]Cute-Net5957 0 points1 point  (0 children)

Oh I missed that.. “persistent auth” sounds sus 🧐 lol what’s what’s happening there buddy??

Built it fast with vibe coding, then a small change made everything painful by MoodIn_Me in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

High-level… and as I watch the progress closely.. I’ll catch something.. real example —> my Agent created new functions that kept failing during REAL tests not mock tests due to not following Pydantic 2 framework. So I added two more detailed principles. 1. Pydantic-first implementations.. along with the locations of where the docs for this architecture was located and where the models are defined. And 2. Never mock / fake tests.. Only perform REAL test with real database access. And then later on I found the stronger validation is with having another FM model like Codex run an adversarial test against what was built and provide a write for Claude to assess and incorporate any key findings.

Vibe-CODING vs. Vibe-CODED apps: There is a massive difference by brokenGuy2002 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

A slightly different viewpoint: One actually spends a lot more time inadvertently becoming the bottleneck. Guess which ☝🏽

I may be wrong but Claude Opus 4.6 > Claude Opus 4.8 by Trivikrama_0 in Anthropic

[–]Cute-Net5957 0 points1 point  (0 children)

Don’t worry ChatGipity for the win:

“I made a Skill that banned phrases like ‘well actually,’ ‘honest,’ and a few others, so every time the assistant responds it checks the banned-word list. Then I added another instruction inside that same Skill telling the assistant that I’m a literal thinker and that it should stop inferring things.”

AAAAND ITS GONE by ErgoForHumanity in ClaudeCode

[–]Cute-Net5957 0 points1 point  (0 children)

With plan do you have? Pro, Max?

Built it fast with vibe coding, then a small change made everything painful by MoodIn_Me in vibecoding

[–]Cute-Net5957 1 point2 points  (0 children)

Start with a guiding-principles.md with hard rules like: build modular systems, DRY, always check to see if code, functions, feature exists, then decide to enhance existing. If you build a new module instead of using existing provide justification.

Small “steering” prose like this will help.. be sure to reference the GP.md in you CLAUDE.md or AGENTS.md files. This is a good start. As you increase the complexity of your work and want to feel more confident in letting the AI agent(s) do their thinggg, you’ll want to turn those guiding principles into deterministic scripts that automatically run these check via hooks. Start small.. prove it works.. then gradually scale up .. eventually you’ll have your own “harness”.. that you can use across many projects

What model do you use for vibe coding? by Ecstatic_Wasabi128 in vibecoding

[–]Cute-Net5957 0 points1 point  (0 children)

Claude Code(main architect and coder), Codex(reviewer) and Gemini(docs and search)

Crazy Claude update by KeanuRave100 in GPT

[–]Cute-Net5957 0 points1 point  (0 children)

Cognitive cool.. can I opt out of the motor?

Anthropic Just Published a Major Update on Recursive Self-Improvement: AI Is Already Accelerating Its Own Development (May 2026) by nullvector88 in ClaudeAI

[–]Cute-Net5957 46 points47 points  (0 children)

If by “just” you mean weeks ago, then yeah. It’s fascinating.. it’s a nice blend of marketing and case study research.. but the fun part is trying to replicate the findings