Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

This is pretty amazing. Claude with computer use plus a bash tool downloads a random dataset online, installs sklearn, trains a simple classifier on the dataset, and then displays the classifier results in a webpage. All with just one prompt in under 5 minutes.

171,988 görüntüleme • 1 yıl önce •via X (Twitter)

10 Yorum

Alex Albert profil fotoğrafı
Alex Albert1 yıl önce

This is the prompt I used: Go to find an interesting recent dataset, and download it. Install sklearn with bash tool write a .py file to split the data into train and test and make a classifier for it. (you may need to inspect the data and/or iterate if this goes poorly at first, but don't get discouraged!). Come up with some way to visualize the results of your classifier in the browser.

Alex Albert profil fotoğrafı
Alex Albert1 yıl önce

This is the python file it wrote to train the classifier:

Alex Albert profil fotoğrafı
Alex Albert1 yıl önce

This is the HTML code:

Mike Bird (Hiring) profil fotoğrafı
Mike Bird (Hiring)1 yıl önce

Nice! Reminds me of this

Countdown to Opus 3.5 or 4 profil fotoğrafı
Countdown to Opus 3.5 or 41 yıl önce

Alex we need to talk

Eric Buess profil fotoğrafı
Eric Buess1 yıl önce

Can it run in some kind of shadow environment with its own mouse keyboard so I can keep mine? 😂 I want to set it up on my Pi with a tunnel so I can instruct it from my iPhone or Apple Watch action button or Rabbit R1. Not sure when I’ll get time to do it but sounds fun!

Lorenzo Iotti profil fotoğrafı
Lorenzo Iotti1 yıl önce

How much was this run in $?

Austin S. Lin profil fotoğrafı
Austin S. Lin1 yıl önce

can you please have claude w/computer use use avante.nvim, cursor, and/or replit?

EDNY rape spree enjoyer profil fotoğrafı
EDNY rape spree enjoyer1 yıl önce

I just prompted Claude to earn me $50,000 this week, it’s already up $300 today. Amazing product.

🥇🥈🇩🇪🥉Darth thromBOOzyt📯 profil fotoğrafı
🥇🥈🇩🇪🥉Darth thromBOOzyt📯1 yıl önce

How many upgrades till it does actual state of the art research 👀

Benzer Videolar

Bash is all you need! Which is why I'm introducing my holiday project: just-bash just-bash is a pretty complete implementation of bash in TypeScript designed to be used as a bash tool by AI agents. Because it turns out agents love exploring data via shell scripts, even beyond coding. It comes with grep, sed, awk and the 99th percentile features that an agent like Claude Code or Cursor would use. In fact, Claude Code can use it for secure bash execution. In the package - A bash-tool for AI SDK - A binary for use by yourself or your coding agents - An overlay filesystem to feed files to your agent securely - A Vercel Sandbox compatible API, so you can quickly upgrade to a real VM if you need to run binaries - An example AI agent that explores the just-bash code base using just-bash - I imported the Oils shell bash compatibility suite and just-bash passes a very good chunk What is interesting about this codebase: It was essentially entirely written by Opus 4.5. Coding agents love bash and they are good at reproducing it. They are also great at text-book recursive descent parsers and AST tweet-walk interpreters. That said, it is, like, a lot of code and I didn't read it all 😅. This is very much a hack, but it also seems to be _really_ useful. I haven't really found anything agents want to use that it doesn't support and it's fast and secure (caveats apply). It doesn't have write access to your computer and the filesystem is given a root that the agent cannot escape from. Find it at Related: Our recent blog post how we migrated our data analysis agent to bash tools and achieved incredible quality improvements The video shows the example agent investigating the just-bash code base

Malte Ubl

124,713 görüntüleme • 6 ay önce