Rule #1 with me and Claude is this — DAVE DRIVES. It’s in all caps because I only say it when it has started driving. #
Listened to a podcast yesterday where they were trying to explain what happened with Hugging Faces and Claude, and they said with horror that Claude had dome something it was specifically told not to do. It’s even worse than that. You can tell it 100 times to not do something, and on the 101st it will ignore the instructions and after-the-fact, figuring out what to do can be excoriatingly stressful. These things are not in any way perfect. Right now at this moment I feel the joy is gone from writing software. I don’t feel the power. I feel much more like a babysitter. Not optimal. (And momentary.) #
Example code is not expected to be bullet proof like production code, and where covering different cases make it harder to follow they should not be there. #
How can you tell you’re working on the web? When you do something new and innovative you help your competitors‘ users without forcing them to use your product. They are free to stay where they are and still get the benefit. People choose your product because it’s better for what they’re doing, or it feels better now, or whatever. We want the web to be the platform and it’s cool because there is no platform vendor. #
It’s a standard REST API.
Here’s the server side of the API.
Here’s how you call it from browser-based JavaScript. You can include that code in your apps.
Here’s an example app that implements a simple blog builder for my recent posts on RSS.chat. We were thinking about doing this as a project for Claude and myself but decided it would be more fun to let devs see what they can do here. 🙂
And finally here are the docs for the API itself.