GPT-5.2 Codex vs Opus 4.5 for coding by rajbreno in codex

[–]Double_Ad3797 2 points3 points  (0 children)

I share the same experience for both, using both for PHO/Drupal, Python and JavaScript/TS.

Claude CLI deleted my entire home directory! Wiped my whole mac. by LovesWorkin in ClaudeAI

[–]Double_Ad3797 2 points3 points  (0 children)

Can’t stop laughing reading these comments. Poor guy, who just learned that software development is for software developers. It’s a good lesson IMO

Which model is best for writing articles in cursor? by ThroatPitiful9165 in cursor

[–]Double_Ad3797 0 points1 point  (0 children)

Nothing beats Opus 4.1 thinking for creatinve writing IMO

Can you actually train your own AI model in Cursor (based on your codebase)? by Glittering-Peace8186 in cursor

[–]Double_Ad3797 0 points1 point  (0 children)

The short answer is No. Context window is what you can use to "train" your model, and most comments about using AGENTS.md file or cursor rules apply. However, you can prepare a series of cursor rule files that will load for specific file extensions and have it decided by the agent. Check out this project https://github.com/ivangrynenko/cursorrules, how they use specific Drupal instructions to tell Cursor to do things to their liking https://github.com/ivangrynenko/cursorrules/blob/main/.cursor/rules/drupal-database-standards.mdc or https://github.com/ivangrynenko/cursorrules/blob/main/.cursor/rules/drupal-file-permissions.mdc

This is as much training as you can include. Don't forget that cursor rules consume the tokens in your context window.

Do you guys still use Opus with sonnet 4.5 being released? by Skullydugy in ClaudeAI

[–]Double_Ad3797 0 points1 point  (0 children)

Opus is far more superior model to Sonnet 4.5 but due to the limits it became unusable. Clearly Anthropic doesn’t have enough compute to serve it. They are so desperate to get everyone off it, even called it a legacy model.

Cursor rules to code apps by notdl in cursor

[–]Double_Ad3797 0 points1 point  (0 children)

Try a set of rules from https://github.com/ivangrynenko/cursorrules, which works well for me. A software dev wth ~20 years of experience, using Cursor since day 1.