In a study of 400,000 Claude Code sessions, Anthropic found that domain expertise, rather than programming ability, is the primary factor in effective autonomous AI work. Success rates converged across different professional fields, suggesting that agentic coding enhances existing expertise.
Профиль
Symon Baikov
Full-Stack Engineer | SaaS, Automation & API Systems | React, Node.js, TypeScript
257 подписчиков127 подписок4,5 тыс. постов
Публикации
⟳ Репост от Symon Baikov
⟳ Репост от Symon Baikov
地味に効くんですよね、これ。同じプロンプトを1日に何十回も投げてると、トークン消費が2倍近くになってる気がする。 レスポンスをキーにしてローカルにキャッシュしておくだけで、API費用が実測40〜50%落ちます。実装は辞書1つ、5行のコードで完了。 Just cache identical prompts locally — costs drop 40-50% in practice. One dict, 5 lines of code, done. #AI #APIコスト削減 #ChatGPT #LLM #Prompting #キャッシュ #AI自動化 #TechT…