Live data from Hacker News

Grok Build is open source

github.com

611–620 of 730 posts

Re: Grok Build is open source

#612

It's a shame that they exfiled private data. The model is actually good (better than opus 4.8 imo) and the harness itself is butter smooth with the potential of being the best out there.

It’s a shame that their leader exfiltrated government data.

More specifically, DOGE exfiltrated private and precious information about US citizens which the federal government had collected.

Re: Grok Build is open source

#613

Some sly marketing by Elon. What looks like a gift actually adds to his pocketbook. The agent is free but it runs on his paid models by default, so every task it does spends tokens with him.

in the same way claude and codex both use their paid models by default.

at least codex and grok are open source so we can see what is going on.

Re: Grok Build is open source

#614

Earlier quoted context omitted.

David was a good vs evil with an order of magnitude fewer resources on the good side. XAi is evil vs evil with comparable resources on each side. Now this is where I know you’re MAGA because as I’ve said a million times you guys don’t do fair comparisons.

Did we forget how XAI meant to be uncensored model (because censorship is a lie and lying models cannot be good)

But it is not uncensored it is just differently censored

Re: Grok Build is open source

#615
post #409

Earlier quoted context omitted.

What rule about steelmanning? We’re commenting online, not writing peer reviewed research. And yeah, some people lose the benefit of the doubt. Sorry, but actions have consequences. Elon doesn’t just get to kill hundreds of thousands of poor people by eliminating USAID and expect everyone to treat him the same way. He’s made enemies for life, and he deserves it.

Wait, you think not giving additional aid = responsibility for whatever happens in the developing country? Does this blame go for the rest of the year, decade, or century? Does giving aid in the first place automatically trigger this? If I gave $500 to kids cancer research every year for 5 years, and then I don't give this year, do I have blood on my hands every time a kid dies of cancer from now on? And if you didn'…

I don’t know, does global cancer research shut down when you stop giving the $500? Do kids immediately stop receiving treatment?

USAID literally ran ambulance systems that shut down due to lack of diesel. They delivered lifesaving drugs that stopped.

We made commitments to communities to run these services, then suddenly killed them off. We didn’t try to find other countries to step in. We didn’t try to get the local governments to take over.

We did jack shit to try to preserve lives in this transition process.

Re: Grok Build is open source

#617
post #582

Earlier quoted context omitted.

A naive implementation would just upload everything in the current directory.

That's what they did to upload a repo, the question is why they would upload the user's entire repo in the first place. The idea itself is egregious, and the implementation was horrifying on top of that.

'on startup, grok upload current directory for faster cache access'

Was it intentional for data exfil? Only internal staff could answer.

Re: Grok Build is open source

#618

Earlier quoted context omitted.

No he doesn't. There's a lot of bullshit surrounding him. Things are taken out of context. I will say this, he believes in things about race that are controversial. For example that races may have different IQs. But you have to realize we don't actually know if races have different IQs. The idea fits common sense though... if races can LOOK different... what black magic suddenly makes them completely equal in intelli…

[flagged]

True. But you are voted down because not everyone can face the truth. So just lie a little and say "we don't know" even though the truth is we know enough to know that some races are on average more intelligent then others.

People have biases around this stuff and most people can't think critically so if you want them to be receptive you have to lie a bit.

Re: Grok Build is open source

#619
post #304
post #299

There's some surprising stuff in this codebase. For example, https://github.com/xai-org/grok-build/blob/b189869b7755d2b48... is a "self-contained terminal renderer for Mermaid diagrams", which renders a subset of Mermaid chart types using Unicode box-drawing.

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/

Is there anything opposite of this perhaps as well?

I am interesting in having a perhaps standardized ascii art into mermaid diagrams (which I actually just recently found could be imported easily into Tldraw/excalidraw)

Do you have the source code of this available/open-source?, I would like to have a go at it in the opposite direction perhaps.

Re: Grok Build is open source

#620
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…

> Thus, it falls back to Segoe UI Symbol, which does not have the same fixed width

That seems like a glaring omission to me. If you are rendering fixed-width-per-character text and need to fall back, surely it makes sense to keep to the same character grid even if it does mess up the feel of your negative space somewhat (thin characters having a lot of space around them, wide characters butting into those beside them slightly). You've explicitly asked for text aligned to a grid, either by using a mono-spaced typeface, by using a

 tag, or with other relevant CSS choices, the browser should be trying to achieve that.
Post reply on HN