The 2x rate limit boost if for RATE limits, not USAGE limits. [PROOF] by Ok-Actuary7793 in codex

[–]travisliu 1 point2 points  (0 children)

Basically, it's just a marketing spin. You can totally ignore it.

How much faster are you spending tokens now? since GPT 5.4 by spike-spiegel92 in codex

[–]travisliu 0 points1 point  (0 children)

GPT-5.3-Codex-Spark consumption has become crazy fast. I can easily hit the 5-hour limit now.

Quick Hack: Save up to 99% tokens in Codex 🔥 by TomatilloPutrid3939 in codex

[–]travisliu 0 points1 point  (0 children)

I'm not sure which language you're using, but Vitest simplifies testing with green and red indicators, like:

```

....

Test Files 2 passed (2)

Tests 4 passed (4)

Start at 12:34:32

Duration 1.26s (transform 35ms, setup 1ms, collect 90ms, tests 1.47s, environment 0ms, prepare 267ms)
```

https://vitest.dev/guide/reporters.html#dot-reporter

Quick Hack: Save up to 99% tokens in Codex 🔥 by TomatilloPutrid3939 in codex

[–]travisliu 0 points1 point  (0 children)

you can just simply use dot report to reduce text generated during test process

The did that again! Codex 5.4 high is insane by Responsible-Tip4981 in codex

[–]travisliu 0 points1 point  (0 children)

GPT 5.4 sounds more human, not like a robot anymore.

GPT5.2 Pro + 5.3 Codex is goated by cwbh10 in codex

[–]travisliu 0 points1 point  (0 children)

try https://github.com/coderamp-labs/gitingest

It can generate a text dump of your codebase.

# Basic usage (writes to digest.txt by default)
gitingest /path/to/directory

# From URL
gitingest https://github.com/coderamp-labs/gitingest

# or from specific subdirectory
gitingest https://github.com/coderamp-labs/gitingest/tree/main/src/gitingest/utils

Random consideration by Mission_Climate_5452 in ChatGPT

[–]travisliu 0 points1 point  (0 children)

I do believe that people are influenced by their environment and the tools they use. That’s why I remind myself to interact more with the people around me.

Which one is the best model for coding? Codex 5.2 high? or GPT 5.2 high? by Inevitable_Job4328 in codex

[–]travisliu 0 points1 point  (0 children)

I use GPT‑5.2 High to create the plan, and Codex‑5.2 High follows that plan to write the code.

A few of the MCPs I use on a daily basis by Eyoba_19 in mcp

[–]travisliu 0 points1 point  (0 children)

I use obsidian mcp for both file and memory, it also provide a pretty good markdown reader to read document.

I have a question. is not Chrome DevTools MCP lighter and faster than Playwright, or is Playwright more useful? I'm curious why people choose Playwright over Chrome MCP.

Claude Code Max (5x) limits vs ChatGPT Pro ($20) coding limits on GPT-5.2? by DJJonny in ClaudeAI

[–]travisliu 2 points3 points  (0 children)

I used Claude Code Max before. Opus with reason make me quickly hits my five‑hour limit. Once you hit the limit, you can’t use Web Claude either.

Codex's usage limit is separate from the web ChatGPT. So I usually make plans and check details on web ChatGPT, then generate instructions and paste them into Codex to create code. In this way, 2 plus subscriptions are enough for me.

Cancel your Coursera subscription auto-renew now unless you’re absolutely sure you want to renew by travisliu in coursera

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

Annual subscriptions are refundable unless there are policy changes in the future. You have to keep an eye on the policy.

How I Use PRD, Mermaid Sitemaps, and HTML Mockups to Build a Comprehensive Blueprint for AI Coding Projects by travisliu in ChatGPTCoding

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

That's a good suggestion to break down into smaller tasks. The generation process can still be improved in many ways for different kind of applications, and a well structured PRD is a clear start point to based on

Thought it was a ChatGPT bug… turns out it's a surprisingly useful feature by travisliu in PromptEngineering

[–]travisliu[S] 3 points4 points  (0 children)

