unicodef1wn/grokbot-field-notes

★ 326⑂ 49

Rules, playbooks, bot roles and a failure log from the xAI Grok Bot team's 72-hour live build. Drop AGENTS.md into your repo and go.

About unicodef1wn/grokbot-field-notes

unicodef1wn/grokbot-field-notes is an open-source project on GitHub, mainly written in Python. Rules, playbooks, bot roles and a failure log from the xAI Grok Bot team's 72-hour live build. Drop AGENTS.md into your repo and go. It currently holds 326 stars and 49 forks with 0 open issues, and was last pushed on an unknown date (repository created unknown).

Project Overview

AI Homed tracks it on the Today's Trending board, currently at rank #76 with 0 new stars today.

GitHub Repository Details

Repository unicodef1wn/grokbot-field-notes · default branch - · size 0 KB · watchers 0 · source: GitHub REST API and repository README

README

Grok Bot Guide by SpaceX Engineers

Grok Bot Field Notes

Stars License: MIT Download the PDF

Copy the rules into your repo and go:

curl -o AGENTS.md https://raw.githubusercontent.com/unicodef1wn/grokbot-field-notes/main/AGENTS.md

Three engineers from the xAI Grok Bot team built and launched a product from an empty repo in 72 hours, live on stream, using their own agent platform: Roshan Sadanani (product), Lauren Tan (engineering, author of PStack), and Matt Palmer (developer experience). This repo is what I pulled out of those three days: a designed guide, rules you can drop into your own agents, nine role playbooks, a catalogue of bot roles, and a log of everything that broke.

What's here

| Path | What it is | |---|---| | AGENTS.md | House rules for a coding agent. Put it in your repo root and your agent reads it. | | ANTIPATTERNS.md | Forty things that broke on air. Each one: what broke, why, and the rule that came out of it. | | agents/ | The longer references AGENTS.md points at: verification, orchestration, skills and routines, prompts. | | roster/ | Sixty-nine agent roles, one file each. What the role owns, what it doesn't, where it gets its facts, what needs approval, and a description you can paste. | | playbooks/ | Nine role workshops: engineering, PM, founders, sales engineering, sales, SDR, support, post-sales, marketing. Each has the team of bots, the workflow as it ran, the prompts, the routines and the numbers. | | guide/ | Grok Bot Guide by SpaceX Engineers, a 24-page PDF that tells the three days as a story: mental model, software factory, case study, failure log, economics. | | ports/ | The roster as Cursor rules, one .mdc per role, generated from roster/. Copy the ones you want into .cursor/rules/. | | .github/ | A pull request template that turns the verification loop into a form: reproduced, proof attached, scope, needs a human. Copy it into your repo. | | reference/ | Two short files: ECONOMICS.md, every cost and metric quoted with the rule it supports; PRODUCT.md, the parts of Grok Bot that change how you design a bot: memory, what transfers on duplicate and share, isolation, permissions. | | notes/ | Structured notes, one per day. Product facts, workflows, prompts, failures, numbers, who was who. Everything else was built from these. |

Where to start

In one paragraph

Give each agent one narrow job and a name. Build a verification loop before you build the second agent.

Make the agent reproduce a bug before it fixes one, and attach proof to everything. When it's wrong, write down the general principle, never the specific story.

Audit your routines weekly, because frequency is where the money goes. Keep a human gate on migrations, deploys, money and permissions, no matter how well the loop has been working.

License

MIT. Copy anything here into your own repo.

GitHub Stars & Activity

326Stars
49Forks
0Open issues
PythonLanguage

GitHub Popularity

GitHub stars326
Forks49
Open issues0
Primary languagePython
License-
Stars gained today0
Created-
Last pushed-

Trending History

Daily boardrank #76 · ▲ 0 stars

Related AI Projects

1

NousResearch / hermes-agent

Python★ 247,332⑂ 51,995
2

Significant-Gravitas / AutoGPT

Python★ 187,453⑂ 46,009▲ 30 stars
3

docling-project / docling

Python★ 67,364⑂ 4,850▲ 129 stars
4

openai / openai-python

Python★ 31,654⑂ 5,822▲ 13 stars
5

harvard-edge / cs249r_book

Python★ 28,368⑂ 3,587▲ 31 stars
6

browser-use / browser-harness

Python★ 17,826⑂ 1,748▲ 86 stars
7

FareedKhan-dev / train-llm-from-scratch

Python★ 10,015⑂ 1,390▲ 196 stars
8

zhouxiaoka / autoclip

Python★ 7,748⑂ 1,504▲ 325 stars

More AI Rankings