Live data from Hacker News

Claude Code SDK

docs.anthropic.com

1–10 of 201 posts

Re: Claude Code SDK

#3
more context from the claude code team: http://latent.space/p/claude-code

you can skim the transcript but some personal highlights:

- anthropic employees, with unlimited claude, average to $6/day of usage

- headless claude code as a "linux" utility that you use everywhere in CI is pretty compelling

- claude code as a user extensible platform

- future roadmap of claude code: sandboxing, branching, planning

- sonnet 3.7 as a persistent, agentic model

Re: Claude Code SDK

#5

Claude has been left in the dust by Gemini with its million token session and ability to upload a zip file of my entire code base.

and then get the honor of copy and pasting all of the changes afterward?

“Make me a bash script which creates all the files using heredoc”

Works for a reasonable chunk of files say 5 to 10 that aren’t too big.

No doubt they’ll get to better file access.

Anyhow I’m quite happy to do the copy and paste because Geminis coding and debugging capability is far better than Claude.

Re: Claude Code SDK

#6

Claude has been left in the dust by Gemini with its million token session and ability to upload a zip file of my entire code base.

I'm building a browser based tool that runs on your computer, with full tool access of course, that works with all the major models and is far better and more ergonomic to use than code, codex, etc.

If you (or anyone else reading this) wants to try out the upcoming beta give me a ping. (see profile.)

Re: Claude Code SDK

#7
post #3

more context from the claude code team: http://latent.space/p/claude-code you can skim the transcript but some personal highlights: - anthropic employees, with unlimited claude, average to $6/day of usage - headless claude code as a "linux" utility that you use everywhere in CI is pretty compelling - claude code as a user extensible platform - future roadmap of claude code: sandboxing, branching, planning - sonnet 3.…

Maybe I'm holding it wrong, but I can easily spend $20+ using Claude Code for 2 hours. I've stopped using it because it was too expensive for my personal projects.

Re: Claude Code SDK

#8
The way Claude Code is going is exactly what I want out of a agentic coding tool with this "unix toolish" philosophy. I've been using Claude code since the initial public preview release, and have seen the direction over time.

The "golden" end state of coding agents is that you give it a Feature Request (EG Jira ticket), and it gives you a PR to review and give feedback on. Cursor, windsurf, etc, are dead ends in that sense as they are local editors, and can not be in CI.

If you are tooling your codebase for optimal AI usage (Rules, MCP, etc), you should target a technology that can bridge the gap to headless usage. The fact Claude Code can trivially be used as part of automation through the tools means it's now the default way I thinking about coding agents (Codex, the npm package, is the same).

Disclaimer, I focus on helping companies tool their codebases for optimal agent usage, so I might have a bias here to easily configurable tools.

Re: Claude Code SDK

#9
post #7
post #3

more context from the claude code team: http://latent.space/p/claude-code you can skim the transcript but some personal highlights: - anthropic employees, with unlimited claude, average to $6/day of usage - headless claude code as a "linux" utility that you use everywhere in CI is pretty compelling - claude code as a user extensible platform - future roadmap of claude code: sandboxing, branching, planning - sonnet 3.…

Maybe I'm holding it wrong, but I can easily spend $20+ using Claude Code for 2 hours. I've stopped using it because it was too expensive for my personal projects.

Claude max plan has Claude code bundled into the price. $100/month isn't cheap, but the RoI is there for me personally.

Re: Claude Code SDK

#10
post #7
post #3

more context from the claude code team: http://latent.space/p/claude-code you can skim the transcript but some personal highlights: - anthropic employees, with unlimited claude, average to $6/day of usage - headless claude code as a "linux" utility that you use everywhere in CI is pretty compelling - claude code as a user extensible platform - future roadmap of claude code: sandboxing, branching, planning - sonnet 3.…

Maybe I'm holding it wrong, but I can easily spend $20+ using Claude Code for 2 hours. I've stopped using it because it was too expensive for my personal projects.

I briefly commented on how I approach cost control before, if useful.

https://news.ycombinator.com/item?id=43737060

Post reply on HN