Hello? This is Slow Thinking.
I have been working on development for about a month.
I wouldn't have been able to develop this without AI.
Here is the method chosen by a lazy person like me.
I set up Codex and Claude Code in the left and right panels of Visual Studio Code, respectively.
When I hit the token limit, I alternated between them. The table below compares the two tools. Please refer to it.
| Item | Codex CLI ( OpenAI ) | Claude Code CLI (Anthropic) |
| Plan Name | Included in ChatGPT Plus ($20/month) | Claude Pro ($20/month) |
| Session Limit Method | Approx. 5-hour rolling window (Resets every 5 hours) | Approx. 5-hour rolling window (Resets every 5 hours) |
| Session Limit (Approx.) | 30 ~ 150 local messages or 5 ~ 40 cloud operations | Approx. 45 messages or 10 ~ 40 prompt-level operations |
| Weekly Rolling Limit | Shared weekly quota exists (official figures not disclosed) | Weekly limit exists, resets approximately every 7 days |
| Reset Timing (Session) | Auto-resets 5 hours after the first request | Auto-resets 5 hours after the first prompt |
| Reset Timing (Weekly) | Resets approximately every week (exact time not disclosed) | Resets after approximately 7 days (varies by account) |
| Token Context Window | Approx. 192,000 tokens (estimated sum of input + output + history) | Approx. 200,000 tokens (Pro base), up to 500,000 (Enterprise) |
| Base Model | GPT-4 Turbo (Code interpretation mode) | Claude 3 Sonnet (Coding mode) |
| Message When Exceeded | “Usage limit reached. Try again in X hours.” | “You’ve hit your limit. Resets in ~X hours.” |
| Reset Method | Automatic rolling reset (no manual reset available) | Automatic rolling reset (session renews after 5 hours) |
| Additional Features |
- Distinguishes local vs. cloud operations - Includes code execution capability |
- Supports context reduction with /clear and /compact commands - Centralized support for Sonnet 3.5/4 models |
| Official Source Examples | help.openai.com | claudelog.com / portkey.ai |
The following is information regarding this Project L.
| Project Name | Project L |
| Development Language | Rust (On-chain program) + TypeScript (Client / Frontend) |
| Platform | Solana Blockchain (Anchor Framework) |
| Development Period | 2025.09.29 ~ 2025.10.18 (Total 19 days, 38 hours) |
| Main Goal | Deploy smart contract on Solana network and complete client integration |
| Dependency Graph | Total 2,130 dependencies (including packages, modules, and build dependencies) |
Development is complete, and I am currently performing self-QA.
I plan to proceed with the release afterward.
devnet QA - Completed
testnet QA - On going
Deploy on mainnet - To do