TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Anthropic Economic Index: Insights from Claude 3.7 Sonnet

56 pointsby mfiguiereabout 2 months ago

5 comments

simonwabout 2 months ago
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>
pramabout 2 months ago
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.
varjagabout 2 months ago
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 未加载
cadamsdotcomabout 2 months ago
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.
ameliusabout 2 months ago
Anyone using LLMs to simulate economic systems?