HN user

eschluntz

718 karma

Engineer & Entrepreneur Anthropic Member of Technical Staff Co-founder & CTO of Cobalt Robotics Co-founder of Posmetrics (YC W13, acquired) eschluntz@gmail.com

Posts18
Comments88
View on HN
erikschluntz.com 8mo ago

Building a Robot Dog (with an airsoft gun)

eschluntz
48pts12
erikschluntz.com 11mo ago

Todo list app with lots of confetti

eschluntz
3pts3
erikschluntz.com 11mo ago

Show HN: When is the next Caltrain? (minimal webapp)

eschluntz
42pts27
erikschluntz.com 1y ago

Breaking my hand forced me to write all my code with AI for 2 months

eschluntz
51pts30
erikschluntz.com 2y ago

Windows Pipe Screensaver, Written by Claude

eschluntz
5pts5
github.com 2y ago

Designing bridge trusses with Pytorch autograd

eschluntz
82pts29
names.erikschluntz.com 2y ago

Show HN: Game to remember names, Silicon Valley edition

eschluntz
6pts4
github.com 2y ago

Show HN: I automated half of my typing

eschluntz
815pts313
www.youtube.com 2y ago

One CTO's quest to never type “the” again [video]

eschluntz
2pts4
news.ycombinator.com 3y ago

Ask HN: I've run Linux for 13 years. Is it time to switch to a Mac?

eschluntz
3pts39
erikschluntz.com 3y ago

How to raise your first Seed Round

eschluntz
9pts4
fiftyyears.com 3y ago

How Cobalt launched its hardware product insanely fast (SPEED podcast)

eschluntz
1pts0
blog.cobaltrobotics.com 3y ago

You can't read code that you can't find

eschluntz
4pts0
www.cobaltrobotics.com 4y ago

Refinance Your Tech Debt

eschluntz
27pts2
www.sensethinkact.com 4y ago

Robots Riding Elevators?

eschluntz
7pts1
www.cobaltrobotics.com 4y ago

Premortems will keep your code alive

eschluntz
67pts13
www.cobaltrobotics.com 4y ago

Writing High Stakes Code (At a Startup)

eschluntz
7pts3
www.businesswire.com 7y ago

Cobalt Robotics raises $35M Series B

eschluntz
4pts0
Marble Fountain 9 months ago

Very cool! I've designed a lot of Hilbert Curve marble tracks, using OpenSCAD and python

Made this while procrastinating some actual work, in an effort to get some more dopamine from crossing off todos.

Completing an item gets you a confetti explosion, a satisfying ding, and shakes the item.

Section headers (starting with "#") are even more exciting to cross off

Thanks! We all dogfood Claude every day to do our own work here, and solving our own pain points is more exciting to us than abstract benchmarks.

Getting things done require a lot of booksmarts, but also a lot of "street smarts" - knowing when to answer quickly, when to double back, etc

Right now no, but if you run in docker, you can use `--dangerously-skip-permissions`

Some commands could be totally fine in one context, but bad in a different i.e. pushing to master

hi! I've been using Claude Code in a very complementary way to my IDE, and one of the reasons we chose the terminal is because you can open it up inside whichever IDE you want!

Part of our vision is that because Claude Code is just in the terminal, you can bring it into any IDE (or server) you want! Obviously that has tradeoffs of not having a full GUI of the IDE though

Even when I feel this, 90% of any novel thing I'm doing is still old gruntwork, and Claude lets me speed through that and focus all my attention on the interesting 10% (disclaimer: I'm at Anthropic)

As someone who's not a frontend developer, this was definitely faster for me than writing it without any AI, although it did still take an hour or two to get the exact details and literal corner cases correct.

From doing a lot of coding with AI I've built up a pretty good intuition of what's faster to do by hand (changing some hyperparameters, or fixing a 1 line bug) and what's faster for the AI.

In this case, I started in 2D and added complexity bit by bit. Being able to say "Now make it 3D" and have that just mostly work in 10s was pretty wild.

A re-creation of the classic Windows 3D "Pipes" screensaver, written entirely by Claude 3.5 Sonnet over many iterations!

(full disclosure - I work at Anthropic)

This was an experiment to try to generate a medium sized (240 line) program without writing a single line of code myself, only with prompting.

I had the best luck starting simple and gradually adding features (including starting 2D). Claude was able to debug its code about 2/3 of the time when it created errors, and 1/3 of the time I had to open up the code and help it more explicitly.

I documented some of my prompts and the code here: https://github.com/eschluntz/pipes-screensaver/blob/main/REA...

Claude 3.5 Sonnet 2 years ago

It says 5x the free tier usage, but I agree we could be more explicit about what that is. Just made a ticket :)

Claude 3.5 Sonnet 2 years ago

Oh no! I use Apple voice control into Claude and then copy and paste code back and forth between my IDE and Claude mostly.

For longer writing,I really like going for a walk for 45 minutes and brain dumping on a topic, and transcribing it. Then I write a brief outline and have Claude fill it out into a document, explicitly only using language that I used in the transcript. Then edit via voice

Claude 3.5 Sonnet 2 years ago

(I'm biased as I work for anthropic)

I broke my hand 2 months ago and Claude 3.5 sonnet has been writing all my code for me. It's been awesome