惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The GitHub Blog
The GitHub Blog
I
InfoQ
U
Unit 42
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
月光博客
月光博客
D
Docker
Stack Overflow Blog
Stack Overflow Blog
D
DataBreaches.Net
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
博客园 - 聂微东
A
About on SuperTechFans
腾讯CDC
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
GbyAI
GbyAI
博客园 - 【当耐特】
罗磊的独立博客
博客园 - 三生石上(FineUI控件)
M
MIT News - Artificial intelligence

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
A Spent $5,000 On Tokens; So That You Don't Have To (Part 2)
Simon Massey · 2026-05-12 · via DEV Community

Someone left an upvote, so there seems to be one listener. Dear listener, let me continue...

When someone is having a hard time getting great results, you are going to hear the "No true Scotsman" or appeal to purity.

The pundits will say that if I just had better tests, or better Project Specification Document (PRD) docs, or used the better brand Agentic Tool, or the other labs models, or just learnt to prompt-engineer better, I would have got better results.

Okay, well, on my last project, I used all of these US-based tools on a single client project:

  • Claude Code CLI
  • OpenAI Codex CLI
  • GitHub Copilot CLI
  • Cursor Agent CLI
  • OpenCode CLI
  • Copilot IDE
  • OpenCode Desktop
  • Codex Desktop
  • Aider Chat

I like working with multiple models and modifying their features. So I have a version of codex. I added the ability to use GPT, Claude, and Gemini. I have then added in some small features I like from the other tools.

You might think, "Gee, if the guy had just stuck to one tool to learn how to use it properly, maybe he could have got it to work!" At one point, I would burn through a $200 Max sub in a week of the month. The new 5-hour token limits mean that to work a day, I need two subs; to code more for 10 hours a day, I was swapping between two different Max subs.

I now avoid the least reliable tool, Claude Code, until I have hit the weekly rate limits of the other tools. Yes, you read that correctly. I would rather use any of the other tools before Claude Code. Once again, not because I am unfamiliar with it. Because I have used it the most. I know from personal experience that I get better results when mixing Claude with other models across different tools. If you are not using Claude with GPT and others with something like Cursor Agent CLI or OpenCode, then you are missing out.

Surely you cannot prefer OpenAI Codex, I can hear you cry. Well, as I said, I have patched OpenAI Code, which is Apache-2.0 open-source, run Claude Opus 4.6 (not 4.7!), and Gemini 3 Pro, next to GPT-5.4 (not 5.5!).

So, once again, nope. You cannot say that I am simply not experienced enough to get the tech to work. On the contrary, I have not heard of anyone who has used as many tools as aggressively as I have to try to get things to peak performance. I am not sure that the people I watch videos of know about all the tools and models. Literally, only two influencers I know have mentioned that they dislike "Claude-isms" and get great results with ChatGPT 5.x.

Also, if you have not used ChatGPT-5.3-Codex-Spark at 1,000 tokens per second, well, you have not lived! There is nothing more beautiful than watching 5.3-Spark slam through a task in 15 minutes that would have taken any other model an hour. There is nothing more frustrating than seeing it not solve the problem, run up a $10 bill in a few minutes, and get into a compression cycle, leaving you with zero.

On the custom-kit front, I use speech2type to voice dictate. I am a fast typer, yet going flat out with voice dictation is a boost. Yet, in order to get a grip on the situation, you must slow right down.

More on that in the next post. If there is one.

End.