alt.hn

5/14/2026 at 6:17:55 PM

Grok Build

https://x.ai/news/grok-build-cli

by meetpateltech

5/14/2026 at 9:08:38 PM

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.

[0]: https://x.com/skcd42/status/2054993372662915183

[1]: https://github.com/Textualize/textual

[2]: https://storage.googleapis.com/grok-build-public-artifacts/c...

[3]: https://x.ai/cli/install.sh

by ofek

5/15/2026 at 2:44:34 AM

> (I already pay $40 a month)

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.

by giancarlostoro

5/14/2026 at 9:26:30 PM

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.

by skp1995

5/15/2026 at 2:46:34 AM

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...

by giancarlostoro

5/14/2026 at 9:32:51 PM

> 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)

by skp1995

5/14/2026 at 9:57:37 PM

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).

by ofek

5/15/2026 at 2:47:25 AM

Agree, I use Windows, Mac and Linux, and work with .NET developers, so primarily Windows devs, some aren't even aware what WSL is.

by giancarlostoro

5/15/2026 at 2:54:58 AM

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?

by giancarlostoro

5/14/2026 at 6:38:35 PM

> 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.

by 2001zhaozhao

5/14/2026 at 7:41:08 PM

Pretty sure they all do.

$ claude -h

Usage: claude [options] [command] [prompt]

Claude Code - starts an interactive session by default, use -p/--print for non-interactive output

$ gemini -h

Usage: gemini [options] [command]

Gemini CLI - Defaults to interactive mode. Use -p/--prompt for non-interactive (headless) mode.

$ copilot -h

Usage: copilot [options] [command]

GitHub Copilot CLI - An AI-powered coding assistant.

Start an interactive session to chat with Copilot, or use -p/--prompt for non-interactive scripting.

by SwellJoe

5/14/2026 at 8:04:28 PM

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.

by Donald

5/14/2026 at 8:18:33 PM

Billing is a separate issue from whether automation is explicitly supported.

by SwellJoe

5/14/2026 at 8:26:30 PM

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.

by addedGone

5/14/2026 at 9:22:28 PM

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?

by lostmsu

5/14/2026 at 9:27:07 PM

yes! we wanted to make sure that the binary works in your editors or via `-p`, no point in standing guard to how you would want to use it.

by skp1995

5/14/2026 at 6:51:08 PM

SuperGrok Heavy subscription appears (for me) to be on sale at the moment - $99/mth for 6 months then $300/mth.

by everfrustrated

5/15/2026 at 5:26:53 AM

For those using it instead of the other options, I am curious why? Is it better along some dimension? Is it cheaper? Is it faster?

by Frannky

5/14/2026 at 6:37:31 PM

Only for SuperGrok Heavy ($300/m) subscribers. Too bad..

Would have been curious to compare against the other competitors

by frb

5/14/2026 at 7:18:07 PM

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

by guywithahat

5/14/2026 at 7:30:16 PM

You could be right.

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

by frb

5/14/2026 at 6:57:30 PM

Does the space need another biased tool? Does this offer anything unique?

I’m good with the open source options.

OpenCode and Pi agent are much more customizable than the proprietary options will ever be.

by chabes

5/14/2026 at 8:02:32 PM

Whats the use case for Grok over the others? Close integration with Twitter is the only thing I can come up with.

by Alifatisk

5/14/2026 at 9:54:07 PM

I guess it's cool if you like "white genocide" sprinkled randomly throughout the output.

by timmytokyo

5/14/2026 at 8:48:16 PM

Ok, but why though?

More expensive, as good or worse at the job, and it runs in the terminal, because that's cool?

by ActionHank

5/14/2026 at 6:59:12 PM

Only $300 a month. (Or $3,000 a year.)

The xAI casino wants all of your money even if you don't use it for a month.

by rvz

5/14/2026 at 7:24:29 PM

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.

by bonesss

5/14/2026 at 9:34:20 PM

I mean you could say that about anything.

“If you’re so good at building salesforce, why don’t you simply sell paper yourself?”

by MagicMoonlight

5/14/2026 at 10:17:16 PM

No, you really can’t.

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.

by bonesss

5/14/2026 at 6:47:34 PM

[flagged]

by varispeed

5/14/2026 at 6:41:57 PM

LOL

by bastardoperator

5/14/2026 at 6:43:37 PM

Do we really need another one of these..?

by baalimago

5/14/2026 at 7:28:00 PM

If you prefer your sycophants be national socialists, this is for you!

by threecheese