←back to thread

Claude Code now supports hooks

(docs.anthropic.com)
381 points ramoz | 1 comments | | HN request time: 0s | source
Show context
ainiriand ◴[] No.44432396[source]
I tried to make an app in claude code like they so much fanfare it could do, and it failed. It was obvious it will fail, I wanted something that I think it was not done before, using the Youtube api. But it failed nonetheless.

I am tired of pretending that this can actually pull any meaningful work besides a debug companion or a slightly enhanced google/stackoverflow.

replies(9): >>44432552 #>>44432585 #>>44432591 #>>44432791 #>>44432881 #>>44433726 #>>44433757 #>>44433869 #>>44434109 #
bognition ◴[] No.44432552[source]
Interesting how long ago did you do this? How long did you spend on it?

I was skeptical about Claude code and then I spent a week really learning how to use it. Within the week I had built a backend with FastAPI that supported user creation, password reset, email confirmation, a front end, and support for ouath into a few systems.

It definitely took me some time to learn how to make it work, but I’m astounded at how much work I got done and for so little typing.

replies(2): >>44432594 #>>44432813 #
dakiol ◴[] No.44432813[source]
How do you know the code is solid? If your bar is “if it runs, then it is good”, then alright, otherwise you (or someone else) need to review that code. So, Yeah llms are nice but i don’t think we can just go and deploy whatever they throw at us.
replies(1): >>44432921 #
1. timschmidt ◴[] No.44432921[source]
Do you allow interns to push to prod? Because I don't. The LLM is treated no differently. It's an extraordinarily fast, extraordinarily well read intern. You can ask it to do anything, it might succeed, anything it produces should be reviewed fully. I already interact with interns and open source project contributors in a similar fashion, so the LLM plugs right in.