> Headless mode (-p) allows easily running agents inside scripts and automations. The CLI also provides full ACP support to build your own bots and agent orchestration apps.
Good, they are explicitly supporting automation similar to OpenAI.
Anthropic has made a recent change that Claude Code will only bill extra usage for the print / non-interactive mode:
> Starting June 15, 2026, Claude Agent SDK and claude -p usage no longer counts toward your Claude plan’s usage limits. Your subscription usage limits stay the same and stay reserved for interactive use of Claude Code, Claude Cowork, and Claude.
What does "no longer counts" mean here? Is it going to be free on automated runs? Is it going to be banned entirely on sub and will work with credits only?
Not in this context, obviously "Claude" support automation as it's also available since always via API, it's obvious poster was talking about subsidized usage.
I won't be able to fully test because the interactive prompt gates on the user having an advanced subscription (I already pay $40 a month) which for now doesn't seem to be worth it.
However, the TUI as shown in a post [0] by one of their engineers is quite beautiful. For a moment I thought it was written in Python because it looks similar to Textual [1] but I inspected the binary for my platform [2] and it seems to be written in Rust. I guess Ratatui is quite customizable!
The state of its Windows support is unclear to me. The Bash installer script [3] has a comment on top that says "Windows: run under Git for Windows / MSYS2 Bash (same curl | bash flow); WSL uses the Linux binary." I ran the binary normally in a Nushell session and didn't encounter any issue other than a start-up time that was slower than expected on the first run. Perhaps I would have seen issues had I gotten past the login step.
hey I am the engineer who worked on the TUI and harness and happy to answer your questions.
We worked quite heavily on the TUI, its written in ratatui and we did try to go the extra mile to make sure that there won't be any regressions from moving to an alt-screen rendering. Lots and lots of small details to manage and get correct, we also tried to get vim keybindings correct while keeping it mouse friendly.
Was there a reason you guys went with ratatui? I made one myself but I went with iocraft instead, it has its quirks that are annoying me, might just have Claude reimplement it in ratatui to see the difference...
As someone who has had Grok since it came out, I used to pay $40 a month, but then I started using Claude more often, I'm on Claude Max since I use it more than the lower subscription can handle. I at one point built my own Grok compatible coding harness, but Grok was underwhelming for me, I have not had the time or energy to burn $$$ just to make Grok work better with my harness, but I'm not spending $300 a month on something my employer will never approve me to use, I'd love to use it but the pricing will have to come drastically down.
> The state of its Windows support is unclear to me.
yeah this one is a bit weird, you can run the linux binary using WSL and that should work. We have a window flavor build but its not as heavily tested yet (we are figuring out a better testing flow for windows)
Thanks for the clarification! I'm sure your team is already aware but Windows users perceive support as native binaries (no WSL) that can run in a normal environment (no Git Bash or Linux utilities).
Wait, why is Windows different? I'm pretty sure you could get it to compile and run consistently across all three platforms, or is this an issue with the TUI?
I’m still flabbergasted by the business model, it reminds me of SEO services: if you were any kind of good at it there is infinite money to be made partnering with established players and selling goods and services directly.
Selling tools to others when you’re not using them yourself says everything about the underlying utility of what’s being sold.
xAI could be threatening Office, or Windows, or Unreal Engine, Chromium, SalesForce, global ERP, tax software for citizens and governments alike, or Apples manufacturing prowess… but, no, forget that lame nonsense, let’s see what I have in my wallet! Maybe I can give some to Elon to cover up his sketchy business practices. Sounds logical.
Centrally, I mentioned partnering, and specifically in the context of tools being sold for less value than the profit they could make. That is is fundamentally different to the retort provided (direct sales of paper).
The issue applies quite specifically to tooling and services (ie SEO and super coding LLMs), that improve customer profitability through capabilities. If the tool/service utility is so high and profitable then selling it to third parties is far less profitable than leveraging the tool/service fully as an owner.
If someone is selling you something for less money than they can make using that thing, the business model is suspicious. Scams, normally.
What unique process advantage does SalesForce sell that applies to paper production and end customer delivery? None. Cutting edge coding agents with cheap tokens for any IT work? Massive, in theory…
If SalesForce is selling a subscription tool that makes my paper cost 30% less, why not partner with the #3 largest paper supplier, fully integrate and give them a 30%+ exclusive competitive advantage, making SalesForce a part owner of the #1 paper company? … one of those business models relies on scale, credit cards, and customer loyalty for small money, the other only on effective technology for huge money (and far less risk).
This is not a new point, there are well regarded essays breaking it down. “I’m so rich I want to sell you info about how to sell instead of more money for less work.”, is a scammy pitch present in MLMs, bad Real Estate courses, Get Rich courses, etc.
To be fair it's in early beta, I wouldn't be surprised if they open it up to more people as time goes on. The real question is if they'll open source it or follow Anthropic's lead in keeping everything closed-source
Just feels like they are a bit late to the CLI coding agent party. So why not get in with a bang and open up to a broader audience?
All other agents have a lower barrier to try and play around.
Curious too about open sourcing. But they seem to be doing -p mode and ACP right already. Anthropic is opening a lot of opportunities for competitors right now
Wonder if they will ever add this to Zed. Zed seems to be the best way to use any of the coding agents, its not a perfect editor but definitely the best one I have used for AI to date.
Good, they are explicitly supporting automation similar to OpenAI.