(no title)
Alex_L_Wood | 22 days ago
…What am I even reading? Am I crazy to think this is a crazy thing to say, or it’s actually crazy?
Alex_L_Wood | 22 days ago
…What am I even reading? Am I crazy to think this is a crazy thing to say, or it’s actually crazy?
jaytaylor|22 days ago
nine_k|22 days ago
This is not an outrageous amount of money, if the productivity is there. More likely the AI would work like two $90k junior engineers, but without a need to pay for a vacation, office space, social security, etc. If the productivity ends up higher than this, it's pure profit; I suppose this is their bet.
The human engineer would be like a tech lead guiding a tea of juniors, only designing plans and checking results above the level of code proper, but for exceptional cases, like when a human engineer would look at the assembly code a compiler has produced.
This does sound exaggeratedly optimistic now, but does not sound crazy.
richardw|22 days ago
It basically stumbles around generating tokens within the bounds (usually) of your prompt, and rarely stops to think. Goal is token generation, baby. Not careful evaluation. I have to keep forcing it to stop creating magic inline strings and rather use constants or config, even though those instructions are all over my Claude.md and I’m using the top model. It loves to take shortcuts that save GPU but cost me time and money to wrestle back to rational. “These issues weren’t created by me in this chat right now so I’ll ignore them and ship it.” No, fix all the bugs. That’s the job.
Still, I love it. I can hand code the bits I want to, let it fly with the bits I don’t. I can try something new in a separate CLI tab while others are spinning. Cost to experiment drops massively.
lbreakjai|22 days ago
skeeter2020|22 days ago
I hear things like this all the time, but outside of a few major centers it's just not the norm. And no companies are spending anything like $1k / month on remote work environments.
ozim|22 days ago
This looks like AI companies marketing that is something in line 1+1 or buy 3 for 2.
Money you don’t spend on tokens are the only saved money, period.
With employees you have to pay them anyway you can’t just say „these requirements make no sense, park for two days until I get them right”.
You would have to be damn sure of that you are doing the right thing to burn $1k a day on tokens.
With humans I can see many reasons why would you pay anyway and it is on you that you should provide sensible requirements to be built and make use of employees time.
bee_rider|22 days ago
The seem to be plenty of people willing to pay the AI do that junior engineer level work, so wouldn’t it make sense to defect and just wait until it has gained enough experience to do the senior engineer work?
andersmurphy|21 days ago
Suddenly, it starts to look precarious. That would be my concern anyway.
nixass|22 days ago
What dystopia is this?
unknown|22 days ago
[deleted]
simsla|22 days ago
pydry|22 days ago
htrp|22 days ago
davedx|22 days ago
> $20/month Claude sub
> $20/month OpenAI sub
> When Claude Code runs out, switch to Codex
> When Codex runs out, go for a walk with the dogs or read a book
I'm not an accelerationist singularity neohuman. Oh well, I still get plenty done
carefree-bob|22 days ago
I was working on a problem and having trouble understanding an old node splitting paper, and Gemini pointed me to a better paper with a more efficient algorithm, then explained how it worked, then generated test code. It's fantastic. I'm not saying it's better than the other LLMs, but having a little oracle available online is a great boost to learning and debugging.
siliconc0w|22 days ago
chr15m|22 days ago
muyuu|22 days ago
AlexCoventry|22 days ago
https://paulgraham.com/submarine.html
delusional|22 days ago
My bosses bosses boss like to claim that we're successfully moving to the cloud because the cost is increasing year over year.
dexwiz|22 days ago
FuckButtons|22 days ago
CTDOCodebases|22 days ago
Also I think you have to consider development time.
If someone creates a SaaS product then it can be trivially cloned in a small timeframe. So the moat that normally exists becomes non existent. Therefore to stay ahead or to catch up it’s going to cost money.
In a way it’s similar to the way FAANG was buying up all the good engineers. It starves potential and lower capitalised but more nimble competitors of resources that it needs to compete with them.
itissid|22 days ago
The more nuanced "outrage" here, how taking humans out of the agent loop is, as I have commented elsewhere, quite flawed TBH and very bold to say the least. And while every VC is salivating, more attention should instead be given to all the AI Agent PMs, The Tech lead of AI, or whatever that title is on some of the following:
- What _workflow_ are you building? - What is your success with your team/new hires in having them use this? - What's your RoC for investment in the workflow? - How varied is this workflow? Is every company just building their own workflows or are there patterns emerging on agent orchestration that are useful.
sieabahlpark|22 days ago
[deleted]
sethev|21 days ago
Forget about agents or AI: the amount of money that it makes sense to spend on software engineering for a particular company is highly dependent on the specifics of that company.
Perhaps for them this number makes sense, but it's kind of crazy to extrapolate that to everyone as some kind of benchmark. It would be far more interesting to hear how they place a value on the code produced.
I have a harsher take down-thread, but the simulation testing (what they call DTU) is actually interesting and a useful insight into grounding agent behavior.
gassi|22 days ago
7777332215|22 days ago
Designing reliable, stable, and correct systems is already a high level task. When you actually need to write the code for it, it's not a lot and you should write it with precision. When creating novel or differently complex systems, you should (or need to) be doing it yourself anyway.
zozbot234|22 days ago
coffeefirst|22 days ago
https://www.cnbc.com/2026/02/06/google-microsoft-pay-creator...
yoyohello13|22 days ago
anileated|22 days ago
Getting rid of such naysayers is important for the industry.
nosuchthing|22 days ago
unknown|22 days ago
[deleted]
sesm|22 days ago
habinero|22 days ago
az226|21 days ago
Each engineer is very valuable. LLM tokens are cheap. You scale up inference compute, and your engineers can focus on higher order stuff, not reviewing incorrect responses, validating bugs, and what not.
It’s shocking to me that there isn’t a $2,000 / $20,000 per month subscription tier for coding assistants. I’ve always in my mind called this ExecGPT since around 2021, but the notion was that executives have teams that support them to be high functioning and high leverage, responsible for quality of thinking and decision making, not quantity of work output.
And the value/prop existed and continues to exist even as the models get smarter, even Opus 4.6.
deaux|21 days ago
What would be the benefit for the providers in offering this over just having those people use the API? I don't think it makes any sense for them.
sethev|22 days ago
Setting aside the absurdity of using dollars per day spent on tokens as the new lines of code per day, have they not heard of mocks or simulation testing? These are long proven techniques, but they appear bent on taking credit for some kind revolutionary discovery by recasting these standard techniques as a Digital Twin Universe.
One positive(?) thing I'll say is that this fits well with my experience of people who like to talk about software factories (or digital factories), but at least they're up front about the massive cost of this type of approach - whereas "digital factories" are typically cast as a miracle cure that will reduce costs dramatically somehow (once it's eventually done correctly, of course).
Hard pass.
dimitri-vs|22 days ago
xnx|22 days ago
The desperation to be an AI thought leader is reaching Instagram influencer levels of deranged attention seeking.
unknown|22 days ago
[deleted]
goshx|22 days ago
PKop|22 days ago
dboreham|21 days ago