Everyone is tokenmaxxing around you, and you are standing there with extra tokens, not sure what to do with all these wasted resources.
Normal.
We were never blocked by the amount of code we could generate. The blocker was, and will always be, knowing what to build. I’m not an expert, so I’m not going to argue about what you should or shouldn’t build. I’m here to talk about those extra tokens.
You should /autoresearch more!
Autoresearch takes something measurable: build time, package size, test runtime, startup time, whatever. Then it keeps running experiments against a baseline. If the experiment improves the metric, it keeps it. If not, it throws it away.
The usage is so simple, and the results may surprise you:
- I reduced cold production build time for WooPayments by 83% (from 41 seconds to 7 seconds)
- Reduced the setup time in wp-env by 32% (from 72 seconds to 49 seconds)
- And many more optimizations.
The world needs quicker software. Use /autoresearch.
Leave a Reply