My previous startup was building an e-commerce chatbot. In fact, the product was almost identical to the Universal Commerce Protocol (UCP). After UCP was released, I decided not to continue pursuing that direction.
Earlier this year, I started turning the architecture we had built for e-commerce chatbot agents into an SDK. Put simply, its core idea is to use state machines and deterministic execution sequences to reduce the number of round trips to LLM providers by around 80% for the same task, thereby significantly reducing token consumption.
Here is the problem: I understand very clearly why tools such as RTK are ineffective in genuinely long-running tasks.
I published a report on July 18, and JetBrains published a report on July 20 that reached essentially the same conclusion: token-saving plugins such as RTK and Caveman have little to no effect on real-world, long-running tasks.
- JetBrains: https://blog.jetbrains.com/ai/2026/07/rtk-claude-code-token-savings/ - My report: https://turaai.net/blog#token-saving-plugins-are-mostly-stupid-idea
I also know how to achieve a real reduction of more than 80% in token consumption during long-running tasks. However, I have encountered significant difficulties promoting my open-source project.
I would summarize the main problems as follows.
1. Most coding-agent users do not care what actually drives token consumption
There is a huge gap in understanding among coding-agent users, regardless of whether they have formal software-engineering training or are self-taught "vibe coders."
A long article that systematically explains the process and challenges people's existing assumptions has very little chance of spreading in forums already flooded with AI-written posts and vibe-coded plugins claiming to reduce token usage by 95%.
Simple ideas are easier to spread. People are not purely rational; they tend to believe the things they can understand most easily.
That is also why pseudoscientific content built on incorrect causal explanations often attracts far more attention on social media than channels that carefully explain the underlying mathematics.
2. The author's arrogance
This is really a combination of two problems.
From the perspective of someone who believes strongly in scientific testing methods, evaluations, and benchmarks, software-engineering claims without an eval or benchmark can feel meaningless.
But perhaps my own arrogance and my contempt for, or even jealousy of, tools such as RTK has made me less willing to promote my work in ways that would actually be more effective.
If you have read this far, I would genuinely appreciate your advice: how can I promote my project more effectively while continuing to respect the rigor of evaluations and benchmarks?
I know that building a coding agent with Codex or Claude is relatively easy. But I also believe that there will always be people who understand the value of benchmarks and evaluation harnesses.
The project was released on July 16 and currently has a little over 400 GitHub stars. For now, it is still a relatively unknown project:
https://github.com/Tura-AI/tura
bruce511•1h ago
Sure, if you look really closely , there are differences. One chef uses more salt. Another is faster, but makes more mistakes.
You could of course evaluate each one, carefully deciding which one is best for you. Then after weeks of evaluation you could finally get a meal. 3 days later all the restaurants change their menu.
Into this mix comes a new entrepreneur. Look at all this activity, so he opens yet another restaurant. Then wonders how to get more customers.
Back to your problem. How do uou stand out from the crowd? A better question might be why did you join the crowd in the first place? I mean, you gave it a fair shot. Haven't gone viral in 9 days? That must be disappointing.
On the other hand most businesses take years to earn trust, build confidence, aren't in an over-hyped space, and of course even then, most fail.
Good luck.