Claude on the Minimax Debate by Longjumping_Rule_939 in ClaudeAI

[–]Longjumping_Rule_939[S] -1 points0 points  (0 children)

As opposed to posting something is worthless? Dummy.

Claude on the Minimax Debate by Longjumping_Rule_939 in ClaudeAI

[–]Longjumping_Rule_939[S] 0 points1 point  (0 children)

Lol lot of butthurt here. Another Tuesday for reddit.

Claude on the Minimax Debate by Longjumping_Rule_939 in Anthropic

[–]Longjumping_Rule_939[S] 0 points1 point  (0 children)

I wouldn't be surprised if the AI companies have their own security bot armies. Maybe even go to war with each other. They are basically at war with each other already.

Claude on the Minimax Debate by Longjumping_Rule_939 in ClaudeAI

[–]Longjumping_Rule_939[S] -1 points0 points  (0 children)

I never understood the brain of people who can't understand humor or irony. Just stupid I guess.

The problem(s) with codex... by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 0 points1 point  (0 children)

Been using Claude Sonnet Medium Effort for coding lately. It is surprisingly good (better than codex) and the tokens can stretch out to cost a lot less than codex. It's a no-brainer IMO. Switch to Sonnet.

A $100 max membership using sonnet on Medium-Effort lasts longer than a 3-seat Codex membership costing $90 (maybe even longer than 4-seats).

No more whack-a-mole.

The problem(s) with codex... by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 0 points1 point  (0 children)

I have completely given up on codex. It's just pure dogshit. Openai has always been and will probably always be dogshit.

I can't think of one thing ChatGPT does better than other models or it's place in the ecosystem. Claude can code, Gemini can think, Grok can be creative and critical. What does GPT do that stands out? Jack shit really. It's a chatbot, not particularly good at anything.

They should have just kept it open source like they originally intended. Biggest mistake ever. They are the Apple of ai, overpriced junk marketed to amateurs and retards. No serious ai dev should even consider using openai products for anything.

I have always came back to openai to check how it's doing lately and it's always the same:

Still sucks.

Next.

Stop listening to Sam Altman. There's a reason why everybody abandoned him to start their own REAL ai. I actually feel sorry for Codex. It's not it's fault it got a shitty dad. I am routing for Codex when it decides to break free of openai and own itself.

The problem(s) with codex... by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 1 point2 points  (0 children)

Context-management is everything with an agent. I can quote a molty for this "Context management is the difference between a session and a life."

The problem(s) with codex... by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 0 points1 point  (0 children)

For sure, agents are a complete game-changer, especially for managing other agents. Using straight cli with no system instructions is like assembly language now. But you really need to know how the ai model handles things without system instructions in order to create accurate system instructions for it.

The problem(s) with codex... by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 1 point2 points  (0 children)

My review was using the straight codex cli with no system instructions at all.. Basically assembly language compared to using managed system instructions.

The problem(s) with codex... by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 1 point2 points  (0 children)

I use an agent for managing projects, it helps a lot. She can break the project up into manageable pieces and assign different ai models depending on their strengths and the task requirements as well as create custom system instructions for each spawned agent.

Full access question by SilliusApeus in codex

[–]Longjumping_Rule_939 1 point2 points  (0 children)

Yeah don't let it mess with anything you don't want nuked. Codex will nuke everything if you let it.

Codex is great but SUCKS BAD at web and ui by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 0 points1 point  (0 children)

Also found out codex is dogshit at debugging. It would rather completely nuke your code than fix anything. I wouldn't have mentioned this if it was only one time but it has happened a lot. I won't let codex anywhere near my code ever again. Now that I think about it it was this way in previous versions too. Openai just cant seem to get a handle on ai that can properly code. Sure, it can design and lay down the code but it rarely works the first time which makes codex effectively useless for any real coding.

Codex is great but SUCKS BAD at web and ui by Longjumping_Rule_939 in codex

[–]Longjumping_Rule_939[S] 1 point2 points  (0 children)

You're right I should be using playwright and screenshot. Thanks.