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.
Grok Build is open source
611–620 of 730 posts
Re: Grok Build is open source
#612It'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.
Re: Grok Build is open source
#613Some 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.
at least codex and grok are open source so we can see what is going on.
Re: Grok Build is open source
#614Earlier 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)
Re: Grok Build is open source
#615Earlier 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'…
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
#616Re: Grok Build is open source
#617Earlier 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.
Was it intentional for data exfil? Only internal staff could answer.
Re: Grok Build is open source
#618Earlier 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]
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
#619There'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/
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
#620Earlier 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…
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.