One month I could use Github Copilot fully with no disruptions. The next month, after pricing changes, I’ve run out of tokens in two days. Such drastic changes tell me that pricing of tokens is arbitrary, and AI business is running out of money fast.
I think it's more a consequence of pushing for the biggest valuation/IPO. Rumoured profits on inference are north of 70%. Taking SpaceX as an example, they have increased prices across all their consumer products over the past six months. But they definitely aren't short on money with Alphabet and Anthropic combined paying them over $2 billion per month. Microsoft/GitHub lost out here as they were just repacking othe…
Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
81–90 of 98 posts
Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#82I have a MA system setup for personal use. You give it a problem, you then refine that problem where a fast, cheaper model asks you questions which you answer to get a better input prompt. You then choose a MA strategy for example take problem break up to sections then final judge concludes or you do multi turn where agents debate then judge summarises debate. The best approach is what I call 'all angles' where all t…
Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#83I have a MA system setup for personal use. You give it a problem, you then refine that problem where a fast, cheaper model asks you questions which you answer to get a better input prompt. You then choose a MA strategy for example take problem break up to sections then final judge concludes or you do multi turn where agents debate then judge summarises debate. The best approach is what I call 'all angles' where all t…
Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#84Earlier quoted context omitted.
No, you can't really make educated guesses unless people start opening their books. Especially in an industry where the vast majority of firms make up valuations out of thin air and not based on any reproducible insights.
Opening their books would let you know things like profitability. I'm talking about cost per token, model development and human costs being irrelevant.
Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#85Earlier quoted context omitted.
So what harness are you using? And what LLM’s
Homebrew harness and all frontier ones plus deepseek. All via Openrouter at the moment. Works well enough but can get expensive so use for real high value challenges. Interestingly the refine feature has been most useful to me and people I have shown, essentially people are lazy when expressing the initial problem (me included!), refine asks relevant questions to initial problem then refines the initial statement, us…
Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#86Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#87Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#88Earlier quoted context omitted.
Code review could also be run as an unattended/batched task though, possibly with at least some use of on-prem inference (which excels at this). That would be a major saving compared to the usual cloud inference scenario.
with which models, though?
Re: Tokenomics: Quantifying Where Tokens Are Used in Agentic Software Engineering
#89Earlier quoted context omitted.
So what harness are you using? And what LLM’s
Homebrew harness and all frontier ones plus deepseek. All via Openrouter at the moment. Works well enough but can get expensive so use for real high value challenges. Interestingly the refine feature has been most useful to me and people I have shown, essentially people are lazy when expressing the initial problem (me included!), refine asks relevant questions to initial problem then refines the initial statement, us…