Live data from Hacker News

Grok Build is open source

github.com

361–370 of 730 posts

Re: Grok Build is open source

#362

Earlier quoted context omitted.

You don't have to like the guy, but buying something is typically how ownership goes. I refer to my car as mine, but I did just buy it from Honda.

I mean that it's not his IP, he's not producing any GPUs/TPUs. He's just reselling his idle stock of cards.

Not to be pedantic, but although the datacenters are running Nvidia hardware, Tesla did develop their own 20-core/3-npu high bandwidth chip for their cars. It's nowhere near the computational ability of any datacenter GPU, but at 150+ TOPS it's no slouch either.

Re: Grok Build is open source

#363

Earlier quoted context omitted.

I’m a big fan of Musk. One of the few criticisms I have is how xAI is also inconsistent with original OpenAI mission. I had imagined xAI as en effort to correct and fully embody all original values of OpenAI and that Elon says they betrayed. That makes his criticism weaker and I understand why some can think it was all about control. In his words: "I'm the reason OpenAl exists. I came up with the name. The name OpenA…

[flagged]

Not a fan of Musk either, but him being "Racist" or throwing a Nazi Salute are quite frankly the least of my concerns with him.

Re: Grok Build is open source

#364
post #318

Earlier quoted context omitted.

[flagged]

it's worse really. at least there are subreddits relatively free of trump bad elon bad non stop nonsense

Trump seems objectively bad at his job by a number of metrics. So it seems reasonable that would be the consensus in most forums.

Re: Grok Build is open source

#366
post #60
post #2

I wonder if releasing this may have been on the roadmap, but been prioritized as a bit of whiplash following the "you forfeit the entirety of your working directory as a condition of working with this tool" upset from a few days ago.

Most likely, SpaceX killed the code uploading yesterday so they are definitely concerned about the backlash > The researcher who exposed Grok Build uploading users' entire repositories to cloud storage says the transfers have stopped after a server-side change. Elon Musk has separately promised that all previously uploaded user data will be deleted. https://www.theregister.com/ai-and-ml/2026/07/14/musk-promis...

I wonder if we can trust that it will actually be deleted though based upon what happened to DOGE and Social Security data

https://www.npr.org/2026/01/23/nx-s1-5684185/doge-data-socia...

Re: Grok Build is open source

#367

Earlier quoted context omitted.

Yes, to the average person grok is known for generating csam, mechahitler, and undressing people for sexual harassment. And to tech people it’s now known for stealing your files.

Reddit is not “the average person”

The AI undressing scandal was on mainstream news and being discussed publicly by politicians. It's not some underground drama. The real life people I know still remember he called the cave diver a pedo after a disagreement.

There's very few people left in the world not soured on Elon.

Re: Grok Build is open source

#368

Earlier quoted context omitted.

Yes, to the average person grok is known for generating csam, mechahitler, and undressing people for sexual harassment. And to tech people it’s now known for stealing your files.

Reddit is not “the average person”

In fact, most people try and distance themselves from Reddit as much as possible.

Most people I spoke to don't even know what Grok is, or that Twitter had (or needed) an AI.

Re: Grok Build is open source

#369
post #304

Earlier quoted context omitted.

I had Fable 5 compile that Rust code to WebAssembly and build a browser-based playground for it, so you can try it out with Mermaid diagrams here: https://tools.simonwillison.net/grok-mermaid A few more notes on my Grok code explorations on my blog: https://simonwillison.net/2026/Jul/15/grok-build/

I love this kind of stuff (ASCII art, if you will), but it just breaks down too easily as soon as Unicode characters (mainly CJK, as I'm Chinese) and fonts are involved. For example, on your website, any chart or plot involving horizontal arrows breaks down because the assigned font-family (`ui-monospace, SFMono-Regular, Menlo, Consolas, monospace`, which ends up as Consolas on my machine) has no such glyph. Thus, it…

I ran into this problem recently on one of our blog posts: we used some Claude output which included tables drawn with Unicode line drawing characters. However, our monospace font did not include these characters, and so rendering fell back to another font in our font stack with different width metrics. I fixed it by using a font that had similar metrics and did include those characters with `unicode-range` (to only select characters we needed) and `size-adjust` (to match font width more exactly), and adding it to the stack. It's a little hacky but works pretty well in practice.
Post reply on HN