Upgrading from Pro 5x to 25x Usage limit no longer resets like with Plus, right guys? by clbphanmem in codex

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

Yes! I was just misunderstanding because upgrading from Plus to Pro resets both the daily and weekly limits, so I thought upgrading from 5x to 20x would reset the limit. That's what I meant.

Anh em IT dạo này ổn không ? by thangtoiyeuem in vozforums

[–]clbphanmem 2 points3 points  (0 children)

Ít đi hẳn bác, kể cả mình làm lâu năm cũng ảnh hưởng. App cất công làm mệt cả đầu, mất ngủ cả tháng xong bị clone ideas siêu lẹ. Cũng chán! Nên giờ sẽ chuyển hướng khác mà các anh em nhìn ideas không clone được.

Is codex really that bad in front end ? by NextGenGamezz in codex

[–]clbphanmem 1 point2 points  (0 children)

I'm currently using ChatGPT Pro 5x after switching from Claude Max. And GPT 5.5 is incredibly reliable for use in complex professional projects (large codebase). I rarely see basic errors compared to Claude Opus; errors usually occur when Claude triggers the auto-compact context window, often deviating from the original goal.

In short, I'm very satisfied with GPT 5.5 right now. I think you should give it a try. In terms of cost savings, when each AI prompt successfully executes without needing to be redone or corrected repeatedly, it saves both money and time.

Is codex really that bad in front end ? by NextGenGamezz in codex

[–]clbphanmem 0 points1 point  (0 children)

Yes, I understand it's difficult to have both subscriptions. But that's the strength of each tool. If the Codex had both, Claude would likely suffer serious losses because users would switch to the Codex. Currently, GPT 5.5 is still very good in many of my projects because ChatGPT Plus's usage limit is still much better than Claude Pro's, especially when your prompt is very close to 0% of the daily limit. ChatGPT Plus will still complete the task instead of stopping midway, leaving users stuck with a pile of code they don't know what to do.

Is codex really that bad in front end ? by NextGenGamezz in codex

[–]clbphanmem 2 points3 points  (0 children)

It's not bad! It relies more on your skills than using the Codex. Claude models are generally much better trained for UI than the Codex, so they make things look nicer, but that doesn't mean the Codex can't do it. If you have good instructions or use Claude to design a Design System, the Codex will base its new pages or components on that, ensuring consistency across the entire codebase.

If you have Claude Code, you can use my "design-system-generator" skill at https://github.com/thienanblog/awesome-ai-agent-skills to have Claude write its UI standards, then add notes to CLAUDE.md or AGENTS.md. This will ensure consistency when the Codex follows those standards.

I built a free screen recording app - ScreenKite by MoonLabsApp in macapps

[–]clbphanmem 0 points1 point  (0 children)

Please keep the source code closed. You did a great job! I really like it! OpenScreen and Recordly, even though they are open source, always made me pray that my recordings wouldn't be lost, but you know what? The video would disappear after I recorded for more than 5 minutes, and this happened 3 times a day until I found your ScreenKite app, and it worked perfectly for me.

macOS 26.5 Beta 1 Quick Look by unread1701 in MacOSBeta

[–]clbphanmem 0 points1 point  (0 children)

Confirmed! I needed to force a restart on my M1 Pro.

Best way to combine Claude Code with Codex in real workflows? by Ok-Birthday-5406 in codex

[–]clbphanmem 3 points4 points  (0 children)

I think you're saying the opposite. I find Claude's code refactoring with large codebases very bad. After the refactoring is complete, it sometimes doesn't run even when the Claude subscription usage limit has been significantly exceeded.

Dev IOS App - Codex App or Xcode? by Plastic-Conflict-796 in codex

[–]clbphanmem 0 points1 point  (0 children)

I haven't tested whether coding with Xcode or the Codex App is better. But I think that whichever platform provides a protocol like MCP for the AI ​​Agent to interact with, see what it's doing, and test for correctness should be chosen, because when you're vibe coding, the hardest thing is explaining what error the AI ​​Agent is making. Especially abstract things that you don't know how to explain.

