grok-build
Grok Build is SpaceXAI's terminal-based AI coding agent that runs as a full-screen TUI, understands codebases, edits files, executes commands, searches the web, and manages tasks interactively or headlessly.
It offers a large, curated dataset of real AI conversations (11K+ messages) with open-source tools that handle incremental archiving, non-Latin titles, and cloudflare-protected APIs.
An archive of public Claude and Grok conversations, exported from their share links as plain markdown, plus the two scripts that produce it.
972 conversations, 11,241 messages, ~29 MB.
| Directory | Source | Conversations | Messages | Longest |
|---|---|---|---|---|
claude_chats/ | claude.ai/share | 453 | 4,031 | 204 |
grok_chats/ | grok.com/share | 519 | 7,210 | 4,308 |
claude_share_export.py exporter for claude.ai shares
grok_share_export.py exporter for grok.com shares
claudeaisharelinks.txt the claude.ai links this archive was built from
grokaisharelinks.txt the grok.com links this archive was built from
claude_chats/ one markdown file per Claude conversation
grok_chats/ one markdown file per Grok conversation
.claude-share-export.json manifest for claude_chats/
grok_chats/.grok-share-export.json manifest for grok_chats/
Every conversation is one markdown file, named from its title:
Adding-Kerberos-Authentication-to-Hadoop-Cluster-on-EC2.md
AI-inflection-point-and-the-future-of-automation.md
네이버-AI-모델서비스-기획-직무-기업조사-리포트.md
Titles keep their original script rather than being transliterated, so non-Latin
filenames are expected. A conversation with no usable title falls back to its
snapshot UUID (18754235-198d-446b-afc6-26191ea62d27.md).
Both exporters write the same shape: a metadata header, then alternating turns separated by a horizontal rule.
# 네이버 AI 모델/서비스 기획 직무 기업조사 리포트
- Source: https://claude.ai/share/b76ffb8c-8a9d-43fb-b02d-0990e2e2fc7c
- Author: 쏠테크
- Created: 2026-02-04
- Messages: 2
---
## Human
당신은 자기소개서 작성을 돕기 위해…
---
## Assistant
# 조사 전략
…
The --- before each turn is load-bearing. Message bodies contain their own
markdown headings, so without it a ## Assistant turn marker would be
indistinguishable from a heading written inside a reply.
The headers differ slightly by source: Claude transcripts carry Author, Grok
transcripts carry Model. Grok transcripts may also include generated-image
links, attachment names, and — when exported with the relevant flags — quoted
thinking steps and cited web/X sources.
.claude-share-export.json and grok_chats/.grok-share-export.json map each
share id to the file written for it, plus title, messag
Similar projects matched by category, topics, and programming language.
Grok Build is SpaceXAI's terminal-based AI coding agent that runs as a full-screen TUI, understands codebases, edits files, executes commands, searches the web, and manages tasks interactively or headlessly.
Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.
mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.