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

推荐订阅源

N
Netflix TechBlog - Medium
IT之家
IT之家
博客园_首页
Hugging Face - Blog
Hugging Face - Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
美团技术团队
小众软件
小众软件
博客园 - 叶小钗
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 三生石上(FineUI控件)
罗磊的独立博客
博客园 - Franky
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
宝玉的分享
宝玉的分享
博客园 - 【当耐特】
月光博客
月光博客
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
酷 壳 – CoolShell
酷 壳 – CoolShell
人人都是产品经理
人人都是产品经理

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Cost of AI-Driven Development
sirkarthik · 2026-05-05 · via Hacker News - Newest: "AI"

AI driven SDLC is perhaps the new norm because of its virality. There is definitive value to AI-SDLC but then we see a lot of noise too. What makes it chaotic is the difficulty in identify noise from value. This can be seen in the way large-scale firing happened in the name of redundancy creating global panic (more than the wars that has been happening at around the same time), followed by some immense mishaps in production systems on account of blind reliance of AI, subsequently taking measures to find a avoid such incidents to save business face by re-looking at all things from hiring to people practices.

Personally FinOps is something that I have my eye on incorporating it to the data for making calibrated bets on decisions I make. For the past year, I have been talking and blogging on this subject on the need to focus on alternatives as backup plan instead of relying solely on one vendor. We witnessed vendor lock-in nightmares repeatedly for decades and it seems the industry hasn't learned its lesson. History will repeating itself and the industry veterans are now calling it out. After Salesforce's CEO admitting that AI can't be trusted blindly, we have  Uber 'sCTO Praveen Neppalli Naga confirming in April 2026 that their annual budget was completely consumed due to high token-based costs from using Anthropic's Claude Code.  

If that provides the real motivation, let us see what it's scaled down version looks like by an experiment, so that it is easy to extrapolated to your desired scale to help you decide on the path you want to take forward. About 6-7 years back, I rebuilt a native-Android mobile app using Expo/React Native and deployed it to Playstore too - that you can get it even today. After a long period of time, I picked this up updated its Expo version from SDK v48 to SDK v54. Yesterday, I wanted to record a day's worth of AI Coding effort in terms of tokens and number of requests. For context, for all of yesterday, the task was to write unit tests for the app that was virtually absent. Now for this task, I used Claude Code with Open Router, to collect the data and below is the summary of it:

  • Total Requests Made = 578 requests
  • Sum of all Input (Prompt) Tokens = 40,271,797 (40+ million tokens)
  • Sum of all Output (Completion) Tokens = 286,456

Visualizing the Gap

The chart below shows the drastic difference in pricing for the exact same volume of work. For developers working on large Expo projects, choosing the right model isn't just a performance decision—it should also be a financial one.

If I hadn't been using a cost-effective routing strategy, the bill could have ranged from the price of a coffee to the price of a high-end smartphone.

--

Model Tier Total Cost ($)
Premium Reasoning (Claude 3 Opus / o1-preview) ~$620+
High-End General (GPT-4o / Claude 3.5 Sonnet) ~$125 - $205
Frontier Open Source (Llama 3.1 405B) ~$121
Efficiency King (DeepSeek V3 / Gemini 1.5 Flash) ~$3 - $6

--

The above inferences are made from the following table that estimates what the given usage would cost today across some 20 high-performance models, sorted from most expensive to most affordable ones.

--

Model Input Cost ($) Output Cost ($) Total Cost ($)
Claude 3 Opus 604.08 21.48 625.56
o1-preview 604.08 17.19 621.26
GPT-4o 201.36 4.30 205.66
Gemini 1.5 Pro 140.95 3.01 143.96
Claude 3.5 Sonnet 120.82 4.30 125.11
Command R+ 120.82 4.30 125.11
o1-mini 120.82 3.44 124.25
Mistral Large 2 120.82 2.58 123.39
Llama 3.1 405B 120.82 0.86 121.67
Grok-2 80.54 2.86 83.41
Codestral 40.27 0.86 41.13
Llama 3.1 70B 24.16 0.17 24.33
Phind-CodeLlama-34B 24.16 0.17 24.33
Qwen 2.5 72B 16.11 0.11 16.22
Claude 3 Haiku 10.07 0.36 10.43
GPT-4o-mini 6.04 0.17 6.21
DeepSeek V3 5.64 0.08 5.72
DeepSeek Coder V2 5.64 0.08 5.72
Gemini 1.5 Flash 3.02 0.09 3.11
Llama 3.1 8B 2.01 0.01 2.03
--

So to conclude, the data from this one-day experiment makes one thing clear: The most expensive component of the AI-SDLC isn't the intelligence—it’s the context.

In a world where models must "ingest" millions of tokens of existing infrastructure just to write a single passing unit test, we cannot afford to treat LLM providers as a utility like water or electricity. If a single developer can inadvertently rack up a $600 bill in 24 hours using premium reasoning models, it’s easy to see how a company like Uber could burn through an annual budget in record time.

To survive this era of AI-driven development without going bankrupt or falling into a new generation of vendor lock-in, we need to shift our focus in 3 ways:

  1. Multi-Model Orchestration: The "Efficiency Kings" like DeepSeek or Gemini Flash are not just "budget" options; they are the necessary workhorses for context-heavy tasks like unit testing. Reserve the premium models for architectural pivots, not boilerplate.
  2. Institutional FinOps: Coding is no longer just a labor cost; it is now a variable compute cost. Engineering leads must become as proficient in token-management as they are in memory-management.
  3. The "Trust but Verify" Mandate: As the Salesforce CEO and Uber CTO have signalled, the "AI-will-fix-it" euphoria is cooling. The value of the human developer is shifting from writing the code to governing the AI that writes it—ensuring that the "noise" of 40 million tokens actually results in "value" for the production system.

The path forward isn't to retreat from AI, but to stop betting blindly on it. By using AI Gateways like (Open-Router, Groq, etc.) and diversified model strategies, we can keep the "Fin" in "FinOps" from spiraling out of control while still capturing the "Ops" efficiency that AI promises. History may repeat itself, but your cloud bill doesn't have to.