Given the Anthropic legal terms forbid competing with them, what are we actually allowed to do with this? Seems confusing what is allowed. No machine learning work? That would compete. No writing stuff I would train AI on. Except I own the stuff it writes, but I can’t use it. Can we build websites with it? What websites don’t compete with Anthropic? Terminal games? No, Claude code is a terminal game, if you make a te…
Would you argue that Cursor (valued at $10B) is breaking Anthropic's terms by making an IDE that competes with their Canvas feature?
Claude Code now supports hooks
41–50 of 184 posts
Re: Claude Code now supports hooks
#42This needs a way to match directories for changes in monorepos. E.g. run this linter only if there were changes in this directory.
Re: Claude Code now supports hooks
#43Re: Claude Code now supports hooks
#44I've been playing with Claude Code the past few days. It is very energetic and maybe will help me get over the hump on some long-standing difficult problems, but it loses focus quickly. Despite explicit directions in CLAUDE.md to build with "make -j8" and run unit tests with "make -j8 check", I see it sometimes running make without -j or calling the test executable directly. I would like to limit it to doing certain…
Re: Claude Code now supports hooks
#45adding a hook to have it push to prod every time baby
Re: Claude Code now supports hooks
#46Earlier quoted context omitted.
In many cases.
so its back to hand coding stuff again. They are going to slowly add "features" that brings handcoding back till its like 100% handcoding again.
Yes - it’s fine to think of it as handholding (or handcoding). These model providers cannot be responsible for ultimate alignment with their users. Today, they can at best enable integration so a user, or business, can express and ensure their own alignment at runtime.
The nature of these systems already requires human symbiosis. This is nothing more than a new integration point. Will empower agents beyond today’s capabilities, increase adoption.
Re: Claude Code now supports hooks
#47Re: Claude Code now supports hooks
#48Amazing how there's whole companies dedicated to this and yet claude code keeps leading the way.
Re: Claude Code now supports hooks
#49Just started using Claude (very late to the game), and I am truly blown away. Instead of struggling for hours trying to get the right syntax for a Powershell script or to convert Python to Go, I simply ask Claude to make it happen. This helps me focus on content creation instead of the mind-bending experience of syntax across various languages. While some might call it laziness, I call it freedom as it helps me get m…
That’s great. Regardless of the naysayers about AI hype in tech, it was a major development for general society even if this is all it ends up being.
Re: Claude Code now supports hooks
#50This needs a way to match directories for changes in monorepos. E.g. run this linter only if there were changes in this directory.