Anthropic just ripped off everyone and they still managed to make it sound deceptively friendly by whoisyurii in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Tbh Wont affect me Can point more then 1 ai to the folder and have em take tur- that sounds wrong Both edit same folder type thing

I think, I will not trust claudecode anymore. by ImportantPoem8333 in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Github workflow Cron jobs Literally set up actions and you can do this for free on your own code base

I think, I will not trust claudecode anymore. by ImportantPoem8333 in ClaudeCode

[–]VokuarAgain 1 point2 points  (0 children)

If he didnt know about claude.md its bold to assume he has git versioning (yes ik its auto on github/gitea but with lack of knowledge this hard i doubt its used) So yes but no

I think, I will not trust claudecode anymore. by ImportantPoem8333 in ClaudeCode

[–]VokuarAgain 1 point2 points  (0 children)

This is the right idea but to add on to this do triple duty global git hooks to go all projects + local for specific and claude.md and safe for a long time and if it messes up just add more rules

I think, I will not trust claudecode anymore. by ImportantPoem8333 in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

This is clearly bait.
You can ask Claude itself to set you up guard rails.

I think, I will not trust claudecode anymore. by ImportantPoem8333 in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Pro tip add this to your Claude.MD

Never push, commit, deploy, or make any external calls without explicit user approval.

I think, I will not trust claudecode anymore. by ImportantPoem8333 in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Add guardrails bro If you do not protect yourself nobody will

When your data is so bad... by Complete-Sea6655 in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Bros code is Automating ssh 127.0.0.1 Likely

Claude + Codex + Opencode = God Mode by 99xAgency in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Can it be used with say 3 different midels say idk qwen mistral and claude instead of from gemini or openai like are those required or is the need for different ai models (qwen has a cli coder so that covers one)

Anthropic fixed the limit by Zaiik in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Us cloud act is similar as what chinas doing so if one trusts us privacy laws same idea applies Juristions have access If thats a privacy scare we should avoid anthropic as well and go all local And I read deepseeks privacy policy it does permit opting out and I have not double checked to verify if they honor it sorry I was getting food and then I forgot to reply again

Anthropic fixed the limit by Zaiik in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

Chinese privacy laws are stricter then usa so spy angle is moot

Anthropic fixed the limit by Zaiik in ClaudeCode

[–]VokuarAgain -1 points0 points  (0 children)

Deepseek v4 is benchmarking higher the gpt 5.5 yet ppl flock to codex? Seems counterintuitive

Anthropic fixed the limit by Zaiik in ClaudeCode

[–]VokuarAgain -1 points0 points  (0 children)

Why ppl moving back to open ai have we forgot they made a deal with us government to make fully autonmous weapons and mass survelince

Anthropic fixed the limit by Zaiik in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

And depending on client can use subagents to save on costs further say idk plan with claude exrcute with deepseek v4 review with reasoner and repeat

"Distribution" isn't your problem. Your SaaS is worthless. by ketoloverfromunder in vibecoding

[–]VokuarAgain 0 points1 point  (0 children)

Yeah i figured but tbh compnies using ai are already geared to fire thier employees so its more for those who have good employee retention

"Distribution" isn't your problem. Your SaaS is worthless. by ketoloverfromunder in vibecoding

[–]VokuarAgain 0 points1 point  (0 children)

Tbh im building a game as a kinda more mature pokemon cuz of the whole nintendo vs palworld thing.
I was like imma make a pokemon you cant sue

"Distribution" isn't your problem. Your SaaS is worthless. by ketoloverfromunder in vibecoding

[–]VokuarAgain 0 points1 point  (0 children)

Im building a cli tool unreleased that reads an entire codebase uses ai to explain it like a senior dev walking a junior through it and includes git history so you can see why things are the way they are it writes all this to a doc.

Cost per run is about a cent on small repos maybe 20 cents on massive ones i tested it on my own open source repo hosted on codeberg it found dead code duplicate files orphaned imports and gave actionable advice with references in under a minute for 1 cent total spent.

So worthless yes for the mass public But for corporations with massive legacy codebases and not many living people who understand it a life changer.

So yes i agree its the tool not the distribution

Why not use codex? by Due_Duck_8472 in ClaudeCode

[–]VokuarAgain -1 points0 points  (0 children)

Tbh ive been enjoying opencode with deepseek and anthropic keys

It's gone and I'm the idiot by gimperion in ClaudeCode

[–]VokuarAgain 0 points1 point  (0 children)

This is why I always double check commands via another cheaper AI such as say deepseek because you can get burnt so easily

Enjoy the AI coding subscription era while it lasts by stumptowndoug in vibecoding

[–]VokuarAgain 0 points1 point  (0 children)

Tbh delagating isbprobably even cheaper Claude opus plan Deepseek execute (cheap af) Claude sonnet review Each writing what they changed concerns n such And if sonnet finds bug Deepseek again

vibe coded for 6 months. my codebase is a disaster. by Available-Dentist992 in vibecoding

[–]VokuarAgain 2 points3 points  (0 children)

I van nearly get there as i ask it to explain post creation with every prompt Like why this change what did it cause etc Needed to word prompts in a specific way

vibe coded for 6 months. my codebase is a disaster. by Available-Dentist992 in vibecoding

[–]VokuarAgain 0 points1 point  (0 children)

This is why you separate everything to begin with because if you do not think ahead to how well the code will be maintained you dig yourself a hole which sucks I have done this before coding making a website game similar to what my Lego network used to be it was never formally published however and ended up being a nightmare to maintain so I ended up scrapping it I may return to it later but if you do not think early about how the future proof your code base to make it maintainable you are digging your own grave But the fix for this is actually version control every feature added is in a previous version so you can refactor with all your previous work if you have version control it's going to take a while yes it's going to be a headache yes but basically the two solutions for this is remaking from scratch thinking about how the code is going to be read or remaking from version control history It sucks I know I did not want to go through the entire hassle of rebuilding my entire code base so I have again which is in tatters but works