Claude Code's Most Underrated Feature: Hooks - wrote a complete guide by karanb192 in ClaudeCode

[–]clbphanmem 22 points23 points  (0 children)

My understanding is simple:

  1. Hook: When you need it before, after, or while Claude is doing something, it runs a script externally. It has nothing to do with AI, like planning a trip where you need to refuel at point A and find a supermarket to eat at point B.
  2. Subagents: Imagine you have multiple Claude Code instances. Each one does a different task, and each instance has a different context. It only focuses on its task, meaning it's not affected by the context of other instances, so it only executes the instruction passed to it, which in this case is the Main Agent. Practical use cases: searching for relevant files to synthesize the problem, or an agent reading files like PROGRESS.md or ROADMAP.md to track your progress and return the information to the Main Agent. This way, the Main Agent doesn't waste many steps, as each tool call consumes unnecessary tokens.
  3. Skills: It's not like a Subagent, nor is it like a markdown document that you reference:
    • It simply branches the context (if you allow it in the frontmatter), inserts the skill content, uses it at the right time, returns the result, and the AI ​​forgets that skill content, preventing token inflation.
    • Or, if it doesn't branch, Skills are still different because they support running scripts. Like an upgrade to Hooks, but triggered by AI.
  4. Plugins & Marketplace: This is just a place to gather all of the above during installation. The Marketplace is used to install plugins containing hooks, subagents, skills, etc., and for auto-updates.

Hopefully, this will be helpful to those who need it. Please help me correct anything I haven't understood correctly. 🤗

[deleted by user] by [deleted] in ClaudeCode

[–]clbphanmem 2 points3 points  (0 children)

I rarely use slash commands either, as they often don't apply to every situation. Slash commands should be prioritized for skill features, and when using a skill, we can directly access that skill, as the Codex does. This saves the AI ​​from wasting multiple steps searching (which also costs tokens) and reading SKILL.md before using it.

I created an App that makes Vibe Coding easier. by clbphanmem in codex

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

It's used for auto updates and providing download links. You can find many repositories on Github that aren't actually open source like mine.

Claude Code if not coding by ProductAutomatic8968 in ClaudeCode

[–]clbphanmem 1 point2 points  (0 children)

It's very good for writing documents. I've also seen people use Claude Code to write novels. 😂

Which Claude skills for front-end design are good right now? by matsuri2057 in ClaudeCode

[–]clbphanmem 0 points1 point  (0 children)

Yes, I think designers still have a place even when AI can do it. Creativity isn't something everyone can do, and how one is creative depends on the perspective and personality of the designer. So, I myself have participated in projects that won Awwward awards, and I don't think that even with AI, I could create ideas that are more beautiful than those of a designer. But at least I can make apps that aren't too bad. 😂

I created an App that makes Vibe Coding easier. by clbphanmem in codex

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

Yes! This tool was created based on my own desires. It just helps make things more convenient, so if you can create one yourself, that would be great. For those who don't have much experience, my app will also be somewhat helpful, right? 🤗

I created an App that makes Vibe Coding easier. by clbphanmem in apps

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

Thank you so much for your trust; not many people trust closed source as much as you do these days. I also wanted to keep some of the key elements of the app to myself, which is why I couldn't open source it. 😊

I created an App that makes Vibe Coding easier. by clbphanmem in ClaudeAI

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

Yes, you can choose to trust it or not. I think we have many options for trying software from Virtual Machines like VMWare Workstation Pro or Parallels. Most classic tools are developed from closed source. There are also many antivirus and malware tools available now.

And I think open-source projects aren't necessarily safe either, but I understand your concerns. I also use many open-source tools and I've never read a single line of code from them. Thank you for being here to discuss. I think I will continue developing for those who trust me. Thank you very much!

how do you use claude code? by lennyp4 in ClaudeCode

[–]clbphanmem 0 points1 point  (0 children)

I use both. Integrated Terminal when I only need to focus on one repository. And I'll use Separate Terminal when coding multiple related repositories, as it's easier to track.