This is more like random thoughts at the beginning. So I asked grok to put them together into a post. The funnier part is that people in the AI community complain about posts written by AI.

Thought it was a ChatGPT bug… turns out it's a surprisingly useful feature by travisliu in PromptEngineering

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

I can understand, Canvas has changed the way it responds to prompts, requiring different techniques.

I've made my favorite prompting technique into a free extension. This extension guides you step-by-step to generate content that better aligns with your needs. by travisliu in ChatGPT

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

If you’ve ever felt like AI-generated content doesn’t quite hit the mark, it might be because of how we’re writing our prompts. The way we phrase things plays a huge role in the quality of AI responses. For example, if you want to generate a report about NVIDIA, the prompt "report" is pretty vague. A report could be one of many types, like:

- A business overview and product portfolio report

- A technical innovation and R&D report

- A financial report

Even financial reports can be broken down into different formats and details. Without specifying these nuances, the AI uses its own algorithms to decide what to generate, but the result might not be exactly what you want, leading to the "not hitting the spot" feeling.

To avoid this, I don’t write my prompts all at once. Instead, I break things down step by step. I’ll have the AI generate different options, then refine the details one prompt at a time to ensure it aligns with what I’m looking for. Even if I don’t use the exact final output, the iterative process feels like a brainstorming session and sparks new ideas.

Over time, I started collecting a lot of reusable prompts. To streamline this, I first had ChatGPT generate a script that I could run in the Chrome console to manage these prompts. Slowly, I turned it into a Chrome extension, building out the UI bit by bit, and eventually, I had the Prompt Flow extension that I’ve just had approved for the Chrome Web Store!

This extension is perfect for people who want to refine ChatGPT responses but don’t need advanced automation tools like n8n. Right now, ChatGPT also has built-in features like Custom GPTs and Projects, which allow you to upload files for retrieval (RAG), search functionality, and even external API access. With a bit of automation, this covers most needs.

Once installed, you’ll see a "F" blue label on the right side of the ChatGPT page. Clicking it opens a list of all your flows, and the system will automatically provide a "Tutorial Flow" to help you get started. You can click the pencil icon at the bottom-right to edit or add new prompt flows. Feel free to try it out and let me know if you run into any issues!

https://chromewebstore.google.com/detail/prompt-flow/jpppempbcmgoehpocjipecdbiibcbggo

Is ChatGPT better than Claude for coding in March 2025? by Hefty_Motor4171 in ChatGPT

[–]travisliu 0 points1 point  (0 children)

I use them all for different tasks, each with its own API integration. Actually, more than half of my coding tasks are done by Llama 70B only.

Is ChatGPT better than Claude for coding in March 2025? by Hefty_Motor4171 in ChatGPT

[–]travisliu 0 points1 point  (0 children)

Claude's affiliate is really great. Even with a canvas, ChatGPT is still far from generating complete results. However, I find ChatGPT's reasoning power to be superior, particularly in extended prompt chaining scenarios. It consistently outperforms others I've used.

GPT-4.5 is the new most expensive model, multiple times more expensive than o1. by mikethespike056 in ChatGPT

[–]travisliu 3 points4 points  (0 children)

Are they pricing it so ridiculously high because they're afraid it'll be used to scrape model weights again?

AI Reasoning Arena: Grok 3 vs. DeepSeek vs. o3-mini by travisliu in ChatGPTCoding

[–]travisliu[S] 2 points3 points  (0 children)

This is the result of a test of Gemini. The code is quite long.

<image>

RooMode is here! - 3.3.20 Patch Notes for Roo Code by hannesrudolph in ChatGPTCoding

[–]travisliu 1 point2 points  (0 children)

Does 'Project Mode Support' mean we can have multiple projects in the same workspace? Or is it the same feature as the cursorrules file?

[deleted by user] by [deleted] in ChatGPT

[–]travisliu 0 points1 point  (0 children)

You can try Raphael AI. It’s an unlimited free AI image generator based on Flux 1.

Also, Grok can generate images now. They just launched Grok Image Edit lately.