TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Anthropic Economic Index: Insights from Claude 3.7 Sonnet

56 点作者 mfiguiere大约 2 个月前

5 条评论

simonw大约 2 个月前
I loaded the CSVs from the release_2025_03_27 folder into a SQLite database so I could explore them in Datasette Lite:<p><pre><code> cd &#x2F;tmp git clone https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;Anthropic&#x2F;EconomicIndex cd EconomicIndex git lfs pull cd release_2025_03_27 for file in *.csv; do sqlite-utils insert data.db &quot;${file%.*}&quot; &quot;$file&quot; --csv -d; done </code></pre> <a href="https:&#x2F;&#x2F;lite.datasette.io&#x2F;?metadata=https:&#x2F;&#x2F;gist.github.com&#x2F;simonw&#x2F;37c9ef4ad2404b9c3d7ddb639ccd3266&amp;url=https:&#x2F;&#x2F;static.simonwillison.net&#x2F;static&#x2F;cors-allow&#x2F;2025&#x2F;release_2025_03_27.db#&#x2F;release_2025_03_27" rel="nofollow">https:&#x2F;&#x2F;lite.datasette.io&#x2F;?metadata=https:&#x2F;&#x2F;gist.github.com&#x2F;...</a>
pram大约 2 个月前
Claude is amazing for UNIX janitoring. Having it go through installing torch and various other things, automatically making venvs, and so on, made me realize how much of my life I&#x27;ve wasted dealing with stuff like cpan and pip and npm.
varjag大约 2 个月前
I suspect &quot;Education, Instruction and Library&quot; bar on the graph mostly amounts to cheating and more broadly defeating the point of unsupervised study. But it&#x27;s nice we have a metric for that now.
评论 #43499530 未加载
评论 #43499478 未加载
cadamsdotcom大约 2 个月前
Exciting to see these numbers.<p>Anthropic if you’re listening - how about a breakdown by number &amp; taxonomy of tools being made available to Claude? Or number of tool invocations in a given session?<p>That’ll show how much use it’s getting via agentic systems vs. as a chatbot. By proxy it should show how quickly agentic use is growing.
amelius大约 2 个月前
Anyone using LLMs to simulate economic systems?