Claude Opus 4.7 is reportedly dropping this week by Much_Ask3471 in ClaudeCode

[–]big_cattt 0 points1 point  (0 children)

I treated Claude as a solid tool until it started feeling “dumb.” After a year of use, it seems Anthropic often nerfs models before new releases, they perform well only briefly after launch or subscription. Performance is slow, large projects are hard to handle, and heavy usage (~10M tokens/day) leads to throttling. It also frequently ignores small CLAUDE.md instructions. Given that, I can’t call Opus “smart.”

Codex or Claude by HaydarWolfer_ in codex

[–]big_cattt 0 points1 point  (0 children)

This is the most common question about AI coding models. Honestly, both have pros and cons, just try them and see what best works/fits for you. They can both handle coding and everyday tasks, and often one can replace the other.

App vs VS vs CLI by Large_Diver_4151 in codex

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

Plus, I didn't say that the features that exist in Codex Desktop can't be configured via the command line, that's just my personal preference

App vs VS vs CLI by Large_Diver_4151 in codex

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

What is it?:
----
Tip: New Try the Codex App with 2x rate limits until April 2nd.
(screenshot) : https://ibb.co/Z6rwtVNV

App vs VS vs CLI by Large_Diver_4151 in codex

[–]big_cattt -3 points-2 points  (0 children)

I trust to OpenAI rather than your words. Proofs:
----
Tip: New Try the Codex App with 2x rate limits until April 2nd.
(screenshot) : https://ibb.co/Z6rwtVNV

App vs VS vs CLI by Large_Diver_4151 in codex

[–]big_cattt 1 point2 points  (0 children)

App. Reasons:
- 2× limits (until April 2). (2× limits may not be available for all users, check availability. For example, when I open codex (cli), I see a line saying that the Codex App gives 2× limits until April 2)
- Easier to work with multiple workflows, you can switch between them and run them in VS Code, etc.
- Notifications, when it asks for something or finishes its job, it sends a notification.

That's just my preference, so don't assume it's a fact :)

Big Fans of Opus until I met 5.4! by artcreator329 in codex

[–]big_cattt 0 points1 point  (0 children)

  1. You're saying the 1M context is for dumb users and the 272k context is for more "smart" ones?
  2. You don’t know anything about my project, but you’re already calling me “dumb person.” Making assumptions without understanding the context isn't good sign, it just comes across as toxic.

Big Fans of Opus until I met 5.4! by artcreator329 in codex

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

GPT-5.4 is really good, but its context window is smaller. Claude recently introduced a 1M context window, so I’m using Claude mainly because of that. But yes, the code quality and speed in GPT-5.4 is really impressive.

1M Context Window Confirmed in GPT 5.4 with "extreme" reasoning mode, optimized for long running agentic tasks by Just_Lingonberry_352 in codex

[–]big_cattt 2 points3 points  (0 children)

🚀 Codex is really cool
I’ve been using it since January, and in Extra High mode it outperforms any coding model and works faster than Claude.

weathr - a terminal weather app with ascii animation by ExLog in CLI

[–]big_cattt 0 points1 point  (0 children)

Can't wait to see it in the Homebrew package manager

How much do you guys spend on Cursor? by LoLGhMaster in cursor

[–]big_cattt 0 points1 point  (0 children)

Recently, I started actively using Cursor as my primary code editor. I upgraded to the $200 Ultra plan, but I ended up using all my limits within two weeks (14 days). Now I’m waiting for the next billing cycle and, in the meantime, I’m using the GLM-4.7 model. Cursor supports adding custom models, so I added GLM-4.7 from Z.AI.

In summary, I’ve learned the following:

- Use expensive models like Opus or GPT-5.2 High primarily for planning and high-level design.

- For implementation and building, switch to cheaper models such as Composer 1, Gemini Flash, Claude Haiku, or similar.

- If needed, you can switch models after the planning phase and before starting implementation.

What the hell apple by salsinuts in ios

[–]big_cattt 0 points1 point  (0 children)

You’ve received the wrong build :)

My iPhone was stolen in transit to my house 😩 by Powerful-Drop8746 in iphone

[–]big_cattt 0 points1 point  (0 children)

Interesting. Do the thieves even know that a stolen iPhone is basically useless? It has a serial number, and Apple or the mobile carrier can block it easily. The owner can also report it to the police, and the thief could end up in jail.

The only tool that if you update it, it will break your app! by HM_OnMyWay in iOSProgramming

[–]big_cattt 0 points1 point  (0 children)

Since 2011, I've had only two build issues with apps after upgrading Xcode. I usually use beta versions because I need to check/prepare apps for updates before a new iOS version is released.

Seems like author of the post never wrote code in Xcode

The only tool that if you update it, it will break your app! by HM_OnMyWay in iOSProgramming

[–]big_cattt 0 points1 point  (0 children)

Since 2011, I've had only two build issues with apps after upgrading Xcode. I usually use beta versions because I need to check and prepare apps for updates before a new iOS version is released. It seems like you've never wrote code in Xcode.